@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #58595b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(/Files/Billeder/repeat_x.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	height: 110px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(/Files/Billeder/header_repeat_x.jpg);
	background-repeat: repeat-x;
	text-align:left;

} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	/*width: 220px; *//* the background color will be displayed for the length of the content in the column, but no further */
	width: 200px; 
	/*padding: 0px 10px 15px 20px;*/
}
.twoColFixLtHdr #mainContent {
	width: 722px;
	width: 680px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 0;
	/*padding-right: 20px;*/
	padding-bottom: 50px;
	
/*	padding-left: 20px;*/
/*	border: 1px dashed #ccc;*/
} 
.twoColFixLtHdr #footer {
	background-color: #DDDDDD;
	background-image: url(/Files/Billeder/footer_repeat_x.jpg);
	background-repeat: repeat-x;
	height: 27px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
/*	padding: 4px 0;*/ /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	padding:0px;
	margin-top:6px;
	text-align:center;
	
}
.twoColFixLtHdr #footer {
/*border:1px dashed #ccc;*/
padding-top:1px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.indhold {
}
.indhold_col_red {
	background-color: #e7ebee;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #dc0000;
	margin-bottom: 20px;
	padding: 0px;
	background-image: url(/Files/Billeder/column_repeat_x.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E7EBEE;
}
.indhold_col_blue{
	background-color: #ebeaeb;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #3db9b9;
	padding: 0px;
	margin-bottom: 20px;
	background-image: url(/Files/Billeder/column_repeat_x.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E7EBEE;	
}
.indhold_col_darkblue{
	background-color: #ebeaeb;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0039b6;
	padding: 0px;
	margin-bottom: 20px;
	background-image: url(/Files/Billeder/column_repeat_x.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E7EBEE;	
}
.indhold_col_orange{
	background-color: #ebeaeb;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ff7700;
	padding: 0px;
	margin-bottom: 20px;
	background-image: url(/Files/Billeder/column_repeat_x.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E7EBEE;	
}
.indhold_col_yellow{
	background-color: #ebeaeb;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ffe000;
	padding: 0px;
	margin-bottom: 20px;
	background-image: url(/Files/Billeder/column_repeat_x.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E7EBEE;	
}
.indhold_col_green{
	background-color: #ebeaeb;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #54d600;
	padding: 0px;
	margin-bottom: 20px;
	background-image: url(/Files/Billeder/column_repeat_x.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E7EBEE;	
}

.grey_bg {
	background-image: url(/Files/Billeder/h1_repeat_x.jpg);
	background-repeat: repeat-x;
	display: block;
	height: 50px;
	padding-top: 0px;
	margin: 0px;
}
.indhold_two_col p {
	padding: 10px;
}
.column_half {
	width: 45%;
	float:left;
	padding: 2%;
	margin-right: 1%;
}
.column{
display:block;

}
.single_column {
	padding: 2%;
}
a:link {
	color: #666666;
	text-decoration:none;
}
a:hover {
	color: #666666;
	text-decoration:underline;
}
a:visited {
	color: #666666;
	text-decoration:none;	
}
a:active {
	color: #666666;
	text-decoration:none;	
}

#logo{
/*margin-right:50px;*/
width:200px;
float:left;
/*border:1px dashed #000;*/
overflow:hidden;
margin-right:10px;

}
#navigation{

width: 970px;
/*float:left;*/
/*overflow:hidden;*/
/*display:none;*/
/*border:1px dashed #ccc;*/

}
.column_aktiv{
min-height:40px;
background-color:#FFFFFF;
padding-left:10px;
padding-top:5px;
padding-right:10px;}
.column_inaktiv{
min-height:40px;
background-color:#ededed;
padding-left:10px;
padding-right:10px;
padding-top:5px;
}
#main_navigation{
float:left;
/*border:1px dashed #ccc;*/
width:750px;
overflow:hidden;
padding-top:35px;
}
#main_navigation img{
margin-right:3px;}

#subnav{
/*float:left;
*/
display:block;
height:15px;
float:left;
/*border:1px dashed #993300;*/
}
#subnav table{
display:inline;}
#subnav a{
display:block;
border-right: 1px solid #666;
margin-right:15px;
/*margin-top:5px;*/
text-decoration:none;
color:#000000;
font-size:90%;
padding-right:17px;

}
.L2_Active{
font-weight:bold;

}

#history {
/*float:right;*/
/*display:block;*/
color:#999999;
/*margin-top:15px;*/
/*width:990px;*/
/*border: 1px dashed #ccc;*/
text-align:right;
/*clear:both;*/
margin-right:11px;
padding-top:15px;
/*float:right;*/
}
#history a{
font-size:90%;
margin-left:5px;
margin-top:15px;
padding-top:10px;
/*border:1px dashed #ccc;*/
}
img{
border:0px;
}

/* SIFR */
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	letter-spacing: 0;
}


.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 20px;
	padding:0px;
	margin:0px;
	color:#666666;
	margin-left:10px;
	padding-top:7px;
}


.sIFR-hasFlash h2 {
	margin-left:10px;

	visibility: hidden;
	font-size: 16px;
	padding:0px;
	margin:0px;
	color:#666666;
}


.sIFR-hasFlash h3 {
	margin-left:10px;
	
	visibility: hidden;
	font-size: 14px;
	padding:0px;
	margin:0px;
	color:#666666;
}



input{
background-color:#E9E9E9;
color:#333333;
border-style:none;
border-top: 1px solid #EDEDED;
border-bottom:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-left: 1px solid #EDEDED;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:10px;

}
#friend{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(/Files/Billeder/repeat_x.jpg);
	background-repeat: repeat-x;
	}

