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

body{
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(img/hintergrund.jpg);
	background-repeat:repeat;
	background-position: center;
}
#mainbg{
	background-repeat:no-repeat;
	background-position: center;
	background-attachment:fixed;
	background-color:#000000;
	width:960px;
	
}

#main{
	margin: 0 auto;
	width: 960px;
}
#logo{
	background: url(img/header.jpg);
	height: 121px;
	width: 960px;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-position:center;
}	
#button{
	border: 50px;
	margin-left: 50px;
}
#right{
	font-family: Tahoma, Geneva, Verdana;
	font-weight:normal;
	color: #ffffff;
	font-size: 18px;
	height: 15px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	width:30%;
	margin-bottom:3px;
	background-repeat:no-repeat;
	background-position:top left;
	margin-left: 660px;
}		
#left{
	font-family: Tahoma, Geneva, Verdana;
	font-weight:normal;
	background-color: #000000;
	font-size: 40px;
	height: 25px;
	padding-top: 20px;
	padding-left: 180px;
	padding-bottom: 5px;
	width:780px;
	margin-bottom:40px;
	background-repeat:no-repeat;
	background-position:top left;
	margin-left: 0px;
}
#image{
	margin-left: 50px;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  
  }

.rslides img {
  display: block;
  width: 500px;
  height: 333px;
  border: 0;
  margin-left: 230px;
  }
#p {
  margin-left: 160px;
  
  }