
 	/** 
 	* HTML
 	*/
	h1{
margin-top:0;
font-size:16px;
font-family:verdana, Geneva, sans-serif;
color:#95a93f;
}
h2{
margin-top:0;
font-size:14px;
font-family:verdana, Geneva, sans-serif;
color:#95a93f;
}
h3{
margin-top:0;
font-size:13px;
font-family:verdana, Geneva, sans-serif;
color:#95a93f;
}
	
	body {
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		color:#000;
		margin:0;
		padding:0;
	}
	a img {
		border:none;	
	}
	/**
	* Struktur
	*/
	div#siteContainer {
		width:890px;
		margin:20px auto;
		padding:15px;
		border:1px solid #a2bd30;
	}
	/* header */
	div#header {
		margin-bottom:30px;	
	}
	div#flashBanner {
		float:right;
		background:#fff;
		height:130px;
		width:515px;
		border:1px solid #a2bd30;
		
	}

	/* indhold */
	div#content {
		width:455px;
		margin:0 auto;
		margin-right:218px;
		background:url(gfx/stor_midt.gif) repeat-y;
		padding:0;
		clear:none;
	}
	div#innerContent {
		background:url(gfx/stop_top.gif) no-repeat top;
		min-height:250px;
		padding:15px;
	}
	div#contentBund {
		background:url(gfx/stor_bund.gif) no-repeat bottom;
		height:9px;
		line-height:9px;
	}	
	/* left */
	div#left {
		float:left;
		width:200px;
		clear:none;
	}
	/* små boxe */
	div.box {
		background:url(gfx/lille_midt.gif) repeat-y;
		padding:0;
		margin-bottom:15px;
	}
	div.innerBox {
		background:url(gfx/lille_top.gif) no-repeat top;
		min-height:50px;
		padding:10px;		
	}
	div.boxBund {
		background:url(gfx/lille_bund.gif) no-repeat bottom;
		height:9px;
		line-height:9px;
	}
	#footer {
		font-size:10px;
		font-family:Tahoma, Geneva, sans-serif;
		font-weight:bold;
		color:#a2bd30;
		margin-top:15px;
	}
	/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}		

