/* Standard Schrifdarstellung */

.S_Standard {
	font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
	font-size: 11pt;
	color: #000000;
	text-decoration: none;
}




.S_Headline {
	font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
	font-size: 13pt;
	color: #FF0000;
	text-decoration: none;
}






/* Überschriften Darstellung */
.S_Ueberschrift {
	font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
	font-size: 18pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

/* Redakteur Schrifdarstellung */
.S_Redakteur {
	font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
	font-size: 8pt;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

/* Copyright, Fusstext oder sonstige kleine Schrifdarstellung */
.S_Fusstext {
	font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
	font-size: 8pt;
	color: #595B63;
	text-decoration: none;
}




/* Formularfelder */

textarea_XXX {
	font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
	color: #000000;
	background: url(../Grafiken/Textfelder_Hintergrund.gif) no-repeat;
	border: solid 1px #e6e6e6;
	padding: 5px 3px 3px 7px;
}



input.Textfelder_XXXX {
	font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
	color: #000000;
	padding: 5px 3px 3px 7px;
	background: url(../Grafiken/Textfelder_Hintergrund.gif) no-repeat;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #e6e6e6;
	height:25px;
}


input.Buttons {
	font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
	font-size: 11pt;
	color: #FFFFFF;
	text-decoration: none;
	border:0px solid #FFFFFF;
	background-image: url(../Grafiken/Button-Normal.png);
	width:150px;
	height:26px;
	background-repeat: no-repeat;
	font-weight: bold;
	background-color: transparent;
}

input.Buttons-Hover {
	font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
	font-size: 11pt;
	color: #FFFFFF;
	text-decoration: none;
	border:0px solid #FFFFFF;
	background-image: url(../Grafiken/Button-Hover.png);
	width:150px;
	height:26px;
	background-repeat: no-repeat;
	font-weight: bold;
	background-color: transparent;
}


/* Linie Orange */
.Linie_Orange {
	color: #FF9900;
	border: 0px; 			/* Für Firefox und Opera */
 	border-top: solid 1px #FF9900;
	border-bottom: #FFFFFF;
}

/* Linie Standard */
.Linie_Standard {
	color: #999999;
	border: 0px; 			/* Für Firefox und Opera */
 	border-top: solid 1px #999999;
	border-bottom-color: #FFFFFF;
}
