body, html {
	height:100%; /* reference height */
	margin:0px;
	padding:0px;
	}

body {
	font-size: 13px; 
	font-family: Arial; 
	color: #333333;
	background-color: #FFFFFF;
	background-image: url('baggrund.jpg');
	background-repeat: no-repeat;
	background-position: 20px 100px;
	}

p  { line-height: 16px;}
h1 { font-size: 20px; font-weight:bold; color: #0e7ce1;}
h2 { font-size: 16px; font-weight:bold; margin-bottom: -5; color: #0e7ce1;}
h3 { font-size: 14px; font-weight:bold; margin-bottom: -10; color: #0e7ce1;}
h4 { font-size: 9px; margin-bottom: -8; color: #0e7ce1;}

#overskrift{
	position: absolute; top: 10px; left: 20px;
	margin-left:0px;
	width:950px;
	height:100px;
	background-color: #ffffff;
	background-image: url('/grafik/topbjaelke.jpg');
	background-repeat: no-repeat;
	z-index: 1;
	}
#menu{
	display:inline; /* double float margin fix &lt;-- IE er lort, no shit */
	position: absolute; top: 110px; left: 20px;
	width: 165px;
	height: 400px;
	text-align: right; 
	overflow: visible;
	z-index: 2;
	}
#indhold{
	position: absolute;
	top: 115px; left: 215px; 
	width:575px;
	height:400px;
	padding-top: 10 px;
	overflow: visible;
	z-index: 3;
	}
#tredjespalte{
	position: absolute;
	top: 125px; left: 810px; 
	width:130px;
	height:375px;
	padding-top: 10 px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #0e7ce1;
	padding-left: 15px;
	background-color: #FFffff;
	overflow: visible;
	z-index: 4;
	}
a:link {
	color: #6890b9;
	font-family: Helvetica, Arial; 
	font-weight: bold; 
	text-decoration:none
		}
a:visited { 
	color: #9abbd9; 
	font-family: Helvetica, Arial;
	font-weight: bold; 
	text-decoration:none
	}
a:active { 
	color: #1fbca0; 
	font-family: Helvetica, Arial;
	font-weight: bold; 
	text-decoration:none
	}
a:hover {
	color : #4fcbd3;
	font-family: Helvetica, Arial;
	font-weight: bold; 
	text-decoration:none
	}
