@charset "utf-8";

/* ======================================= */
/* Gestaltung und Plazierung von BuBus   */
/* ======================================= */

.bubudatum {
	font-size: 80%;
	margin-top: 25px;
}
.bubuheader {
	margin-top: 25px;
	font-size: 1.4em;
}

.bubu_vorschau {
	width: 502px;
	margin: 0 58px 30px 39px;
	padding: 0;
	background: #FFF;
}
.bubu_vorschau img {
	margin: 0;
	border: 1px solid #FFCFF4;
}
.bubuinformation {
	width:500px;
	height: 18px;
	margin: 2px 0 0 0;
	color: #696969;
	font-size: 80%;
	font-weight: 300;
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
}

/* ======================================= */
/* Gestaltung der BUBU-Galerie Fenster     */
/* ======================================= */

#popupWrapper {
	padding: 7px 5px 7px 5px;
}
.bubuframe {
	border: 2px solid #f85500;
	padding: 5px 5px 3px 5px;
	background: #fff;
}
.bubuframe .bubuinformation {
	margin: 0 auto;
	text-align: center;
	display: block;
}
.bubufull {
	border: 1px solid #FFCFF4;
}
.bubuinformationstext {
	float: left;
}



/* ====================================== */
/* Gestaltung der BUBU-Galerie Navigation */
/* ====================================== */

ul.popupnavigation {
	overflow: hidden;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	height: 1.5em;
	border-right: 1px solid #ddd;
	font-size: 95%;
	font-weight: 500;
	color: #747474;
}
ul.popupnavigation li {
	display: inline;
	float: right;
	list-style: none;
	background-color: #fff;
}
ul.popupnavigation li.fensterschliessentext {
	float: left;
	text-align: center;
	border: 1px solid #ddd;
}
ul.popupnavigation li.zurueck {
	width: 1.5em;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: center;
}
ul.popupnavigation li.fensterschliessen {
	width: 1.5em;
	font-weight: 500;
}
ul.popupnavigation li.weiter {
	width: 1.5em;
	border-left: 1px solid #ddd;
	border-right: 0px solid #ddd;
	text-align: center;
}
ul.popupnavigation li a {
	display: block;
	text-align: center;
	color: #ddd;
}
ul.popupnavigation li a:hover {
	color: #ddd;
	background-color: #7F9F00;
	text-decoration: none;
}
ul.popupnavigation li a.aktiv {
	color: #747474;
}
ul.popupnavigation li a:hover.aktiv {
	color: #ddd;
}
ul.popupnavigation li a.nichtaktiv {
	color: #ddd;
}
ul.popupnavigation li a:hover.nichtaktiv {
	background-color: #fff;
}
ul.popupnavigation li.fensterschliessentext a {
	padding: 0 12px;
}

/* ================================ */
/* Gestaltung der Weiterlinks       */
/* ================================ */

.weiterone {
	float: right;
	width: 16px;
	height:16px;
	margin-right: 10px;
	padding: 0;
	border: 1px solid #8c8c8c;
	background: transparent;
}
.weiterone img {
	visibility: hidden;
	border: none;
}
.weiterone a {
	display: block;
	width:16px;
	height:16px;
	background: transparent url(../i/nav_weiter1a.gif) no-repeat;
	text-decoration: none;
}
.weiterone a:hover {
	background: transparent url(../i/nav_weiter1b.gif) no-repeat;
}

/* ================================ */
/* Gestaltung der Shoppinglinks     */
/* ================================ */

.shoppingtwo {
	float: right;
	width: 16px;
	height:16px;
	border: 1px solid #8c8c8c;
	background: transparent;
}
.shoppingtwo img {
	visibility: hidden;
	border: none;
}
.shoppingtwo a {
	display: block;
	width:16px;
	height:16px;
	background: transparent url(../i/shoppingcart2a.gif) no-repeat;
	text-decoration: none;
}
.shoppingtwo a:hover {
	background: transparent url(../i/shoppingcart2b.gif) no-repeat;
}

/* ======================================= */
/* Weitere Formatierungen                  */
/* ======================================= */

.sold {
	font-style: italic;
	color: #f85500;
}

