body         
{ 
background-image: url('../images/homepagename.jpg'); 
background-repeat: no-repeat;
font-family: Arial, Tahoma, Verdana;
margin: 0;
background-color: #000;
color: #fff
}

/* Banner, Grafik oder Slogan */
#werbebanner
{ 
text-align: center;
margin: 15px 10px 0 0;
width: 468px;
height: 60px;
border: 1px dashed #000000
}

/* Formatierung für den Link "Startseite" */
#navi
{ 
background-image: url('../images/navi-titel.gif'); 
background-repeat: no-repeat; 
background-position: left bottom;
font-weight: bold;
padding-top: 15px;
font-size: 13px;
border-bottom: 1px solid #ff9900
}
#navi a:link, #navi a:visited, #navi a:active 
{ 
text-decoration: none;
color: #fff;
padding-left: 10px
}
#navi a:hover
{ 
color: #171717 
}

/* Formatierung Beispiel-Suchformular */
form
{
margin: 0 10px 15px 10px
}
.suchbox
{
font-family: Arial, Tahoma, Verdana;
font-size: 11px;
width: 115px;
border: 1px solid #ff9900
}
.suchbutton
{
font-family: Arial, Tahoma, Verdana;
font-size: 11px;
border: 1px solid #ff9900;
color: #fff;
background-color: #000
}

/* linke Tabellenspalte */
.nav_ver
{ 
font-size: 13px;
background-color: #ff9900; 
width: 160px;
color: #171717;
border-top: 1px solid #000;
border-right: 1px solid #fff
}

/* Navigationsmenü der linken Tabellenspalte */
.nav_ver a:link, .nav_ver a:visited, .nav_ver a:active 
{ 
font-weight: bold;
text-decoration: none;
color: #171717;
padding-left: 10px;
display: block;
line-height: 28px;
border-bottom: 1px solid #000
}
.nav_ver a:hover
{ 
color: #fff 
}

/* mittlere Tabellenspalte */
#inhalt
{ 
font-size: 14px;
line-height: 150%;
padding: 10px
}

/* allgemeine Links der mittleren und der rechten Spalte */
#inhalt a:link, #inhalt a:visited, #inhalt a:active, .text a:link, .text a:visited, .text a:active 
{ 
font-weight: bold;
text-decoration: none;
color: #ff9900;
border-bottom: 1px dashed #ff9900
}
#inhalt a:hover, .text a:hover
{ 
color: #fff;
text-decoration: none;
border-bottom: 1px solid #fff 
}

/* Absätze und Überschriften der mittleren Tabellenspalte */
#inhalt p
{ 
text-align: justify;
margin: 15px 0
}
#inhalt h1, #inhalt h2
{ 
color: #ff9900;
margin: 0 0 15px 0
}
#inhalt h1
{ 
font-size: 18px
}
#inhalt h2
{ 
font-size: 16px
}

/* rechte Tabellenspalte */
#spalte_re
{ 
background-color: #171717;
width: 180px;
text-align: justify;
font-size: 11px;
letter-spacing: 1pt;
line-height: 150%;
padding: 10px
}

/* Überschrift des Navigationsmenüs der rechten Tabellenspalte */
.oben
{
margin: 0 0 5px 10px;
font-size: 12px;
font-weight: bold
}

/* Navigationsmenü der rechten Tabellenspalte */
.nav_re a:link, .nav_re a:visited, .nav_re a:active 
{ 
font-weight: bold;
border-bottom: 1px dashed #ff9900;
text-decoration: none;
color: #ff9900;
padding-left: 5px;
display: block;
line-height: 28px
}
.nav_re a:hover
{ 
border-bottom: 1px solid #fff;
color: #fff 
}

/* Footer */
#footer
{ 
background-color: #fff;
color: #171717;
text-align: center;
font-size: 11px;
letter-spacing: 1pt;
line-height: 120px
}

/* allgemeine Links des Footers */
#footer a:link, #footer a:visited, #footer a:active 
{ 
text-decoration: none;
color: #171717;
border-bottom: 1px solid #171717
}
#footer a:hover
{ 
color: #ff9900;
text-decoration: none;
border-bottom: 1px dashed #ff9900 
}
