/* sets the main body properties */
BODY {
font-family : Verdana, Arial, sans-serif;
font-size : 80%;
margin: 20px 0px 10px 0px;
background-color: #000;
color: #cab591;
scrollbar-arrow-color: #cab591;
scrollbar-3dlight-color: #000000;
scrollbar-highlight-color: #cab591;
scrollbar-face-color: #000000;
scrollbar-shadow-color: #cab591;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #000000;
}

P, LI, UL, TD, Table {
font-family : Verdana, Arial, sans-serif;
font-size : 100%; list-style-type: circle;
}

HR {
height: 0.02em;
color: #cab591; 
}

/* this group sets the normal link colors */

A:LINK {
color: #cab591;
text-decoration: none;
}

A:VISITED {
color: #cab591;
text-decoration: none;
}

A:HOVER {
color: #fff;
text-decoration: none;
}

A:ACTIVE {
color: #cab591;
text-decoration: none;
}

H1 {font-size : 15px; 
font-weight: bold;}

/* special classes */

.bar      { background-image: url('bilder/Logo.jpg'); background-color: #000;}


