#container {
	margin-left: 20%;
	margin-top: 0%;
	/* border: 1px solid #FFF; */
	width: 800px;
	color: #BBB;
}

#head {
	background-image:url(images/head.png);
	width: 800px;
	height:115px;
}

#menu {
	background-image:url(images/menu.png);
	background-color:#000;
	height: 25px;
	width: 800px;
}

#content {
	background-image:url(images/body500.png);
	background-repeat:no-repeat;
	width: 790px;
	/*border: 1px solid #FFF; */
	/*height:421px; */
	height: 500px;
	color: #BBB;
	padding: 10px;
}

#productcontent {
	background-image:url(images/body800.png);
	background-repeat:no-repeat;
	width: 790px;
	/*border: 1px solid #FFF; */
	/*height:421px; */
	height: 750px;
	color: #FFF;
	
	padding: 10px;
}

#ueberschrift {
	text-align: center;
	color: #BBB;
}

a.menu {
	background-image:url(images/button.png);
	display:block;
	float: left;
	padding:3px;
	/*background-repeat:no-repeat; */
	text-align: center;
	text-decoration: none;
	color: #000;
	font-size: 90%;
	font-weight: bold;
	width: 109px;
}

a.menu:active, a.menu:hover {
	color: #FFF;
}
a {
  color: #BBB;
  text-decoration: none;
}

a:active, a:hover {
  color: #FF0;
}