/* CSS Document */
html { /* damit werden Scrollbars erzwungen */
   min-height: 100%;
   margin-bottom: 1px;
}

body{
font-family:Verdana,Tahoma,Arial,sans-serif;
background-color:#FFFFFF;}

#gesamt{
width:1000px;
margin:auto;
z-index:1;
background-image: url(../images/background_.jpg);
background-repeat:no-repeat;
}

#header{
position: relative;	
height: 30px;
}

#inhalt{
width:625px;
margin-left:350px;
margin-bottom:30px;
margin-top:130px;

padding:5px;
}

#inhalt a{color:#333333;}
#inhalt a:visited{color:#333333;}

p, .normal{
color:#333333;
font-size: 11px;
font-weight:normal;
line-height:150%;
margin-bottom: 0.8em;
text-align:justify;
}

.ueberschrift{
font-size:20px;
letter-spacing:0.1em;
color:#E67817;}

.bunt{
font-size:14px;
color:#E67817;}

.gross {font-size:14px;}

#spruch {padding-bottom:15px;}
#spruch a{color:#FFFFFF; text-decoration:none;}
#spruch a:visited {color:#FFFFFF; text-decoration:none;}
.spruch{font-size:14px; color:#E67817; text-align:right; line-height:2.5em;}

#tabelle_bilder{}

#tabelle_bilder a {text-decoration: none; color:#56352b;}
#tabelle_bilder a:hover {text-decoration: none; color:#56352b;}


#navi {

font-size:13px;

padding: 0 0;
padding-top:6px;
margin-left: 20px;
margin-bottom: 22px;
    
height:30px;
}



#navi div{clear: left;}

#ul_navi {margin: auto; padding: 0; list-style-type: none;}

#ul_navi li {list-style: none; float: right; position: relative; display: inline; margin:auto; padding: 0; text-align: center;}

#ul_navi li a{text-decoration: none; color:#56352b; }

#ul_navi li ul { margin: 0; padding: 0; position: absolute; display: none; margin-left: 0em; top: 0em; left: 0em;}


* html #ul_navi li ul {  /* Korrektur fuer IE 5.x */ left: -1.5em;left: 1.1em;  margin: 20px 0 0 0; width: auto; padding: 0em 0em;}

#navi li>ul {display: none; top: 1.6em;}

#ul_navi li:hover ul {display: block;/* Unternavigation in modernen Browsern einblenden */}

#ul_navi li ul li {float: none; display: block; }


#ul_navi a,  #ul_navi span { display: block; width: auto; padding: 0.7em 1.5em; text-decoration: none; } /*Abstand zwischen den Listenelemente 1. Abstand nachen oben/unten 2. Abstand re/li */


#ul_navi a:hover,  #ul_navi span, li a#aktuell {color:#E67817;}

li a#aktuell {  /* aktuelle Rubrik kennzeichnen */color:#E67817;}

#ul_navi li ul span {  /* aktuelle Unterseite kennzeichnen */}

#ul_navi li .active{color: #E67817; background: url(../images/punkt.png) no-repeat left 50%;}


#footer{
font-size:13px;
letter-spacing:0.1em;
border-top: solid 1px #E67817;
width:1000px;
margin: auto;
text-align:right;
}

#footer a {text-decoration:none; color:#666666;  margin-left:5px;}
#footer a:hover {text-decoration:none; color:#56352b;}
