body         
{              
margin: 15px 0;
background-image: url('../images/karo.jpg'); /* hier kann der Hintergrund gewechselt werden */
background-repeat: repeat;
/* bunte Scrollbar nur sichtbar im IE ab Vers. 5.5 und Opera ab Vers. 7.2 */         
            scrollbar-3dlight-color: #A17C2F;
            scrollbar-arrow-color: #fff;
            scrollbar-darkshadow-color: #F4E1AD;
            scrollbar-face-color: #A88439;
            scrollbar-highlight-color: #fff;
            scrollbar-shadow-color: #A17C2F;
            scrollbar-track-color: #F4E1AD 
}

/* Überschriften */
h1           
{ 
background-image: url('../images/dot.jpg');
background-repeat: no-repeat;
font-family: Verdana, Helvetica, Tahoma;
color: #956C1B;
height: 28px;
padding: 10px 0 0 35px;
font-size: 14px;
margin-top: 30px 
}

/* allgemeine Links */
a:link, a:visited, a:active
{ 
text-decoration: underline;
color: #A17C2F 
}
a:hover      
{ 
text-decoration: none;
color: #A17C2F 
}

/* Positionierung der Grafik "Pepper Ridge Swiss" */
#hp_name Pepper Ridge Swiss
{
background-image: url('../images/.jpg');
background-repeat: no-repeat;
height: 80px;
width: 100%;
background-position: right top
}

/* Bildformatierung: Rahmen */
img          
{ 
border: 0px 
}

.img          
{ 
border: 1px solid #956C1B
}

/* Umrandung des hervorgehobenen Textes */
legend     
{ 
letter-spacing: 2pt;
padding: 5px;
font-weight: bold;
font-size: 13px 
}
fieldset     
{ 
border: 1px solid #956C1B;
padding: 5px;
margin-bottom: 20px 
}

/* goldener Bilderrahmen hier keine Veränderungen vornehmen*/
.rand_li     
{ 
width: 80px;
background-image: url('../images/bg_rand.gif');
background-repeat: repeat-y
}
.rand_re     
{ 
width: 80px;
background-image: url('../images/bg_rand_2.gif');
background-position: right top;
background-repeat: repeat-y
}
.rand_ob     
{ 
width: 700px;
background-image: url('../images/bg_ob.gif');
background-repeat: repeat-x
}
.rand_mi     
{ 
width: 700px
}
.rand_unt    
{ 
width: 700px;
background-image: url('../images/bg_unt.gif');
background-repeat: repeat-x 
}

/* Inhalt - Content */
#inhalt      
{
font-family: Verdana, Helvetica, Tahoma;
text-align: justify;
color: #A17C2F;
background-color: #F4E1AD;
font-size: 12px;
padding: 27px 20px 15px 15px;
background-image: url('../images/bg_inh.jpg');
background-repeat: repeat-x 
}

/* Navigations-Menü */
.nav     
{
table-layout: fixed;
text-align: center;
margin-bottom: 10px
}

.nav a:link, .nav a:visited, .nav a:active
{ 
width: 120px;
background-image: url('../images/nav.jpg');
background-repeat: no-repeat;
text-decoration: none;
display: block;
font-size: 10pt;
color: #956C1B;
line-height: 40px;
text-align: center 
}

.nav a:hover
{ 
background-image: url('../images/nav-hover.jpg');
text-decoration: none;
color: #956C1B
}

/* Fusszeile */
#fuss        
{ 
border-top: 1px solid #956C1B;
padding-top: 10px;
font-size: 11px;
color: #885D08;
font-style: italic;
text-align: center 
}