body          
{ 
margin: 0;
font-family: Tahoma, Arial, Verdana
}

/* Überschriften und Absatz */
h1            
{ 
margin: 0 0 10px 0;
color: #003366;
font-size: 30px
}
h2            
{ 
margin: 25px 0 0 0;
color: #003366;
font-size: 22px
}
h3            
{ 
text-align: center;
margin: 25px 0;
color: #003366;
font-size: 28px
}
p       
{ 
margin: 0 0 10px 0;
color: #000;
text-align: justify;
line-height: 150%;
font-size: 14px 
}

/* allgemeine Links im fortlaufenden Text */
a:link, a:active, a:visited
{
text-decoration: none;
padding-bottom: 2px;
border-bottom: 1px dashed #003366;
color: #003366
}
a:hover
{
text-decoration: none;
border-bottom: 1px dashed #fff;
color: #003366
}

/* Homepagename Titel */
#titel        
{ 
background-image: url('../images/header.jpg');
background-repeat: no-repeat;
background-color: #336699;
line-height: 90px;
letter-spacing: 3px;
font-size: 36px;
color: #fff;
padding-left: 15px;
border-bottom: 5px solid #003366
}

/* Formatierung Tabelle linke Spalte */
#spalte_li       
{ 
background-image: url('../images/bg_spalte_li.gif');
background-repeat: repeat-x;
width: 280px;
background-color: #EDECE0;
color: #000;
text-align: justify;
font-size: 16px;
padding-bottom: 25px 
}
/* Formatierung Tabelle rechte Spalte */
#spalte_re       
{ 
background-image: url('../images/bg_inhalt.gif');
background-repeat: repeat-x;
color: #000;
padding: 25px;
text-align: justify;
font-size: 16px 
}

/* Formatierung Inhalt */
#inhalt       
{ 
border-top: 2px solid #fff;
border-bottom: 5px solid #003366;
text-align: justify;
font-size: 16px 
}

/* Hauptnavigation */
.nav          
{
margin: 25px 5px 35px 5px;
font-size: 14px;
letter-spacing: 1px
}
/* Rubrik Überschrift */
.nav span          
{
letter-spacing: 2px;
display: block;
font-weight: bold;
text-transform: uppercase;
color: #000;
padding-left: 10px;
line-height: 32px;
border-top: 1px solid #003366;
border-right: 5px solid #003366;
border-bottom: 1px solid #003366;
border-left: 5px solid #003366
}
.nav a:link, .nav a:active, .nav a:visited
{ 
display: block;
color: #000;
padding-left: 5px;
line-height: 32px;
text-decoration: none;
border-bottom: 1px dashed #000
}
.nav a:hover
{ 
text-decoration: none;
color: #003366;
border-bottom: 1px dashed #003366
}

/* Footer */
#fuss         
{ 
color: #003366;
border-top: 2px solid #fff;
text-align: center;
font-size: 11px;
line-height: 70px;
background-color: #336699
}

/* Linkformatierung im Footerbereich */
#fuss a:link, #fuss a:active, #fuss a:visited
{
text-decoration: none;
color: #fff;
border: none
}
#fuss a:hover
{
text-decoration: overline underline;
color: #003366
}