body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

hr {
	height: 0;
	border-width: 1px 0 0 0;
	width: 90%;
	border-style: solid;
	padding: 0;
}

input
	{
	display: block;
	float: left;
	border: 1px #222;
	background-color:#BEBBB2;
	margin: 5px;
	padding: 2px;
	line-height: 120%;
	font-size: 12px;
	}

input:focus, input:hover, textarea:focus, textarea:hover
	{
	background-color:#F1F0ED;
	font-size: 12px;
	}

textarea
	{
	display: block;
	float: left;
	border: 1px #222;
	background-color:#BEBBB2;
	margin: 5px;
	padding: 2px;
	line-height: 120%;
	font-size: 12px;
	}

form {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


li {
font-size: 12px;
color: #000000;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

A:link {
font-size: 12px;
color: #000000;
font-weight: bold;
font-style: normal;
text-decoration: none;
}

A:hover {
font-size: 12px;
color: #000000;
font-weight: bold;
font-style: normal;
text-decoration: none;
}

A:active {
font-size: 12px;
color: #000000;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

A:visited {
font-size: 12px;
color: #000000;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-size: 14px;
font-weight: bold;
margin-top: 2px;
margin-bottom: 2px;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-size: 16px;
font-weight: bold;
margin-top: 2px;
margin-bottom: 2px;
}

.abstand {
margin: 15px 15px 15px 15px
}

p {
font-size: 12px;
margin-bottom: 2px;
}

.nav {
font-size: 12px;
color: #ffffff;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

.nav:link {
font-size: 12px;
color: #ffffff;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

.nav:hover {
font-size: 12px;
color: #ffffff;
font-weight: bold;
font-style: normal;
text-decoration: none;
}

.nav:active {
font-size: 12px;
color: #ffffff;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

.nav:visited {
font-size: 12px;
color: #ffffff;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;

}