/* container for slides */
.images {
	background:#fffff3;
	position:relative;	
	height:358px;
	width:683px;
	float:top;	
	margin:0px;
	cursor:pointer;
        top: 0px
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:0px;
	padding:0 0 0 0;
	height:358px;
        width: 683px;
	font-size:12px;
        border: 0px;
}

/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}


/* tabs (those little circles below slides) */
.tabs {
        position:absolute;
	clear:both;
	margin-left:330px;
        font-size: 1px;
}

/* single tab */
.tabs a {
	width:8px;
	height:0px;
	float:left;
	margin:0px;
	display:block;
	font-size:1px;		
        border: 0px;
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -16px;     
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
        position:relativ;
	background:#fff url(common/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward 				{ background-position: 0 -30px; clear:right; }
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } 


/* prev */
.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}





/* -------------------------------------------------------------------------- */
/* Angebot-Galerie auf Startseite */
/* -------------------------------------------------------------------------- */
/* panes */
#flowpanes {
  position:relative;
  float:left;
  width:918px;
  height:295px;	
  margin:0 6px;
  overflow:hidden;
  z-index:500;
}

/* single pane */
#flowpanes div {
  float:left;
  display:block;
}

/* our additional wrapper element for the items */
#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

#ang_nav {
  display:block;
  width:958px;
  padding:20px 0 0 0;
  text-align:center;
}
button.prev {
  position:relative;
  float:left;
  width:27px;
  height:92px;
  margin:103px 0 0 0;
  border:0 none;
  padding:0;
  background:transparent url(common/pfeil_prev.gif) top left no-repeat;
  cursor:pointer;
  z-index:1000;
  outline: none;
}

button.next {
  float:left;
  width:27px;
  height:92px;
  margin:113px 0 0 0;
  border:0 none;
  padding:0;
  background:transparent url(common/pfeil_next.gif) top left no-repeat;
  cursor:pointer;
  z-index:1000;
  outline: none;
}
/* -- OVERLAY -- */

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#FFFFF3;
	
	width:675px;	
	min-height:200px;
	border:5px solid #F0E7D5;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #523700;
	-webkit-box-shadow: 0 0 90px #523700;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(common/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
* html .simple_overlay .close {
	background-image:url(common/close_ie.gif);

}
/* -- GALLERY -- */


/* the large image. we use a gray border around it */
#img {
	border:1px solid #666;
}

/* "next image" and "prev image" links */
.next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(/img/global/gradient/h80.png) repeat-x;		
}
