/*
	CSS-Definition für Immobilienportal
	Formularanweisungen
	v1.0
	by Falko Müller @ 2009
*/



/*  Formular allgemein */
form {
	margin: 0px;
}


/* Formularelemente */
.button_speichern_weiter {
	margin: 0px;
	width: 170px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 0.9em;
	display: block;
	cursor: default;
	text-decoration: none;
	background-image: url(../images/buttonSubmit_sw.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
	.button_speichern_weiter:hover {
		background-image: url(../images/buttonSubmit_sw_high.png);
	}

.button_speichern {
	margin: 0px;
	width: 170px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 0.9em;
	display: block;
	cursor: default;
	text-decoration: none;
	background-image: url(../images/buttonSubmit_s.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
	.button_speichern:hover {
		background-image: url(../images/buttonSubmit_s_high.png);
	}

.button_druckvorschau {
	margin: 0px;
	width: 170px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 0.9em;
	display: block;
	cursor: default;
	text-decoration: none;
	background-image: url(../images/buttonSubmit_dv.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
	.button_druckvorschau:hover {
		background-image: url(../images/buttonSubmit_dv_high.png);
	}
	
.button_umbuchen {
	margin: 0px;
	width: 170px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 0.9em;
	display: block;
	cursor: default;
	text-decoration: none;
	background-image: url(../images/buttonSubmit_u.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
	.button_umbuchen:hover {
		background-image: url(../images/buttonSubmit_u_high.png);
	}	

.button_speichern_klein {
	width: 100px;
	font-size: 0.9em;
	display: block;
	cursor: default;
	text-decoration: none;
	background-image: url(../images/buttonSubmit_sklein.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
	.button_speichern_klein:hover {
		background-image: url(../images/buttonSubmit_sklein_high.png);
	}

.button_drucken {
	margin: 0px;
	width: 80px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 0.9em;
	display: block;
	cursor: default;
	text-decoration: none;
	background-image: url(../images/buttonSubmit_d.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
	.button_drucken:hover {
		background-image: url(../images/buttonSubmit_d_high.png);
	}

.button_schliessen {
	margin: 0px;
	width: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 0.9em;
	display: block;
	cursor: default;
	text-decoration: none;
	background-image: url(../images/buttonSubmit_cl.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
	.button_schliessen:hover {
		background-image: url(../images/buttonSubmit_cl_high.png);
	}

.button_zurueck {
	margin: 0px;
	width: 100px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 0.9em;
	display: block;
	cursor: default;
	text-decoration: none;
	background-image: url(../images/buttonSubmit_z.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
	.button_zurueck:hover {
		background-image: url(../images/buttonSubmit_z_high.png);
	}

.button_weiter {
	margin: 0px;
	width: 100px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 0.9em;
	display: block;
	cursor: default;
	text-decoration: none;
	background-image: url(../images/buttonSubmit_w.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
	.button_weiter:hover {
		background-image: url(../images/buttonSubmit_w_high.png);
	}

.button_importieren {
	margin: 0px;
	width: 170px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 0.9em;
	display: block;
	cursor: default;
	text-decoration: none;
	background-image: url(../images/buttonSubmit_i.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
	.button_importieren:hover {
		background-image: url(../images/buttonSubmit_i_high.png);
	}

.button_backup {
	margin: 0px;
	width: 170px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 0.9em;
	display: block;
	cursor: default;
	text-decoration: none;
	background-image: url(../images/buttonSubmit_dbb.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
	.button_backup:hover {
		background-image: url(../images/buttonSubmit_dbb_high.png);
	}
.button_restore {
	margin: 0px;
	width: 170px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 0.9em;
	display: block;
	cursor: default;
	text-decoration: none;
	background-image: url(../images/buttonSubmit_dbr.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
	.button_restore:hover {
		background-image: url(../images/buttonSubmit_dbr_high.png);
	}
.button_optimize {
	margin: 0px;
	width: 170px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 0.9em;
	display: block;
	cursor: default;
	text-decoration: none;
	background-image: url(../images/buttonSubmit_dbo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
	.button_optimize:hover {
		background-image: url(../images/buttonSubmit_dbo_high.png);
	}	
	

.button_auswahl {
	font-weight: normal;
	margin-right: 20px;
	text-decoration: none;
	width: 200px;
	margin-left: 20px;
}
.button_pfeilauswahl {
	font-weight: normal;
	height: 40px;
	width: 40px;
	line-height: 40px;
	vertical-align: top;
	text-align: center;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-size: 1.6em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.buttonAUTO {
	font-weight: normal;
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

input {
	width: 479px;
	font-size: 0.9em;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	height: 14px;
	line-height: 14px;
}

	input:focus {
		color: #C00;
	}
textarea {
	width: 483px;
	height: 250px;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
	textarea:hover {

	}
select {
	font-size: 0.9em;
	margin: 0px;
	padding: 2px;
}
	select:hover {

	}
	select option {
		padding-right: 5px;

	}
label {

}


input.inputAUTO {
	width: auto;
}
input.inputHALF {
	width: 243px;
}
input.inputBILD {
	width: 213px;
}
input.inputSTRASSE {
	width: 190px;
}
input.inputHSNR {
	width: 40px;
}
input.inputPLZ {
	width: 40px;
}
input.inputORT {
	width: 407px;
}
input.inputVORWAHL {
	width: 68px;
}
input.inputTELEFON {
	width: 150px;
}
input.inputDATEI {
	width: 460px;
	height: 24px;
}
input.inputDATEI400 {
	width: 400px;
	height: 24px;
}



input.input400 {
	width: 390px;
}
input.input300 {
	width: 290px;
}
input.input250 {
	width: 240px;
}
input.input200 {
	width: 190px;
}
input.input175 {
	width: 165px;
}
input.input150 {
	width: 140px;
}
input.input125 {
	width: 115px;
}
input.input100 {
	width: 90px;
}
input.input75 {
	width: 65px;
}
input.input50 {
	width: 40px;
}


textarea.textareaHALF {
	height: 125px;
	width: 243px;
}
textarea.textareaHALFWIDTH {
	width: 243px;
}
textarea.textareaHALFHEIGHT {
	height: 125px;
}
textarea.textareaMINHEIGHT {
	height: 63px;
}



select.selectFULL {
	width: 485px;
}
select.selectLT {
	width: 40px;
}
select.select100 {
	width: 100px;
}
select.select125 {
	width: 125px;
}
select.select150 {
	width: 150px;
}
select.select175 {
	width: 175px;
}
select.select200 {
	width: 200px;
}
select.select250 {
	width: 250px;
}
