#buehne_formular 
	{ 
	background-color: #9cb9dc; 
	background-image: url(../design/background_buehne.gif); 
	height: 57px; 
	width: 778px; 
	left: 1px; 
	top: 781px; 
	position: absolute; 
	visibility: visible; 
	}
	
#designer_formular 
	{ 
	height: 20px; 
	width: 425px; 
	left: 20px; 
	top: 890px; 
	position: absolute; 
	visibility: visible;
	color: #b1b1b1; 
	font-family: Arial; 
	font-size: 10px; 
	}

#designer_formular a:link 
	{ 
	color: #b1b1b1;
	}
	
#designer_formular a:hover 
	{
	color: #9cb9dc;
	}
	
#page_formular 
	{ 
	height: 888px; 
	width: 780px; 
	left: 230px; 
	top: 0; 
	position: absolute;
	visibility: visible;
	border: 1px solid #ccc;
	}
	
#fuss_formular 
	{ 
	background-color: #e1e1e1;
	height: 48px; 
	width: 778px; 
	left: 1px; 
	top: 839px; 
	position: absolute; 
	visibility: visible; 
	}
	
#navcontainer_formular 
	{ 
	background-color: #d6dde5; 
	background-image: url(../design/background_sec_nav2.gif); 
	background-repeat: repeat; 
	height: 615px; 
	width: 273px; 
	left: 1px; 
	top: 165px; 
	position: absolute; 
	visibility: visible; 
	}
	
#rahmen_formular 
	{ 
	height: 613px; 
	width: 502px; 
	left: 275px; 
	top: 165px; 
	position: absolute;
	visibility: visible; 
	border: 1px solid #ccc;
	}

.hinweis1
	{
	width: 460px;
	top:50px;
	font-family: arial;
	font-size: 12px;
	color: #ccc; 
	text-decoration: none;
	visibility: visible;
	padding: 0em 0em .4em 1.4em;
	}
	
form             /*der text vor eingabe feld*/
	{ 
	width: 456px; 
	font-family: arial;
	font-size: 12px;
	color: #537ca3; 
	text-decoration: none; 
	line-height: 100%; 
	margin: 1em;
	left: 10px;
	}

fieldset 
	{
	color: #006699; 
	border: solid 1px #ccc; 
	background-color: #fff; 
	padding: 10px;
	}

input, textarea 
	{
	 display: block; 
	 float: left; 
	 width: 258px; 
	 border: 1px solid #ccc; 
	 background-color: #fff; 
	 margin: 5px; 
	 padding: 2px;
	 }

select 
	{
	width: 263px;
	margin: 5px; 
	background-color: #fff; 
	}

#nummer
	{
	 width: 3em;
	 }

#plz 
	{
	width:  3em;
	}

br 
	{ 
	clear: left;
	}

label 
	{
	width: 100px; 
	margin: 5px; 
	float: left; 
	text-align: right; 
	font-weight: normal; 
	color: #949494; 
	font-family: arial;
	font-size: 12px;
	color: #537ca3; 
	text-decoration: none;
	}

p 
	{
	clear: left; 
	float: left; 
	width: 100%;
	}
	
hr
	{
	 visibility: hidden; 
	 clear: both;
	 }

input
	{
	background-color: #fff;
	}

#submit
	{ /* der submit-Button */
	color:#000000; 
	background-color: #b6b6b6;
	position:absolute;
	/*top:560px;*/
	left:120px;
	height:22px;
	width:130px;
	}
	
#reset
	{/* der reset Button*/
	color:#000000;
	background-color: #b6b6b6;
	position:absolute;
	/*top:560px;*/
	right:106px;
	height:22px;
	width:130px;
	}

/* diese Klasse muss mit PHP zugewiesen werden*/
#input.fehler 
	{
	 border: 1px solid #f00; 
	 font-weight: bold; 
	 background: #ccc;
	 }
	 
/************ I-FRAME-FORMULAR ************/
#iframe_2 
	{
	scrollbar-arrow-color: #e1e1e1; 
	scrollbar-face-color: #e1e1e1; 
	scrollbar-highlight-color: #e1e1e1; 
	scrollbar-3dlight-color: #e1e1e1; 
	scrollbar-shadow-color: #e1e1e1; 
	scrollbar-darkshadow-color: #e1e1e1; 
	scrollbar-track-color: #e1e1e1; 
	text-align: justify;
	height: 328px; 
	width: 486px;
	background: #fff;
	left: 167px; 
	top: 215px;
	color: #898a8c; 
	font-family: arial, sans-serif; font-size: 12px;
	border-right: 1px solid #ccc;
	}
	
.abstand_iframe
	{
	padding: 0px 10px 0px 15px;
	} 

.scrollbereich 
	{
	overflow:  auto;
	width: 486px;
	height: 326px;
	color: #898a8c; 
	font-family: arial, sans-serif; font-size: 12px;
	word-spacing: .1em;
	border: 1px solid white;
	} 

.scrollbarabstand
	{
	padding-right: 20px;
	}




