body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	color: #000000;
	background-color: #CCCCCC;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	color: #000000;
}



h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	padding: 0px 0px 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: square;

}

input.form {
	border: 1px solid black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 200px;
	color: #000000;
	background-color: #D8D973;

}

textarea.form {
	border: 1px solid black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 200px;
	color: #D7D872;
	background-color: #D8D973;
}


a:link {
	text-decoration: none;
	color: #000000;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #000000;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}

a.smallnav:link {font-size: 9px;text-decoration: none;color: #000000}
a.smallnav:visited {font-size: 9px;text-decoration: none; color: #000000}
a.smallnav:active {font-size: 9px;text-decoration: none; color: #000000}
a.smallnav:hover {font-size: 9px;text-decoration: none;color: #FFFFFF; background-color: #CC0000}


/* Alles, was hier kommt, ist auskommentiert - das geht auch in Stylesheets...
a:link {text-decoration: none;color: #3366cc}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: none;color: #000000} 
Ende Auskommentierung */
