	html {
		margin:0;
		padding:0;
		background-image:url('billeder/bg.jpg');
		color:#000;
		font-family: Verdana,Arial,Sans-serif;
		font-size: 10pt;
		height:100%;
		overflow: -moz-scrollbars-vertical;
		
	}

	body {
		min-width:780px;
		
	}

	#topleft{
	background-image:url('billeder/design/topleft.gif');
	float:left;
	width:12px;
	height:109px;
	border:none;
	background-repeat:repeat-x;
	}
	
	#topwrap{
	background-image:url('billeder/design/topcenter.gif');
	width:780px;
	height:130px;
	margin:0;
	padding:0;
	border:none;
	background-repeat:repeat-x;
		background-color:#fff;
	}
	
	#topright{
	background-image:url('billeder/design/topleft.gif');
	float:right;
	width:12px;
	height:109px;
	border:none;
	background-repeat:repeat-x;
	}
	
	#toptxt{
	float:left;
	height:12px;
	border:none;
	width:400px;
	margin:30px 0px 0px 5px;
	padding:none;
	
	}
	
	#menu{
	
	float:left;
	padding:0px;
	margin:0px;
	border:none;
	width:780px;
	height:20px;
	text-align:left;
	background-color:#666;
	}
	
	#submenu{
	background-color:#8aa6ff;
	float:left;
	margin:0px;
	padding:0px;
	border:none;
	width:780px;
	height:20px;
	text-align:left;
	}
	
	#wrap {
		border: 1px #666 solid;
		background-color:#efefef;

		margin: 0 auto;
		padding:0;
		width:780px;
	
	}
	
	#mainwrap {
	clear:both;
	background-color:#efefee;
	width:780px;
	border:0;
	min-height:350px;
	
	}
	
	
	html>body #mainwrap {
min-height: 350px;
height: auto;
}
	
	
	#logo {
		
		border:none;
		margin:0px auto;
		height:125px;
		width:523px;
		
	}


	#main {
	
		margin:none;
			background-color:#efefee;
		overflow:auto;
		width:555px;

		float:left;
		padding:15px 0px 0px 20px;
		
		
	}
	
	#rightbar{
		float: right;
		background-image:url('billeder/right_grad.gif');
		background-position:top;
		width:163px;
		background-repeat:repeat-x;
		min-height:325px;
		
	}
		
#rightbar_border{
		float: right;
		background-image:url('billeder/design/newsright.jpg');
		width:12px;
		background-repeat:repeat-x;
		min-height:199px;
}


	#rightbar_txt{
	float:left;
	}

	#footer {
		background-color:#efefee;
		clear:both;
		background-image:url('billeder/design/bottom.gif');
		background-repeat:repeat-x;
		text-align: left;
		padding: none;
		font-size: 11px;
		margin-bottom: none;
		height:18px;
	}

