#start {
						
	position:absolute;
	left: 400px;
	top: 50px;
	margin: auto;
	
	width: 300px;
	height: 600px;
		
}

#start_content, #start_link {
	font-family: 'PT Sans', sans-serif;
	margin-top: 10px;
	color:#333;
	text-decoration:none;
	text-align: center;
}

#start_link a{
	color:#aaa;
	text-decoration:none;
	font-size: 25px;
}

#start_link a:hover{
	color:#E85897;
}


.cs_menu{
	width:750px; /* Gesamtbreite 3 x 250 */ 
	height:600px;
	position:relative;
	font-size:15px;
	font-family: 'PT Sans', sans-serif;
	text-transform: none; /* uppercase; */
	color:#fff;
}
.cs_item{
	text-align:center;
	width:250px; /* Breite eines Streifens */
	height:600px;
	float:left;
	border-bottom:0px solid #000;
	position:relative;
	-moz-box-shadow:0px 0px 0px #000;
	-webkit-box-shadow:0px 0px 0px #000;
	box-shadow:0px 0px 0px #000;
}
span.cs_title{
	color: #560C56; /* Titelleisten oben  */
	font-size: 18px;
	top: 60px;
 	left: 35px; /*Start von links = .cs_item img{ - left:15px; +5 und .cs_submenu ul{ +5 */
	position: absolute;
	padding: 3px 0px;
	background: #DADA27; /* Hintegrund AEA3BC */
	width: 240px; /* Breite des Textes */
	display: block;
	z-index: 11;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow: 1px 1px 5px #000;
}

.cs_submenu ul{
	list-style:none;
	width:250px; /* Breite der Untermeuüs */
	margin:0;
	padding:0;
	height:0px; /* increase to 200px to slide up */
	overflow:hidden;
	text-align:left;
	background:#E85897;
	background:#444 url(../images/bg_submenu.jpg) repeat bottom right;
	position:absolute;
	left:30px;
	bottom:0px;
	z-index:13;
}
.cs_submenu ul li{
	color:#000; /* Farbe Text unten */
	cursor:pointer;
	padding:1px 10px 3px 10px;
}
.cs_submenu ul:hover{
	color:#fff;
	cursor:pointer;
	opacity:1.0;
}
.cs_submenu ul li:hover{
	color:#E85897;
	cursor:pointer;
	background: transparent;
}

.cs_item img{
	position:absolute;
	width:250px; /* Breite des Bilds*/
	height:600px;
	top:-600px; 
	left:30px; /* /*Start von links = span.cs_title{ = left: 35px; -5  und .cs_submenu ul{ -5 */
}
.cs_content{

	width:600px;
	height:600px;
	border-bottom:1px solid #000;
	position:absolute;
	left:-750px; /* Breite der 3 Streifen */
	background:#444 url(../images/bg_content.jpg) repeat top left;
	overflow:hidden;
	-moz-box-shadow:4px 0px 1px #000;
	-webkit-box-shadow:4px 0px 1px #000;
	box-shadow:4px 0px 7px #000;
}
.cs_content div{
	display:none;
	margin:20px;
}
.cs_content p {
	text-transform:none;
	background:#000;
	padding:20px;
	opacity:0.7;
}
.cs_content a {
	color: #E85897;
}
.cs_content a:hover {
	color: #ddd;
}

span.cs_back{
	position:absolute;
	top:10px;
	right:10px;
	background:#fff url(../images/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.7;
}


span.cs_back:hover{
	opacity:1.0;
}

.cs_bild{
	position:absolute;
	top:100px;
	right:40px;
    width: 235px;
    height: 253px;
}