body         
{ 
margin: 50px 20px 20px 20px;
background-color: #22462A;
background-image: url('../images/mb-2.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: #EEF0ED; 
scrollbar-arrow-color: #EEF0ED; 
scrollbar-darkshadow-color: #000; 
scrollbar-face-color: #122617; 
scrollbar-highlight-color: #000; 
scrollbar-shadow-color: #C0C0C0; 
scrollbar-track-color: #22462A
      /* Scrollbar Ende */
}

/* Überschriften, Absatz und Listenelemente */

h1, h2, h3
{
font-family: 'Trebuchet MS', Tahoma, Arial;
color: #C0C0C0;
letter-spacing: 1pt
}

h1
{
font-size: 14pt
}
 
h2
{
font-size: 12pt
}
 
h3
{
font-size: 11pt
}

p, ul
{
font-family: 'Trebuchet MS', Tahoma, Arial;
font-size: 10pt;
text-align: justify;
color: #92B975;
line-height: 150%
}

/* allgemeine Textlinks */

a:link, a:active, a:visited
{
text-decoration: underline;
color: #92B975
}

a:hover
{
text-decoration: none;
background-color: #EEF0ED;
color: #122617
}

/* Bilderrahmen deaktiviert, damit die Grafik der Navigation keinen unerwünschten Rahmen erhält */

img
{
border: none
}

/* Rahmen Außentabelle */

#out
{ 
padding: 10px 0px 10px 0px;
width: 720px;
text-align: center;
background-color: #EEF0ED;
border: 1px dashed #C0C0C0;
}
 
/* Logo */

#logo        
{ 
text-align: center; 
margin: 10px auto 10px auto;
line-height: 60px;
width: 468px;
font-family: Georgia, Verdana, Tahoma;
font-size: 24px;
color: #22462A;
border: 1px solid #22462A;
padding: 10px
}

/* Inhalt */

#inhalt      
{ 
width: 700px; 
color: #EEF0ED; 
background-image: url('../images/bg-inh.png'); 
background-repeat: repeat-y; 
border: 1px solid #BB7C77; 
padding: 15px
}

/* Hervorzuhebender Text */

.umrandung
{
border: 1px dotted #92B975;
padding: 5px;
color: #C0C0C0
}

/* Fußzeile */

#fuss
{
margin: 10px auto 0px auto;
background-image: url('../images/fuss.jpg'); 
background-repeat: repeat-x;
font-family: 'Trebuchet MS', Tahoma, Arial;
font-style: italic;
font-size: 9pt;
color: #C0C0C0;
text-align: center;
width: 700px;
line-height: 80px;
border: 1px solid #BB7C77
}
