/* ---------------------------------------------------------- */
/* KSV Baunatal e.V., Altenbaunaer Strasse 37, 34225 Baunatal */
/* Internet: http://www.ksv-baunatal.de                       */
/* DATEI: ksv-style.css                                       */
/* Autor: Andreas Arend, Görlitzer Strasse 24, 34225 Baunatal */
/* Datum: 16.04.2002                                          */
/* ---------------------------------------------------------- */

/* NEUE EINTRÄGE */
body {
    margin-top="5"
}

a:link { color:#500000; font-weight:normal; }
a:visited { color:#500000; font-weight:normal; }
a:active { color:#d80000; font-weight:normal; }
a:hover { text-decoration:underline; color:#d80000; font-weight:bold; }
/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */

a.more {
	padding-right: 8px;
	background: url(/images/read_more.gif) right no-repeat;
}


#menu1 a {display: block;  background-image:url(images/back_button.jpg); color:#500000; text-decoration:none ;font-family:veranda, arial, sans-serif; font-size: 9pt; width:148px; padding-left: 4px; padding-bottom: 1px; padding-top: 1px ;margin: 0px auto; border:solid 1px maroon;}

#menu1 a:visited{ background-image:url(images/back_button.jpg); color:silver; text-decoration:none; font-family:veranda, arial, sans-serif; font-size: 9pt;width:148px; padding-left: 4px; padding-bottom: 1px;   padding-top: 1px;margin: 0px auto; border:solid 1px maroon; }

#menu1 a:active{background-image:url(images/back_button.jpg); color:silver;text-decoration:none; font-family:veranda, arial, sans-serif; font-size: 9pt; width:148px; padding-left: 4px; padding-bottom: 1px; padding-top: 1px;margin: 0px auto; border:solid 1px maroon; }

#menu1 a:hover {background-color:#89a9b8; background-image:url(images/back_button_b.jpg); color: white; text-decoration:none ;font-family:veranda, arial, sans-serif; font-size: 9pt; width:148px; padding-left: 4px; padding-bottom: 1px;  padding-top: 1px;margin: 0px auto; border:solid 1px maroon;

}

div#clink {
    left: 0px; font: 12px arial, helvetica, sans-serif; width: 150px;
}
div#clink a {
    border-right: #046cb5 0px solid; border-left: #046cb5 0px solid; border-top: #fdc300 1px solid; border-bottom: #fdc300 1px solid; padding-right: 3px;
    display: block; padding-left: 3px;
    background: #046cb5;
    padding-bottom: 1px; margin: 0px 0px 0px; color: #ffffff;
    padding-top: 1px; text-align: left; text-decoration: none; font-weight:bold;
}
div#clink a:hover {
    border-right: #c31425 0px solid; border-left: #c31425 0px solid; border-top: #fdc300 1px solid; border-bottom: #fdc300 1px solid; background: #c31425; color: white; font-weight:bold;
}

div#hlink {
    left: 0px; font: 11px arial, helvetica, sans-serif; width: 110px;
}
div#hlink a {
    border-right: #c31425 0px solid; border-left: #c31425 0px solid; border-top: #c31425 0px solid; border-bottom: #c31425 0px solid; padding-right: 3px;
    display: block; padding-left: 3px;
    background: #c31425;
    padding-bottom: 1px; margin: 0px 0px 0px; color: #ffffff;
    padding-top: 1px; text-align: center; text-decoration: none; font-weight:normal;
    }

div#hlink a:hover {
    border-right: #c31425 0px solid; border-left: #c31425 0px solid; border-top: #c31425 0px solid; border-bottom: #c31425 0px solid; background: #046cb5; color: #ffffff; font-weight:normal;
}

.textlink a {
   font-weight: bold;
}

.textlink a:hover {
   text-decoration:underline overline; font-weight:bold;
}

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote {font-family: Veranda,Arial,Helvetica,sans-serif; font-size: 9pt; color:#101010;}

h1 { font-size:20pt; color:#c31425; font-family: Arial, Helvetica, sans-serif; }
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */

h2 { font-size:15pt; color:#c31425; font-family: Arial, Helvetica, sans-serif; }
/* Seitenueberschriften */
/* font-size = Schriftgroesse */
/* 14pt = 14 Punkt, Wert aenderbar */

h3 { font-size:12pt; color:#c31425; font-family: Arial, Helvetica, sans-serif;}
/* Zwischenueberschriften wie 'Beispiel', 'Erlaeuterung' */
/* font-size = Schriftgroesse */
/* 12pt = 12 Punkt, Wert aenderbar */

h4 { font-size:10pt; color:#c31425; font-family: Arial,Helvetica,sans-serif;}
/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */

pre { font-family:Courier New,Courier; font-size:9pt; color:#808080; margin-top:5px; margin-bottom:5px;}
/* Quelltext-Beispiele */
/* font-family = Schriftart */
/* Courier New,Courier = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */
/* color = Farbe */
/* #0000C0 = blau, Wert aenderbar */

tt { font-family:Courier New,Courier; font-size:10pt; color:#0000C0; }
/* Quelltext-Befehle im normalen Fliesstext */
/* font-family = Schriftart */
/* Courier New,Courier = Schriftarten, Wert aenderbar */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */
/* color = Farbe */
/* #0000C0 = blau, Wert aenderbar */

pre.normal { color:#000000; }
/* normale praeformatierte Bereiche, nicht fuer Quelltexte */
/* color = Farbe */
/* #000000 = schwarz, Wert aenderbar */


.noprint {}

@media print
{
        .noprint { display: none; }
}