﻿/* Style für das Formular! */

/* Warnungen! (im php generiert) */
div.caution { /* Kann auch weggelassen werden */
	/*background-color:#CCCCCC;
	width:400px;
	padding:3px;*/
}

div.caution span {
	color:red;
	font-weight:bold;
}


/* Formular Style: */

div.formular { /* Das ganze Formular */
	padding:3px;
	width:400px;
	/*background-color: #FF9933;*/
}

div.formular div {	/* Formular Input (und Select) Elemente mit Text usw.. */
	padding: 0px 0px 3px 0px; /*unten,rechts,oben,links*/
	/*border:1px black solid;*/
}

span.ftitel_pos {
	float: left;	/* Die Schrift ist links gefloated! */
	width: 110px;	/* Ähnlich wie div. - Die Box wird vergrössert, damit alle Eingabefelder gleich sind! */
	/*border:1px blue solid;
	text-align: right;
	padding-bottom: 3px;
	padding-right: 5px; */
}

span.ftitel1 {
	color: #333333;
	font-size: 11px;
	font-family: Arial, Verdana, Tahoma;
	line-height: 16px;
}

span.feld {	/* Das Eingabefeld */
	margin-left:5px;
}

div.formular input, div.formular select, div.formular textarea {
	border:1px solid #DEDEDE;
	background-color:#ECECEC;
}

span.time {
	font-size:10px;
	margin-left:115px;
	font-family: Arial, Helvetica, Sans-Serif, Verdana;
}

span.feld input, span.sicherheitscode input { /* Alle Input Felder! */
	height:18px;
	font-size:10px;
	width:200px; /* Die länge der Eingabefelder in Pixel */
}

span.feld select {
	height:16px;
	font-size:10px;
}

span.feld textarea {
	font-size:12px;
}

div.sicherheitscode {

}

div.sicherheitscode img {
	margin:0px;
	padding:0px;
	border:1px solid #000;
}

div.sicherheitscode input {
	margin: 7px;
	padding: 0px;
	width: 100px;
	height: 25px;
	font-size: 16px;
}

div.submitbtn {	/* Der Submit Button */
	margin-top:5px;
	margin-right:2px;
	/*float:right;*/
}

div.submitbtn input { /* Verändern Sie hier das aussehen des Submit Buttons! */

}

