body {
font-family: verdana;
color: maroon;
}
div.top {
left: 20px;
position: absolute;
right: 15%;
height: 20%;
top: 3%;
background-image: 
url('bgcolor.JPG');
background-repeat: repeat
}
div.top p.undertitle {
position: absolute;
top: 64%;
left: 15%;
color: rgb(254,209,151);
}
div.top img {
margin-left: 10px;
margin-top: 10px;
}
div.menu {
width: 20%;
position: absolute;
left:20px;
top: 25%;
border-right: thin solid rgb(194,95,89);
}
div.menu p {
color: rgb(194,95,89);
}
div.menu p:hover {
color: green;
}
div.menu p:hover a {
color: green;
text-decoration: underline;
}
div.menu a {
color: rgb(194,95,89);
text-decoration: none;
font-weight: bold;
}
div.menu p.current a {
color: rgb(254,209,151);
}
div.menu p.current:hover a {
color: green;
}
div.main {
position: absolute;
top: 23%;
left: 25%;
right: 15%;
overflow: auto;
font-size: 13;
margin-bottom: 5px;
border-bottom: thin solid rgb(194,95,89);
}
div.main ul {
font-size: 12;
}
div.weblog {
border: thin solid rgb(254,209,151);
}
#rechtsboven1 {
position: absolute;
left: 600px;
top: 10px;
height: 124px;
}
#rechtsboven2 {
position: absolute;
left: 700px;
top: 10px;
height: 124px;
width: 100px;
}
#rechtsboven3 {
position:absolute;
top: 10px;
left: 800px;
width: 164px;
height: 124px;
}
#banner {
position: absolute;
top:23%;
right: 20px;
}



