/* Die Schaefer */

/* ### Formular ############## */
form {
background-color: #eee;
margin-top:2em;
border:1px solid #666;
position:relative;
}

form legend, 
form label, 
form label.fmtextlblwide {
color: #000;
}
input{
width:200px;
border:0;
}
input[type=text]:focus, 
textarea:focus {
background: #fff;
color: #333;
}
input[type=submit]{
	margin: 0 10px 0 28%; 
	padding: 5px;
	clear: left;  
	width:auto;
	border: 1px solid #43631D;
	}
input[type=reset]{
	padding: 5px;
	width:auto;
	border: 1px solid #000;
	background-color: #990000;
	color:#fff;
	}	

input[type=submit]:focus,
input[type=reset]:focus {
	background: #fff;
	color: #333;
	outline:none;
}

form .fmcheck p, 
form .fmradio p,
form textarea, 
form .fmfullblock, 
form .fmhalfblock, 
form .fmselect, 
form input.fmtext,
form input.fmverify,
form textarea.fmtextwide,
form .submit {
	color: #404040;
}
form .required,
 #errors {
	color: #cd0000;
}

form legend, 
form label, 
form label.fmtextlblwide {
	font-size: 90%;
	font-weight: bold;
}
.errors {
	font-weight: bold;
}
textarea {
border:none; 
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.2em;
}

/* STRUCTURE CSS */
form {
	text-align: left;
	padding: 15px;
	width: 480px; 
}

form fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
	border:0;
}

form legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;	 
	font-size: 1.5em;
	color: #333;
	font-weight:bold;
	padding:3px;
}

form label {
	display: block; 
	float: left; 
	width: 30%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	xclear: left;  
}

form label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
}

form textarea {
	float: left; 
	position: relative;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
}

form select.fmselect {
	float: left; 
	display: block;
	width: 65%; 
	margin-bottom: 15px;  
	padding: 3px; 
}

form .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

form .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

form .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

form .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
}

form input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
}

form img {
	margin: 1px 0 0 10px; 
   float: left;
	border:0;
}

form input.fmfile,
form input.fmtext {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
}

form textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

form .submit {
	margin-top: 15px;
	margin-right: 6em;
	text-align: right;
	clear:both;
	width: 95%;
}


.errorlist {
	display: block;
	/*width: 65%;*/
	margin-bottom: 15px;  
	padding: 3px;
	color:red;
}

.errorlist p {display: block; color:red; font-weight:bold;}
.errorlist h3 {
	margin-left:2em;
}

fieldset{
border:0;
background:transparent;
}

 input[type=text] {
	border: 1px solid #ACD9FF;
	padding:3px;
	width:122px;
	background:#E1F1FF;
}
input[type=submit] {
	border: 1px solid #1A3C68;
	padding:3px;
	background:#ACD9FF;
	margin-bottom:2px;
	font-weight:bold;
	padding:3px;
	width:129px;
}
input[type=text]:focus {
	background: #fff;
	color: #333;
}

/* PEP */
#pep form {
	position:relative;
	float:none;}

fieldset#pep {
width: 400px;
padding:1em;
padding-top:0;
margin-left:0em;
border:2px solid #fff;
}
#pep legend {
font-size: 2em;
color: #333;
font-weight:bold;
background-color:transparent ;
}

#pep label input#pep_subj {
  font-size: 110%;
}

#pep input#pep_subj {
  background-color: #fff;
  width:400px;
  padding: 1px;
} 

#pep input.button {
 cursor: pointer;
 border:solid 1px #fff;
 margin-top:5em;
 margin-left:0;
 float:none;
 padding-left:0;
}

#pep input#pep_subj:hover, 
#pep input#pep_subj:focus {
  background-color: #fafafa;
} 

#pep p { padding: 5px 0; }

#pep p.nrm, #pep .suc, #pep p strong { color: #000; }
#pep p.nrm strong, #pep p.suc strong { color: #000; }
#pep label span { font-weight: bold; }
#pep span.err, #pep p.err strong { color: #cd0000; }

#pep p a { color: #000; }
#pep p a:hover, 
#pep p a:focus, 
#pep p a:active {
  color: #000;
  text-decoration: none;
}
#pep p a:focus, 
#pep p a:active {
  background-color: #ffffdd;
}

/* Suchfeld in der vertikalen Navigation */
#vnav form {
border:0;
background:transparent;
width:100px;
}
#vnav form legend {
font-size:0.8em;
font-family:Verdana, Arial, Helvetica, sans-serif;
}