html {
height:100%;
/* fix height to 100% for IE */
        max-height:100%;
/* fix height for other browsers */
        overflow:hidden;
/*get rid of scroll bars in IE */
        padding:0;
/*remove padding */
        margin:0;
/* remove margins */
        border:0;
/* remove borders */
        background:#fff;
/*color background - only works in IE */
        font-size:80%;
/*set default font size */
        font-family: Verdana, Helvetica, Arial, sans-serif;
/* set default font */
}

td {
font-size:90%;
font-family: Verdana, Helvetica, Arial, sans-serif;
text-align: left;
  color: #666666; 
}

a:link {
  color: #336699;
  text-decoration: none 
}

a:visited {
  color: #336699;
  text-decoration: none 
}

a:hover {
  color: #848484;
  text-decoration: underline 
}

body {
height:100%;
/* fix height to 100% for IE */
 max-height:100%;
/* fix height for other browsers */
 overflow:hidden;
/*get rid of scroll bars in IE */
 padding:0;
/*remove padding */
 margin:0;
/* remove margins */
 border:0;
/* remove borders */

background: url(/ergomechanics/gfx/woelbung_bg.gif) no-repeat right top; 
}

#header {
background:  url(/ergomechanics/gfx/ergomechanics_logo_300.gif) no-repeat;
width: 80%;
position: absolute;
visibility: visible;
z-index: 20;
height: 80px;
top: 0px;
left: 210px; 
}

*html #header{
}

#headerbig {
background: url(/ergomechanics/gfx/ergomechanics_logo_600_anim.gif) no-repeat;
width: 100%;
position: absolute;
visibility: visible;
z-index: 4;
height: 150px;
top: 25px;
left: 95px; 
}

*html #headerbig{
  border-left: 8px solid;
}


#content {
overflow:auto;
/* add scroll bars as necessary */
        position:absolute;
/* position absolutely */
        z-index: 3;
/* a value to miss the header */
        bottom:0px;
/* a value to miss the footer */
/* this will put the scroll bar at the right of the page */

/* set the background color */
color: #666666;
padding: 10px 190px 10px 10px;
text-align: justify;
right: 0px;
left: 190px;
top:100px;
  }


* html #content {
height:100%;
/* full screen height */
        width:100%;
/* full screen width 8/
        top:0;
/* place the content at the top */
        left:0;
/* and left of the body */
        border-top:0px solid ;
/*add a top border to miss the header 
                                (this is SUBTRACTED from the 100% height on quirks mode) */
        border-bottom:100px solid;
/*add a bottom border to miss the footer 
                                (this is SUBTRACTED from the 100% height on quirks mode) */
        border-left:190px solid #fff ;
/*add a left border to miss any navigation div 
                                (this is SUBTRACTED from the 100% width on quirks mode) */ 
border-right:0px solid;
  padding-right: 187px; 
}

h1 {
font: 160% Verdana, Helvetica, Arial, sans-serif;
color: #336699;
  text-align: left;
border-bottom: 1px #cecece solid; 
}

h2 {
font: 130% Verdana, Helvetica, Arial, sans-serif;
color: #336699;
  text-align: left;
border-bottom: 1px #cecece solid; 
}

h3 {
font: 110% Verdana, Helvetica, Arial, sans-serif;
color: #336699;
  text-align: left;
border-bottom: 1px #cecece solid; 
}

#typ70percent {
  font-size: 70%; 
}

#man {
background: #336699 url(/ergomechanics/gfx/woelbung.gif) no-repeat fixed -50px;
position: absolute;
top: 0em;
left: 0em;
bottom: 0em;
right: 0em;
z-index: 5;
width: 150px;
height: 100%;
float: left;
border-right: 2px #cccccc solid; 
}

* html man {
height:100%;
top:0;
bottom:0;
border-top:0px solid #fff;
border-bottom:0px solid #fff;
color:#fff; 
}

#rightmenu {
position: absolute;
top: 0;
bottom: 0;
z-index: 5;
width: 185px;
left:0px;
right: 0px;
background: #336699;
float: left;
height: 100%;
 border-right: 2px #cccccc solid; 
}

* html right {
height:100%;
top:0;
bottom:0;
border-top:0px solid #fff;
border-bottom:0px solid #fff;
color:#fff; 
}


#navbar a:link, #navbar a:visited {
color: #eeeeee;
text-decoration: none;
display: block;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: bold; 
}

#navbar a:hover, #navbar a:active {
color: #ff9900;
}

#navbar a#current {
background-color: #336699;
text-decoration: none;
color: #ff9900;
  }

#navbar #inactive {
background-color: #336699;
text-decoration: none;
color: #000066;
  }