body         
{ 
background-color: #336699;
margin: 15px 0
}

/* Rahmen für Inhalt */
fieldset
{ 
margin: 20px 0 10px 0;
padding: 15px;
border-top: 1px solid #333;
border-right: 1px solid #333;
border-bottom: 1px solid #333;
border-left: none
}

/* Formatierung Homepagename, da dieser innerhalb des Tags legend liegt */
legend
{ 
font-size: 22px;
padding: 0 10px;
letter-spacing: 2pt;
font-weight: bold
}

/* allgemeine Textlinks und Links der linken Spalte der Infotexte */
#in a:link, #in a:active, #in a:visited, #spalte_li .text a:link, #spalte_li .text a:active, #spalte_li .text a:visited
{
color: #800000;
text-decoration: none;
border-bottom: 3px double #333
}
#in a:hover, #spalte_li .text a:hover
{
color: #333;
text-decoration: none;
border-bottom: 2px dashed #800000
}

/* linke Spalte bzw. Tabellenzelle */
#spalte_li   
{ 
background-color: #E2E2E2;
width: 200px
}

/* Textformatierung der linken Spalte */
#spalte_li .text  
{ 
margin: 15px 20px;
font-family: Arial, Verdana, Tahoma;
font-size: 11px;
text-align: justify;
line-height: 150%;
color: #333
}

/* Haupttabelle Rahmen */
#content     
{ 
background-color: #FFFFFF;
border: 1px solid #000;
width: 770px 
}

/* Inhalt Content */
#inhalt
{
font-family: Arial, Verdana, Tahoma;
padding: 10px 10px 10px 0;
border-left: 1px solid #333;
text-align: justify
}

/* Überschriften und Absatz */
#inhalt h1
{
margin-top: 20px;
font-size: 12pt;
letter-spacing: 1pt
}
#inhalt h2
{
font-size: 11pt;
letter-spacing: 1pt
}
#inhalt h3
{
font-size: 10pt
}
#inhalt p
{
font-size: 10pt
}
/* Formatierung Logobild */
.bild, .bild a:hover
{
border-bottom: 1px solid #333;
border-top: 0;
border-right: 0;
border-left: 0
}

/* hervorgehobener Text */
.umrandung
{
font-weight: bold
}

/* horizontale Navigation */
.navi
{
margin-top: 15px;
margin-bottom: 20px;
border-bottom: 1px dashed #ccc;
padding-bottom: 3px
}
.navi a:link, .navi a:active, .navi a:visited
{
font-family: 'Lucida Console', Verdana, Tahoma;
font-size: 9pt;
color: #800000;
display: inline;
margin: 0 10px 0 0;
text-decoration: none
}
.navi a:hover
{
color: #333;
text-decoration: none;
text-transform: uppercase
}

/* vertikale Navigation der linken Spalte */
.navi_vert
{
margin: 25px;
padding-bottom: 20px;
border-bottom: 1px dashed #ccc
}
.navi_vert a:link, .navi_vert a:active, .navi_vert a:visited
{
font-family: 'Lucida Console', Verdana, Tahoma;
font-size: 12px;
color: #800000;
display: block;
line-height: 15px;
margin: 5px 0;
text-decoration: none;
padding-left: 5px;
border-left: 6px solid #800000
}
.navi_vert a:hover
{
color: #333;
text-decoration: none;
padding-left: 5px;
border-left: 6px double #800000
}

/* Fußzeile */
#fuss
{
font-size: 10px;
color: #999;
margin: 10px 0 0 15px
}
