<style type="text/css">

div {
position: absolute;
}

body {
color: #000000;
background-color: #000000;
scrollbar-base-color: #daa520;
font-size: 16px;
font-family: arial, helvetia, sans-serif;
}

ul, li {
list-style-type: none;
margin: 0;
padding: 0;
}

div.menu {
background: transparent;
position: absolute;
width: 600px;
top: 91px;
left: 80px;
z-index: 3;
}

div.menu li {
float: left;
width: 120px;
}

div.menu a {
margin: 0 2px;
height: 20px;
display: block;
text-align: center;
font-weight: bold;
border: 1px solid gray;
text-decoration: none;
color: #000000;
background: #daa520;
}

div.menu a:hover {
color: #fff8dc;
background: #B8860B;
text-decoration: none;
border: 1px solid gray;
}

#smenu1, #smenu2, #smenu3, #smenu4 {
display: none;
float: left;
width: 120px;
font-size: 12px;
}

#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a {
font-weight: normal;
border-top: 0 none;
}

h1 {
color: #8b4513;
font-size: 24px;
font-weight: bold;
font-family: arial, helvetia, sans-serif;
text-align: center;
}

h2 {
color: #800000;
font-size: 16px;
font-weight: bold;
font-family: arial, helvetia, sans-serif;
}

input.button {
color: #000000;
background-color: #daa520;
}

table {
color: #000000;
background: transparent;
font-size: 16px;
font-family: arial, helvetia, sans-serif;
}

td.header {
color: #000000;
background-image: url(pics/holz2.jpg);
border: 5px outset #daa520;
height:35px;
}

td.inhalt {
color: #000000;
background-image: url(pics/bg1.gif);
padding: 10px;
border: 5px outset #daa520;
}

td.guestbook {
color: #000000;
background-image: url(pics/bg1.gif);
padding: 0px;
border: 5px outset #daa520;
}

a {
color: #ffd700;
background: transparent;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #ffffff;
background: transparent;
text-decoration: underline;
font-weight: bold;
}
</style>