﻿body {
	font-family: sans-serif;
	background-color: #F0D0AA;
}

.overskrift {
	DISPLAY: inline; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 22px; 
	COLOR: #725545; 
	vertical-align: text-top;
	padding-bottom: 20px;
}
.ingress 
{
    font-weight: bold;
    COLOR: #725545; 
}

.brodtekst {
	font-size: 13px;
}

a {text-decoration: none;}
a:hover {text-decoration: underline;}

hr {  COLOR: #999933; HEIGHT: 0.1em}

li{
	list-style-type: circle;
}

table.hovedfelt{
	background-color: #CF9A30;
	width: 700px;
	height: 90%;
}
table.hovedfelt tr.header {
	background-color: #E4C9B0;
	font-weight: bold;
	color: #eeeeee;
	height: 10px;
}
table.hovedfelt tr.main { background-color: #FFFFFF }
table.hovedfelt td.main {
	background-color: #FFFFFF;
	padding: 20px;
	text-align: left;
	vertical-align: top;
	
}
table.hovedfelt tr.footer { background-color: #E4C9B0 }

