body {
background-color : #eed;
background-image: url(pictures/backgrd.jpg);
background-attachment: scroll;
background-repeat:repeat;
background-position:left top;
color : #022;
font-size : 13px;
margin-top : 4px;
margin-bottom : 20px;
margin-left : 24px;
margin-right : 20px;
scrollbar-base-color : #ddc;
scrollbar-arrow-color : #344;
scrollbar-track-color : #eed;
scrollbar-face-color : #ddc;
scrollbar-highlight-color : #ffe;
scrollbar-shadow-color : #aa9;
scrollbar-3dlight-color : #eed;
scrollbar-darkshadow-color : #eed;
border : none;
border-left : 0px solid #ddc;
border-right : 0px solid #ddc;
}
.sehrklein {
font-size : 10px;
}
.klein {
font-size : 11px;
}
.normal {
font-size : 13px;
}
.gross {
font-size : 16px;
}
.sehrgross {
font-size : 20px;
}
.extragross {
font-size : 26px;
}
.invisible {
color : #eed;
}
p , h1 , h2 , h3 , h4 , ul , ol , li , div , td , th , address , blockquote , nobr , b , i , input {
font-family : Arial, Helvetica, sans-serif;
}
hr {
height : 4px;
color : #eed;
text-align:center;
border-top : 1px solid #fff;
border-left : 1px solid #fff;
border-bottom : 1px solid #bba;
border-right : 1px solid #bba;
}
a:link , a:visited {
display:block;
color : #633;
text-decoration : none;
font-weight : normal;
white-space: nowrap;
border : none;
}
a:hover , a:active {
color : #eed;
background-color : #633;
}
