html, body
{
    text-align: center; /* Zentrierung IE */
    margin: 0 auto;   /* Zentrierung mitte */
    padding: 0;
    background-color: #404040;
    font-family:sans-serif;
    background:url(images/hintergrund.gif) center repeat-y;
    height:100%;
    width:100%;
}
body {
        overflow:hidden;
        background-color: #404040;
}
* html #base {height: 100%;} 

#base {
    border-left:1px solid #C0C0C0;
    border-right:1px solid #C0C0C0;
    height: 100%;
    width:950px;
    margin:0 auto;
    background-color:white;
    position:relative;
    overflow:hidden;         
}
#inhalt {
    background-color:white;
    /* width:950px; */
    position:absolute;
    top:140px;
    left:0px;
    right:0px;
    bottom:35px;
    overflow:auto;
    margin-bottom:5px;
    padding:10px;
    text-align:left;
}
* html #inhalt {
  	top: 0;
  	left: 0;
  	width:100%;
  	height:100%;
  	border-top-width: 140px;	/* = Kopfzeilenhöhe */
  	border-left-width: 0;	/* = Spaltenbreite links */
  	border-bottom-width: 40px;	/* = Fußzeilenhöhe */
  	border-right-width: 0;
  	border-style: solid;
  	text-align:left;
  	border-color:white;
}
  
#kopf {
    width:950px;
    background-color:white;
    background:url(images/header.gif) no-repeat;
    height:140px;
    position:absolute;
    top:0px;
    left:0px;
    z-index:300;
    padding:10px 0 0 10px;
}
* html #kopf {
  	width: 100%;
  	height: 140px;
  }
  #navi {
    float:left;
    width:950px;
    margin:-3px 0 0 0;
    text-align:center;
}
#navi ul {
    list-style:none; margin:0 5px 0 5px; width:140px; padding:0; float:left; background:url(images/buttons.gif) top repeat-x;
    background-color:#C0C0C0;
    position:relative;
    z-index:400;
}
#navi a {
    display:block;
    text-decoration:none;
    color:black;
}
#navi li {
    position:relative;
    height:1.25em;
    
}
#navi ul ul {
    position:absolute;
    z-index:500;
    background:none;
    background-color:#C0C0C0;
    margin:0;
}

div#navi ul ul {
    display:none;
}
div#navi ul li:hover ul,
div#navi ul ul li:hover ul  {
    display:block;
    position:absolute;
    top:1.25em;
    left:0;
}
#navi ul li:hover{
    background-color:#C0C0C0;
}
#navi ul ul li:hover {
    background-color:gray;
}
.aktiv {
    background-color:#C0C0C0;
}


#messe {
    position:absolute;
    bottom:85px;
    left:40px;
    width:100%;
    height:80px;
    text-align:left;
    padding:0 5px 0 5px;
    overflow:hidden;
}

#footer {
    background-color:#C0C0C0;
    background:url(images/footer.gif) no-repeat;
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    font-size:1.4em;
    height:32px;
    overflow:hidden;
    padding-top:3px;
}
* html #footer {
  	left: 0;
  	bottom:0;
  	width: 100%;
  	height: 35px;
  	border-top-width: 0;
  	border-left-width: 0;	/* = Spaltenbreite links */
  	border-bottom-width: 0;
  	border-right-width: 0;
  	border-style: solid;
}
#footer a{
    font-size:0.5em;
    text-decoration:underline;
    color:black;
    float:right;
    margin:5px 10px 0 0;
}
* html #footer a {
    margin-top:10px;
}

a:hover, a:link, a:visited, a:active {
    text-decoration:underline;
    color:black;
}
h3 {
    margin:-3px 0 0 0;
}
h1 {
    text-align:center;
}

span.legende {
display: block;
font-size: 1em;
line-height: 1em;
color:blue;
}

.bild-rechts
{
float:right;
text-align:right;
margin:0 0 20px 20px;
}
#lang {
    position:absolute;
    top:10px;
    right:40px;
    font-size:0.7em;
}
dd {
    margin:0 auto;
    text-align:center;
}
* html dd {              /* Sternhack für ie<7 */
    margin-left:3px;
}

 