/*
 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;
	padding-right: 50px;
}
.galerie_auswahl {
	float: left;
	border: none; 
	width: 525px;
	padding: 0;
}
.galerie_auswahl_input { 
	font-family: Arial, Helvetica, sans-serif; 
	border: 1px solid #ccc; 
	font-size: 12px; 
	padding: 2px; 
	background-color: #f5f5f5; 
	width: 200px; 
}
#galerie_box {
	float: left;
	padding: 20px 0 0 0;
	width: 525px;
	font-size: 11px;
}
.galerie_uebersichtsbild {
	float: left;
	width: 150px;
  	height: 150px;
  	background: no-repeat top center;
}
#galerie_beschrieb  {
	float: right;
	padding-left: 10px;
	width: 365px;
}
/*.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: 580px;
	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: 11px;
	line-height: 1.5em;
	padding-bottom: 10px;
}
#countpages a, #countpages span {
	border: 1px solid #FFFFFF;
	display: block;
	float: left;
	margin-right: 0.1em;
	padding: 0 0.3em;
}
#countpages span.current {
	background: #e1e1e1;
	color: #000;
}
#countpages a, #countpages a:visited {
	text-decoration: none;
}
#countpages a:hover {
	color: #000;
	background-color: #e1e1e1;
	text-decoration: none;
}
#countpages a.nextprev {
	/* font-weight: bold; */
}
#countpages span.nextprev {
	color: #003466;
}
#countpages span.nextprev {
	color: #003466;
}

#flashcontent {
	display: block;
	margin-bottom: 2em;
}
