/* SLIMBOX */
#lbOverlay { z-index: 9999; left: 0; width: 100%; background-color: #000; position: absolute; list-style-position: outside; cursor: pointer; }
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(../Slimbox/images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(../Slimbox/images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(../Slimbox/images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom { font-family: verdana; font-size: 10px; color: #737373; font-weight: normal; line-height: 1.4em; text-align: justify; border-color: #fff; border-style: none solid solid; border-width: 10px; }
#lbCloseLink {
	display: block;
	float: right;
	width: 113px;
	height: 22px;
	background: transparent url(../Slimbox/images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption { color: #737373; font-family: verdana; font-weight: normal; text-align: justify; }
body { color: black; background-color: white; }
p {}
td {}
a:link { color: #666 ; text-decoration: none; }
a:visited { color: #666 ; text-decoration: none; }
a:hover { color: #fff ; text-decoration: none; }
a:active { color: #fff ; text-decoration: none; }
.body { color: #666; font-size: 11px; font-family: tahoma; text-decoration: none; text-align: justify; }
.body_i { color: #666; font-size: 11px; font-family: tahoma; font-style: italic; text-decoration: none; text-align: justify; }
.body_rot { color: #6e081a; font-size: 11px; font-family: tahoma; text-decoration: none; text-align: justify; }
.body_white { color: #fff; font-size: 11px; font-family: tahoma; text-decoration: none; text-align: justify; }
.head_white { color: #fff; font-size: 11px; font-family: tahoma; font-weight: bold; text-decoration: none; }
.head_black { color: #000; font-size: 11px; font-family: tahoma; font-weight: bold; text-decoration: none; }
.head_bordeaux { color: #6e081a; font-size: 11px; font-family: tahoma; font-weight: bold; text-decoration: none; }
.head2 { color: #666; font-size: 11px; font-family: tahoma; font-weight: bold; line-height: 12px; text-decoration: none; }
.head3 { color: #b2b2b2; font-size: 12px; font-family: tahoma; font-weight: bold; line-height: 12px; text-decoration: none; }
.head_zeile8 { color: #666; font-size: 11px; font-family: tahoma; font-weight: bold; line-height: 8px; text-decoration: none; }
