body, html {
	height:100%; /* reference height */
	margin:0px;
	padding:0px;
	}

body {
	font-size: 11px; 
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	color: #807f63;
	background-image:url('baggrund2007_lille.png');
	}

p  { line-height: 14px;}
h1 { font-size: 20px;}
h2 { font-size: 18px;}
h3 { font-size: 16px;}
h4 { font-size: 11px; font-weight: bold; margin-bottom:-11;}
blockquote { font-size: 9px; color: #807F55;}

#hvidbaggrund{
	position: absolute; top: 130px; left: 40px;
	background: #fff;
	height: 530px;
	width: 742px;
	z-index: 1;
	}	
#logo{
	margin-left:40px;
	width:742px;
	height:135px;
	background: url('MTlogo-2006.jpg');
	z-index: 2;
	}
#menu{
	display:inline; /* double float margin fix <-- IE er lort, no shit */
	position: absolute; top: 130px; left: 40px;
	width:127px;
	height: 300px;
	background-color: white;
	text-align: right; 
	padding:5px 12px 0px 5px;
	border-right: #336633 1px solid;
	overflow: visible;
	z-index: 3;
	}
#indhold{
	position: absolute;	top: 130px; left: 40px; 
	background-color: #fff;
	width:360px;
	padding: 5px 12px 15px 60px; 
	border-left: solid #fff 100px;
	border-right: solid #fff 210px;
	z-index: 2;
	}
#tredje { 
	position: absolute;
		top: 130px;
		left: 577px; 
	width:168px; 
	background-color:#fff; 
	padding: 5px 10px 15px 10px; 
	border: #336633 1px solid; 
	overflow: visible;
	z-index: 3;
	}
a:link {
	color: #244824;
	font-family: Trebuchet MS;
	font-weight: normal;
	text-decoration : none
	}
a:visited { 
	color: #527900; 
	font-family: Trebuchet MS;
	font-style: normal;
	font-weight: normal; 
	text-decoration: none 
	}
a:active { 
	color: #060; 
	font-family: Trebuchet MS;
	font-style: italic;  
	font-weight: normal; 
	text-decoration: none;
	}
a:hover {
	color : #900;
	font-family: Trebuchet MS;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
	}