/* DATEI: basis.css */

body {
	margin-top:0px;
	margin-left:0px;
	background : #efefef;
	left : 0px;
	top : 0px;
}

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */


p, ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Arial,Helvetica,sans-serif; font-size:9pt; color:#000000; }
	 
td.copy  { font-family:Arial,Helvetica,sans-serif; font-size:9pt; color:#000000;}
p.copy 	 { font-family:Arial,Helvetica,sans-serif; font-size:9pt; color:#000000;}
p.nav 	 { font-family:Arial,Helvetica,sans-serif; font-size:8pt; color:#000000;}
td.reda  { font-family:Arial,Helvetica,sans-serif; font-size:8pt; color:#ffffff;}


/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

h1 { font-family:Arial,Helvetica,sans-serif; font-size:18pt; }

/* font-size = Schriftgroesse */
/* 110pt = 18 Punkt, Wert aenderbar */


h2  { font-family:Arial,Helvetica,sans-serif; font-size:16pt; color:#E45356;}

/* Abschnittsueberschriften innerhalb einer Seite */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */

h3  { font-family:Arial,Helvetica,sans-serif;  font-size:14pt; color:#E45356;}

/* Zwischenueberschriften wie 'Beispiel', 'Erlaeuterung' */
/* font-size = Schriftgroesse */
/* 11pt = 11 Punkt, Wert aenderbar */


h4  { font-family:Arial,Helvetica,sans-serif; font-size:12pt; color:#E45356; }

h4.reda  { font-size:12pt; color:#ffff99; }

/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */



.redbox  {
	font-size : 10pt;
	font-family : arial,helvetica,sans-serif;
	border-left-width : medium;
	border-color : E45356;
	border-style : solid;
	border-right-width : 0px;
	border-top-width : 0px;
	border-bottom-width : 0px;
	margin-left : 5px;
	width : 415px;
	padding-left : 6px;
}


nav { font-family:Arial,Helvetica; font-size:8pt; }
td.nav { font-family:Arial,Helvetica; font-size:8pt;}
p.nav { font-family:Arial,Helvetica; font-size:8pt;}


pre { font-family:courier new, courier; font-size:9pt; color:#0000C0; }

/* 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 */


a:link { color:#cc0000; text-decoration:none; }
a:visited { color:#000066; text-decoration:none; }
a:active { color:#0066ff; text-decoration:none; }
a:hover  { color :#cc0000; text-decoration:underline; }

a.reda:link { color:#ffffff; text-decoration:underline; }
a.reda:visited { color:#6699cc; text-decoration:none; }
a.reda:active { color:#0099cc; text-decoration:none; }
a.reda:hover  { color : #ffffcc; text-decoration:underline; }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */

.qbar { background-color:#cecece; font-size:8pt; font-family:Arial,sans-serif; }

#whiteText   {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF ; font-weight: bold}

input {
	font-size: 10px;
	font-family: Verdana, Geneva, Helvetica, Arial;
}

select {
	font-size: 10px;
	font-family: Verdana, Geneva, Helvetica, Arial;
}



