a {
	color: #330000;
}

a:hover {
	color: #DEDECA;
	background-color: #330000;
}

body.border {
	background-color: #3366CC;
}

body.main {
	margin: 10;
	background-color: #E7FFDC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #333333;
}

input.big {
	width: 10em;
}

input.small {
	width: 3em;
}

.box{
	font-size: 1.05em;
	margin: 5;
	border-top-color: #CCCCCC;
	border-left-color:#999999;
	border-right-color:#333333;
	border-bottom-color:#333333;
	padding:3px;
	border-width: 2px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	background-color: #990000;
  	color: #FFFF66;
	text-align: left;
}

.legal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #333333;
	line-height: 1.3em;
	margin-left: 50px;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	color: #660000; font-style: oblique;
	margin-left: 30px;
}

#einzug li {
	margin-left: 70px;
}

#requestform
{
	background: #006600;
	color: white;
	border: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#requestform td
{
	text-align: center;
}
#requestform input
{
	font-weight: bold;
	font-family: Tahoma;
	font-size: 0.9em;
	color: #0000AA;
	background: #B0B0B0;
	border: 1px solid white;
}
