@charset "UTF-8";
body  {
	background: #e5e5e5;
	margin:0 auto; /* 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;
	
}



.randomImage {
		z-index:0;
		position:relative;
		top:0px;
		left:0px;
	
			
			
				}
			
				
		
.wrapper	{
z-index:1;
position: absolute;
margin-right: auto;
margin-left: auto;
top: 10px; 
left: 0px; 
width: 100%;
height: 100%;



}



		

.twoColFixRtHdr #container { 

	/*z-index:1;*/
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	/*background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	
	/*position: absolute;*/
	
	
} 
.twoColFixRtHdr #header {
	background: #fff;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 80px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
} 

.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 */
}


#logo {
	
	float: left;
height:80px;
	}
	
	
#billede_nyhedsbrev {
	font-size: 13px;
	float: right;
	width: 400px;
	background: #FFF;
	padding: 20px 20px 0 0;
	}
	
	
	.tilmeld {

	color: #000;
	
	font-size: 10px;
	}
	
	
.form {
	
	border: 1px solid #afafaf;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	vertical-align: baseline;
	font-size: 10px;
	}
	
.formsend {
	height: 30px;
	border: 1px solid #afafaf;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: middle;
	}
	
	


/*MENU*/


#headerwrap  	{
	
	background: #fff;
	height:100px;
	margin: 0 0 8px 0;
	
}

 #navcheat {
 
 	
	PADDING: 0 0 0 20px ;
	background: #fff;

}


 #navcontainer {
	font-size: 13px;
	height:20px;
	margin: 0 0 0 0px;
	PADDING: 0 0 0 0px;
	background: #fff;
	overflow: hidden;
	width: 755px;
	float: left;	
	}

 #navcontainer ul
{

margin: 0;	
padding: 0;
list-style-type: none;
text-align: left;
}

#navcontainer ul li { display: inline; 
align: left;

}

#navcontainer ul li a
{
font-weight: normal;

text-decoration: none;
/*padding: 0 6px 0 4px;*/
color: #000;
border-left: 1px solid #000;
/*background-color: #036;*/
margin: 0 10px 0 -12px;
padding: 0 10px 0 10px;


}

#navcontainer ul li a:hover
{
color: #FF00FF;
/*background-color: #369;*/
margin: 0 10px 0 -12px;
padding: 0 10px 0 10px;

}

#navcontainer ul li.last {
border-right: none;


}


.twoColFixRtHdr #mainContent { 
	background-image: url(assets/images/transdummy.png);
	background-repeat: repeat;
		
	float: left;
	width: 740px;
	margin: 0px 0px 8px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


	
		
#billede {
	
	float: left;
	width: 440px;
	height: 270px;
	background: #FFF;
	margin: 0 0 0 0;
	}
	
	
		
#billedeflash {
	
	float: left;
	width: 440px;
	height: 270px;
	margin: 0 0 0 0;
	}
	
	
	
	
#billedegalleri {
	
	float: left;
	width: 710px;
	background: #FFF;
	margin: 0 0 0 0;
	padding: 15px;
	height:auto;
	
	}
	

#forestilling {
	float: left;
	width: 280px;
	height: 270px;
/*filter:alpha(opacity=85);opacity:.85;*/
padding-left: 20px;
padding-right: 0px;
margin: 0 0 0px 0;
/*background: #FFF;*/

}


#de_tre_submenu {
	
	float: right;
	width: 280px;
	
/*filter:alpha(opacity=85);opacity:.85;*/
padding-left: 20px;
padding-right: 0px;
margin: 0 0 0px 0;
/*background: #FFF;*/

}



#de_tre_maintxt{
	
	float: left;
	width: 440px;
	
/*	filter:alpha(opacity=85);opacity:.85;*/
padding-top: 20px;
padding-right: 0px;
/*background: #FFF;*/

}


.twoColFixRtHdr #tredelt {
	float: left;
	width: 740px;
	background-image: url(assets/images/transdummy.png);
	background-repeat: repeat;
		
	
	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin: 0 0 8px 0;

}


.twoColFixRtHdr #footer { 
	float: left;
	width: 760px;
	padding: 3px 0px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff; 
	height: 24px ;
	margin: 0 0 8px 0 ;
	
	}
	
	
.foottxt {
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
	padding: 0px;
	text-align: left;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

	
.twoColFixRtHdr #footerloop {
	float: left;
	width: 780px;
	padding: 3px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 24px ;
	margin: 0 0 8px 0 ;
	
}

.footlooptxt {
font-size: 9px;
	font-weight: normal;
	padding: 0px;
	text-align: right;
	color: #fff;
	font-family: arial, sans-serif;	
}

.footlooptxt a:link {
	font-size: 9px;
	font-weight: normal;
	padding: 0px;
	text-align: right;
	color: #fff;
	font-family: arial, sans-serif;	
}

 
.twoColFixRtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}




/*LIST*/



#navlist
{

font-size: 13px;
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;

}

#navlist li
{
list-style: disc;
margin: 0;
padding: 0.25em 0 0 0;
border-top: 1px solid gray;
}

#navlist li a { text-decoration: none; }


/*TEKST*/



p {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;	
}



strong {
line-height: 200%;

	
}




h1 {
	font-size: 23px;
	font-weight: normal;
	line-height: 20px;
	padding: 0px;
	margin-top: 10px;
	text-align: left;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}


h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
	padding: 0px 0 0 0 ;
	color: #000;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}


h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
	padding: 0px 0 0 0 ;
	margin: 0 0 -5px 0;
	text-align: left;
		color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}



h4 {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	line-height: 20px;
	padding: 0px 0 0 0 ;
	text-align: left;
		color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}




h5 {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
		text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;		
	
}


h6 {
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;		
	
}


a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #FF00FF;
	text-decoration: none;
	font-weight: bold;
}



a:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FF00FF;
	text-decoration: none;
	font-weight: bold;
}

h4 a:link, h4 a:visited, h4 a:hover, h4 a:active {
	font-weight: normal;

}



#img_right {
	filter:alpha(opacity=200);
	opacity:2;
	padding-left: 15px;
	
	}
	
#img_left {
	filter:alpha(opacity=200);
	opacity:2;
	padding-right: 15px;
	
	}


	
h3 a:link, h3 a:hover, h3 a:visited, h3 a:active {

font-weight:normal;
font-style:normal;

}			

