/* ----- Allgemein --------------------------- */
body {
	background-color: #fbf1e1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #333333;
	text-decoration: underline;	
}
a:link {
	color: #333333;
	text-decoration: underline;	
}
a:visited {
	color: #333333;
	text-decoration: underline;	
}
a:hover {
	color: #8b4040;
	text-decoration: underline;	
}
form {
	display: inline;	
}


/* ----- Content --------------------------- */
.ueberschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	font-weight: bold;
	line-height: 1.8;
	color: #84652d ;	
}
.grundtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.8;
	color: #333333;	
}
.textlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.8;
	color: #333333;	
}
.textlink a, .textlink a:link, .textlink a:visited {
	color: #333333;
	text-decoration: none;
}
.textlink a:hover {
	color: #8b4040;
	text-decoration: underline;
}
.formulartext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.2;
	color: #333333;	
}
.rot {
	color: #8b4040;
}


/* ----- Formulare --------------------------- */
.formular-m {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 270px;	
}
.formular-xxl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 334px;	
}

