
/* CSS Document */

html, body {
margin:0; padding:0; width:100%; height:100%; overflow:hidden;
text-align:center;
}
*html {
height:100%;
}
body {
font-family:Arial, Helvetica, sans-serif;  
font-size:12px;
}
#background{
position:absolute; z-index:1; width:100%; height:100%;
}
#scroller {
position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:2;
} 
#wrapper {
width:1000px;
height:100%;
margin:0 auto auto auto;
background:url(../bilder/wolflogo4_140x500.jpg) top right no-repeat;
}
/* Hauptmenue vertikal */
#menue {
width:100px;
height:600px;
margin:0;
margin-left:10px;
float:left;
background:transparent;

display:none;
}
#menue ul {
padding:0;
margin:0;
margin-top:40px;
list-style-type:none;

display:none;
}
#menue ul li {
display:inline;

display:none;
}
#menue ul a:link, #menue ul a:visited {
display:block;
width:100px;
height:50px;
line-height:50px;
margin-top:8px;
color:#fff;
font-weight:bold;
font-size:1.4em;
text-align:center;
text-decoration:none;
background:url(../bilder/button_gras_100x50.jpg) top left no-repeat;

display:none;
}
#menue ul a:hover, #menue ul a:active {
color:#1b1b1b;
}
#menue li a#current {
background:url(../bilder/button2_100x50.jpg) top left no-repeat;
color:#009900;
}
#content {
width:730px;
min-height:100%;
float:left;
text-align:left;
background:#E1E5E6;
}
*html #content {
height:100%;
}
#header {
width:730px;
height:180px;
margin-top:5px;
background:url(../bilder/hg_header6_730x180.jpg) top left no-repeat;
}
#text {
background:url(../bilder/hg_content2_730x20.jpg) top left repeat-y;
width:730px;
margin-top:-5px;
min-height:427px;
}
*html #text {
height:427px;
}
#text p {
margin:0px 40px;
line-height:1.5em;
color:#535353;
}
#uebertext {
background:url(../bilder/hg_content1_730x55.jpg) top left no-repeat;
margin-bottom:-4px;
width:730px;
height:55px;

display:none;
}
#untertext {
background:url(../bilder/hg_content3_730x40.jpg) top left no-repeat;
clear:both;
width:730px;
height:40px;

display:none;
}
h1 {
margin:20px 40px;
color:#545A4C;
font-size:1.3em;
font-weight:bold;
}
h2 {
margin:5px 40px;
font-size:1.1em;
font-weight:bold;
color:#707070;
}
h3 {
margin:5px 40px;
font-size:1.0em;
font-weight:bold;
color:#446F20;
}
/* Navigation vertikal */
#untermenue {
background:url(../bilder/hg_untermenue_160x250.jpg) top left no-repeat; 
width:160px; 
height:250px; 
float:right; 
padding-right:30px; 
margin:0 0 10px 10px;
text-align:left;

display:none;
}
#untermenue ul {
padding:0;
margin:0;
margin-top:30px;
margin-left:10px;
list-style-type:none;

display:none;
}
#untermenue ul li {
display:inline;

display:none;
}
#untermenue ul a:link, #untermenue ul a:visited {
display:block;
width:125px;
min-height:23px;
line-height:20px;
padding-left:10px;
vertical-align:middle;
text-decoration:none;
color:#606060;
font-weight:bold;
border-bottom:1px solid #c1c1c1;

display:none;
}
#untermenue ul a:hover, #untermenue ul a:active {
color:#8D8C8C;
font-size:1.0em;
}
#untermenue li a#current {
color:#009900;
}