@CHARSET "UTF-8";
body{
	padding: 0;
	margin: 0;
    color:rgb(89, 57, 46);
    font-size:12px;
    font-family:"Times New Roman", serif;
    text-align:justify;
}
a.navi:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: rgb(89, 57, 46);
}
a.navi:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: rgb(89, 57, 46);
	text-decoration: none;
}
a.navi:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #006600;
}
a.navi:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: rgb(89, 57, 46);
	text-decoration: none;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: rgb(89, 57, 46);
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: rgb(89, 57, 46);
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: rgb(89, 57, 46);
}
a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: rgb(89, 57, 46);
	text-align: center;
}

a.impressum:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: rgb(89, 57, 46);
	text-align: center;
}
a.impressum:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: rgb(89, 57, 46);
	text-align: center;
}
a.impressum:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: rgb(89, 57, 46);
	text-align: center;
}
a.impressum:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: rgb(89, 57, 46);
}

input, textarea{
  background-color:transparent;
  border:1px solid rgb(89, 57, 46);
  margin-bottom:4px;
  margin-top:0px;
  width:200px;
  font-size:12px;
  font-family:"Times New Roman", serif;
  color:rgb(89, 57, 46);
}

label{
  float:left;
  width:70px;
}.txt-groesser-fett {
	font-size: 14px;
	font-family: "Times New Roman", serif;
	font-weight: bold;
}
