/* ======================================== */
/*      Stylesheet für wetunddry.de         */
/* ======================================== */
/*      Webdesign Hajo Lehmann              */
/* ======================================== */
/*      www.www4u.de                        */
/* ======================================== */

/* Gesamt-Dokument */
p, td, div, body {font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12pt; color: #000000; font-weight: bold;}

/* Seitenhintergrund grau */
.grau {background: #dddddd;}

/* Seitenhintergrund blau */
.blau {background: #7878ff;}

/* Seitenhintergrund weiss */
.weiss {background: #ffffff;}

/* Überschrift h1 */
h1 {font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 24pt; color: #000000; font-weight: bold;}

/* fette Schrift */
.fett {font-weight: bold;}

/* blaue fette Schrift */
.blau_fett {color: #000066; font-weight: bold;}

/* 8pt-Schrift normal */
.acht {font-size: 8pt; font-weight: normal;}

/* 10pt-Schrift normal */
.zehn {font-size: 10pt; font-weight: normal;}

/* 10pt-Schrift fett */
.zehn_fett {font-size: 10pt; font-weight: bold;}

/* rote Schrift */
.rot {color: #ff0000; font-weight: bold;}

/* kleine, schwarze Schrift */
.blackhome {font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 8pt; color: #000000; font-weight: normal;}

/* Regenbogen-Schrift */
.rainbow {font-family: Courier,Courier New; font-size: 16pt; font-weight: bold;}

/* Link-Schrift, Farben (hover nur für IE) */
a:link {color: #000080; text-decoration:underline;}
a:visited {color: #000080; text-decoration:underline;}
a:active {color: #0000ff; text-decoration:none;}
a:hover {color: #ff0000; text-decoration:none;}

/* Textmarker */
.markup {background-color:#ffe100;}
