/* Formulardefinitionen
*******************************************************************************/
.form * {
	padding:0px;
	margin:0px;
}

div.form {
	padding:0px;
	margin:0;
	background: #eef6ff url("../images/verlauf-form.jpg") repeat-y;
}

/* Dunkelblauer Teilnehmer-Login */
div.colorblue {
	background-image:none;
	background-color:#A1C5D5;
}

#Content div.colorblue a, #Content div.colorblue a:visited {
	color:white;
}

div#contentright div.form {
	background: transparent;
	background-image:none;
}

div.error {
	font-weight:bold;
	color:red;
	background-color:white;
}

.pflicht {
	color:red; 
}

div.errortext {
	padding: 5px;
}

.form fieldset {
	margin: 0;
	padding: 0 10px 1em 10px;
	border: none;
	border-color:white;
	border-bottom:10px solid white;
}

.rechteSpalte fieldset {
	padding:0;
}

.form .pl10px {
	padding-left:11px;
}

.form legend {
	font-size:110%;
	font-weight:bold;
	color:black;
	padding: 10px 0 2px 0;
	margin: 0 0 10px 0;
}

.form legend.show {
	display:block;
}

.form .last {
	padding-bottom:2em;
}

.form p {
	margin:0;
	padding-bottom:1em;
	font-size:1em;
	font-weight:bold;
}

.form h2 {
	padding:0 0 1em 0;
}

.form h3 {
	clear:both;
	padding:5px 10px;
	background-color:#DEE6EF;
	margin: 0 -10px 10px -10px;
	border-bottom:1px solid #ccc;
}
	
.form h3.invers {
	background-color:#00628D;
	color:white;
}

.form .element {
	display:block;
	float:left;
	padding-bottom: 3px;
}

.form .more {
	padding-top: 1em;
	padding-bottom: .4em;
}

.form label {
	display:block;
	padding:0;
	margin-bottom: -2px;
}

.form label.checkbox {
	padding-top:0 !important;
	padding-top:3px;
	border-right:none;
}

.form label.radio {
	margin-left:2em;
}

.form input, 
.form select, 
.form textarea {
	border:1px solid #BDBDBD;
	border-top: 1px solid #696969;
	border-left: 1px solid #696969;	
	font-family: Verdana, Helvetica, Arial, sans-serif;
	float:left;
	margin:2px;
	font-size:1em;
}

.form .flNone {
	float:none;
	margin:0;
	padding:2px;
}

.form select.flNone {
	padding:0;
}

.form input.flNone {
	margin-left: 2px;
}

.form input.noBorder {
	border:0;
}

.form select.selectshort {
	width:100px;
}

.form select option, .form selectshort option {
	padding: 0 0 1px 2px;
} 

.form input:focus, .form input:hover,
.form selectshort:focus, .form selectshort:hover, 
.form select:focus, .form select:hover, 
.form textarea:focus, .form textarea:focus {
 	border: 1px solid #000;
}

input.radio, input.radio:hover, input.radio:focus {
	border:none;
}

div.element { margin-bottom:.4em; }
.form .wcheck, .form .w_half { width:220px; }
.form .w_third { width:146px; }
.form .wfull { width:100%; }
input[readonly] { background-color: #ECF5FE; }
.form input.text { height:1.4em; }
.form input.textshort { height:1.4em; width:100px; }
.form .full { width:436px; }
.form input.texthalf { width:211px; margin-right:10px; }
* html .form input.texthalf { width:212px; }
.form input.nomargin { margin-right:0; }
.form input.textfull { width:309px; height:1.4em; padding: 0 2px; }
.form select.textfull { width:314px; }
.form textarea.textfull { width:310px; padding:2px; }
.form textarea.textfullsize { width:480px; height:100px; padding:2px; }
.form input.textfullsize { width:483px; }
.form input.int { width:2em; }

.form input.textmiddle {
	margin-left:10px;
	margin-right:0px;
	padding-right:0px;
	width:218px;
}

.form input.checkbox {
	width:25px;
	padding:0;
	border:none;
	margin-top:4px;
}

.form input.checkboxinner {
	width:30px;
	padding:0;
	margin:0 0 0 123px;
	border:none;
}

.form input.submit { 
	float:left;
	margin:1em 1em 1em 0;
	padding:2px 5px;
	width:120px;
	background-color:#FA931C;
	color:#fff;
	font-size:1em;
	text-align:center;
	cursor:pointer;
}

.form input.bold { 
	font-weight:bold;
}

.form input.delete { /* loeschen-Icon */
	float:right;
	width:80px;
	height:25px;
	border:none;
	color:white;
	background:transparent url(../images/delete2.gif) no-repeat top left;
	cursor:pointer;
}

.form input.submit:hover { 
	background-color:#00AEEF;
	color:#fff;
}

.form label.textarea, 
.form textarea.textarea {
	height:40px;
}

.form-thanks {
	display:block;
	color:#666;
	font-size:1.2em;
}

/* ----------------------------
	Rechte Spalte: Suchformular
---------------------------- */

div.quicksearch {
}

.quicksearch legend {
	display:none;
}

.quicksearch fieldset {
	padding:0;
	margin:0;
	border:0;
}

/* ----------------------------
	Rechte Spalte: Kontaktformular
---------------------------- */

.rechteSpalte legend {
	display:none;
}

.rechteSpalte fieldset {
	padding:0;
	border-bottom:0;

}

.form label.floatLeft {
	float:left;
	width:70px;
	padding-top:2px !important;
	padding-top:1px;
}

.form label.width120 {
	width:120px;
}

.form label.width200 {
	width:200px;
}

.rechteSpalte input, .rechteSpalte textarea {
	width:180px;
}

.rechteSpalte .element {
	padding-bottom: 0em;
}

.rechteSpalte .nopadding-bottom {
	padding-bottom: 0;
}

/* ----------------------------
	Alles eine Zeile
---------------------------- */

.form div.full input {
	background-color:yellow;
}

.form label.eineZeile {
	font-weight:bold;
	width:120px;
	border:1px solid black;
}

/* ----------------------------
	Sortier-Select-Boxen Listenausgabe
---------------------------- */

table.immotabelle td form {
	margin:0px;
	padding:0px;
}

table.immotabelle td fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

table.immotabelle td legend {
	display:none;
}

table.immotabelle td label {
	display:none;	
}

table.immotabelle td div.element {
	float:left;
	padding-right:1em;
}

table.immotabelle td select {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	float:left;
	margin:2px;
	font-size:1em;
	border:1px solid #999;
}

table.immotabelle td select:hover {
	background-color: #FEF3E6;
 	border: 1px solid #000;
}

table.immotabelle td input.submit { 
	float:left;
	padding:0 5px;
	margin-top:2px;
	background-color:#FA931C;
	color:#fff;
	font-size:1em;
	text-align:center;
	cursor:pointer;
 	border: 1px solid #999;
}

table.immotabelle td input.submit:hover{ 
	background-color:#00AEEF;
	color:#fff;
 	border: 1px solid #000;
}

label.error { color:red; }
input.error { border:1px solid red; }

/****************************************************************
	Modul Eingabe Immobilien
*****************************************************************/

div#proceedInput {
	width:100%;
	text-align:center;
	padding: 1em 0;
	border-bottom:10px solid white;
}

/* Uploadfeld und Titel-Inputfield, eine Einheit */
div.oneFileItem {
	background:#DEE6EF;
	margin-bottom:1em;
	padding:3px 10px;
}

#Content ul.noItems {
	list-style-image:none;
	padding:0;
}

#Content ul.noItems li {
	list-style-type:none;
}