body
{
margin: 100px 0 15px 0;
background-color: #FFFFFF;
background-image: url('../images/bg.jpg');
background-repeat: no-repeat;
background-position: center top;
background-attachment: fixed;
       /* bunte Scrollbar nur sichtbar im IE ab Vers. 5.5 und Opera ab Vers. 7.2 */
scrollbar-3dlight-color: #800000;
scrollbar-arrow-color: #800000;
scrollbar-darkshadow-color: #666;
scrollbar-face-color: #454545;
scrollbar-highlight-color: #333;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #333
      /* Scrollbar Ende */
}

/* Überschriften */
h1
{
text-align: center;
font-size: 20px;
color: #C0C0C0;
letter-spacing: 4pt;
font-weight: normal;
padding: 3px;
background-image: url('../images/bg-h1.gif');
background-repeat: repeat-y;
margin-bottom: 50px
}
h2
{
font-size: 16px;
color: #000000;
letter-spacing: 2pt;
font-weight: normal;
font-variant: small-caps;
border-bottom: 1px dotted #800000;
padding-bottom: 3px
}
h2:first-letter
{
font-size: 200%;
color: #800000
}

/* Bilderformatierung */
img
{
border: 0
}
#content img a:hover
{
text-decoration: none;
background-color: #333;
border: 0
}
.pic_re
{
float: right;
margin: -20 15px 0 15px
}
.pic_li
{
float: left;
margin: 0 15px 0 15px
}

/* Logo */
#logo
{
width: 700px;
height: 130px;
background-color: #454545;
background-image: url('../images/homepagename.gif');
background-repeat: no-repeat;
background-position: center center
}

/* Navileiste */
#navi
{
width: 730px;
font-family: Arial, Tahoma, Helvetica;
background-image: url('../images/bg-button.gif');
background-repeat: repeat-x;
height: 58px;
border: 1px solid #999
}
#navi a:link, #navi a:active, #navi a:visited
{
text-decoration: none;
font-size: 14px;
display: block;
color: #ccc;
text-align: center;
border-right: 1px solid #663333;
line-height: 58px
}
#navi a:hover
{
text-decoration: none;
font-size: 14px;
display: block;
background-image: url('../images/bg-button-hover.gif');
background-repeat: repeat-x;
color: #666;
text-align: center;
border-right: 1px solid #663333;
line-height: 58px
}
#navi table
{
table-layout: fixed
}

/* Inhalt Content */
#content
{
font-family: Arial, Tahoma, Helvetica;
font-size: 12px;
color: #000000;
line-height: 200%;
letter-spacing: 1pt;
word-spacing: 3pt;
background-color: #454545;
text-align: justify;
width: 700px
}
#inhalt
{
padding: 15px;
}
#in
{
background-color: #FFFFFF;
padding: 15px 20px 15px 20px;
}

/* Linkformatierung des Contents */
#content a:link, #content a:active, #content a:visited
{
text-decoration: underline;
color: #000000
}
#content a:hover
{
text-decoration: none;
background-color: #800000;
color: #ccc
}

/* Abstandshalter */
.platzhalter
{
height: 25px
}

/* Fußzeile */
#fuss
{
font-family: Arial, Tahoma, Helvetica;
font-size: 10px;
color: #ccc;
width: 700px;
text-align: center;
letter-spacing: 2pt;
word-spacing: 4pt;
background-color: #454545;
font-style: italic
}
#fuss_inhalt
{
padding: 0 15px 15px 15px;
}
#fuss_in
{
background-image: url('../images/bg-fuss.gif');
background-repeat: repeat-x;
background-color: #333;
padding: 5px;
}

/* Linkformatierung der Fußzeile */
#fuss a:link, #fuss a:active, #fuss a:visited
{
text-decoration: underline;
color: #fff
}
#fuss a:hover
{
text-decoration: none;
color: #ccc
}