body         
{  
margin: 0;
background-image: url('images/bg.jpg');
background-repeat: no-repeat;
background-position: center top;
background-attachment: fixed;
background-color: #fff
}

/* Überschriften */
h1, h2
{              
font-family: Helvetica, Verdana, Arial;
color: #B7C4E3
}
h1
{               
letter-spacing: 0.5pt;
font-size: 16pt;
font-weight: normal
}
h2
{               
font-size: 12pt
}

/* Aufzählung */
li
{
margin: 5px 5px 5px -20px
}

/* allgemeine Textlinks */
a:link, a:visited, a:active
{              
text-decoration: underline;
color: #DBD9E6;
font-weight: bold
}
a:hover
{              
text-decoration: overline underline;
color: #fff
}

/* hervorgehobenes Feld */
legend 
{           
font-size: 14px;
letter-spacing: 1pt;
color: #fff;
padding: 0 5px;
font-style: italic;
font-weight: bold
}
fieldset 
{           
border: 4px double #AEB5D1;
padding: 5px;
font-style: italic
}

/* horizontale Navigation */
.navi_oben   
{              
margin: 30px 15px 0px 0px;
text-align: center;
font-family: Helvetica, Verdana, Arial; 
font-size: 11px
}
.navi_oben a:link, .navi_oben a:visited, .navi_oben a:active 
{              
width: 70px;
display: block;
font-weight: normal; 
line-height: 20px;
margin-left: 5px; 
background-color: #879AC9;
color: #DBD9E6; 
text-decoration: none;
border-left: 1px solid #A4A3A6;
border-right: 1px solid #DBD9E6;
border-top: 1px solid #DBD9E6
}
.navi_oben a:hover      
{              
background-color: #DBD9E6; 
color: #6D79AD; 
text-decoration: none;
border-left: 1px solid #6D79AD;
border-right: 1px solid #6D79AD;
border-top: 1px solid #6D79AD
}

/* Inhaltsspalte links */
.spalte_li
{
padding: 10px 20px 15px 20px
}

/* rechte Spalte */
.spalte_re
{
background-color: #AEB5D1;
border-left: 1px solid #fff;
text-align: center;
padding: 10px
}

/* vertikale Navigation */
.navi_ver
{
width: 150px;
font-family: Helvetica, Verdana, Arial;
font-size: 12px;
letter-spacing: 0.5pt;
border: 1px solid #6D79AD;
text-align: center
}
.navi_ver a:link, .navi_ver a:visited, .navi_ver a:active
{
display: block;
margin: 3px;
padding: 3px;
background-color: #6D79AD;
text-decoration: none;
color: #fff;
border: 1px solid #6D79AD
}
.navi_ver a:hover
{
text-decoration: none;
color: #B7C4E3;
border: 1px solid #fff
}

/* Text-Boxen */
.txtbox
{
margin-top: 10px;
width: 150px;
font-family: Helvetica, Verdana, Arial;
font-size: 11px;
letter-spacing: 0.5pt;
border: 1px solid #6D79AD;
text-align: justify
}
.txtbox p
{
margin: 3px;
padding: 3px;
background-color: #6D79AD;
line-height: 140%;
text-align: justify
}

/* Rahmen, Logo und Inhalt */
#rahmen   
{              
width: 750px
}
#content   
{              
width: 730px;
text-align: center
}
#logo /* hier ist auch die Logo-Grafik hinterlegt */       
{              
height: 160px;
background-image: url('images/logo-text-aendern.jpg');
background-repeat: no-repeat; 
border-top: 1px solid #DBD9E6; 
border-bottom: 1px solid #DBD9E6
}
#inhalt    
{              
font-family: Helvetica, Verdana, Arial; 
font-size: 10pt;
text-align: justify;
color: #DBD9E6;
background-color: #6D79AD;
line-height: 140%;
border-bottom: 5px double #DBD9E6 
}
.td_li    
{              
width: 10px;
background-image: url('images/bg-li.gif');
background-repeat: repeat-y; 
}
.td_re    
{              
width: 10px;
background-image: url('images/bg-re.gif'); 
background-repeat: repeat-y;
background-position: right top 
}

/* Fußzeile - Footer */
#fuss
{
height: 40px;
font-family: Helvetica, Verdana, Arial;
font-size: 12px;
color: #DBD9E6;
text-align: center;
background-image: url('images/bg-fuss.gif'); 
background-repeat: repeat-x
}