/* Allgemein */
body
{
margin: 25px;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #fff;
background-image: url(../images/background.gif);
background-repeat: repeat-y;
background-position: 766px;
color: #666;
font-size: 0.8em;
font-weight: normal;
}


/*a {color:#666; background-color:inherit; font-weight: normal; text-decoration: none;} 
a:visited, a:active{text-decoration: none; color:#666; background-color:inherit; font-weight: normal;}
a:hover{color:#8f0000; background-color:inherit;}
*/
#sitemapsmall{
width:auto;
font-size: 0.8em;
text-align:left;
}


#navigation ul {
        font-size: 1.0em;
    font-weight: bold;
        float:right;
        padding:2px 4px 1px 20px;
        list-style:none;
}



#navigation li a:hover{
background-color: #ccc;
text-decoration: none;
display:block;
color:#8f0000;
}

#navigation li a{
text-decoration: none;
}



#navigation a { font-size: 1.0em; font-weight: bold; color:#666;  }

#navigation li {
        text-align:right;
        list-style: none;
        font-weight: bold;
        width:200px;
        height:22px;
        background-position:left;
        background-repeat:no-repeat;
        /*padding:3px 0 3px 10px;*/ 
        border-bottom: 1px #cacaca solid;
        }

#navigation li:hover { height:19px; background-color:#CCCCCC;}




form
{
margin: 0px;
}

img
{
border: none;
}

p
{
text-align: justify;
}


/* aufbau */
div#aufbau
{
margin: 0px auto;
width: 728px;
}


/* Logoleiste */
div#logoleiste
{
margin: 0px 0px 10px;
padding: 0px;
width: 728px;
}

div#logoleiste_links
{
width: 250px;
float: left;
}

div#logoleiste_rechts
{
width: 463px;
float: right;
}

div.clear
{
clear: both;
}

p#logoleiste_links
{
margin: 0px;
padding: 0px;
width: 250px;
text-align: center;
}

p#logoleiste_rechtsp
{
background-color:inherit;
margin: 0px;
width: 463px;
text-align: left;
color: #aaa;
font-size: 2.2em;
font-weight: bold;
padding: 40px 0px 0px 0px;
}


/* Header */
div#header
{
margin: 0px 0px 25px;
width: 728px;
}

div#header_links
{
color:inherit;
width: 250px;
float: left;
background-color: #ccc;
height: 130px;
margin: 0px;
padding: 0px;
}

div#header_rechts
{
color:inherit;
margin: 0px;
padding: 0px;
width: 463px;
float: right;
background-color: inherit;
height: 130px;
}


/* content */
div#content
{
margin: 0px 0px 25px;
width: 728px;
padding-bottom: 25px;
border-bottom: 2px solid #ccc;
}

a
{
color: #8f0000;
background-color: inherit;
font-size: 12px;
font-weight: bold;
text-decoration: none;
border-bottom: 1px solid #ccc;
padding: 0px 0px 3px;
}

div#content_links
{
width: 220px;
float: left;
color:inherit;
background-color: #e7e7e7;
height: auto;
padding: 25px 15px;
text-align: center;
}

div#content_rechts
{
color:inherit;
width: 463px;
float: right;
background-color:inherit;
height: auto;
padding: 0px 0px 15px;
margin: 0px;
}

/* Ueberschriften anlegen */

h1
{
font-size: 1.2em;
font-weight: bold;
text-align:left;
color: #8f0000;
background-color:inherit;
border-bottom: 1px solid #ddd;
margin: 0px;
background-image: url(../images/h1.gif);
background-position: right;
background-repeat: no-repeat;
padding: 5px 10px;
}