/* Schriftfarbe */
 Body {color: #000033}

/* Hintergrundbild */
 Body {background-image: url(http://www.wasserringe.net/plaudern/forumhg2.jpg)}
 Body {background-repeat: repeat-xy}

/* Schriftfamilie und Größe */
 Body {font-family: Verdana, Arial; font-size: 12px}
 Body {text-align: left}
 Body {border-style: none}


/* Hyperlink Farbe - Schriftgröße und Schriftfamilie */
 A {color: #000066; font-size: 12px; font-family: Verdana, Arial; text-decoration: underline}

/* Hyperlink  besuchte Seite */
 A:visited {color: #000033; font-size: 12px; font-family: Verdana, Arial; text-decoration: underline}

/* Hyperlink  aktive Seite */
 A:active {color: #000033; font-size: 12px; font-family: Verdana, Arial; text-decoration: underline}

 A:hover {text-decoration: underline; color: #000080; background: url("http://www.wasserringe.net/grafiken/w1.gif")}



img {
   border: 0;
}

BODY {
scrollbar-arrow-color: #FFFFFF; 
scrollbar-base-color: #23518C; 
scrollbar-face-color: #000033; 
scrollbar-highlight-color: #FFFFFF; 
scrollbar-shadow-color: #23518C;
}

.Tabelle {
        width: 100%;
        height: 100%;
        float: right;
        text-align: left;
        background-image: url(../Wasser.jpg);
        background-attachment: fixed;
        background-color: #23518C;
        font-family: Verdana, Arial;
        font-size: 12px;
        }


