@charset "utf-8";
/* CSS Document */

body {
	background-color: #333;
}

#container {
	width: 791px;
	position: relative;
	background-color: #333;
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-image: url(Bilder/container.jpg);
}
#header {
	background-image: url(Bilder/header.jpg);
	background-repeat: no-repeat;
	height: 132px;
	width: 791px;
	position: relative;
}
#content {
	width: 791px;
	background-repeat: repeat-y;
	height: 370px;
	position: relative;
	background-image: url(Bilder/container.jpg);
}
#myContent {
	margin-top: 15px;
	margin-left: auto;
	background-repeat: repeat-y;
	position: relative;
	margin-bottom: 20px;
	width: 350px;
	margin-right: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}

#footer {
	height: 49px;
	width: 791px;
	position: relative;
	background-image: url(Bilder/footer.jpg);
	background-repeat: no-repeat;
}
.hyper a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-left: 12px;
	color: #000;
	text-decoration: none;
}
.hyper a:hover{
	color:#00C;
	text-decoration: none;
}
