
body {
	font-family: "Trebuchet MS", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #071820;

}
ul {
		margin: 0px;
	padding: 0px;
	list-style-type: none;
}



#divColA {
	width: 150px;
	text-align: left;
	float: left;
	height: 500px;
	padding-right: 20px;

}
#divColA li {
	padding-bottom: 20px;
	}

#divColB li {
	padding-bottom: 10px;
		
	}
#divColB {
	padding-left:10px;
	margin-left: 10px;
}

.indent {
padding-left:15px;
}
.auszeichnung {
padding-left:15px;
background-repeat: no-repeat;
background-position: 0px .7em;
}

.email {
padding-left:15px;
padding-top:4px;
}

#submit, #reset {
	background-color: #EA6EA2;
	width: 130px;
	height: 22px;
	cursor: pointer;
	font-weight: bold;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 2px;
}

#reset {
	background-color: #000;
	margin-left:10px;
}

input, textarea {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 380px;
	height: 18px;
	border: 1px solid #EA6EA2;
}
textarea {
		height: 200px;
	
}
.zusatz {
font-size:9px;
color: #666;
}


