a { text-decoration: underline; }
a:link { color: black; }
a:visited { color: black; }
a:hover { text-decoration: none; }
a:active { color: black; }

a.hlink { text-decoration: underline; }
a.hlink:link { color: white; }
a.hlink:visited { color: white; }
a.hlink:hover { text-decoration: none; }
a.hlink:active { color: white; }

body {
	margin: 0;
	padding: 0;
	background-color: #DAD2B0;
	font-family: verdana, sans-serif;
	font-size: 85%;
	color: black;
}

img {
	border: 0;
}

ul {
	list-style-type: disc;
	color: white;
	margin-top: 0;
	background-color: #DAD2B0;
}

li {
	margin-bottom: 5px;
	margin-left: -20px;
}

#bannerBunn {
	margin-bottom: 10px;
	margin-top: 10px;
}

#bannerEgen div {
	z-index: 5;
}

#leftCol {
	float: left;
	width: 160px;
}

#topReklame {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 140px;
}

#topReklame img {
	/* margin-bottom: 2px; */
}

#topBanner {
	position: absolute;
	top: 3px;
	right: 150px;
	z-index: 1;
}

#rightCol {
	margin-left: 170px;
}

#footer {
	clear: both;
	text-align: center;
	margin-top: 10px;
	font-size: 80%;
	line-height: 200%;
}

.box_header {
	color: white;
	background-color: #AB3434;
	font-size: 90%;
	font-weight: bold;
	vertical-align: middle;
}

.box_whole {
	border: 1px solid #AB3434;
}

.box_contents {
	padding: 5px;
}

.box_listtext {
	color: black;
	background-color: #DAD2B0;
}

#liernett {
	font-size: 0.8em;
}

#liernett p {
	text-align: left;
	vertical-align: top;
	margin: 2px;
}