.bs_forms {
  width: 893px;
  height: 500px;
}

#formular {
	font-size: 0.8em;
	font-family: verdana, sans-serif;
	z-index: 1;
	background: #FFF;
}

#formular .formheader{
background: transparent url(images/formlayer_top.gif) top left no-repeat;
	padding-top: 6px;
	height: 10px;
}

/* progress bar */

#progressbar {

}

#progressbar ul{
	margin-top: 1px;
	padding-left: 15px;
	background: transparent url(images/form_el_back_start.gif) 0px -1px no-repeat;
}

#progressbar ul li {
	float: left;
	padding-left: 59px;
	height:24px;
	background: url(images/form_el_back_inactive.gif) 0px -1px no-repeat;
}

#progressbar ul li a{
	float: left;
	margin-top: 0px;
	padding-right: 0px;
	height: 22px;
	line-height: 22px;
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	background: #717173;
}

#progressbar ul li.last a{
	background: #717173 url(images/form_el_back_last_inactive.gif) right -1px no-repeat;
	padding-right: 60px;
	}
	
#progressbar ul li.active{
		background: url(images/form_el_back_active.gif) 0px -1px no-repeat;
		}
		
#progressbar ul li.active a{
		background: #9CC224;
		margin-top: 0px;
		height: 22px;
		line-height: 22px;
		}
		
#progressbar ul li.follower{
		background: url(images/form_el_back_active_follower.gif) 0px -1px no-repeat;
	}
	
#progressbar ul li.last_active a{
	background: #9CC224 url(images/form_el_back_last_active.gif) right -1px no-repeat;
	padding-right: 60px;
	margin-top: 0px;
	height: 22px;
	line-height: 22px;
	}

/* fuer Suche */

#content .formelement {
	position: relative;
	margin-bottom: 10px;
	min-height: 20px;
	line-height: 1;
}

.formelement label{

}

.formelement fieldset {

}

.formelement fieldset legend{
font-weight: bold;
line-height: 1;
margin-bottom: 5px;
}

.formelement input {
	margin-right: 5px;
	margin-top: 5px;
	font-size: 12px;
	line-height: 15px;
	overflow: hidden;
}

/* Formulare */

form.contact label {
	display: block;
	width: 200px;
	float: left;
}


input.submit_button {
	background: transparent;
	color: #000;
	width: 52px;
	height: 19px;
	text-align: center;
	border: none;
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
input, textarea, select{

}

textarea{

}

.boxes{
}

#submitbutton{
margin-top: 5px;
width: 90px;
clear: left;
}

.formentry{

}

.formsubmit {
clear: left;
padding-left: 150px;
padding-top: 10px;
}

/* Pi-Consult Input */

#formular .form {
	height: 350px;
	overflow: auto;
	position: relative;
}

div.form {
	margin: 0px 0px 15px 30px;
	font-size: 11px;
}

div.form .form_row {
	margin-bottom: 15px;
}

div.form .checkbox {
	margin-bottom: 0px !important; 
}

div.form label {
	display: block;
	font-size: 11px;
	color: #87888A;
	margin-bottom: 3px;
}

div.form .contact {
	display: block;
	font-size: 11px;
	color: #87888A;
	margin-bottom: 3px;
}

div.form h2{
margin: 0px;
font-size: 13px;
font-weight: bold;
margin-bottom: 10px;
margin-top: 0px;
color: #9DC22F;
line-height: 1.2;
}

.form h1{
font-size: 1.7em;
font-weight: normal;
margin: 20px 0px 10px 30px;
padding: 0px;
color: #9DC22F;
line-height: 1;
white-space: nowrap;
}

.form select {
	margin: 0 0px 0 20px;
}

.form .zusatz select {
	margin: 0 0px 0 24px;
	}

input, textarea {
	background: transparent url(images/form_all.gif) top left no-repeat;
	border: 1px solid;
	border-top: none;
	border-left: none;
	border-bottom-color:#afafaf; border-right-color:#afafaf;
	overflow: hidden;
}

.form input.small {
	width: 40px;
	margin: 0 !important;
	padding: 0 !important;
	display: inline;
}

.form input.small2 {
	width: 344px;
	margin: 0 !important;
	padding: 0 !important;
	display: inline;
	overflow: hidden;
}

input.checkbox {
	border: 0px;
	background: transparent;
	}

input.search_submit {
 border: none;
 background: transparent;
}

.form_buttons {
	margin-left: 30px;
	height: 50px;
	display: inline;
}

.form_buttons input, a.submit {
	font-size: 11px;
	font-weight: bold;
	color: #008A9A;
	border: none;
	background: transparent url(images/form_slash.gif) top right no-repeat;
	padding: 0px 20px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
}

.form_buttons input.last, a.last {
	background: transparent;
	}
	
/* Special buttons */
label.offer {
	margin-top: 30px;
	color: #008A9A;
	display: block;
}

a#add_material, a#TB_closeWindowButton {
	font-size: 11px;
	font-weight: bold;
	color: #008A9A;
	background: transparent;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	text-transform: uppercase;
	line-height: 20px;
	text-decoration: none;
	margin-bottom: 20px;
	display: block;
}

a#TB_closeWindowButton {
	background: url(images/schliessen_icon.png) top left no-repeat;
	/* background: transparent; */
	position: absolute;
	right: 10px;
	top: 15px;
	padding: 2px 0px 2px 0px;
	width: 21px;
	height: 20px;
}

/* Overview */
.overviewbox {
	width: 834px;
	background: url(images/overviewbox_back.gif) repeat-y;
	margin-bottom: 30px;
}

div.form .overviewbox h2{
	background: url(images/overviewbox_top.gif) top left no-repeat;
	height: 4px;
	width: 100%;
	color: #333;
	margin: 0;
	padding: 10px 0px 10px 10px;
	}
	
.overviewbox div.edit{
	clear: left;
	width: 834px;
	background: url(images/overviewbox_bottom.gif) top left no-repeat;
	height: 41px;
}

.overviewbox div.edit a{
	float: right;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #008A9A;
	font-size: 11px;
	margin-top: 15px;
	margin-right: 20px;
	}

.overviewbox div.left {
	clear: left;
	float: left;
	width: 200px;
	margin: 10px 0px 0px 10px;
	display: inline;
}

.overviewbox div.right {
	float: left;
	width: 600px;
	margin: 10px 0px 0px 0px;
	display: inline;
	}


/* For inside forms */

div.inside {
margin-left: 0px;
margin-bottom: 15px;
}

.inside .form_buttons {
       margin-top: 20px;
	margin-left: 0px;
	height: 50px;
	display: block;
}

#loading {
	display: none;
}
/* zweispaltig */

 #formular .left {
 	float: left;
	width: 400px;
 }
 
  #formular .right {
 	float: right;
	width: 400px;
 }
 
 .form #adressat {
 	position: absolute;
	left: 465px;
	top: 10px;
 }
 
  .form #adressat p{
  	font-weight: bold;
	font-size: 11px;
	color: #87888A;
  }
 
 .form textarea {
 	width: 400px;
 }

