	html, body{
		background: #57718b url("../gfx/faux.jpg") top center repeat-y;
		text-align: center;
	}
	
	*{
		margin: 0;
		padding: 0;
		font-family: "arial";
	}
	
	#container{
		margin: 0 auto;
		width: 800px;
		height: 100%;
		text-align: left;
	}
	
	#header{
		height: 80px;
		width: 800px;
		display: block;
		background: #fff url("../gfx/banner.jpg") top right no-repeat;
		padding-top: 210px;
	}
	
	/*
	ul#menu{
		width: 800px;
		display:block;
		list-style-type: none;
		padding-bottom: 20px;
		background-color: #000;
	}
	
	ul#menu li{
		float: left;
		width: 200px;
		height: 20px;
		text-align: center;
		font-family: "arial";
		font-size: 16px;
	}
	ul#menu li#menuoption1{
		margin-left: 0;
	}
	
	ul#menu li a{
		color: #fff;
		text-decoration: none;
		display: block;
		width: 200px;
		height: 20px;
		font-family: "arial";
		font-size: 16px;
		letter-spacing: 4px;
	}
	
	ul#menu li a:hover{
		background-color: #fff;
		color: #000;
		text-decoration: underline;
	}
	*/
	
	#venstrefloater p{
		clear: both;
		padding-top: 5px;
		margin-bottom: 16px;
		font-size: 14px;
	}
	
	#bigfloater p{
		clear: both;
		padding-top: 5px;
		margin-bottom: 16px;
		font-size: 14px;
	}

/*
	#venstrefloater img, #bigfloater img{
		width: 200px;
		height: 133px;
		padding: 5px;
		border: 5px solid #ccc;
		margin-left: 20px;
		margin-bottom: 20px;
	}
*/
	#venstrefloater img, #bigfloater img{
		/* width: 200px;
		height: 133px; */
		padding: 2px;
		border: 2px solid #ccc;
		margin: 10px;
	}

	
	
	
	h1{
		font-family: "arial";
		font-weight: normal;
		margin-bottom: 0px;
		font-size: 24px;
		margin-top: 16px;
	}
	
	span.h1_dato{
		font-size: 14px;
		color: #aaa;
	}
	
	#venstrefloater{
		width: 455px; /* 480 */
		float: left;
		position: relative;
		margin-top: -40px;
		margin-left: 26px;
		
		/* IE DOUBLE MARGIN FIX */
		display: inline;
	}
	
	#venstrefloater ul{
		list-style-type: none;
	}
	
	#venstrefloater a{
		color: #000;
		font-weight: bold;
	}
	
	#hoyrefloater ul li strong{
		text-transform: uppercase;
	}
	
	#hoyrefloater{
		width: 240px;
		padding-left: 27px;
		border-left: 2px solid #ddd;
		float: right;
		margin-right: 26px;
		font-size: 14px;
		
		/* IE DOUBLE MARGIN FIX */
		display: inline;
	}
	
	#bigfloater{
		width: 748px;
		position: relative;
		margin: -40px 26px 0 26px;
		
		/* IE DOUBLE MARGIN FIX */
		/* display: inline; */
	}
	
	#hoyrefloater p{
		margin: 5px 10px 25px 10px;
	}
	
	#hoyrefloater ul{
		list-style-type: none;
	}
	
	#hoyrefloater ul li{
		margin-bottom: 16px;
	}
	
	#hoyrefloater ul li strong{
		margin-left: 16px;
	}
	
	#hoyrefloater ul li a{
		color: #000;
		text-decoration: none;
	}

	#hoyrefloater ul li a:hover{
		text-decoration: underline;
	}
	
	#reklame_for_meg{
		clear: both;
		color: #aaa;
		text-align: center;
		font-size: 14px;
		padding-top: 26px;
	}
	
	#bildearkivlinker{
		list-style-type: none;
		width: 200px;
		float: right;
		margin-top: 20px;
		margin-right: 20px !important;
		margin-right: 10px;
		position: relative;
		margin-top: -40px;
	}
	
	#bildearkivlinker li a{
		color: #f00;
		text-decoration: none;
	}
	
	#bildearkivlinker li a:hover{
		color: #000;
		text-decoration: underline;
	}
	
	#bildearkivlinker li{
		margin-left: 10px;
	}
	
	label{
		width: 175px;
		display: block;
		padding-right: 5px;
		text-align: right;
		float: left;
		font-size: 14px;
	}
	
	input, textarea, select{
		padding: 2px;
		margin-bottom: 16px;
		width: 200px;
		border: 1px solid #ddd;
		font-size: 14px;
	}
			
/* MENU */
	ul#navlist_d{
		list-style-type: none;
		font-size: 18px;
		font-family: arial;
	}

	ul#navlist_d li{
		float: left;
		margin: 0 0 0 16px;
	}

	ul#navlist_d li, ul#navlist_d li a{
		color: #000;
		text-decoration: none;
	}

	ul#navlist_d li a:hover{
		text-decoration: underline;
	}

