body {
	margin: 0px;
	padding: 0px;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regula;
	background-color: white;
	font-size: 13px;
	background-image: url(image/streifen.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

#header {
	width: 955px;
	height: 120px;
	background-image: url(image/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#content {
	width: 600px;
	height: 500px;
	margin: 20px 0px 0px 235px;
}

#button {
	width: 400px;
	height: 30px;
	color: white;
	padding-top: 10px;
	background-color: #cc0000;
	font-size: 17px;
	font-weight: bold;
}

#button a {
	color: white;
	text-decoration: underline;
}

#button a:hover {
	text-decoration: underline;
	color: black;
}