#header ul {
	float : right;
	display : block;
	list-style : none;
	margin : 30px 0 0 0;
	padding : 0;
	width : 270px;
	z-index: 100;
	font-size : 11px;
	color: #004288;
}


#header ul li {
	float : left;
	display : block;
	margin : 0;
	padding: 0;
	text-align: center;
	z-index: 100;
	border-right: 1px solid black;
	width: 89px;
	height: 12px;
}

#header ul li a{
	text-decoration: none;
}

#content #navigation {
	clear: both;
	display: block;
	width: 807px;
	height:50px;
 margin: 0;
 padding: 0;
	background-image : url(../images/leiste-mitte.png);
	background-position : bottom;
	background-repeat : no-repeat;
 overflow: hidden; 
}

#content #navigation ul {
	display : block;
	list-style : none;
	margin : 0;
	padding : 0;
	width : 100%;
 height: 20px;
	font-size : 12px;
	color: #004288;
}

#content #navigation ul li {
	float : left;
	display : block;
	margin : 22px 0 0 0;
	padding: 0;
	text-align: center;
	z-index: 100;
	border-right: 1px solid black;
	width: 200px;
	height: 14px;
}

#content #navigation ul li a{
	text-decoration: none;
}

a {
color: #004288;
}


	#content #galleryContainer{
  position:relative;
		width: 805px;
		height:80px;		
		overflow:hidden;
		padding:0px;
  margin: 6px 0 0 0;
  font-size : 18px;
  text-align: center;
  color: #004288;
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: white;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:-1px;
		z-index:10;
		background-color: white;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:80px;
		left:40px;
  top: 0px;
  margin: 0px;
  padding: 0px;
		width:10000px;
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
  margin:0px;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}