/*
	DOCUMENT INFORMATION
	- Document: forms.css
	- General definitions for forms
	CONTENTS
	- BORDERS
	- PADDINGS
	- TYPOS
	- EXTRAS
	- LOGIN-LAYER
*/

/* ********************************************************************************************** */
/* ACHTUNG: Das ist eine Test um die Formulare zu vereinheitlichen! Bitte hier noch nichts ändern */
/* ********************************************************************************************** */




/* BORDERS
   ============================= */
   
.button, .input, textarea, select {
	border: 1px solid;
}

.checkbox, .radiobutton {
	border: none;
}




/* PADDINGS
   ============================= */

.button, .input, textarea {
	padding: 2px 0 2px 0;
}
select {
	padding: 0 1px 0 1px;
}

.passwortVergessen{margin:-10px 0 10px 0;}
.passwortFehler{margin-bottom:10px; color:#FF0000}
a.passwortVergessen{font-size:0.9em;text-decoration:none;}


/* TYPOS
   ============================= */

label {
	font-weight:bold;
}

.input, .button, textarea, select {
	font-family: Verdana, Arial, sans-serif;
	font-size:1.1em;
}

.button {
	font-weight: bold;
}

.error, .errorlist li { 
	color: #FF0000;
	font-weight: bold;
	list-style-type: none;
}

ul.errorlist li {
	clear: both;
	list-style-type: none;

}




/* EXTRAS
   ============================= */
   
.checkpair {
	clear: both;
	display: block;
	float: left;
	line-height: 100%;
	margin-top: 3px;
}

.checkpair .checkbox { float: left; width: 20px; vertical-align: middle; }
.checkpair label { float: left; vertical-align: middle; }
.two_cols { float: left; margin-right: 8px}


/* LOGIN-LAYER 
   ============================= */
/* ACHTUNG: Farben hier sind eine Ausnahme */
   
#headline_loginLayer1 {background: url(/media/images/extras/headlines/headline_loginLayer1_default.jpg) 0 30px no-repeat;}
#headline_loginLayer2 {background: url(/media/images/extras/headlines/headline_loginLayer2_default.jpg) 0 30px no-repeat;}

.loginLayerContainer_close { background-color: #555555 }

.loginLayerContainer_close a{ color: #FFFFFF !important; text-decoration: none;}
.loginLayerContainer_close a:hover{ color: #999999 !important; text-decoration: none;}

#loginLayerForm  .button{
	background-color:#555555 !important;
    border: 1px solid #000000; 
	color:#fff !important;
	font-weight:bold;
	margin:0;
}
a.passwortVergessen{color: #000000;}