@charset "utf-8";
/* CSS Document */

div {
	border:0px solid red;
	padding:0;
	margin:0;
}
<!-- 
/* old styles */
body {
	background-image:url("../images/grey.png");
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 0 0 0;
	font-size: 12px;
	}

A:link, A:visited, A:active {font-famiily:arial; color:#3c3c3c; font-weight:normal; text-decoration:none; font-size: 12px}
A:hover {color:#EEAD23; text-decoration: none; font-size: 12px}
p {color:#6c6c6c; font-size: 13px; font-weight:bold; margin-bottom:0px}
h1 {
	color:#144c14;
	font-size:16px;
}
li a {color:#144c14}

/* GMK SPECIFIK STYLES */
#container{
	margin:auto;
	width:900px;
	border-bottom:1px solid #9EbE9A;
	background-color:#FFF;
	height:586px;;
}
#top{
	clear:both;
}
#logo {
	clear:both;
	float:left;
	margin-bottom:20px;
}
#logo img{
	padding: 10px 0 0 10px;
	float:left;
	clear:both;
}

#hovedmeny{
	height:20px;
	background-color:#0E2E0A;
	padding-left:100px;
	padding-top:2px;
	float:left;
	width:800px;
}
#hovedmeny a{
	padding-right:70px;
	color:#ddd;
	font-weight:normal;
}
#hovedmeny a:hover{
	color:#EEAD23;
	}
#sidebar1{
	float:left;
	width:170px;
	height:280px;
}
#sidebar2{
	float:right;
	width:100px;
	clear:right;
	height:280px;
}

#mainContent{
	float:left;
	width:630px;
        height:416px;
}

#footer{
	text-align:center;
        vertical-align: bottom;
        height:30px;
	float:left;
	width:900px;
	border-top:2px solid #0E2E0A;
}

#frontpage_empty_left{
	height:264px;
	padding:8px;
	overflow:hidden;
	
}

#frontpage_empty_left img{
	width:170px;
	
}
.mainContent{
	color:#144c14;
	font-size:12px;
	padding-left:30px;
	padding-top:12px
}

.mainContent p{
	color:#144c14;
	font-size:14px;
}

--> 
</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
</style>
<![endif]--></head>


