@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_general.gif);
	margin-right: 0px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#navigation {
	font-size: 90%;
	margin-left:auto;
}

#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 1em;
}

#navigation li {
	display: inline;
}

#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	height: 58px;
	width: 16%;
	font-size: 13px;
	float: left;
	border-bottom-style: none;
	margin-right: 0px;
	border-bottom-width: 10px;
	border-bottom-color: #000000;
	text-align: center;
}

#navigation a:hover {
	color: #FFFFFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 48px;
	width: 16%;
	margin-right: 0px;
	text-align: center;
}

#navigation li.selected a{
    color: #FFFFFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #0072c3;
	height: 48px;
	width: 16%;
	margin-right: 0px;
	text-align: center;
}

/*remove dashed box around down state*/
#navigation li a:focus, a:active {
   outline: 0;
   -moz-outline: none;
   }

#MainContent {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#RightBar {
	width: 180px;
	height:90ex;
	background-color:#E0E0DD;
	float:right;
	margin-top: -20px;
	margin-right: -20px;
	margin-bottom: -20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}



.pixcontainer {
    float:left;
	width:200px;
	margin-top:10px;
}

.headerltxt {
	font-size: 16px;
	font-weight: bold;
	margin-right: 20px;
	margin-left: 0px;
	margin-top: 20px;
}

.shadow {
}

.logo {
	float: left;
	padding: 0px;
}
.Container_frontpage {
	font-size: 16px;
	font-weight: bold;
	background-color: #0B4E82;
	background-position: center center;
	text-indent: 10px;
	height: 200px;
	width: 800px;
}

.billede {
	top: 20px;
	right: 20px;
	float: left;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 150px;
	padding-left: 30px;
	}
.billede_personel {
	top: 20px;
	right: 20px;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.footer {
	font-size: 11px;
	color: #FFFFFF;
	text-indent: 20px;
}
