body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

/* Effekt-Formatierung für Miniaturen */
a:hover .grey { filter='gray()';
	color: #FFFFFF;
}


p  {
margin: 5px 5px 5px 5px;
padding: 5px;
}

label	{
	font-size: 12px;
	}


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: underline;
}

A:active {
font-size: 12px;
color: #000000;
font-weight: bold;
font-style: normal;
text-decoration: none;
}

A:visited {
font-size: 12px;
color: #000000;
font-weight: bold;
font-style: normal;
text-decoration: none;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-size: 14px;
font-weight: bold;
margin-top: 5px;
margin-bottom: 5px;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-size: 16px;
font-weight: bold;
margin-top: 5px;
margin-bottom: 5px;
}

p {
font-size: 12px;
margin-bottom: 2px;
}

.nav {
font-size: 13px;
color: #000000;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

.nav:link {
font-size: 13px;
color: #000000;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

.nav:hover {
font-size: 13px;
color: #000000;
font-weight: bold;
font-style: normal;
text-decoration: none;
}

.nav:active {
font-size: 13px;
color: #000000;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

.nav:visited {
font-size: 13px;
color: #000000;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;

}