@charset "UTF-8";
/* CSS Document */
html,body {
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica neue", Helvetica, Arial, sans-serif;
/*	font-family: Georgia, "Times New Roman", Times, serif; */
}
a:link {
	color:#000000;
	text-decoration:none;
}
a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#000;
}
a:active {
	color:#000000;
	text-decoration:none;
}
a img {
	border: none;
}
#container {
	width: 1152px;
	height: 680px;
	margin: 5px auto;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	background-image: url(../_img/lr_FOTOGRAFI.png);
	background-repeat: no-repeat;
	background-position: 0px 30px;
}
#navi {
	height: 50px;
	padding-top: 26px;
	width:1152px;
	border-bottom: 1px solid #ddd; 
}
#menu{
	float:right;
}

#menu li {
	float: left;
	display: inline-block;
	list-style: none;
	margin-right: 25px;
	text-decoration:none;
}
#menu a {
	color: #666;
	font-weight:900;
}
#menu a:hover{
	color:#000;
}
#middle {
	clear: both;
	height: 380px;
	background-color: #f0f6f9;
}
#footer {
	height: 240px;
	background: url(../_img/bg_yel.jpg) no-repeat;
}
.floatleft{
	float:left;
}
.imagenav{
clear:both;
margin-left: 72px;
float: left;
display: inline;
}
.imagenav table{
position:relative;
height: 620px;
}
#wrapper{
	margin-left: 280px;
	display: inline;
	
	<!--[if IE]>
	position:absolute;
	top: 35px; */
	<![EndIf]-->

}

#fejlbesked{
	margin: 0 auto;
	height: 50px;
	width: 400px;
	text-align:center;
}
#fejlbesked h3{
	margin-top:0px;
	padding-top: 80px;
}
#fejlbesked p a{
	text-decoration:underline;
}
