@charset "utf-8";
	
	
#navi {z-index:999;}
#navi ul {z-index:999;}


/*Startseite*/

#contenteinspstart {
 	width:850px;
	overflow:hidden;
	border:none;
	background-color:#586066;
	color:#ffffff;
}


#contenteinspstart .contentw  {
 	float:left;
	width:805px;
	padding-left:35px;
	padding-right:10px;
	padding-top:30px;
	color:#ffffff;
	font-size:1.2em;
	line-height:1.5em;
}

.einspstart {background-image:url(../_media/sh_leftright_bg.gif);}

#startfooter {
	width:100%;
	background-color:#ffffff;
}
#startfooter .contentw {
 	width:805px;
	padding-left:35px;
	padding-right:10px;
	padding-top:10px;
}

#startbildcontainer {
	background-color:#586066;
	height:385px;
	
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(204,209,215,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(204,209,215,1)) ); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(204,209,215,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(204,209,215,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(204,209,215,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(204,209,215,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ccd1d7',GradientType=0 ); /* IE6-9 */
	
}
#startslideshow {
	width:100%;
	height:385px;

	//overflow:hidden;
}

#startslideshow .previewimage{
	float:left;
	margin-right:23px;
	margin-top:20px;
	width:70px;
	height:70px;
	border:none;
  -moz-box-shadow:    5px 5px 5px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow:         5px 5px 5px 0px rgba(0, 0, 0, 0.4);
}
#startslideshow .previewimage.last{
	margin-right:0px;
}
#startbuttons a{
	display:block;
	margin-bottom:10px;
	background-color: rgb(204,209,215);
	padding:5px;
	color:#333333;
	font-size:0.8em;
	line-height:1.6em;
  -moz-box-shadow:    5px 5px 5px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow:         5px 5px 5px 0px rgba(0, 0, 0, 0.4);	
}