body
{
font-family: 'Century Gothic', Arial, Verdana;
margin: 0 0 0 0;
background-color: #000;
color: #fff
}

/* Logo */
#logo
{

background-image: url('../images/logo.jpg');
background-position: center center;
background-repeat: no-repeat;
text-align: left;
height: 160px;





}

/* horizontale Navigation */
#navi
{
padding-top: 0px;
text-align: right
}
#navi a:link, #navi a:active, #navi a:visited
{
background-image: url('../images/dot.gif');
background-repeat: no-repeat;
background-position: left center;
font-size: 14px;
text-decoration: none;
padding: 0 6px 0 20px;
font-weight: bold;
color: #fff
}
#navi a:hover
{
background-image: url('../images/dot3.gif');
color: #ff9933;
text-decoration: underline
}



/* Tabelle */
#content
{


background-position: center left;
background-repeat: no-repeat;
width: 1000px

}

/* Inhaltsspalte */
#inhalt
{
padding-left: 25px
padding-right: 25px
width: 720px
}

/* linke Spalte */
#spalte_li
{

background-repeat: no-repeat;
padding-left: 0px;
width: 180px

}

/* vertikale Navigation */
.navi_vert
{
margin: 20px 0
}
.navi_vert a:link, .navi_vert a:active, .navi_vert a:visited
{


width: 180px;
padding-left: 13px;
border-bottom: 0px solid #ff9933;
display: block;
font-size: 22px;
text-decoration: none;
line-height: 40px;
font-weight: bold;
color: #fff
}
.navi_vert a:hover
{

border-bottom: 1px dashed #fff;
color: #ff9933;
text-decoration: none
}
.navi_vert span
{
width: 160px;
border-bottom: 0px dashed #fff;
display: block;
font-size: 22px;
text-decoration: none;
line-height: 40px;
font-weight: bold;
color: #ff9933;
letter-spacing: 1px;
text-transform: uppercase
}

/* Überschriften und Absätze */
#inhalt h1
{
color: #fff;
margin: 25px 0 20px 20px;
font-size: 20px;
letter-spacing: 5px
}
#inhalt h2
{
color: #fff;
margin: 5px 0 25px 20px;
font-size: 18px;
letter-spacing: 2px
}
#inhalt p
{
margin: 5px 0 15px 20px;
font-size: 14px;
text-align: justify;
line-height: 150%
}



/* Footer */
#fuss
{
font-weight: bold;
letter-spacing: 1px;
color: #ff9933;
font-size: 11px;
line-height: 110px;
text-align: center
}
#fuss a:link, #fuss a:active, #fuss a:visited, #inhalt a:link, #inhalt a:active, #inhalt a:visited
{
font-weight: bold;
color: #999;
text-decoration: underline
}
#fuss a:hover, #inhalt a:hover
{
color: #fff;
background-color: #ff9933;
text-decoration: none
}