﻿BODY {
	FONT-SIZE: 15px;
     COLOR: #242424; 
    FONT-FAMILY:Times New Roman,Verdana, Helvetica, sans-serif;
    BACKGROUND-COLOR:#e0e1e6;
    text-align: center; /** IE centrerings bugg **/
    margin: 40px auto 0px auto; 
    padding: 0;
}
.container {
	 WIDTH:900px; BACKGROUND-COLOR: #F5F5F5;
    margin: 0px auto 0px auto; /** Standard stt att centrera **/
	text-align: left; /** IE centrerings bugg **/
}
.top {
	WIDTH:900px;
	color: #F8F8F8;
	font-family: "Times New Roman", Times, serif;
	background-color: #b7b0ac;	
}
.top H1 {
	font-size:28pt;
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 15px;	
    padding-bottom: 0px;  
}
.content {
	FLOAT: left;
    width: 100%;
   	margin: auto;  
	COLOR: #000000;
    FONT-SIZE: 15px;
	BACKGROUND-COLOR: #f8f8f8;
	
}
.menu {
	FLOAT: left;
	WIDTH: 200px;
    height: 600px;
	BACKGROUND-COLOR: #f8f8f8;	
}
.main {
	 FLOAT: right; WIDTH:700px; height: 600px;   PADDING-right: 0px;
    PADDING-BOTTOM: 3px; PADDING-TOP: 1px; BACKGROUND-COLOR: #F8F8F8
}
.main H2 {
	font-size: 18pt;
	color:#474c52;	padding-top: 5px;
     padding-left: 5px;
}


.foot{
	clear: both;
	color: #F8F8F8;
	HEIGHT: 20px;
	font-family: "Times New Roman", Times, serif;
	background-color:#b7b0ac;
}