/* CSS Document */
* {
margin:0px;
padding:0px;
}

body {
background-image:url(images/background.png);
background-attachment:fixed;
background-repeat:no repeat;
}

a {
color:#FFFFFF;
text-decoration:none;
}

a:hover {
color:#4b7bba;
text-decoration:underline;
}

div#content h1,h2,h3,h4,h5,h6 {
margin-left:20px;
}

div#rechts h5, h4, h3 {
color:#F0B41E;
background-color:#FFFFFF;
width:90%;
font-size:16px;
}

.orange {background-color:#FF6600;
         padding:3px;
}

.trenner {
border-bottom: 1px dotted #CCCCCC;
float:none;
}

div#main {
margin-left:auto;
margin-right:auto;
width:798px;
border-bottom:1px solid #ff6600;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
background-color:#FFFFFF;
color:#000000;
}

div#header01 {
width:798px;
color:#FFFFFF;
background-color:#FFFFFF;

}

div#header02 {
width:798px;
height:105px;
}

div#header_menue {
width:798px;
/*height:24px;*/
color:#FFFFFF;
background-color:#ff6600;

}


div#header_menue table {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
background-color:#ff6600;
color:#FFFFFF;
}

div#trenner {
width:798px;
height:24px;
background-image:url(images/02_03.gif);
background-repeat:repeat;
}

div#content {
width:798px;
font-family:Arial, Helvetica, sans-serif;
}

div#content p {
margin:14px 20px 10px 20px;
font-size:11px;

}

div#content table {
margin:14px 20px 10px 20px;
font-size:11px;
width:440px;
border-width:0;
}

div#content td {
padding-right:5px;
vertical-align:top;
}

div#content table img {
border:1px solid #CCCCCC;
}

div#links {
float:left;
width:483px;
/*height:720px;*/
margin:20px 0px 20px 20px;
display:inline;
border-width:0px;
}

div#links_oben{
width:483px;
height:20px;
background-image:url(images/rahmen_oben.gif);
background-repeat:no-repeat;
}

div#links_mitte {
width:483px;
/*height:680px;*/
background-image:url(images/rahmen_mitte.gif);
}

div#links_unten {
width:483px;
height:20px;
margin-top:-10px;
background-image:url(images/rahmen_unten.gif);
background-repeat:no-repeat;
}

div#rechts {
float:right;
width:240px;
/*height:720px;*/
margin:20px 20px 20px 0px;
display:inline;
}

div#rechts_oben {
width:243px;
height:20px;
background-image:url(images/rahmen_k_oben.gif);
background-repeat:no-repeat;
}

div#rechts_mitte {
width:243px;
/*height:680px;*/
background-image:url(images/rahmen_k_mitte.gif);
}

div#rechts_unten {
width:243px;
height:20px;
background-image:url(images/rahmen_k_unten.gif);
background-repeat:no-repeat;
margin-top:-10px;
}

div#clearboth {
clear:both;
}

div#footer {
width:798px;
margin-left:auto;
margin-right:auto;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
padding-top:5px;
padding-bottom:5px;
display:none;
}

div#footer a {
background-color:#FFFFFF;
color:#000000;
}

div#rechts a{
background-color:#FFFFFF;
color:#AAAAAA;
font-size:8pt;
font-weight:100;
}

.hinweis {
color:#CC3300;
background-color:#FFFFFF;
width:90%;
font-weight:bold;
}

.bestaetigung {
color:#009933;
background-color:#FFFFFF;
width:90%;
font-weight:bold;
}


