@charset "UTF-8";
.Menue {
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	color: #E8E8E8;
}
.Haupttext {
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	color: #E8E8E8;
}
a:link {
	font-family: Arial;
	font-size: 12pt;
	color: #E8E8E8;
	text-decoration: none;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
a:visited {
	font-family: Arial;
	font-size: 12pt;
	color: #E8E8E8;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 12pt;
	color: #4E4E4E;
}
.Menuekleiner {
	font-family: Arial;
	font-size: 11pt;
	font-style: normal;
	color: #E8E8E8;
}
.schwarz {
	color: #000000;
}
.Haupttext_fett {
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	color: #E8E8E8;
	font-weight: bold;
}
.Haupttext_kleiner {
	font-family: Arial;
	font-size: 10pt;
	color: #E8E8E8;
}
#myform fieldset, #myform input, #myform select {border: 1px solid #4e4e4e;}
#myform textarea {width: 85%; height: 25%; border: 1px solid #242a37;}
#myform fieldset, #myform label, #myform input, #myform select {display: block;}

#myform fieldset {
	width: 80%;
	margin: 2em 0em 2em 2em;
	padding: 1em;
	background: url(Grafik/Wolkenhintergrund.jpg);
}
#myform fieldset legend {font-family: Arial, serif; font-style: normal; font-size: 1.0em; color: #E8E8E8;}
#myform fieldset fieldset {width: 79%; margin: 0em 0em 1em 0em; padding-bottom: 0em; background: url(Grafik/Wolkenhintergrund.jpg);}
#myform fieldset fieldset legend {font-weight: normal;}

#myform label {
	margin-bottom: 0,5em;
	font-weight: normal;
	text-indent: 0.6em;
}
#myform fieldset.radio label {font-family: Arial, serif; font-style: normal; font-size: 1.0em; color: #E8E8E8}
#myform fieldset.anrede label {float: left; width: 8em;}

#myform input {
	width: 85%;
	padding: 0.2em 0.6em 0.3em 0.6em;
	display: block;
}
#myform textarea {
	width: 85%;
	height: 190px;
	padding: 0.2em 0.6em 0.3em 0.6em;
	display: block;
	}
#myform fieldset.radio input {
	clear: none;
	float: left;
	width: auto;
	margin: 0.4em 0.4em 0em 0em;
}
#myform input#submit {width: 65%; margin: 2em 0em 2em 5em; border: 1px solid #242a37; border-color: #CCCCCC #CCCCCC #999999 #999999;}
#myform input#submit:hover {background: #4e4e4e; color: #FFFFFF; font-weight: normal;}

