/****************************************************************************************************/
/***																								*/ 	
/***				FORMULARE																		*/
/***																								*/
/****************************************************************************************************/

/*--------------------------------------------------------------------------------------------------*/
/*  Formularelementen */
form#subscribe  table td,
form#unsubscribe table td
{
font-size: 11px;
line-height: 2em;
	text-align: left; 
	color:#0066cc;
	vertical-align:top;
}


.left{ 
	width:150px;
	float:left;
	margin:0 10px 2px 0;
	font-size: 11px;
	/*font-weight: bold;*/
	line-height: 2em;
	text-align: left; 
	color:#0066cc;
	vertical-align:top;
}

.formfehler {
	font-size: 11px;
	color: #c51c22;
}

.normal { 
	margin-left: 5px; 
	padding:0;
} 

fieldset {
	border: 1px solid #b7d8f9;
	margin: 0;
	padding:8px;
}

legend {
	font-size: 11px;
	font-weight: bold; 	
	margin-bottom: 10px;
	color: #0066cc;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	width:300px;
	margin:0 0 2px 0;
}
input,textarea, select
{
	color:#0066cc;
	border: 1px solid #0066cc;
	font-size: 11px;
}

.input-kurz{
	width:100px;
}
.input-mittel{
	width:200px;
}
.input-lang{ /*forminput {*/
	width:303px;
}
.input-halb{ /*forminput {*/
	width:150px;
}

.nottext{
	width:15px;
	margin:0 5px 2px 0;
	text-align:left;
	vertical-align:middle;
}
.nlart-container{
	margin:0 0 0 150px;
}

.button {
	border-left:1px solid #0642a4;
	border-bottom:1px solid #0642a4;
	font-size:11px;
	color: #fff;
	background-image:url(../../images/btn_grafik.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-align: left;
	padding:0 2px;
	background-color:#0066cc;
	cursor:pointer;
}

.buttonlink {
	border:none;
	font-size:11px;
	color: #0066cc;
	background:none;
	font-weight:bold;
	margin:0;
	padding:0;
	cursor:pointer;
}

.buttonlink-over {
	border:none;
	font-size:11px;
	color: #0642a4;
	background:none;
	font-weight:bold;
	margin:0;
	padding:0;
	cursor:pointer;
}

.formtext { 
   color: #0066cc;
}

.formtextlegende {
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: underline;
	color: black;
}

div.formtext {
	float:left;
	vertical-align: middle;
	width:350px;
}

/*--------------------------------------------------------------------------------------------------*/
/* Labeltext der Inputfelder */

.formlabeltext { 
	font-size: 11px; 
	font-weight: bold; 	
} 

div.formlabeltext {
	width: 170px;
	float:left;
	text-align: right;
	vertical-align: middle;
	margin-right: 20px;
}
	
/*--------------------------------------------------------------------------------------------------*/
/* Überschrift über einer Gruppe von Formularelemente */
.formkopftext{
	font-size: 11px; 
    font-weight: bold; 
}
/*--------------------------------------------------------------------------------------------------*/
/* Bemerkungen zu den Formularelementen */
.bemerkung {
	font-size:10px; 
}
/*---------------------------------------------------------------------------------------------------*/
/* Sicherheitscode*/
.bildcode-container{
float:left;
margin:0 5px 0 0;
}
.bildcode-input{ 
width:100px;
margin:2px 0 0 0; 
}

.formzwischen{
margin:10px 0 5px;
font-weight:bold;
}

.buchtitel{
width:160px;
float:left;
margin-bottom:3px;
}
.spalte-schmal{
width:51px;
float:left;
}
.spalte-mittel{
width:100px;
float:left;
}
.spalte-breit{
width:200px;
float:left;
}
.spalte-breit2{
width:180px;
float:left;
}
.inputabstand{
margin-right:3px;
}
.fehlerabstand{
margin-bottom:5px;
}

.zwischenueber{
background:#b7d8f9;
padding-left:5px;
margin:15px 0 5px 0;
font-weight:bold;
}
