/* 
    Document   : standard
    Created on : 24.07.2009, 04:12:41
    Author     : Dominik
    Description:
        Standard-Stildefinitionen.
        Unterstützt ältere Browser.
*/

body {
    /*background-image: url("schach3.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;*/
    background-color: #ffffee;
    font-family: Tahoma, Helvetica, sans-serif;
}

a {
   color: maroon;
   text-decoration: none;
}

div#csswarn {
    background-color: white;
    margin: 0.5em 0;
    text-align: center;
}

