@charset "utf-8";



.selectbox {
	margin-right: 6px !important;	
	margin-top:5px !important;	
	margin-bottom:5px !important;	
}

.kontakt tr td {
	color:#ffF;
	font-size:12px;
}

.submit {
	background-color: #0b72b5;
	color: #fff;
	border: none;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	display:inline !important;
}

.input_text {
	width:180px;	
}

.input_text_ort {	
	width:125px;	
}

.input_text_nr {
	width:35px;	
}

.input_text_plz, .input_text_anrede {
	width:50px;	
}

input, textarea {
	background-color:#fff;
	border:1px solid #0b65a0;
	font-size:10px;
	margin:2px 0px;
}


.erfolg {
	color:#00AA00;
	border:2px solid #00AA00;
	background-color:#EEFFEE;
	font-weight:bold;
	margin:3px 0;
	background-image: url(images/tick.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding: 3px;
	padding-left: 24px;
	padding-right:12px;
	margin-right:12px;
}

.fehler {
	color:#AA0000;
	border:2px solid #AA0000;
	background-color:#FCC;
	font-weight:bold;
	white-space:nowrap;
	margin:3px 0;
	background-image: url(images/cross.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding: 3px;
	padding-left: 24px;
	padding-right:12px;
	margin-right:12px;
}

.infoerfolg {	
	border:1px solid #003371;	
	color:#00589c;
	background-color:#F4F8FF;		
	margin:3px 0;					
	background-image: url(images/information.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding: 3px;
	padding-left: 24px;
	padding-right:12px;
	margin-right:12px;
}
