body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*---------------------------------------- DIVS */
#container {
	position: relative;
	align: center;
	z-index: 1;
	height: 100%;
	width: 100%;
}
#top {
	position: absolute;
	text-align: center;
	z-index: 2;
	width: 800px;
	height: 134px;
	top: 0px;
	left: 50%;
	margin-left: -400px;
}
#motiv {
	position: absolute;
	text-align: center;
	z-index: 3;
	width: 800px;
	height: 276px;
	top: 134px;
	left: 50%;
	margin-left: -400px;
}
#left {
	position: absolute;
	text-align: center;
	z-index: 4;
	width: 86px;
	height: 276px;
	top: 134px;
	margin-left: -43px;
	left: -43px;
}
#back {
	position: absolute;
	text-align: center;
	z-index: 5;
	width: 800px;
	height: 174px;
	top: 411px;
	left: 50%;
	margin-left: -400px;
}
#content {
	position: absolute;
	text-align: center;
	z-index: 6;
	width: 800px;
	top: 540px;
	left: 50%;
	margin-left: -400px;
}
/*---------------------------------------- LINKS */
a, a:link, a:visited {
    color: #ff6600;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
/*---------------------------------------- TEXT */
.fliesstext {
    font-family: Tahoma, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	text-align: left;
}
.fliesstext-bold {
    font-family: Tahoma, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
}
.fliesstext-abschnitt {
    font-family: Tahoma, sans-serif;
	font-size: 10pt;
	color: #5b9dcf;
	font-weight: bold;
	text-transform: uppercase;
}
.textabschnitt {
    font-family: Tahoma, sans-serif;
	font-size: 10pt;
	color: #ffff00;
	font-weight: bold;
	text-transform: uppercase;
}
/*---------------------------------------- SLIMBOX */
#lbOverlay {
	position: absolute;
	z-index: 7;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 8;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(slimbox/css/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	z-index: 9;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	z-index: 10;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
	z-index: 11;
}

#lbPrevLink:hover {
	background: transparent url(slimbox/css/prevlabel.gif) no-repeat 0% 15%;
	z-index: 12;
}

#lbNextLink {
	right: 0;
	z-index: 13;
}

#lbNextLink:hover {
	background: transparent url(slimbox/css/nextlabel.gif) no-repeat 100% 15%;
	z-index: 14;
}

#lbBottom {
	z-index: 15;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	z-index: 16;	
	display: block;
	float: right;
    color: #000000;
	width: 66px;
	height: 22px;
	background: transparent url(slimbox/css/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
	z-index: 17;
}

#lbCaption {
	font-weight: bold;
	z-index: 18;
}
