@charset "iso-8859-1";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#fbe9d5;
	color: #8f5445;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;



}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
	font-size:11px;
}
a:active {
	color:#EEEEEE;
}
a.speziell:link {
  color:#993300;
}

a.speziell:visited {
  color:#993300;
}

a.speziell:hover {
  color:#993300;
}

a.speziell:active {
  color:#993300;
}
.ueberschrift {
	color: #293880;
	font-size:18px;
	font-weight:bold;
}
.ueberschrift2 {
	color: #293880;
	font-size:14px;
	font-weight:bold;
}
.unterschrift {
	color: #293880;
	font-size:12px;
}
.text {
	color: #8f5445;
}
.white {
	color: #FFFFFF;
	font-size:11px;
}



input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #660000;
	background-color: #fbf5ee;
	border: black solid 1px;
	width: 200px;
}

.textKontakt {
	font-size: 10px;
}
.datum {
	font-family: tahoma;
	font-size: 10px;
	color: #fbe9d5;
}

.zentriert{
	text-align:center;
}