/* Schrift, Farben der Schrift im Body und Farbe des Scrollbalkens */
body {
	background-color: #000054;
	font-size: 12px;
	text-align: center;
	color: #FFF;
}

/* Farbe der Navigationsbalken (violett) */
.navimg {
	background-image: url(../images/bg_nav/11.jpg);
	background-repeat: repeat;
}


/* Schrift, Farben der Links in den blauen Feldern */	
Active  {
	color : #ffffff;
	text-decoration : none;
	font-style : normal;
	font-weight : normal;
	font-family : Verdana;
	font-size: 13;
}


/* Schrift, Farben der aktiven Links der Navigation */
a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}

/* Schrift, Farben saemtlicher aktiver Links bei Mausberuehrung */
a:Hover  {
	color : #ff9900;
	text-decoration : no;
	font-style : normal;
	font-weight : normal;
	font-size: 13;
	font-family : Verdana;
}

/* Schrift, Groesse und Farben der Titel */
.h1 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


.Stil1 {
	font-weight : normal;
	font-size: 12;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFFFFF;
	}


/* Angaben fuer fette Schrift */
.txtbold {
	text-decoration : none;
	font-style : normal;
	font-weight : normal;
	font-size: 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
}


/* Copyright Anmerkung */
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
}
