body {
	background-color: #FFE4B2;
	font-family: Arial, Helvetica, sans-serif;
	color: #8B0000;
	margin: 150px 50px;
	background-image: url(head.gif);
	background-repeat: no-repeat;
}
h1 {
	background-color: #E7C062;
	font-size: 15px;
	padding-bottom: -5px;	
}
h2 {
	font-size: 13px;
	padding-bottom: -5px;
}
h2.we {
	background-color: #E7C062;
	font-size: 13px;
	padding-bottom: -5px;
}
h4 {
	font-size: 12px;
	padding-bottom: -5px;
}
p,td,form {
	font-size: 12px;
	color: Black;
}
a:link {
	color: #8B0000;
	font-size: 12px;
	text-decoration: underline;
}
a:visited {
	color: #8B0000;
	font-size: 12px;
	text-decoration: none;
}
a:active, a:focus, a:hover {
	color: Red;
	font-size: 12px;
	text-decoration: underline;
}
a.nameonly {
	font-size: 12px;
	color: Black;
	text-decoration: none;	
}

input,select,textarea {
	background: #F5F5DC;
	border: 1px dashed Silver;
	color: Black;
	border-bottom-style: dashed;
	border-bottom-color: Gray;
	border-bottom-width: 1px;
}

.knopf {
	background-color: #F5F5DC;
	color: #FF4500;
	border-bottom-width: 1px;
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-left-color: Silver;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: Gray;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: Silver;
	border-top-width: 1px;
	border-top-style: solid;
}
a:link.liste {
	font-size: 13px;
	font-weight: bold;
	color: #FF4500;
	text-decoration: underline;
}
a:visited.liste {
	font-size:13px;
	font-weight: bold;
	color: #21618C;
	text-decoration: underline;
}
a:hover.liste, a:active.liste, a:focus.liste {
	font-size: 13px;
	font-weight: bold;
	color: White;
	background-color: #FF4500;
	text-decoration: none;
}
