body 
{ 
text-align: center;           
background-image: url('bilder/farbverlauf.gif'); 
background-repeat: repeat-x repeat-y;
background-color: #972f2f;
}


			/* ----------großer Außenrahmen---------- */
#aussenrahmen
{   
width: 730px;
border: 16px double #898989;
text-align: center;
margin-left: auto; 
margin-right: auto;
}


			/* ----------Text im Bannerfeld---------- */
#bannertext
{           
width: 670px;
background-color: #fff;
color: #832828;
line-height: 60px;
font-family: Verdana, Arial; 
font-size: 24px;
font-weight: bold;
letter-spacing: 3pt;
border: 5px double #979797;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
}


#kasten 
{   
width: 670px;
margin-bottom: 10px;
background-color: #fff;
color: #003f5b; 
margin-left: auto; 
margin-right: auto;
border-left: 5px double #979797;
border-right: 5px double #979797;
border-bottom: 5px double #979797;
}


#content 
{   
font-family: Verdana, Arial; 
font-size: 11pt;
line-height: 110%;
padding: 15px;
}


img 
{
margin-bottom: 30px;
}


hr
{
color: #898989;
}


h2
{  
margin-top: 30px;
font-size: 12pt; 
text-align: justify;          
font-family: Verdana, Arial;
color: #363636; 
}

p
{           
font-family: Verdana, Arial; 
color: #363636;
font-size: 0.9em;
text-align: justify 
}



			/* ----------Links im Content---------- */
a:link, a:active, a:visited
{  
color: #555;
font-weight: bold;
text-decoration: underline       
}

a:hover
{  
text-decoration: none;
font-weight: bold;
color: #979797;
background-color: #E6E6E6;       
}

.ankermarke a:link, .ankermarke a:visited, .ankermarke a:active .ankermarke a:hover
{
color: #464646;
font-size: 0.7em;
font-weight: normal;   
}





			/* ----------Navi---------- */
table
{
table-layout: fixed  			 /*Breitenangabe hat Vorrang vor dem Zelleninhalt*/
}

#navi
{ 
width: 670px; 
text-align: center;          
margin-left: auto;
margin-right: auto;
border-top: 5px double #979797;
border-left: 5px double #979797;
border-right: 5px double #979797;
}

.navifeld a:link, .navifeld a:visited, .navifeld a:active 
{    
font-weight: normal;  
text-decoration: none;  
text-align: center;   
display: block;
font-family: Verdana, Helvetica, Arial; 
font-size: 10pt;
color: #c2c2c2; 
line-height: 30px;
text-transform: uppercase;
border-left: 1px solid #979797;
border-bottom: 1px solid #979797;
border-right: 1px solid #979797
}

.navifeld a:hover 
{ 
display: block;
line-height: 30px;
font-family: Verdana, Arial; 
font-size: 10pt; 
color: #a23232;
background-color: #898989;
text-decoration: none;
text-align: center;
border-left: 1px solid #979797;
border-bottom: 1px solid #979797;
border-right: 1px solid #979797
}

.inact a:link, .inact a:active, .inact a:visited, .inact a:hover 
{
display: block;
font-family: Verdana, Helvetica, Arial; 
font-size: 10pt; 
color: #000;
font-weight: normal; 
background-image: url('../images/hover.gif'); 
background-repeat: repeat; 
text-align: center;
text-decoration: none;
line-height: 30px;
border-left: 1px solid #979797;
border-bottom: 1px solid transparent;
border-right: 1px solid #979797;
}

.inact_li a:link, .inact_li a:active, .inact_li a:visited, .inact_li a:hover 
{
text-align: center;
text-decoration: none;
display: block;
font-family: Verdana, Arial; 
font-size: 10pt; 
color: #000; 
font-weight: normal;
background-color: #fff;
line-height: 30px;
border-right: 1px solid #979797;
border-left: 1px solid transparent;
border-bottom: 1px solid transparent;
}


			/* ----------Fusszeile---------- */
#footer
{ 
background-color: #fff;
color: #898989;
line-height: 30px;          
width: 670px;
font-family: Verdana, Arial; 
font-size: 7pt; 
border: 5px double #979797;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
}






