
body {
font-size: 12px;
line-height: 150%;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#ffffff;
padding:0px;
margin:0px;
background-image: url(images/site_bg.jpg);
background-repeat:repeat-x;
background-color:#ffcc01;
}
a {color: #d00e00;}
a:visited {color:#d00e00;}
a:hover {color: #d00e00;}
a:active { color:#d00e00;}

h1 {
font-size: 11px;
line-height: 150%;
text-transform:uppercase;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0px }

h2 {
font-size:20px;
line-height: 150%;
color: #d00e00;
font-weight: normal;
padding: 0px;
margin: 0px 10px 20px 12px;
border-bottom:2px solid #d00e00;}

img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container {
width: 817px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-image: url(images/content_bg.jpg);
background-repeat:repeat-y;
}

/* ----------banner for logo-------------- */
#banner {
text-align: right;
padding: 0px;
margin: 0px;
height:134px;
background-image: url(images/header.jpg);
}


/* -----------------Inhalt--------------------- */
#content {
padding: 0px;
margin-left: 260px;
margin-right: 10px;
margin-top: -5px;
color: #000000;
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navigavtion------------- */
#left {
float: left;
width: 211px;
padding: 0px 0px 0px 36px;

}
#left p{
border-top:0px solid #d00e00;
border-bottom:1px solid #d00e00;
background-color: #ffffff;
padding: 0px 0px 0px 15px;
margin:0px;
align:absmiddle;
color: #000000;
font-weight: bold;
font-size:12px;
text-decoration: none;
}
#left a{
color: #d00e00;
font-weight: bold;
font-size:12px;
text-decoration: none;

}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
height:48px;
background-image: url(images/footer.jpg);}

#footer p {
margin: 0px;
padding: 18px 0px 0px 65px;
color: #000000;
text-align: left;
}

#footer a {
color: #000000;
text-align: left;
}