﻿/*
gul eeb211
grå 4c494a
*/

/*
grå (footer) 	#7e8083
9fa1a3
svart? (text) #231f20

*/

*{}

body {
	font-family: Arial, helvetica, Verdana, sans-serif;
	font-size: 12px; 	
	font-weight: normal;	
	color: #000;	
	background-color: #fff;
}

/**** Layout ***************/
#wrapper { 	
	margin: 0 auto;
	width: 960px;	
	margin-top: 20px;
	background-color: #fff;	
} 

#containment { 		
	margin:0px;
	padding:0px;
	padding-bottom: 10px;
} 

#header {	
	margin: 0;
	padding: 0;	
	width: 960px;
	height: 359px;	
}

#top {	
	width: 960px;
	height: 319px;	
}

#contentWrapper {	
	clear: both;
}

#content {	    
	font-size: 13px;
	float: left;	
	width: 640px;
	/*height: 280px;		*/
	padding: 20px 0 0 20px;		
}

.red { color:#ed1c24;}

h1, h2, h3 {
    font-size: 13px;	 		
}

h1 {
	
}

h2 {
	
	font-weight: normal;
	font-style: italic;
}

h3 {
   
}

#content p {
    width: 480px;
}

.punktlista ul {    
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 480px;
}

.punktlista li {
    background-image: url('Images/star.png');
    background-repeat: no-repeat;
    background-position: 0;
    padding: 10px 0 10px 30px;
}

#content img {
	border: solid 1px #4c494a;
	
}

#content a, #content a:visited, #content a:hover {	
	font-weight: bold;
	color: #4c494a;
	text-decoration: none;
}

#content a:hover {	
	font-weight: bold;
	color: #eeb211;
	text-decoration: none;
}

#content td {	
	text-align: left;
	vertical-align: top;
}

.smallHeading {	
	margin: 0 0 4px 0; 
	padding: 0;
	font-size: 14px; 
	font-weight: bold; 
	text-transform: uppercase;	
}

.requiredStar {
	color: #FF0000;	
}                

.requiredStar {
	font-size: 14px; 	
}
 	
.verticalLine {		
	padding: 0 10px 0 10px;
	background: url(Images/bgVLine.gif) center center repeat-y;
	text-align: center;
}


