/* dk01.css / co. www.n-rausch.de 02.04.2010 */

body
{
/* background-color: #24252A;           #E0E0E0 Hintergrundbild-Farbe */
/* background-image:url(bild.jpg);      Hintergrundbild im css-Ordner ablegen */
/* background-position: 500px 30px;     Hintergrundbild Position links rechts vom linken, oberen Rand */
/* background-position: 80% 80%;        Hintergrundbild Position links rechts vom linken, oberen Rand */
/* background-repeat:repeat-x;          Hintergrundbild Wiederholung nur nach rechts */
/* background-repeat:repeat-y;          Hintergrundbild Wiederholung nur nach unten */
/* background-position: center center;  Hintergrundbild mittig platzieren */
/* background-attachment: fixed;        Hintergrundbild fixiert, Text scrollt drüber */
/* background-image:url(x-0018.gif); background-repeat:repeat-x; background-color:#E0E0E0;   Hintergrundbild wird mit Farbe hinterlegt */
background-repeat:no-repeat;        /*  Hintergrundbild keine Wiederholung */
font-family: Sylfaen;  /* Staccato222 BT, ParkAvenue BT, Verdana, Arial, Tahoma, Bookman Old Style, MS Serif, Georgia;;  */
font-size: 16pt;       /* Textgroesse ausserhalb von Tabellen */
/* font-weight: bold;     /* weitere Optionen  bold bolder lighter 100 200 300 */
color: #FFFFFF;        /* Schriftfarbe */
}

table
{
/* color: #000000;  */
/* background-color: #FFFFFF;
/* background-repeat: no-repeat; ACHTUNG Netscape kann das nicht */
/* background-position: center center; */
/* background-image:url(bild.jpg); */
/* font-weight: bold; */
/* font-weight: lighter; */
background-repeat:no-repeat;        /*  Hintergrundbild keine Wiederholung */
font-family: Sylfaen;  /* Staccato222 BT, ParkAvenue BT, Verdana, Arial, Tahoma, Bookman Old Style, MS Serif, Georgia;;  */
font-size: 16pt;       /* Textgroesse in Tabellen */
/* font-weight: bold;    weitere Optionen  bold bolder lighter 100 200 300 */
color: #FFFFFF;        /* Schriftfarbe */
}

A:LINK
{
/* background-color: #DCE0F9; */
/* color: #666707; text-decoration: none; */
/* font-weight: bold; */
/* text-decoration: none; Links ohne Unterstrich */
font-family: Sylfaen;
font-size: 15pt;
color: #D3D53D;
text-decoration: none;
}

A:VISITED
{
/* background-color: #DCE0F9; */
/* color: #666707; text-decoration: none; Links ohne Unterstrich*/
/* font-weight: bold; */
font-family: Sylfaen;
font-size: 15pt;
color: #D3D53D;
text-decoration: none;
}

A:ACTIVE
{
/* background-color: #DCE0F9; */
/* color: #666707; text-decoration: none; Links ohne Unterstrich*/
/* font-weight: bold; */
font-family: Sylfaen;
font-size: 15pt;
color: #D3D53D;
text-decoration: none;
}

A:HOVER
{
/* background-color: #DCE0F9; */
/* color: #666707; text-decoration: none; Links ohne Unterstrich*/
/* font-weight: bold; */
font-family: Sylfaen;
font-size: 15pt;
font-weight: bold;
color: #FFFF00;
text-decoration: none;
}

h1  /* h1 fuer */
{
color: #000000;
font-family: Arial, Tahoma, Verdana;
font-weight: normal;
/* font-style: italic; */
/* font-size: */
}

h2   /* h2 fuer */
{
color: #000000;
font-family: Arial, Tahoma, Verdana;
font-weight: normal;
/* font-size: */
}

h3   /* h3 fuer  */
{
color: #FFFFFF;
font-family: Park Avenue BT;
font-style: italic;
font-weight: normal;
font-size: 24;
}

h4  /* h4 fuer   */
{
color: #FFFFFF;
font-family: Arial, Tahoma, Verdana;
font-weight: normal;
font-size: 22;
}

h5  /* h5 fuer   */
{
color: #000000;
font-family: Arial, Tahoma, Verdana;
font-weight: normal;
font-size: 18;
}

h6  /* h6 fuer     */
{
color: #000000;text-decoration: none;
font-family: Arial, Tahoma, Verdana;
font-weight: normal;
font-size: 14;
}


/* Druckfarben anders als Bildschirmfarben */

@media print
{
body {background-color:#FFFFFF;}   /* Papierfarbe Weiß */
p {color:#000000;}                 /* gedruckter Text in Schwarz */
}