/* CSS Document */

	/* @import url(../all.css);  just some basic formatting, no layout stuff */
	
	body {
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
		padding: 0;
		text-align: center;
		color: #333;
		background: #ccc;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 16px;
		}
	
	#frame {
		width:760px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		background: #ffc;
		text-align:left;
		}
		
	#contentleft {
		width:490px;
		margin-top:30px;
		padding:0px;
		float:left;
		background: #ffc;
		}
	
	#contentright {
		width:270px;
		margin-top:30px;
		padding:0px;
		float:left;
		background: #ffc;
		}
	
	#contentheader {
		height: 75px;
		background: #036;
		text-align: left;		
		}
	
	#contentfooter {
		font-size: 9px;
		text-align: center;
		color: #666;
		background: #ffc;
		letter-spacing: 0.1em;
		}
		
	#contentfooter p  {
		margin: 0;
		}
	
	#contentfooter p a:link {
		margin: 0;
		color: #666;
		text-decoration: none;
		}
	
	#content {
 		 background: #ffc;
		}
		
	.clear {
		clear:both;
		height:0;
		}

						
	p,h1,h2,h3 {
		margin:0px 10px 0px 27px;
		}
	
	h4 {
		margin:0px 23px 0px 9px;
		}
	
	
	h5,h6 {
		margin:0px 23px 0px 17px;
		}
	
	
	p a:link {
		background-color : transparent;
		color : #333;
		border-bottom : none;
		text-decoration: none;
		font-weight: bold;
		}
	p a:visited {
		background-color : transparent;
		color : #333;
		border-bottom : none;
		text-decoration: none;
		font-weight: bold;
		}
	p a:hover {
		background-color : transparent;
		color : #000;
		border-bottom : none;
		text-decoration: underline;
		font-weight: bold;
		}	
	p a:active {
		background-color : transparent;
		color : #333;
		border-bottom : none;
		text-decoration: underline;
		font-weight: bold;
		}			

	
	h1 {   /* h1 må kun bruges i logo */
		font-size:48px;
		line-height: 48px;
		color:#ffc;
		text-transform: uppercase;
		font-weight: normal;
		letter-spacing: 0.3em;
		vertical-align: baseline;
		}
		
	h2 {   /* h2 må kun bruges i venstrespalte manchet */
		font-size:16px;
		margin-top: 2px;
		text-transform: none;
		font-weight: normal;
		text-decoration: none;
		line-height: 21px;
		}
				
	h3  {   /* h3 er venste spalte rubrik */
		font-size: 12px;
		padding-bottom:2px;
		margin-top: 2px;
		margin-bottom: 0;
		line-height: 16px;
		font-weight: bold;
		}
		
	h4  {   /* h4 er højre spalte boldrubrik */
		font-size: 12px;
		padding-bottom:2px;
		margin-top: 2px;
		margin-bottom: 0;
		color : #036;
		line-height: 16px;
		font-weight: bold;
		text-transform: uppercase;
		}
		
	h5 {   /* h5 er højre spalte versalrubrik */
		font-size:11px;
		color : #036;
		padding-top:0px;
		padding-bottom:2px;
		font-weight: bold;
		text-transform: normal;
		}
		
	h6  {   /* h6 er venste spalte brødtekst */
		font-size:11px;
		color : #036;
		padding-top:0px;
		padding-bottom:0px;
		font-weight: normal;
		}
		
	h6 a:link {
		background-color : transparent;
		color : #036;
		border-bottom : none;
		text-decoration: none;
		font-weight: bold;
		}
	h6 a:visited {
		background-color : transparent;
		color : #036;
		border-bottom : none;
		text-decoration: none;
		font-weight: bold;
		}
	h6 a:hover {
		background-color : transparent;
		color : #000;
		border-bottom : none;
		text-decoration: underline;
		font-weight: bold;
		}	
	h6 a:active {
		background-color : transparent;
		color : #036;
		border-bottom : none;
		text-decoration: underline;
		font-weight: bold;
		}	
		
	#contentheader h2 {
		padding-top:53px;
		margin:0px;
		}
		
	img  {
		display: block;
		margin-top: 10px;
		margin-left: 0px;
		margin-right: 0px;
		}
