.uebersicht {

  width:700px; 
  height:80px;
  position: relative;
  margin:2px 0px 2px 0px;
  border: 1px solid black;
  }

.gallery {
	position: relative;
	background: #FFFFFF;
}  
  
.toolbar {

  width:699px;
  height:1.5em;
  position:relative;
}  

.toolbar .pos1 {
	position: absolute;
	left: 10px;
}

.toolbar .pos2 {
	position: absolute;
	right: 80px;
}

.toolbar .pos3 {
	position: absolute;
	right: 10px;
}

.overview {


	width:699px;
	position:relative;

}
.overview .overview_l {
  width:349px;
  background: #FFFFFF;

  margin: 0px 0px 0px 0px; 
  padding:5px 0px 10px 0px;

}

.overview .overview_r {
  width:349px;
  background: #FFFFFF;

  margin: 0px 0px 0px 0px;  
  padding:5px 0px 10px 0px;
 
}

.overview_l .vorschaubild { 
	background: #ffffcc;
  position:relative;

  width:120px; 
  height:90px;
  margin-left:auto;
  margin-right:auto;
  padding:2px;
  border:1px solid black;
 }
 
 .overview_r .vorschaubild { 
	background: #ffffcc;
  position:relative;

  width:120px; 
  height:90px;
  margin-left:auto;
  margin-right:auto;
  padding:2px;
  border:1px solid black;
}

.overview h4 {
	margin-bottom: 3px;
	text-align: center;
}
.headline {
	background: #885511;
	margin-left:20px;
}
 .pic {
 	position:relative;
	width: 233px;
	float: left;
	padding: 10px 0px;
	background: #FFFFFF;
}

.pic img {
	position:relative;
	margin-left:50px;
	padding:2px;
  border:1px solid black;
}

.anzeigef {
	width:699px;
	background: #FFFFFF;
	position:relative;
	padding-top:10px;
	padding-bottom:15px;
}

.anzeigef .picf {
	width:400px;
	margin-left:auto;
	margin-right:auto;

	padding:3px;
	border: 2px solid #2E1E0F;	
	}
	
.pfeil {
	position:absolute;
	top:100px;
	right:5px;
	width:120px;
	height:40px;
	border: 1px solid #CCCCCC;
}