html {
background:url(wildbiene.jpg);
background-color:#33cc99;
background-repeat:no-repeat;
background-position:top left;
background-attachment:fixed;
height:100%;
color:#eee;
}


body {
padding:0 10px 0 10px;
height:100%;
overflow:auto;
margin:0 0 0 150px;
border-left:5px solid #33cccc;
font-size: 100.01%;
font-family:verdana, arial, sans-serif;
}


#menu {
position:absolute;
top:20px;
left:10px;
width:130px;
height:200px;
z-index:50;
font-size:14px;
line-height:150%;
}

a, a:link, a:active, a:visited {
color:#fff;
background:transparent;
text-decoration:none;
font-weight:bold;
}

a:hover {
text-decoration:underline;
color:#ccccff;
}

p {
width:500px;
text-align:justify;
padding:20px 0 0 0;
font-size:14px;
line-height:150%;
}

blockquote {
color:#006600;
font-size:14px;
}

img {
border:0;
padding:0 0 10px 10px;
margin:0;
}

.imagefloat { 
float:right; 
}

h1 {
color:#ccccff;
margin:0px;
padding:20px 0 0 0;
font-weight: lighter;
}

h3 {
color:#fff;
margin:0px;
padding:40px 0 0 0;
font-weight: lighter;
}

