		
/*
'#####################################################
' Formulare
'#####################################################
*/		 

form {
	width: 420px;
}

form p {
	padding: 0;
}

fieldset {
	margin: 1em 0;
	border:1px #215a99 solid;
	padding:1em;
	background: #f2f7fc;
}

legend {
	font-weight: bold;
}

label {
    	float:left;
		width: 12em;
		font-weight: bold;
}

input[type="text"], select, textarea {
	width: 200px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#777777;	
}

input[type="text"], textarea {
	border-top: 2px solid #999999;
	border-left: 2px solid #999999;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
/*	margin-bottom: 10px;*/
}

input.short {
    width: 100px;
}

textarea {
	height: 100px;
}

/* Feld mit Fokus */
input:focus, textarea:focus {
	background-color: #eeeeee;
}

#Textfelder p, #Listen p, #Textbereich p, #Submit p {
	padding-top: 10px;
}

#Checkboxes p {
	padding-top: 0;
}

#submit {
	text-align: center;
}

/* Benutzerdefinierter Submit-Button */
input[type="submit"], input[type="reset"] {
	background-image: url(../picsBasis/Button.jpg);
	font-weight: bold;
	color:#333333;
	min-height: 30px;
	padding-top:3px;
	margin-top:10px;
}

p {
	margin-bottom: 10px;
}


.selKat {
	width: 190px;
	display: block	;
	padding:0;
	margin:0;
}

.selKat select {
	width: 180px;
	font: inherit;
}
