body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
h1{
	color: #999999;
	font-size: medium;
}
h2{
	color: #999999;
	font-size: small;
}
h3{
	color: #999999;
	font-size: x-small;
	font-weight: bold;
}
a {
	color: #ff9900;
	text-decoration: none;
}
.kilde{
	font-style: italic;
}
.sitat{
	padding: 10px;
	border: 1px solid grey;
}
.adresse{
	line-height: 0px;
}

table .ansatte{
	font-size: xx-small;
}
table .ansatte td{
	padding-left: 10px;
}
.navn{
	/*line-height: 0px;*/
	font-weight: bold;
}
.tittel{
	line-height: 0px;
	font-weight:bold;
	font-style: italic;
}
.timepris{
	line-height: 0px;
}


table{
	width: 100%;
}
td{
	vertical-align: top;
}

table.top{
	margin-bottom: 30px;
}
table.midten{
	margin-bottom: 10px;
	height: 0; <!-- pga meny-height: 100%; -->
}
table.bunn{
	border-top: 1px dotted grey;
	font-size: xx-small;
	color: #999999;
}

td.tlfepost{
	border-top: 1px dotted grey;
	border-bottom: 1px dotted grey;
}
table.tlfepostbox{
	border: 1px solid black;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: x-small;
	color: #999999;
}

td.meny{
	border-left: 1px dotted grey;
	width: 200px;
}
div.menybox{
	/* border-left: 2px dotted black; */ /* vs td.meny */
	height: 100%;
}
div.meny{
	border: 1px solid black;
	margin-left: 5px;
	margin-right: 5px;
	font-size: x-small;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
}
.meny ul {
	list-style-image: url('img/listmarker.gif');
	position: relative;
	left: -10px;
	vertical-align: base-line;
}
.meny ul li{
	padding-bottom: 10px;
}
.meny p{
	margin-left: 10px;
}

td.main{
	border-left: 1px dotted grey;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	font-size: xx-small;
}
td.main h2 a{
	color: #999999;
	font-size: small;
}

td.main ul.advice li{
	padding-bottom: 10px;
	color: grey;
}
