body {
	background-color: #262627;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	margin: 0;
}

p, li {
	line-height: 1.8em;
}

td {
	background-color: #a1283f;
	padding: 5px;
}



input, textarea, select, option, submit { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid Black;
	background-color: White;
}

a, a:visited {
	text-decoration: underline;
	color: Gray;
}

a:hover, a:active {
	text-decoration: none;
	color: Gray;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: White;
	line-height: 1.8em;
}

.klickpfad {
	border: 1px solid black;
}

#helper {
	width: 862px;
	margin: 0 auto;
}

#oben {
	padding-top: 15px;
	padding-bottom: 5px;
	width: 862px;
	color: #97112a;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
}

#oben a, #oben a:visited {
	text-decoration: none;
	color: #97112a;
}

#oben a:hover, #oben a:active {
	text-decoration: none;
	color: Gray;
}

#logo {
	height: 107px;
	width: 862px;
	border-bottom: 2px solid white;
}

#navigation {
	width: 862px;
	height: 28px;
	font-size: 10px;
	border-bottom: 2px solid white;
}

#inhalt {
	width: 762px;
	padding: 50px;
	background-color: #97112a;
}

#copyright {
	border-top: 7px solid white;
	font-size: 10px;
	color: #97112a;
	font-weight: bold;
	text-align: center;
}

#copyright a, #copyright a:visited {
	text-decoration: none;
	color: #97112a;
}

#copyright a:hover, #copyright a:active {
	text-decoration: none;
	color: Gray;
}