body {
background-color: #BC0001;
}
a:link { color:#000000; text-decoration:none; outline: none;}
a:visited { color:#000000; text-decoration:none; outline: none;}
a:active { color:#000000; text-decoration:none; outline: none;}
a:hover { color:#000000; text-decoration:underline; outline: none;}


#layout{
width:800px;
height:555px;
}

#head {
border:1px 
width:800px; 
height:147px;
background: url(grafiken/head.jpg);
}
#left {
width:58px;
height:389px;
background: url(grafiken/left.jpg);
float: left;
}
#menu {
width:118px;
height:389px;
float:left;
background-color: #d4d3d1;
}
#inhalt {
width:555px;
height:389px;
float:left;
overflow:auto;
background-color: #e1e1e1;
}
#right {
width:69px;
height:389px;
float:left;
background: url(grafiken/right.jpg);
}
#foot {
width:800px;
height:19px;
float:left;
background: url(grafiken/foot.jpg);
background-color: #e1e1e1;
}

  p, li { 
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:0.8em;
	margin-left: 15px;
    margin-right: 15px;
    list-style: none;
	}

ul, li {
padding: 5px;
font-size: 14px;
}

