@charset "UTF-8";
body {
	background-color: #ffffff;
	background-image: url(../bilder/hg_start.jpg);
	background-repeat: no-repeat;
}
.innen {
	background-color: #ffffff;
	background-image: url(../bilder/hg_innen.jpg);
	background-repeat: no-repeat;
}
/* Ueberschriften */
h1 {
	font-family: Verdana;
	font-size: 12px;
	color: #b2b2b2;
}
h2 {
	font-family: Verdana;
	font-size: 12px;
	color: #575756;
}
h3 {
	font-family: Verdana;
	font-size: 12px;
	color: #575756;
}
h4 {
	font-family: Verdana;
	font-size: 10px;
	color: #575756;
}
h5 {
	font-family: Verdana;
	font-size: 10px;
	color: #575756;
}
/* Links */
a {
	font-family: Verdana;
	font-size: 10px;
	text-decoration:none;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #575756;
}
a:visited {
	text-decoration: none;
	color: #575756;
}
a:hover {
	text-decoration: none;
	color: #b2b2b2;
}
a:active {
	text-decoration: none;
	color: #b2b2b2;
}
a.aktiv:link {
	text-decoration: none;
	color: #b2b2b2;
}
a.aktiv:visited {
	text-decoration: none;
	color: #b2b2b2;
}
a.aktiv:hover {
	text-decoration: none;
	color: #575756;
}
a.aktiv:active {
	text-decoration: none;
	color: #575756;
}
.Button
{
	font-family: Verdana;
	font-size: 10px;
	text-decoration:none;
	font-weight: bold;
	color: #575756;
	background-color: transparent;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.Button:link {
	text-decoration: none;
	color: #b2b2b2;
}
.Button:visited {
	text-decoration: none;
	color: #b2b2b2;
}
.Button:hover {
	text-decoration: none;
	color: #b2b2b2;
}
.Button:active {
	text-decoration: none;
	color: #575756;
}

/* Text */
p {
	font-family: Verdana;
	font-size: 10px;
}
td,th {
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
	vertical-align: middle;
	padding:0;
	margin:0;
}
.oben
{
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	border-bottom-color:#575756;
	border-bottom-width:1;
	border-bottom-style: dotted;
	padding:0;
	margin:0;
}
.tdunten
{
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
	vertical-align: middle;
	border-bottom-color:#b2b2b2;
	border-bottom-width:1;
	border-bottom-style: dotted;
	height: 15px;
	padding:0;
	margin:0;
}
.tduntenrechts
{
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	border-bottom-color:#b2b2b2;
	border-bottom-width:1;
	border-bottom-style: dotted;
	height: 15px;
	padding:0;
	margin:0;
}
.tduntenmitte
{
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	border-bottom-color:#b2b2b2;
	border-bottom-width:1;
	border-bottom-style: dotted;
	height: 15px;
	padding:0;
	margin:0;
}
.copy {
	font-family: Verdana;
	color: #666;
	font-size: 10px;
	font-weight: normal;
}
.copy-lila {
	font-family: Verdana;
	color: #752385;
	font-size: 9px;
	font-weight: bold;
	}
.copy-klein {
	font-family: Verdana;
	color: #666;
	font-size: 8px;
	font-weight: normal;
}
textarea {
	width: 100%;
	background: #eeeeee;
	border-style: solid;
	border-width: 1px;
	border-color: #eeeeee;
}
input {
	background: #eeeeee;
	border-style: solid;
	border-width: 1px;
	border-color: #eeeeee;
}
table {
	border-width:0;
	background-color:#ffffff;
	padding:0;
	margin:0;
}
.mit {
	border-color:#b2b2b2;
	border-width:3;
	border-style: solid;
	background-color:#ffffff;
	padding:3;
	margin:0;
	empty-cells:show;
}

/* Span */
.toplinks {
	position:absolute;
	top:20px;
	left:200px;
	width:500px;
}
.linkslinks {
	position:absolute;
	top:350px;
	left:50px;
	width:150px;
}
.finish {
	position:absolute;
	top:800px;
	left:200px;
	//width:100%;
	//height:50px;
	z-index:10;
	//background-color:#ffffff;
}
.header {
	position:absolute;
	top:225px;
	left:200px;
	width:500px;
	z-index:8;
}
.text {
	position:absolute;
	top:280px;
	left:200px;
	width:500px;
	z-index:8;
}
.bild {
	position:absolute;
	top:350px;
	left:200px;
	width:800px;
	z-index:8;
}
.bildtext {
	position:absolute;
	top:425px;
	left:50px;
	width:150px;
	z-index:8;
}