#box{
	height:319px;
	width:454px;
	margin:0 auto;
}
#myslides {
	width: 454px;
	height: 319px;
    padding: 0;  
    margin:  0; 
}
#myslides div.theslideimg{
	width:454px;
	height:319px;
} 
 
#myslides img {  
    background-color: rgb(230,230,230);
    width: 454px;
    height: 319px;
    top:  0; 
    left: 0 
}
#weiter{
	width:31px;
	height:319px;
	float:left;
	background: transparent url(../Bilder/sliderleftpfeil.gif) no-repeat center left;
	opacity:0.8;
}
#zurueck{
	height:319px;
	width:31px;
	float:right;
	background: transparent url(../Bilder/sliderightpfeil.gif) no-repeat center left;
	opacity:0.8;
}
#buttons{
	position: absolute;
	top:0px;
	left:0px;
	width:454px;
	height:319px;
	z-index:100;
	display:none;
}

.clear{
	clear:both;
}
/* Personen*/
div.personen{
	clear:both;
}
div.personen img {
	float:left;
	width:150px;
	height:200px;
	margin:0 10px 10px 0;
}
div.personen span{
	display: block;
}
div.personen span.name, div.personen span.position{
	font-size:14px;
	font-weight:bold;
	color:#1F961A;
	font-style: italic;
}
div.personen span.email, div.personen span.phone{
	margin:10px 0 0 0;
}
