/* CSS Document */

body {
	
   
	background-color: #f3f3f3;
	font-family: Arial;
	font-size: 11px;
	font: #333333;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px; 
	margin-top: 80px;
}




.imageContainer {

  margin-bottom: 30px;

  
}

.imageTextContainer {
	position:relative;
	width:150px;
	height:610px;
	float:left;
	

}

.imageText {
	width:95%;
	position:absolute;
	bottom:0;
	text-align:right;
	font-size:10px;
	color: #6e6e6e;


}

.infoSlice {
	width:600px;
	
	float:left;
	
	line-height: 12px;
	
}

.infoSlice a{
	
	color:#666666;
}



.infoLong {
	
}

.infoSliceContainer {
	position:relative;
	width:150px;
	height: 100%;
	float:left;
	

}

.infoSliceText {
	width:95%;
	position:absolute;
	bottom:0;
	text-align:right;
	font-size:12px;
	color: #6e6e6e;
	


}


.imageNavigation {

	margin-top: 10px;

	text-align: left;
	

}

.imageNavigationArrows {
	margin-left: 150px !important;
	margin-left: 78px ;
	width:30px;
	float:left;

}


.imageAlign {
    position:releative;
	height:600px;
    width:100%;
	margin-bottom:10px;
	
}


#container {
 	position: relative;
 	text-align: center;
    height: 100%;
	min-height: 100%;
	width: 1000px;
	margin: 0px auto;
	
	
	

}

#navigation {
	width: 150px;
	font-size: 14px;

	height: 100%;
	min-height: 100%;
	
	float:left;
	text-align: left;
	margin-left:40px;
	
	height:1000px;
	


}

#sidebar {
	margin-top: 200px;
	font-size: 10px;
	color: #6e6e6e;
	}

#navigation h1{
	font-size: 14px;
	margin-bottom: 0px;
	font-family:Arial;
	font-weight: normal;
  	


}


#navigation a.current{
 color:#666666;


}


#navigation a{
font-size: 14px;
color: #cccccc;
text-decoration:none;
	


}

#navigation a:hover{
font-size: 14px;
color: #666666;
text-decoration:none;
	


}

#content {
	width: 760px;
	text-align:left;
	float:left;
  
	height: 100%;
}

#impressum a:link{
	color:#666666;
}