@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: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.twoColFixRtHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
} 
.twoColFixRtHdr #header {
	height: 140px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
} 
#navcontainer {
	height: 20px;
	margin-top: 77px;
	width: 500px;
	float: left;
	margin-right: 25px;
	overflow: hidden;
}

.twoColFixRtHdr #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 */
	font-size: 20px;
}
#logo {
	height: 30px;
	width: 100px;
	float: left;
	margin-top: 60px;
	margin-right: 00px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 320px;
	padding-top: 18px;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	
}
#navcheat {
	padding-left: 20px;
	background-color: #0066CC;
	height: 300px;
}
.twoColFixRtHdr #mainContent {
	min-height:361px;
	width: 500px;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
} 
.twoColFixRtHdr #container #mainContent h1 {
	font-size: 20px;
	font-weight: normal;
}
.twoColFixRtHdr #container #mainContent h2 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: -10px;
	line-height: 22px;
}


.tags {
	font-size: 11px;
	font-weight: bold;
}

.twoColFixRtHdr #container #mainContent p {
	font-size: 12px;
	line-height: 20px;
}

.twoColFixRtHdr #container #mainContent p.address {
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;

}
.twoColFixRtHdr #footer {
	padding: 0;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	margin-top: 20px;
} 
.twoColFixRtHdr #footer p {
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
.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;
}




.image {
	border: 0px;
}





/* NAVIGATION)*/


 #navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

#navcontainer ul li { display: inline; 
align: left;

}

#navcontainer ul li a
{
	text-decoration: none;
	/*padding: 0 6px 0 4px;*/
	border-left: 1px solid #000;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: -10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}




#navcontainer li.active a:link, #navcontainer li.active a:visited,  #navcontainer li.active a:hover, #navcontainer li.active a:active {
	color: #5B5D5F;
		
	}
	
	
	
 #sidebar1 li.active a:link, #sidebar1 li.active a:visited, #sidebar1 li.active a:hover, #sidebar1 li.active a:active,  #sidebar1 last   {
	color: #5B5D5F;		
	}


/*SIDEBAR1*/

 #sidebar1 ul
{
	margin: 0 0 -40px 0;
	padding: 0;
	list-style-type: none;
	font-weight:bold;

}


a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
color: #000;	
	text-decoration: none;
}


a:hover {
	color: #5B5D5F;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.stoic {
	font-size: 11px;
	font-weight: bold;
	background-image: url(../images/linkdot.gif);
	background-repeat: no-repeat;
}



/* DIVERSE STYLES */



.top-streg-tyk {
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-weight: bold;
	height: 10px;
	width: 500px;
}


.top-streg-tynd {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width: 500px;
	font-weight: normal;
	height: 10px;
	margin-top: -3px;
}



.image-left {
	margin-right: 18px;
	margin-top: 18px;
}


.image-left-no-top-pad {
	margin-right: 18px;
	
}
.image-left-bund {
	margin-right: 18px;
	margin-top: 18px;
	margin-bottom: 12px;
}


.billedetekst {
	font-style:italic;
	float: left;
	vertical-align: top;
	white-space: normal;
	width: 241px;
	padding-top: 18px;
	position: absolute;
}
.billedetekst-no-pad {
	font-style:italic;
	float: left;
	vertical-align: top;
	white-space: normal;
	width: 241px;
	position: absolute;
}
.image-left-no-top-pad-bund {
	margin-right: 18px;
	margin-bottom: 5px;
}

#tagslist img {
        border="1"
	onmouseover="MM_effectAppearFade(this, 1000, 100, 70, false)" onmouseout="MM_effectAppearFade(this, 1000, 70, 100, false)"
}
