/* CSS Document */
body {
background-color: #F5F5F5;
color:#666666;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

#container {
float:left;
border: 1px #666666 solid;
background-color:#E1D7E1;
width: 800px;
height: 100%;
min-height: 100%;
margin-left: 15%;
display: inline;
}

#header_top {
  background-color: #E1D7E1;
  height: 20px; 
  width: 800px;
  color: #ffffff;
  text-align: right;
  float: left;
}

#header_middle {
  background-image:url(images/header.gif);
  background-color: #D40000;
  height: 200px;
  width: 800px;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  float: left;
}

#header_bottom {
  background-color:#E1D7E1;
  height: 20px;
  width: 800px;
  float: left;
}

#menu_links {
background-color: #E1D7E1;
float:left;
width: 179px;
max-width: 180px;
}

#content {
background-color: #FBFDFB;
float: left;
width: 436px;
max-width: 436px;
min-height: 300px;
_height: 300px;
border-left: 1px solid #B2B2B2;
border-right: 1px solid #B2B2B2;
border-top: 1px solid #B2B2B2;
border-bottom: 1px solid #B2B2B2;
}
  
#menu_rechts {
background-color: #E1D7E1;
float:left;
width: 179px;
min-height: 100%;
max-width: 180px;
}

.box {
background-color: #EFE3E3;
margin-left:9px;
margin-top:10px;
margin-bottom:10px;
width: 160px;
border-color:#99807B;
border-width:1px; 
border-style:solid;
}

#footer {
clear:both;
float:left;
height:15px;
width:800px;
text-align: center;
}

a:link { color: #666666; text-decoration: none;}
a:visited { color: #666666; text-decoration: none;}
a:hover { color: #666666; text-decoration: underline; }