/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.TextObject {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: medium;
 	color: rgb(0,0,128);
 	font-weight: normal;
 	font-style: normal
}

.schmachNET {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: medium;
 	color: rgb(0,0,128);
 	font-weight: bold;
 	text-decoration: underline
}

.TextNavBar {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: small;
 	color: rgb(0,0,128);
 	font-weight: bold;
 	text-decoration: none ;
 	background-color: rgb(255,255,0);
 	border: 1px solid rgb(255,0,0)
}

.form {
	background-color: rgb(255,255,204)
}
