#tooltip{
color: #444;
position:absolute;
visibility: hidden;
-moz-opacity:0.90;
filter:alpha(opacity=90);
border-top:1px solid #e0c0ff;
border-left: 1px solid #e0c0ff;
border-right: 1px solid #b080c0;
border-bottom:1px solid #b080c0;
background:#f8f8f8;
padding: 0px;
z-index: 10;
}

#tooltiphead{
font-size: 12px;
font-weight: bold;
color: #ffffff;
padding-left: 5px;
background: #b080c0;
}
#tooltipinfo{
font-size: 12px;
padding: 5px;
}
#tooltipimage{
float:left;
}

a:hover {text-decoration: underline overline;}

.menu{
position: absolute;
top: 0px;
left: 0px;
visibility: hidden;
border: 1px solid;
border-color: #eeeeee #666666 #666666 #eeeeee;
background-color:menu;
padding: 2px;
z-index: 20;
}
.seperator{
border-top: 1px solid #999999;
border-bottom: 1px solid #eeeeee;
margin: 2px;
}
.menuitem{
padding: 2px 4px 2px 4px;
color: #000000;
text-decoration: none;
font-family: ms sans serif;
font-size: 11px;
font-weight: normal;
display: block;
border: 1px solid menu;
}
a.menuitem:hover{
color: #000000;
background-color:#b6bdd2;
text-decoration: none;
border: 1px solid #999999;
}

html {
height:100%;
max-height:100%;
padding:0;
margin:0;
border:0;
overflow: hidden;
background-image:url(/Bilder/steinm.jpg);
background-attachment:fixed;
}

body {
height:100%;
max-height:100%;
overflow:hidden;
padding:0;
margin:0;
border:0;
}

#titlebox{
z-index: -1;
position: absolute;
left: 0;
top: 19px;
width: 100%;
height:40px;
padding:5px;
border: 1px solid #440000;
}

#normalbox {
display:block;
overflow:auto;
position:absolute;
z-index:3;
top:72px;
bottom:1px;
width:100%;
border-left:1px solid #000;
border-right:1px solid #000;
}

* html #normalbox {
top:0;
bottom:0;
height:100%;
width:100%;
border-top:80px solid #fff;
border-bottom:1px solid #fff;
}

#normal {
padding:5px;
}

#kopf {
position:absolute;
top:0;
width:100%;
height:70px;
z-index:5;
border:1px solid #000;
}

* html #kopf {
top:2px; width:100%; height:68px;
}
