body {
   font-family:Verdana,Arial,sans-serif;
   background-color:#E5E5E5;
}

.stopFloat {
  display: block;
  float: none;
  clear: both;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
}

#rahmen {
   width:743px;
}

#menue {
    clear:both;
    width:743px;
    min-height:30px;
    font-size:75%;
}
*html #menue {
    height:30px;
}
#menue ul li {
    width:100px;
    min-height:40px;
    float:left;
    text-align:center;
}
*html #menue ul li {
    height:40px;
}

#menue ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#menue ul li a {
    min-height: 18px;
    margin-top: 7px;
    margin-bottom: 5px;
    display: block;
    color: #ffffff;
    text-decoration:none;
    border-right:1px solid #ffffff;
}
*html #menue ul li a {
    height: 18px;
}
#menue ul li a:visited,
#menue ul li a:focus {
    color: #ffffff;
    display: block;
}
#menue ul li a:hover {
    display: block;
    color:#EAE4A6;
}
#menue ul li a:active {
    color: #ffffff;
    display: block;
}

#menue ul li.aktiv {
    width:100px;
    min-height:28px;
    background-color:#ffffff;
    text-align:center;
    color:#DA0000;
    padding-top:7px;
    padding-bottom:5px;
    border-right:1px solid #ffffff;
}
*html #menue ul li.aktiv {
    height:28px;
}

#content {
    clear:both;
    width:743px;
    min-height:400px;
    margin:0px;
}
*html #content {
    height:400px;
}

#navigation {
    float:left;
    width:237px;
    min-height: 400px;
    margin-top:0px;
    font-size:75%;
    text-align:center;
}
*html #navigation {
    height:400px;
}

#inhalt {
    float:left;
    width:743px;
    min-height:400px;
    font-size:85%;
    background-color:#E5E5E5;
    margin:0px;
}
*html #inhalt {
    height: 400px;
}

#inhalt a {
    color:#236451;
}
#inhalt a:visited,
#inhalt a:focus {
    color:#236451;
}
#inhalt a:hover {
    color:#DA0000;
}
#inhalt a:active {
    color:#236451;
}

#fuss {
    clear:both;
    width:743px;
    height:25px;
    font-size:8pt;
    color:#666;
    text-align:center;
    border-top:9px solid #CCC;
}






