body
{
font-family: Verdana, Helvetica, Arial;
background-image: url('../images/background.gif');
background-repeat: repeat-x;
background-color: #E8E8E8
}

/* Überschriften und Absatz */
h1
{
font-size: 13pt;
font-weight: normal;
font-style: italic;
padding-top: 5px;
border-top: 1px solid #000
}
h2
{
font-size: 11pt
}
p
{
color: #333;
font-size: 13px;
line-height: 130%;
text-align: justify
}

/* allgemeine Textlinks */
a:link, a:active, a:visited
{
color: #000;
font-weight: bold;
text-decoration: underline
}
a:hover
{
text-decoration: none;
font-weight: bold;
background-color: #E6E6E6;
color: #979797
}

/* Bildformatierung: Rahmen */
img
{
border: 0
}
.bild
{
/* border: 3px dotted #979797; */
float: right;
margin: 5px 0 5px 15px
}

/* Div-Container: Inhalt, Titel, Logo und äußerer Rahmen */
#container
{
margin-bottom: 10px;
background-color: #fff;
color: #979797;
border-left: 5px double #979797;
border-right: 5px double #979797;
border-bottom: 5px double #979797
}
#titel
{
margin-top: 10px;
margin-bottom: 10px;
background-color: #fff;
color: #333;
line-height: 60px;
font-family: Georgia, Helvetica, Arial;
font-size: 24px;
letter-spacing: 3pt;
border: 5px double #979797
}
#footer, #titel, #nav, #container
{
width: 710px;
margin-right: 10px;
margin-left: 10px
}
.spalte_li
{
padding-top: 15px
}
.links
{
background-color: #E6E6E6;
padding: 6px
}
.mitte
{
border: 1px solid #000;
color: #979797;
padding: 6px
}
.rechts
{
background-color: #E6E6E6;
padding: 6px
}
#rahmen
{
width: 750px;
border: 15px solid #7A7A7A;
background-image: url('../images/nav_over.gif');
background-repeat: repeat-x;
background-color: #E8E8E8
}
.text
{
padding: 25px 20px 25px 0
}

/* horizontale Navigation */
#nav table
{
table-layout: fixed;
font-size: 14px
}
#nav
{
margin-top: 10px;
border-left: 5px double #979797;
border-right: 5px double #979797;
border-top: 5px double #979797
}
#nav a:link, #nav a:visited, #nav a:active
{
display: block;
font-weight: normal;
color: #000;
background-image: url('../images/nav_bg.gif');
background-repeat: repeat-x;
text-align: center;
text-decoration: none;
line-height: 30px;
text-transform: uppercase;
border-left: 1px solid #979797;
border-bottom: 1px solid #979797;
border-right: 1px solid #979797
}
#nav a:hover
{
color: #fff;
background-image: url('../images/nav_over.gif');
text-decoration: none;
font-style: italic
}
#nav span
{
display: block;
color: #000;
font-weight: normal;
background-color: #fff;
background-image: none;
text-align: center;
text-decoration: none;
line-height: 30px;
text-transform: uppercase;
border-bottom: 1px solid transparent
}
.inact
{
border-left: 1px solid #979797;
border-right: 1px solid #979797
}
.inact_li
{
border-left: 1px solid transparent;
border-right: 1px solid #979797
}
.inact_re
{
border-left: 1px solid #979797;
border-right: 1px solid transparent
}

/* vertikale Navigationen */
.nav_ver
{
width: 160px;
font-size: 11px;
margin: 10px
}
.nav_ver a:link, .nav_ver a:visited, .nav_ver a:active
{
display: block;
color: #000;
margin-bottom: 1px;
text-align: center;
font-weight: normal;
text-decoration: none;
line-height: 20px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc
}
.nav_ver a:hover
{
color: #979797;
background-color: #E6E6E6;
text-decoration: none;
font-style: italic;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
border-left: 1px solid #ddd
}
.nav_ver span
{
display: block;
margin-bottom: 1px;
font-size: 10pt;
color: #000;
background-color: #E6E6E6;
text-transform: uppercase;
text-align: center;
line-height: 24px;
font-weight: bold;
border: 1px solid #ddd
}

/* Info-Boxen der linken Spalte */
.box, .box_2
{
margin: 10px;
width: 160px
}
.box p
{
padding: 5px;
margin: 1px 0 10px 0;
font-size: 8pt;
color: #000;
text-align: justify;
line-height: 130%;
border: 1px solid #ccc
}
.box span
{
display: block;
margin-bottom: 1px;
font-size: 10pt;
color: #000;
background-color: #E6E6E6;
text-transform: uppercase;
text-align: center;
line-height: 24px;
font-weight: bold;
border: 1px solid #ddd
}

/* Footer */
#footer
{
font-size: 7pt;
background-color: #fff;
color: #333;
line-height: 30px;
font-style: italic;
border: 5px double #979797;
margin-top: 10px;
margin-bottom: 10px
}