/* DATEI: basis.css */

body {
	margin-top:10px;
	margin-left:15px;
	font-family:Arial,Helvetica,sans-serif; font-size:10pt; color:#3a3a3a;
	
		scrollbar-face-color: #C8D1D7; scrollbar-highlight-color: #EAF0F7;
		scrollbar-shadow-color: #95AFC4; scrollbar-3dlight-color: #D6DDE2;
		scrollbar-arrow-color:  #006699; scrollbar-track-color: #EFEFEF;
		scrollbar-darkshadow-color: #7294AF;
	
}

body.vor   {
	margin-top:0px;
	margin-left:0px;
	background : #ffffff;
}

body.neu   {
	margin-top:15px;
	margin-left:15px;
	background : #ffffff;
}

table
{

    font-family:Arial,Helvetica,sans-serif; font-size:10pt; color:#3a3a3a; 
}

.dup
{
	    font-family:Arial,Helvetica,sans-serif; font-size:10pt; color:#3a3a3a; 
}

.frame
{
	background : #000099;
    font-family:Arial,Helvetica,sans-serif; font-size:10pt; color:#3a3a3a; 
}


.edit
 {
	font-weight : normal;
	font-family : verdana,helvetica,sans-serif;
	font-size : 10pt;
	color : #000000;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	border-bottom-width : 1px;
	border-color : #003366;
	border-style : solid;
	background-color : #ffffff;
}


.edit1
 {
	font-weight : normal;
	font-family : verdana,helvetica,sans-serif;
	font-size : 10pt;
	color : #333399;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	border-bottom-width : 1px;
	border-color : #990000;
	border-style : solid;
	background-color : #ffffff;
}







/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:#3a3a3a; }
	 
td.copy  { font-family:Arial,Helvetica,sans-serif; font-size:10pt; color:#3a3a3a;}
p.copy 	 { font-family:Arial,Helvetica,sans-serif; font-size:10pt; color:#3a3a3a;}
td.reda  { font-family:Arial,Helvetica,sans-serif; font-size:8pt; color:#ffffff;}

p.klein     { font-family:verdana,Arial,Helvetica,sans-serif; font-size:8pt; color:#3a3a3a; }
/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

div.nav  { font-family:Arial,Helvetica,sans-serif; font-size:8pt; color:#000000;}





/* font-size = Schriftgroesse */
/* 110pt = 18 Punkt, Wert aenderbar */

h1 { font-size:16pt; 
	 color: #000000;  	 
	 
}

/* Seitenueberschriften */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */

h2  { font-size:16pt; }

/* Abschnittsueberschriften innerhalb einer Seite */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */

h3  { font-size:16px; color:#003366}

/* Zwischenueberschriften wie 'Beispiel', 'Erlaeuterung' */
/* font-size = Schriftgroesse */
/* 11pt = 11 Punkt, Wert aenderbar */


h4  { font-size:10pt; }

h4.reda  { font-size:12pt; color:#ffff99; }

/* Zwischenueberschriften an manchen Stellen */
/* font-size = Schriftgroesse */
/* 10pt = 10 Punkt, Wert aenderbar */


p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt;}

/* normaler Text */
/* font-size = Schriftgroesse */
/* 12pt = 11 Punkt, Wert aenderbar */


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:#3300cc; text-decoration:underline; }
a:visited { color:#000066; text-decoration:underline; }
a:active { color:#cc3300; text-decoration:none; }
a:hover  { color : #cc3300; background-color:#efefef; }

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; background-color:#292929;}

/* 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 { font-size:8pt; font-family:Arial,sans-serif; }


