/*------Formulare ---------*/
/*Für folgende Seiten:
- autorenhitliste formular search
- gb_eintrag
- admin2
*/

/*---- ALLGEMEINE ----*/
legend {
	padding:0 4px;
	font-size:110%;
	font-weight:bold;
	font-style:italic;
	color:#900;
}
label {
	font-weight:bold;
}
input, textarea, select {
	background-color:#fdf8f2;
}
.warn {
	margin-bottom:2px;
	font-size:90%; 
	color:#CC3300; 
	font-weight:bold;
}
.warnhtml {
	margin-bottom:4px;
	font-size:100%; 
	color:#CC3300; 
	font-weight:bold; }

/*für div um Button*/
.buttonre {
	margin-top:6px;
	text-align:right;
}
.buttonli {
	margin-top:6px;
	text-align:left;
}

/*im Button - ist für alle botten gleich*/
a.btn {
	width:auto;
	background-color:transparent;
	color:#930;
	font-weight:normal;
	font-size:90%;
	padding:2px 4px;
	text-align:center;
	border-bottom:1px solid #930;
	border-right:1px solid #930;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
.btn {
	width:auto;
	background-color:transparent;
	color:#930;
	font-weight:normal;
	text-align:center;
	border-bottom:1px solid #930;
	border-right:1px solid #930;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
.btn:hover {
	background-color:#fdf8f2;
}

/*---- SPEZIELLE SEITEN ----*/
body#autorenhitliste form {
	text-align:right;
}
body#autorenhitliste input {
	width:100px;
	font:small Verdana, Arial, Helvetica, sans-serif;
	background-color:#fdf8f2;
}
body#admin2 fieldset, body#admin_neu fieldset {
	margin-top:10px;
	padding:10px;
	border: 1px solid #900;
}
form.gb {
	width:330px;
	margin-top:30px;
	margin-left:15px;
}
body#gb_eintrag input, textarea {
	width:250px;
	margin-bottom:4px;	
	font:small Verdana, Arial, Helvetica, sans-serif;
}
body#gb_eintrag textarea {
	height:120px;
}
label.gb {
	display:block;
	float:left;
	width:70px;
	font-weight:bold;
	vertical-align:top;
}

