@charset "utf-8";
/* CSS Document */

form {
	font-family:Verdana, Geneva, sans-serif;
}

label {
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	margin-bottom:2px;
	font-size:1em;
	margin-top:20px;
}

/* Formularfelder untereinander */
#kontakt input {
	display:block;
	/*margin-bottom:20px;*/
	height:20px;
	width:15em;
}

/* Formularfelder formatieren */
#kontakt input,
#kontakt textarea {
	width:300px;
	padding:3px;
	border:1px dotted black;
	background-color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.7em;
}

/* Nachrichtenfeld */
#kontakt textarea {
	width:300px;
	height:150px;
	display:block;
}

/* Fokussierte Felder heller */
#kontakt input:focus {
	border:2px solid #0086ca;
	height:18px;
}

#kontakt textarea:focus {
	border:2px solid #0086ca;
	height:148px;
}

/* Absendeknopf */
#absendeknopf {
	width:170px!important;
	height:28px!important;
	background-image:url(../_img/absendeknopf.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-top:20px;
	margin-left:70px;
	padding-bottom:7px!important;
	border:none!important;
	color:#FFF;
}

/* Absendeknopf Hover */
#absendeknopf:hover {
	background-position:top;
}

#absendeknopf:active {
	background-position:top;
	outline:none;
}
