body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 2px;
	color: #996600;
	background-color: #ffffbb;
}
p {
	line-height: 150%;
	margin: 7px;
	letter-spacing: 1px;
}
p.titel {
	margin: 15px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
img {
	margin: 3px 7px 3px 7px;
}
a {
	color: blue;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: blue;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: blue;
}
a:active {
	color: blue;
	font-weight: bold;
}
a.menu {
	color: #996633;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
a.menu:visited {
	color: #996633;
}
a.menu:hover {
	background-color: #ffff33;
}
a.menu:active {
	color: #996633;
}
a.titel {
	color: #996633;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}
a.titel:visited {
	color: #996633;
}
a.titel:hover {
	background-color: #ffff33;
	text-decoration: none;
}
a.titel:active {
	color: #996633;
}
.menub {
	background-color: #cccc66;
}
input {
	background-color: #ffffbb;
	border: 1px solid #ffaa44;
	padding: 2px;
}
textarea {
	background-color: #ffffbb;
	border: 1px solid #ffaa44;
	padding: 2px;
}
input.submit {
	background-color: #eecc44;
	border: 2px solid #ff8844;
	padding: 3px;
	color: #996600;
	font-weight: bold;
}
.counter {
	background-color: #ccff00;
	border: 1px solid #66ff00;
	padding: 2px 5px 2px 5px;
	color: #000000;
	font-weight: bold;
}
ul {
	list-style: disc outside;
	line-height: 150%;
	padding: 0px 10px 0px 35px;
	margin: 0px;
	letter-spacing: 1px;
}

