/*
********************************************************************************
*  Copyright 1996-2004 by Andreas Degen and Christa Bauch                      *
*  Datei BASE.CSS                                                              *
*  Die Datei enthält die CSS-Grundeinstellungen.                               *
********************************************************************************
*/

/* BODY */
body { font-family:Arial,sans-serif; font-size:13pt; font-weight:normal;
       background-color:#ffffff; background-attachment:fixed; color:#000000; }

/* HEADER */
h1,h2,h3,h4,h5,h6 { font-family:'Comic Sans MS',Arial,sans-serif;
                    font-weight:normal; margin-left:10%; }
h1 { font-size:29pt; }
h2 { font-size:23pt; }
h3 { font-size:19pt; }
h4 { font-size:15pt; }
h5 { font-size:11pt; }
h6 { font-size: 9pt; }

/* LISTEN */
ul,ol,li { font-family:'Times New Roman',Arial,sans-serif; font-size:13pt; }
ul,ol    { font-weight:bold; }
li       { font-weight:normal; }

/* PARAGRAPHEN */
div { font-family:Arial,sans-serif; font-weight:normal; font-size:13pt; }
p   { font-family:Arial,sans-serif; font-weight:normal; font-size:13pt; text-indent:3ex; }
p:first-letter { font-size:150%; }

/* TABELLEN */
caption { font-family:'Times New Roman',Arial,sans-serif; font-size:17pt; font-weight:bold; }
th      { font-family:Arial,sans-serif; font-size:15pt; font-weight:bold; }
td      { font-family:Arial,sans-serif; font-size:13pt; font-weight:normal; }

/* LINKS */
a:link    { font-style:italic; font-family:Arial,sans-serif; text-decoration:none; }
a:visited { font-style:italic; font-family:Arial,sans-serif; text-decoration:none; }
a:hover   { font-style:italic; font-family:Arial,sans-serif; text-decoration:underline; }
a:active  { font-style:italic; font-family:Arial,sans-serif; text-decoration:none; }

/*
********************************************************************************
*  Spezielle Formate, die dann mittels CLASS="..." aufgerufen werden können    *
********************************************************************************
*/

/* Farben */
#col1 { background-color:#191970; }
#col2 { background-color:#e0e0e0; }
#col3 { background-color:#ffffcc; }
#col4 { background-color:#ccffff; }
.col1 { background-color:#191970; }
.col2 { background-color:#e0e0e0; }
.col3 { background-color:#ffffcc; }
.col4 { background-color:#ccffff; }

/* Rahmen in Schwarz*/
#sb { border-style:solid;  border-width:medium; border-color:black; }
#db { border-style:groove; border-width:thick;  border-color:black; }
.sb { border-style:solid;  border-width:medium; border-color:black; }
.db { border-style:groove; border-width:thick;  border-color:black; }

/* Handschriftstyle */
#cb { font-family:'Handscript SF','Brush455 BT', Arial; font-size:22pt; }
.cb { font-family:'Handscript SF','Brush455 BT', Arial; font-size:22pt; }

/* Misc */
#bold   { font-weight:bold; }
#center { text-align:center; }
#it     { font-style:italic; }
.bold   { font-weight:bold; }
.center { text-align:center; }
.it     { font-style:italic; }

/*
********************************************************************************
***** Ende der CSS-Grundeinstellungen                                      *****
********************************************************************************
*/
