body {
	font-family: Tahoma, Arial, sans-serif;
	background: url(../img/ooievaarsbg_body.jpg) repeat-y;
	background-color: #D0DDEE;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
hr {
	color: #999;
	background-color: #999;
	height: 1px;
	border: 0;
}

#ooievaarcontainer {
	position: absolute;
	top: 0px;
	left: 100px;
	width=201px;
	height=204px;
}

#navcontainer {
	position: absolute;
	top: 150px;
	left: 25px;
	font-size: 11px;
}
html>body #navcontainer {
	position: absolute;
}

#navlist {
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #DABD9A;
	width: 145px;
	list-style: none;
}
#navlist li {
	list-style: none;
	margin: 0px;
	padding: 3px 0px;
	border-top: 1px solid #DABD9A;
	background-image: url(../img/bulletnav.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 15px;
}
#navlist li a:link, a:visited {
	color: #333;
	text-decoration: none;
}
#navlist li a:hover {
	color: #711C1F;
	text-decoration: none;
}
#navlist li a#current {
	font-weight: bold;
	color: #711C1F;
}



#subnavlist {
	padding-left: 0;
	margin-left: 0;
	width: 135px;
	list-style: none;
}
#subnavlist li {
	list-style: none;
	margin: 0px;
	padding: 3px 0px;
	border-top: 1px solid #DABD9A;
	background-image: url(../img/bulletnav.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 15px;
}
#subnavlist li a:link, a:visited {
	color: #333;
	text-decoration: none;
}
#subnavlist li a:hover {
	color: #711C1F;
	text-decoration: none;
}
#subnavlist li a#current {
	font-weight: bold;
	color: #711C1F;
}





div#sitetitelcontainer {
	position: absolute;
	left: 250px;
	width: 460px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}

div#tekstcontainer {
	position: absolute;
	top: 150px;
	left: 250px;
	width: 460px;
	font-size: 11px;
	color: #333;
	padding: 5px;
}
html>body div#tekstcontainer {
	background-image: url(../img/tekstbg.png);
}

.titelcontainer {
	height: 22px;
	background-image: url(../img/ornatitel.gif);
	background-position: 0;
	background-repeat: no-repeat;
	padding-left: 30px;
	color: #660000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 50px;
}
.titel {
	font-size: 12px;
	font-weight: bold;
}
#footer {
	height: 25px;
	color: #999999;
	font-size: 10px;
	margin-top: 50px;
}
html>body #fadeout-top {
	position: fixed;
	background: url(../img/fadeout_top.png) repeat;
	width: 100%;
	height: 5px;
	z-index: 2;
}
