/*
 OneByte GmbH - e-Business & Webdesign - www.onebyte.ch
 
 Filename    : galerie_uebersicht.css
 Created by  : Bettina Gloor (bg@onebyte.ch)
 Purpose     : Stylesheet für Browserdarstellung
 Please note : 
 History     : 08.01.2008 beg: Erstentwurf
*/


/* ---------------------------------------------------
   Galerie
   =================================================== */

.txt_links {
	float: left;
}
.txt_rechts {
	float: right;
}
.galerie_auswahl {
	border: #dedede 1px solid; 
	width: 550px;
}
.galerie_auswahl_input { 
	font-family: Arial, Helvetica, sans-serif; 
	border: 1px solid #ccc; 
	font-size: 12px; 
	padding: 2px 5px; 
	background-color: #f5f5f5; 
	width: 250px; 
}
.galerie_box {
	float: left;
	padding: 7px;
	width: 536px;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-top: 1px solid #dedede;
	font-size: 12px;
}
.galerie_uebersichtsbild {
	float: left;
	width: 200px;
  height: 200px;
  background: #F8F8F8 no-repeat center;
}
#galerie_beschrieb  {
	float: right;
	padding-left: 20px;
	padding-right: 40px;
	width: 276px;
}
.galerie_uebersichtsbild a, .galerie_uebersichtsbild a:visited, .galerie_uebersichtsbild a:hover, .galerie_uebersichtsbild a:active{
	text-decoration: none;
	border-bottom: none;
	background: none;
}
.galerie_box_last {
	clear: both;
	width: 550px;
	border-top: 1px solid #dedede;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
/*#galerie_text  {
	width: 600px;
	padding: 15px 15px 15px 0;
}*/



/* ---------------------------------------------------
   Seitenzähler
   =================================================== */
#countpages {
	font-size: 12px;
	line-height: 1.5em;
}
#countpages a, #countpages span {
	border: 1px solid #FFFFFF;
	display: block;
	float: left;
	margin-right: 0.1em;
	padding: 0 0.3em;
}
#countpages span.current {
	background: #99B0E8;
	border-width: 1px;
	border-color: #A5BDDA;
	border-style: solid;
	color: #FFFFFF;
}
#countpages a {
	border-color: #C9C9C9;
	border-width: 1px;
	border-style: solid;
	text-decoration: none;
}
#countpages a:hover {
	border-color: #A5BDDA;
	color: #fff;
	background-color: #99B0E8;
	text-decoration: none;
}
#countpages a.nextprev {
	/* font-weight: bold; */
}
#countpages span.nextprev {
	color: #666666;
}
#countpages span.nextprev {
	border: 1px solid #DDDDDD;
	color: #999999;
}

#flashcontent {
	display: block;
	margin-bottom: 2em;
}
