@import url("modules.css");
@import url("navigation.css");
@import url("slideshow.css");
@import url("input.css");

/************************* RESET **********************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
}

/************************* HTML BODY **********************/

html, body {
	margin: 0;
	padding: 0;
	font: 12px/16px Arial, Helvetica, sans-serif;
	background-color: #e5e6e6;
	background-image:url(/web/grafik/bg_body_gfx.gif);
	background-repeat: repeat-y;
	background-position: top;
	color:#aeaeae;
}

/************************* STRUCTURE **********************/

#header {
	background: url(/web/grafik/bg_header.png) no-repeat bottom center;
	/*overflow: hidden;*/
	padding: 0 35px 0 35px;
	width: 890px;
	margin: 0 auto;
}
	
	#header img {
		float:left;}

	#header_left {
		width:227px;
		float:right;
		text-align:right;
		padding-top:14px;
		font-size:9px;
		line-height:14px;
		font-weight:bold;
		color:#878787;
	}
	 
	#mainnav {
		background: #636466;
		width: 890px;
		margin: 0;
		padding: 0;
		height: 38px;
	}

#container {
	background: url(/web/grafik/bg_container.png) repeat-y;
	/*overflow: hidden;*/
	padding: 0 35px 0 35px;
	width: 890px;
	margin: 0 auto;

}
	
	#frontpage_image{
		border-bottom:1px solid #dadadc;
		height:308px;
		width:890px;
		margin:0;
	}
	
	#content {
		width: 850px;
		margin: 0;
		overflow: hidden;
		padding: 0 20px 0 20px;
		background: #FFF;
		}
		
			#box1{
				float:left;
				width:170px;
				padding:30px 25px 30px 0;
				border-right:1px solid #e6e6e7;
				height:325px;
			}
							
			#box2{
				float:left;
				width:170px;
				padding:30px 25px 30px 25px;
				border-right:1px solid #e6e6e7;
				height:325px;
			}
			
			#box3{
				float:left;
				width:400px;
				padding:30px 0 30px 25px;
				height:325px;
			}
	
				#box1 img, #box2 img{
					margin-bottom:20px;
				}
				
				#box1 a, #box2 a{
					background-image:url(/web/grafik/gfx_link.gif);
					background-position:right;
					background-repeat:no-repeat;
					display:block;
					text-align:right;
					padding:0 20px 0 0;
					margin:10px 0;
					text-decoration:underline;
				}
				
	#content2 {
		margin: 0;
		overflow: hidden;
		padding: 0 0 0 0px;
		width: 890px;		
	}
	
		#subnav {
			background: url(/web/grafik/bg_border.gif) repeat-y right;
			float: left;
			width: 200px;
		}
		
		#text {
			float: left;
			width: 689px;
		}
		
			#text_top {
				background: #FFFFFF;
				border-bottom: 1px #e6e6e7 solid;
				padding: 0 20px 0 20px;
			}
			
			#text_top2 {
				background: #FFFFFF;
				border: 0;
				padding: 0 20px 0 20px;
			}
			
			#text_indhold {
				background: url(/web/grafik/bg_border.gif) repeat-y right;
				float: left;
				padding: 20px 20px 0 20px;
				width: 400px;
			}
			
			#text_nyheder {
				float: left;
				padding: 20px 20px 0 20px;
				width: 160px;
			}
				
#footer {
	margin: 0 auto;
	min-height: 100px;
	padding: 0 35px 0 35px;
	width: 890px;	
}

	.footer1 {
		background: url(/web/grafik/bg_footer.png) no-repeat top center;
	}

	.footer2 {
		background: url(/web/grafik/bg_footer2.png) no-repeat top center;
	}
	
	.footer3 {
		background: url(/web/grafik/bg_footer3.png) no-repeat top center;
	}

/************************* TEXT **********************/ 

h1 {
	font-size: 150%;
	border-bottom: 1px #000 dashed;
}

h2 {
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#585556;
	margin-bottom:20px;
	font-weight:normal;
}

h3 {
}

p {
}

#text_top h1 {
	border: 0;
	color: #000;
	font: 35px/45px Georgia, "Times New Roman", Times, serif normal;
	padding: 35px 0 15px 0;
}

#text_top2 h1 {
	border: 0;
	color: #000;
	font: 35px/45px Georgia, "Times New Roman", Times, serif normal;
	padding: 35px 0 15px 0;
}

#text_indhold h1 {
	border: 0;
	color: #000;
	font: 20px/20px Georgia, "Times New Roman", Times, serif normal;
	padding: 15px 0 15px 0;
}

/************************* LINKS **********************/

a {
	color:#878787;
	text-decoration:none;
}

a:hover {
	color:#878787;
}

/************************* OTHERS **********************/

.clear {
	clear: both;
}

.noshow {
	display: none;
}

#tilmeld_nyhedsbrev {
	margin: 15px 0 0 0;
	padding: 5px 0 0 0;
}
