/* CSS Document  von Peter Wulff www.wintonet.de */
body   {
       margin: 0;                                                     /* IE ermöglicht scrollbars */
       font: 1em arial, helvetica, sans-serif;
       background: #ccff99;                                                   /* hellgruen */
       }
#header {
        position: fixed;
        width: 100%;
        height: 14em;
        top: 0;
        background-color: transparent;
        background-image: url(rolle.gif);
        background-position: 965px 37px;
        background-repeat: no-repeat; 
        z-index: 2;
        }
#headerdesign {
        position: fixed;
        margin: 0.9% 0% 0 0; 
        padding: 0.5% 0  0 11%;
        width: 100%;
        height: 93px;
        top: 0;
        line-height: 1.35em;
        background-color: rgb(255,255,204);                                           /* hellgelb */
        z-index: 1;
        }
#inhalt  {
         margin: 110px 10% 0 10%;
         overflow: hidden;                                    /* Mozilla Inhalt komplett anzeigen */
         padding: 0 0 6em 0; 
         width: 80%;
         height: auto;
         background: #ffffcc ;                                                /* creme */
         font-family: arial, helvetica, sans-serif;
         font-size: 1em;
         text-align: center;
         }
#footer  {
         position: fixed;
         bottom: 2%;
         margin: 0em 0 0 0em;
         padding: 1em 0 0 0em;
         height: 4.5em;
         width: 100%;
         color: rgb(102,0,0);                                                        /* dunkelrot */
         text-align: center;
         font-weight: 100;
         background-color: rgb(255,255,204);                                          /* hellgelb */
         }
.cleaner { clear:both; height:0px; }

p, h1, h5, h6    { 
     font-family: arial, helvetica, sans-serif;
     font-size: 1em;
     text-align: center;
     color: rgb(0,0,0);                                                         /* schwarz */
     }
h1  {
    font-weight: bold;
    }
h5  {
    font-size: 1.4em;
    font-weight: 100;
    text-align: left;
    margin: 0 0 0 0;
    color: rgb(102,0,0);                                                             /* dunkelrot */
    }
h6  {
    font-size: 0.7em;
    display: none;
    color: black;
    }
dl  {
    float: left;
	 	width: 200px;
		background: #ffffcc ;                                                   /* creme */
    } 
dt  {
    line-height: 0em;
    padding: 1em 1em 1em 1em;
    width: 160px;
    font-family: arial, helvetica, sans-serif;
    font-size: 1em;
    }
dd  {
    height: auto; 
    margin: 0 0em 0 1.2em; 
    text-align: left;
    font-family: arial, helvetica, sans-serif;
    color: rgb(0,0,0);                                                          /* schwarz */
    font-size: 1em;
    } 
.button   {
         font-family: arial, helvetica, sans-serif;
         font-size: 1em;
         font-weight: normal;
         color: rgb(102,0,0);                                                        /* dunkelrot */
         background-color: rgb(255,153,51);                                       /* dunkelorange */
         border-top: solid 2px white;                                                    /* weiss */
         border-left: solid 2px white);                                                  /* weiss */
         border-right: 1px solid rgb(102,0,0);                                       /* dunkelrot */
         border-bottom: 1px solid rgb(102,0,0);                                      /* dunkelrot */
         }
.field   {
         background-color: rgb(255,204,102);                                            /* orange */
         color: rgb(102,0,0);                                                        /* dunkelrot */
         font-family: arial, helvetica, sans-serif; 
         font-size: 1em; 
         font-weight: normal;
         border: 1px solid rgb(102,0,0);                                             /* dunkelrot */
         }
* html { 
	margin: 0;
	padding: 0;
}
* html body {
	overflow: visible;
	height: 100%;
	width: 100%;
}
* html #container {
	margin:0;
	padding: 0;
	overflow: auto;
	height: 100%;
	width: 100%;
}
* html #header {
	position: absolute;
	}
* html #headerdesign {
	position: absolute;
	}	
* html #footer {
	position: absolute;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.suckertreemenu ul{
margin: 0 0 0 11%;
padding: 0;
list-style-type: none;
}
/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: rgb(255,204,102);                       /* overall menu background color orange */
}
/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
height: 18px;
width: 135px; /*Width of top level menu link items*/
padding: 3px 0 3px 0;
border: 1px solid rgb(102,0,0);                                                      /* dunkelrot */
border-left-width: 0;
text-decoration: none;
text-align: center;
color: rgb(102,0,0);                                                                 /* dunkelrot */
}
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}
All subsequent sub menu levels offset after 1st level sub menu 
.suckertreemenu ul li ul li ul{ 
left: 159px; 
top: 0;
} 
/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: navy;
text-decoration: none;
padding: 1px 5px;
border-top: none;
border-right: 1px solid rgb(102,0,0);                                                /* dunkelrot */
border-bottom: 1px solid rgb(102,0,0);                                               /* dunkelrot */
border-left: 1px solid rgb(102,0,0);                                                 /* dunkelrot */
}
.suckertreemenu ul li a:hover{
background-color: rgb(255,153,51);                                                /* dunkelorange */
color: white;
}
* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
</style>

