@import url("team.css");
body {
	background-color:#FFFFFF;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	color: #CCCCCC;

}

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */


p,b1,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Verdana,Tahoma,Arial,Helevetica,sans-serif; }

/* font-family = Schriftart fuer Textelemente */


.ban {
	font-size:12pt;
	color:#FFFFFF;
	font-weight: bold;
	background-image: url(bggrau.jpg);
	background-repeat: no-repeat;

}
.banr {
	font-size:14pt;
	color:#FFFFFF;
	font-weight: bolder;
	background-image: url(referenzbg.jpg);
	font-family: Arial, Helvetica, sans-serif;

}
.bang { font-size:18pt; color:#000000; font-weight: bold; background-color:#FFFF00; }
.bano { font-size:18pt; color:#000000; font-weight: bold; background-color:#FF8000; }
.ban3 { font-size:18pt; color:#000000; font-weight: bold; background-color:#EEEEEE; }
.banl { font-size:18pt; color:#FFFFFF; font-weight: bold; background-color:#0033CC; }

/* Bannerschrift */


h1 { font-size:12pt; color:#6A93CA; }
h2 {
	font-size:10pt;
	color: #666666;
}

/* Seitenueberschriften */


h2.sh2 { font-size:16pt; }

/* Abschnittsueberschriften innerhalb einer Seite */


h3 {
	font-size:10pt;
	color: #1F578F;
	font-weight: bold;

}

/* Zwischenueberschriften */


h4 { font-size:10pt; color:#0000BF; }

/* Zwischenueberschriften  */


h5 {
	font-size:12px;
	color:#1F578F;
	font-weight: bold;
}

/* Zwischenueberschriften  */


p,ul,ol,li,div,td,th,nobr,b,i {
	font-size:12px;
	color: #003163;
	font-family: verdana, geneva, arial, helvetica, "lucida sans", sans-serif;

}
address { font-size:8pt; }

/* normaler Text */


pre { font-family:Courier New,Courier; font-size:10pt; color:#000000; }

/* Listings */

ul.eckig { ul list-style:square; color:#003163; }

/* rechteckiges Bulletzeichen */


hr { color:#0000BF; }

/* Farbe für Horizontallinie */


.box { fontsize:8pt }


.tab { background-color:#0000BF; font-color:#FFFFFF; }

/* Tabelleninhalte */


.tabxt { bordercolor:#FFFFFF; bordercolorlight:#FFFFFF; bordercolordark:#FFFFFF; }

/* Tabelleninhalte mit Erklaerungen */


.doc { background-color:#EEEEEE; }

/* Layout-Elemente mit hellgrauem Hintergrund */


pre.normal { color:#000000; }



a:link { color:#1F578F; text-decoration:underline; }
a:visited { color:#006699; text-decoration:underline; }
a:active { color:#FFFF00; text-decoration:none; }
a:bb:hover { color:#FF0000; text-decoration:underline; }

/* Links */


a.an { text-decoration:none; }

