
h1.pages {
	font-size: 17px;
	margin: 20px 0px 0px 100px;
}
#rahmen {
	position: absolute; 
	height: 410px;
	width: 450px; 
	top: 55px;
	left: 90px;
	visibility: visible;
	margin: 0px;
	padding: 0px;
	background-color: #F9F9F9;
	border: 2px solid #cdcdcd;
 }
#formular {
	height: 400px;
	width: 310px;
	left: 70px;
	top: 20px;
	position: absolute;
	visibility: visible;
	margin: 0px;
	padding: 0px;
	/*background-color: #cfcfdb; */
}


	/****** Formatierung Zeilen Input START ******/				 
div.formzeile {
	/*background-color: #cdcdc8; */
	width: 310px;
	clear: both;
	height: 25px;	
	margin: 0px 0px 0px 0px;
}
p.dataleft {
	/*background-color: silver; */
	float: left;
	width: 120px;
	height: 20px;
	margin: 3px 0px 0px 0px;
}
div.dataright {
	/*background-color: #cdcdf8; */
	float: left;
	width: 190px;
	height: 25px;
}
	/****** Formatierung Zeilen Input ENDE ******/	

	/****** Formatierung Textarea START ******/	
p.nachricht {
	/*background-color: silver; */
	width: 130px;
	height: 20px;
	margin: 3px 0px 0px 0px;
}
div.nachricht {
	/*background-color: #cdcdf8; */
	width: 310px;
	height: 100px;
	margin: 0px 0px 0px 0px;
}
	/****** Formatierung Textarea ENDE ******/	
			 
	/****** Formatierung Buttons START ******/	
div.buttons {
	/*background-color: #cdcdf8; */
	width: 310px;
	height: 50px;
	text-align: center;
	margin: 14px 0px 0px 0px;
}
	/****** Formatierung Buttons ENDE ******/	
			 
	/****** Formularelemente START ******/	

span {
	vertical-align: top;		/** Asterix **/
}

input {
	width: 176px;
	border: 1px solid #8F3D2b;
	color: #8F3D2b;
	background-color: #FFFEFC;
	margin-right: 3px;
}
input.plz {
	width: 60px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	border: 1px solid #8F3D2b;
	color: #8F3D2b;
	background-color: #FFFEFC;
	width: 300px;
	height: 90px;
	margin: 2px 3px 0px 0px;
}
input.button {
	height: 21px;
	width: 80px;
	font-size: 13px;
	border: 2px solid #E77800;
	background-color: #00625D;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	margin: 0px 15px 0px 15px;
}
	/****** Formularelemente ENDE ******/	

p.pflicht {
	font-size: 11px;
	text-align: center;
	margin: 3px 0px 1px 0px;
}


	/****** Error Redirect START ******/	
div.redirect {
	font-size: 15px;
	font-weight: bold;
	position: absolute; 
	height: 200px;
	width: 450px; 
	top: 150px;
	left: 150px;
	visibility: visible;
}
	/****** Error Redirect ENDE ******/

a.redirect:link, a.redirect:visited, a.redirect:active {
	color: #8F3D2b;
	text-decoration: none;
	border-bottom: 1px dotted #8F3D2b;
	padding-right: 4px;
	padding-left: 4px;
	 } 
a.redirect:hover { 
	color: #FFFFFF;
	background-color: #CD5618;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}

