/* Allgemeine Seitenstyles */

TD { font-family: Verdana,Arial,Helvetica,sans-serif;FONT-SIZE: 11px; color: #000000; }
A {	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; FONT-SIZE: 11px; COLOR: #1E6D34}
A:active {	COLOR: #000000}
A:visited {	COLOR: #1E6D34}
A:hover {	COLOR: black}
p { margin:10px 0 10px 0;}

/* Textstyles */
.headline {FONT-SIZE: 14px; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; font-weight: bold; color: #1E6D34; }
.subhead {FONT-SIZE: 11px; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; font-weight: bold; }
.subheadGruen {FONT-SIZE: 11px; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; font-weight: bold; color: #1E6D34; }
.txt {FONT-SIZE: 11px; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; color: #000000; }
.txt10px {FONT-SIZE: 10px; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; color: #000000; }
.rechtstext {FONT-SIZE: 10px; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; color: #969589; }
.reiterDeactivated {FONT-SIZE: 11px; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; color: #969589; }


/* Farbwelt */
.background { background-color: #faf8e4}
.beige{	 background-color : #F5EED4}
.dunkelgruen { background-color: #1E6D34;}
.hellgruen { background-color: #85B08F;}
.hellgruen2 { background-color: #B9D6BD;}
.hellgruen3 { background-color: #DBECDC;}
.grau0 { background-color: #767A75; }
.grau1 { background-color: #969589; }
.grau2 { background-color: #DEDED6; }
.orange0 { background-color: #FFCC99; }
.orange1 { background-color: #FEF5E4; }
.todo { background-color: #FFC0CB; 	}
/* Textfarben */
.rot {color: #9A1021; }

/* Formular Styles */

.galerie {
	width: 1px;
	border: #999999;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-top-width: 1px;
	background-color: #E7E7E7;
	float : right;
}

table.infobox{
	border: #999999;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-style: solid;
}

input, textarea, select {
	border: #999999;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-top-width: 1px;
	color: #333333;
	font: 100% Arial, Verdana; font-size: 12px; 
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #f7f7f7;
}

.noBorder{
	margin-bottom: 0px;
	margin-top: 0px;
}

.inputOnFocus {
	border: black;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-top-width: 1px;
	color: #333333;
	font: 100% Arial, Verdana; font-size: 12px; 
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #ffffff;
}

.inputOnBlur {
	border: #999999;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-top-width: 1px;
	color: #333333;
	font: 100% Arial, Verdana; font-size: 12px; 
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #f7f7f7;
}
