@charset "utf-8";
/* CSS Document */

input, textarea {
	border:1px solid #666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	margin:0;
	padding:4px;
	background:#fff;
	color: #000000;
}
 
 
label {
	margin:2px;
}
 
input {
	width:300px;
	background-color: #FFFFCC;
}
 
.button {
	margin:0 0 15px 0;
	color:#000066;
	font-weight:bold;
	width:310px;
	background-image: url(../Bilder/button.jpg);
	border: 1px dashed #CCCCCC;
	background-repeat: no-repeat;
	background-position: center center;
}
#content #Kontakt div {
	padding-top: 10px;
	padding-bottom: 10px;
}

