body {
background-color : #666;
background-image: url(pictures/hg-dark.jpg);
background-attachment: fixed;
background-repeat:repeat;
background-position:left top;
border : none;
color : #eee;
font-size : 13px;
margin-top : 3px;
margin-bottom : 8px;
margin-left : 8px;
margin-right : 8px;
scrollbar-base-color : #777;
scrollbar-arrow-color : #eee;
scrollbar-track-color : #777;
scrollbar-face-color : #777;
scrollbar-highlight-color : #999;
scrollbar-shadow-color : #555;
}
.sehrklein {
font-size : 10px;
}
.klein {
font-size : 11px;
}
.normal {
font-size : 13px;
}
.gross {
font-size : 16px;
}
.sehrgross {
font-size : 20px;
}
p , h1 , h2 , h3 , h4 , ul , ol , li , div , td , th , address , blockquote , nobr , b , i , input {
font-family : Arial, Helvetica, sans-serif;
}
/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

h1 {
color : #eee;
text-align:center;
font-size : 13px;
font-weight : bold;
font-variant: small-caps;
letter-spacing: 1px
}
h1 {
width : 100%;
padding : 2px;
border-top : 1px solid #999;
border-left : 1px solid #999;
border-bottom : 2px solid #000;
border-right : 2px solid #000;
display : inline;
margin-bottom : 10px;
}
/* zwei mal wegen Netscape 4.x */
hr {
height : 2px;
color : #666;
text-align:center;
border-top : 1px solid #999;
border-left : 1px solid #999;
border-bottom : 1px solid #333;
border-right : 1px solid #333;
}
a:link , a:visited {
display:inline;
color : #0cf;
text-decoration : none;
font-weight : bold;
white-space: nowrap;
border : none;
}
a:hover , a:active {
color : #666;
background-color : #0cf;
}
