body {
  text-align: center;
  margin: 0px;
  padding: 0px;
  }

#container {
  position: relative;
  margin: 0 auto;
  width: 940px;;
  text-align: left;
  padding:0px;
  font-family: Verdana, Arial;
  font-size: 11px;
  line-height: 14px;
  font-weight: regular;
  text-decoration: none;
  color:#bbbbbb;
  z-index: 5;
  }
  
#streifen{
	position: relative;
	top: 185px;
	left: 0px;
	width: 100%;
	height: 131px;
	background-color: #C9C8C3;
	z-index: 1;
}

#streifen2{
	position: relative;
	top: 258px;
	left:0px;
	width: 100%;
	height: 63px;
	background-color: #C9C8C3;
	z-index: 1;
}

.text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#687073;
	line-height: 20px;
	font-size:11px;
}

a{
	color:#DA0000;
	font-weight: bold;
	text-decoration: none;
}
