@charset "UTF-8";
/* CSS Document */
body {
	padding: 30px 0 0 0;/*med padding og margin:0 kommer scrollbarre på i Safari*/
	margin: 0;
	text-align: center;
	background-color: #859197;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #xxx;
	line-height: 130%;
}
#container {
	margin: auto;
	width: 670px;
	height: 435px;
	text-align: left;
}
#content {
	float: left;
	width: 670px;
	height: 435px;
	background-color: #d7dee6;
}
#firstcolumn {
	float: left;
	width: 234px;
	height: 435px;	
	background-color: #d7dee6;
}
#firstcolumn_1 {
	float: left;
	width: 234px;
	height: 53px;
	background-color: #d7dee6;
}
.imglogo {
	padding: 18px 0 0 15px;	
}
#firstcolumn_2 {
	float: left;
	width: 234px;
	height: 200px;
	background-color: #d7dee6;
}
#firstcolumn_3 {
	float: left;
	width: 234px;
	height: 182px;
}
.firstcolumn_3_undermenu {
	float: left;
	width: 234px;
	height: 182px;
	padding-left: 15px;
	padding-top: 110px;
}
.menu { 
	padding:  20px 0 0 15px;
	font-size: 13px;
	color: gray;
	line-height: 130%;
}
#menu ul li {
	list-style-type: none;  
}
.menu2 { 
	padding:  60px 0 0 15px;
	font-size: 13px;
	color: gray;
	line-height: 130%;
}
#menu2 ul li {
	list-style-type: none;  
}
a:link {
	font-size: 12px;
	color: #898b8a;
	text-decoration: none;
}
a:activ {
	font-size: 12px;
	color: #7095a7;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #898b8a;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #7095a7;
	text-decoration: none;
}
#undermenu {
	padding: 45px 0 0 0;
	font-size: 13px;
	color: #898b8a;
	line-height: 130%; 
}
#secondcolumn {
	float: left;
	width: 436px;
	height: 435px;
	background-color: #d7dee6;
}
#secondcolumn_1 {
	float: left;
	width: 436px;
	height: 217px;
	background-color: #d7dee6;
	
}
#secondcolumn_2 {
	float: left;
	width: 436px;
	height: 218px;
	background-color: white;
	
	
}
#secondcolumn_2 h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333; 
	letter-spacing: 0.1em;
	/*width: 430px;*/
	padding-left: 30px;	
}
#secondcolumn_2 .tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333; 
	/*width: 430px;*/
	padding: 0 30px 0 30px;
	overflow: auto;
		scrollbar-face-color: white;
	scrollbar-shadow-color: #859197;
	scrollbar-arrow-color: #859197;
	scrollbar-3dlight-color: white;
	scrollbar-highlight-color: #859197;
	scrollbar-track-color: white;
	scrollbar-darkshadow-color: white;
	height: 168px;	
}	
#header {
	widht: 670px;
	height: 10px;
}
a.email:link{
	font-size: 13px;
	color: #d7dee6;
	text-decoration: none;
}
a.email:activ {
	font-size: 13px;
	color: #d7dee6;
	text-decoration: none;
}
a.email:visited {
	font-size: 13px;
	color: #d7dee6;
	text-decoration: none;
}
a.email:hover {
	font-size: 13px;
	color: #d7dee6;
	text-decoration: none;
}
#footer {
	clear: both;
	width: 670px;
	color: #d7dee6;

	padding: 3px 0 0 4px;
	font-size: 13px;
	
}
