
/*Farben der Scrollbars
BODY {
   background-image:url(bilder/bg_1.jpg);
   background-repeat:no-repeat;
   background-attachment:fixed;
   padding:0px;
   background-position:center;
   font-family : "Verdana";
}
*/

table, h1, h2, h3, p, marquee
{
   font-family : "Verdana";
}

/*Seitenüberschrift*/
.seitenUeberschrift {
	font-family : "Verdana";
	font-weight : normal;
	font-size: 20px;
	color : blâck;
	/*#32B1CD*/
	text-decoration : none;
}

/*der Text im Hauptbereich*/
.normalTextBold  {
	font-Family:  "Verdana";
	font-Weight: bold; 
	font-Size:16px;
	color: black;
	text-decoration:none; 
}

/*der Text im Hauptbereich*/
.normalText  {
	font-Family:  "Verdana";
	font-Weight: normal; 
	font-Size:16px;
	color: black;
	text-decoration:none; 
}

/*Unterüberschrift*/
.unterUeberschrift {
	font-family : "Verdana";
	font-weight: normal;
	font-size: 20px;
	color: black;
	text-decoration: none;
}

/*der Text im Hauptbereich*/
.normalTextPink  {
	font-Family:  "Verdana";
	font-Weight: normal; 
	font-Size:16px;
	color: #FF00FF;
	text-decoration:none; 
}

/*Unterüberschrift*/
.unterUeberschriftPink {
	font-family : "Verdana";
	font-weight: normal;
	font-size: 20px;
	color: #FF00FF;
	text-decoration: none;
}

/*der Text im Hauptbereich*/
.normalTextBlue  {
	font-Family:  "Verdana";
	font-Weight: normal; 
	font-Size:16px;
	color: blue;
	text-decoration:none; 
}

/*Unterüberschrift*/
.unterUeberschriftBlue {
	font-family : "Verdana";
	font-weight: normal;
	font-size: 20px;
	color: blue;
	text-decoration: none;
}

/*Unterüberschrift*/
.unterUeberschriftTurkis {
	font-family : "Verdana";
	font-weight: normal;
	font-size: 20px;
	color: #00E3FF;
	text-decoration: none;
}

/*Navigation*/
.navigation  {
	font-Family:  "Verdana";
	font-Weight: normal; 
	font-Size:18px;
	color: black;
	text-decoration:none; 
}

/*Anmerkungen als Fußnote*/
.fussnote  {
	font-Family:  "Comic Sans MS";
	font-Weight: light; 
	font-Size:10px;
	color: yellow;
	text-decoration:none; 
}

