/**
 * galleries.css
 *
 * Styles für die verschiedenen Galerieansichten
 *
 * History:
 * - 2009-06-09 rr: Erstellen des Files
 */

/* == Global == */

/* = Empfehlung = */
@import url("empfehlung.css");

.galerie_left {
	float: left;
	width: 490px;
	min-height: 500px;
	height: auto !important; /* für moderne Browser */
	height: 500px;  /*für den IE */
	padding-right: 29px;
}

.galerie_left .uebersicht {
	margin-bottom: 10px;
}

.galerie_left .uebersicht a {
	padding: 2px 5px 2px 5px;
	background-color: #000;
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.galerie_left h1 {
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
}

.galerie_left h2 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
}

.galerie_right {
	float: right;
	padding-left: 16px;
	width: 150px;
}

/* == Galerieübersicht == */

.galerie_search_wrapper {
	width: 466px;
	margin: 12px 0px 10px 0px;
	padding: 12px;
	background-color: #ffec9f;
}

.galerie_search_wrapper #galerie_seach_btn {
	border: 0px;
	background-color: #000;
	color: #ffcc00;
	width: 90px;
	height: 20px;
	font-size: 10px;

}

.galerie_right .monate h3 {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.galerie_right .monate ul {
	margin: 0px;
	padding: 0px;
	line-height: 11px;
	list-style-type:none;
}

.galerie_right .monate li {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	text-transform: uppercase;
}

.galerie_right .quicklinks a {
	margin: 0 0 0px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

/* == Vollansicht Galerie == */

.blaettern_fullgal {
	margin: 15px 0px 15px 0px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.blaettern_fullgal a {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

.blaettern_fullgal a img.previous {
	margin-left: 5px;
	margin-right: 5px;
}

.blaettern_fullgal a img.next {
	margin-left: 5px;
	margin-right: 5px;
}

.blaettern_fullgal span.active {
	font-weight: bold;
	text-decoration: underline;
}

.galerie_right .galerie_details h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.galerie_right .galerie_details strong {
	font-weight:bold;
}

/* == Vollansicht Bild == */

.blaettern_fullpic {
	width: 490px;
	height: 18px;
	margin: 12px 0px 9px 0px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.blaettern_fullpic a {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

.blaettern_fullpic a img.previous {
	margin-left: 5px;
}

.blaettern_fullpic a img.next {
	margin-right: 5px;
}

.rating {
	margin-top: 12px;
}