
html { 
width:100%;
height:100%;
padding:0px;
margin:0px;
background-color:#cc0001;
}

body {
width:1000px;
height:100%;
margin:0px;
padding:0px;
text-align:center;
margin:0px auto;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
overflow:scroll;
overflow:-moz-scrollbars-vertical;
}

#container {
width:1000px;
margin:0px auto;
padding:0px;
text-align:left;
}

#menu {
width:230px;
margin: 0px;
padding:0px;
text-align:left;
float:left;
}

#nav {
width:230px;
margin: 0px;
padding:0px;
text-align:left;
float:left;
}
#menu a.nav{
width:230px;
height:36px;
line-height:36px;
background:url(../images/bg_menu.gif);
background-repeat:no-repeat;
display:block;
color:#f7dca5;
text-decoration:none;
padding-left:23px;
}
#menu a.nav:hover{
background:url(../images/bg_selected.gif);
background-repeat:no-repeat;
}
#menu a.selected{
width:230px;
height:36px;
line-height:36px;
background:url(../images/bg_selected.gif);
background-repeat:no-repeat;
display:block;
color:#f7dca5;
text-decoration:none;
padding-left:23px;
}

#content {
width:770px;
margin: 0px;
padding:0px;
text-align:left;
float:left;
background:url(../images/bg_content.gif);
background-repeat:repeat-y;
}
#content.start{
width:770px;
margin: 0px;
padding:0px;
text-align:left;
float:left;
background:url(../images/bg_content_red.gif);
background-repeat:repeat;
}

#start {
width:770px;
height:535px;
margin: 0px;
padding:0px;
text-align:left;
background:url(../images/header_start.jpg);
background-repeat:no-repeat;
}
#zeiten {
width:220px;
height:120px;
margin: 0px;
padding:0px;
padding-left:270px;
padding-top:305px;
text-align:center;
color:#64402c;
}

#headline {
width:245px;
margin: 0px;
padding:0px;
text-align:left;
float:left;
}

#inhalt {
width:525px;
margin: 0px;
padding:0px;
text-align:left;
float:left;
}
p.text {
color:#5b3d0a;
margin: 0px;
padding:0px;
text-align:left;
margin-top:25px;
margin-right:25px;
margin-bottom:50px;
margin-left:20px;
}
a.text, a.text:link, a.text:visited, a.text:hover, a.text:active {
margin: 0px; 
font-family: Arial, Helvetica, sans-serif; 
font-weight: normal; 
font-size: 12px; 
text-decoration:none; 
font-style: normal; 
color: #cc0001;
border-bottom: 1px dashed #cc0001;
}
a.text:hover {
text-decoration:underline; 
border-bottom: 0px;
}
strong{
font-weight:bold;
color:#a30100;
}

#footer {
color:#f7dca5;
height:30px;
line-height:30px;
margin: 0px;
padding:0px;
text-align:right;
}

#footer.start {
visibility:hidden;
}

.clear {
clear:both;
}
