html, body {
	color: #fff;
	font-size: 100%;
	font-family: Arial, sans-serif;
	background-color: #eee;
	background-repeat: no-repeat;
	background-attachment: inherit;
	background-position: center 50%;
	margin: 0
}
h1 {
	color: #fff;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	padding-left: 10px;
}
/*Div-Bereiche*/
#Seite {
	margin-top: 30px;
	width: 100% -60px;
	max-width: 700px;
	background-color: #999;
	min-height: 500px;
}
#content {
	position: absolute;
	top: 30px;
	right: 10px;
	left: 10px;
	width:0 auto;
	height: 10px;
	background-color: #eee;
}

#c2 {
	position: relative;
	width:0 auto;
	max-width:700px;
	min-height:500px;
	background-color: #aaa;
	padding-left:30px;
	padding-right:30px;
}
#Kopf {
	/*position: relative;*/
	top: 0px;
	right: 0px;
	left: 0px;
	max-width:760px;
	background-color:#666;
	z-index:10;
}
#Fuss {
	/*position: relative;*/
	bottom: 0px;
	right: 0px;
	left: 0px;
	min-height: 20px;
	max-width: 900px;
	background-color: #666;
	padding-top: 4px;
	padding-left: 30px;
	padding-right: 30px;
	z-index: 8;
}
/*Links*/
a:link, a:visited, a:active {
	color: #CC0000;
}
/**/
h2 {
	color: #fff;
	text-align: left;
}

img {
	background-color: none;
	border: 0px;
	border-color: none;
	padding: 0px;
	max-width: 100%;
}
.copy {
	color: #fff;
	font-size: 100%;
	line-height: 1.3em;
	text-align: left;
	word-spacing: 0
}
.copy_bold_c {
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.3em;
	text-align: center;
	word-spacing: 0
}
.fusstext {
	color: #fff;
	font-size: 11px;
	line-height: 1.3em;
	text-align: left;
	word-spacing: 0;
}
.line {
	color: #f00;
	font-size: 1em;
}
.error {
	color: #CC0000;
	font-size: 12pt;
	font-weight: bold;
}
