/************************
* Allgemeine Selektoren *
*************************/
body     { /*      Seiten BODY      */
	background-color : #B30004;
	margin : 0;
	padding : 0;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size : 11px;
	color : #FFF;
}

p, td      { /*      P und TD      */
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size : 11px;
	color : #FFF;
}

a      { 
	color : #FFF;
}

a:hover, a:active      { 
	color : #DDD;
}

.hype 		{ font-size: 30px; font-family: Helvetica, Arial, Verdana, Geneva }
.head 		{ font-size: 17px; font-family: Verdana, Arial, Helvetica, Geneva }
.sub 			{ font-size: 11px; font-family: Verdana, Arial, Helvetica, Geneva }
.copy 		{ font-size: 11px; line-height: 19px; font-family: Verdana, Arial, Helvetica, Geneva }
.small 		{ font-size: 9px; font-family: Arial, Verdana, Helvetica, Geneva }
.wichtig 	{	color: #B40202; font-size: 12px; font-weight: bold; font-family: Verdana, Arial, Helvetica, Geneva}
.fehler 	{	color: #090; font-size: 16px; font-weight: bold; font-family: Verdana, Arial, Helvetica, Geneva}



/************
* Formulare *
*************/
input, select {
	font-weight			: bolder;
	font-size				: 11px;
	color						: #000;
	border						: 1px solid #858585;
	background-color	: #ccc;
}

input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover {
	background-color	: #999;
	border				: 1px solid #858585;
	color				: #fff;
}

textarea {
	font-weight			: normal;
	font-size			: 11px;
	color				: #000;
	border				: 1px solid #858585;
	background-color	: #ccc;
}

.navLinkA	{
	font-size: 16px; font-family: Arial, Verdana, Geneva;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}


.navLinkI	{
	font-size: 12px; font-family: Arial, Verdana, Geneva;
	font-weight: bold;
	color: #757575;
	text-decoration: none;
}


.navLinkI a,.navLinkI a:active,.navLinkI a:hover,.navLinkI a:visited {
	color: #757575;
	text-decoration: none;
}
.ueberschr {
	font-size: 14px;
	font-weight: bolder;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-style: normal;
	line-height: normal;

}
