body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(bilder/hintergrund.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#copy {
	background-color: #000000;
	position: relative;
	left: 0px;
	width: 100%;
	height: 75px;
}

#copy2 {
	background-color: #ffffff;
	position: relative;
	left: 0px;
	width: 100%;
	height: 10px;
}

#copy3 {
	background-color: #ffffff;
	position: relative;
	left: 0px;
	width: 100%;
	height: 5px;
}

#copy4 {
	background-color: #999999;
	position: relative;
	left: 0px;
	width: 100%;
	height: 2px;
}

#copy5 {
	background-color: #999999;
	position: relative;
	left: 0px;
	width: 100%;
	height: 2px;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	padding: 5px;
	}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	padding-top: 6px;
	padding-right: 20px;
	padding-left: 10px;
	font-weight: bold;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

