/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	margin:0px;
	padding:0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #FFFF99;
	background-image: url(bilder/hinten6A.jpg);
	background-repeat: repeat-x;
}
h2 {
	border-top:1px solid #000000;
	border-left:3px solid #000000;
	text-shadow:#006600;
	font-weight:bold;
	color:#663300;
	font-size: large;
	border-right-style: none;
	border-bottom-style: none;
	text-align: left;
}
h1 { color: #663300;
	text-align:left;
	font-size: x-large;
}
h3 {color:#663300;}
hr {color:#663300; size:2;}
ul {list-style-type:none;}
img {margin:0px;
	padding:3px 3px;
	border:0;
}
#box {text-align:center; margin:auto; padding:0px; background:url(bilder/liniehoch.gif) repeat-y left; width:840px;}
#kopf {
	margin:0px;
	padding:0px;
	height:175px;
	background-image: url(bilder/Kopf222.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#kopftext { margin:90px 0px 3px 0px; float:left; height:75px; width:100%; text-align:left;}
#box1 {
	margin:0px;
	width:665px;
	float:right;
	background-color: #FFFFCC;
	background-image: url(bilder/schatten.png);
	background-repeat: repeat-y;
}
#inhalt {margin:0px 10px 0px 10px; padding:0; width:640px; float:right; text-align: left;}
#inhalt a:link, #inhalt a:visited {
	text-decoration:none;
	color:#006633;
	font-weight: bold;
}
#inhalt a:hover, #inhalt a:active {
	text-decoration:none;
	color:#996600;
	font-style:inherit;
	font-weight: bold;
}
#navi {margin:10px 5px; width:155px; float:left;}
#navi a:link {color:#660000; text-decoration:none; display:block; height:35px; line-height: 35px; background-image:url(bilder/button2.png); background-repeat:no-repeat; text-align:center; background-position:top;}
#navi a:visited {color:#660000; text-decoration:none; display:block; height:35px; line-height: 35px; background-image:url(bilder/button2.png); background-repeat:no-repeat; text-align:center; background-position:top;}
#navi a:hover {
	font-style:italic;
	text-decoration:none;
	display:block;
	height:35px;
	line-height: 35px;
	background-image:url(bilder/button2.png);
	background-repeat:no-repeat;
	font-weight:bold;
	text-align:center;
	background-position: bottom;
}
#navi a:active {font-style:italic; text-decoration:none; display:block; height:35px; line-height: 35px; background-image:url(bilder/button2.png); background-repeat:no-repeat; font-weight:bold; text-align:center; background-position: bottom;}
#blind {clear:both; margin:0px; padding:0px; height:2px; background-color:#669966;}
#fuss {margin:0px; width:840px; clear:both; height:30px; font-size:small; text-align:right;}
#fuss a:link, #fuss a:visited {text-decoration:none; color:#000000;}
#fuss a:hover, #fuss a:active {text-decoration:overline; color:#000000;}
.aktiv {color:#660000; font-style:italic; margin:0px; padding:0px; display:block; height:35px; background-image:url(bilder/button2.png); background-repeat:no-repeat; line-height: 35px; font-weight: bold;  text-align:center; background-position: bottom;}
.bildbox   {
	float:left;
	margin:0px;
	padding:3px 10px;
}
.bildboxrechts   {
	float:right;
	margin:0px;
	padding:3px 10px;
}
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #FFFFCC;
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #FFFFCC;
	background-repeat: no-repeat;
}

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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(bilder/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

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

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

#lbCloseLink {
	display: block;
	float: right;
	width: 113px;
	height: 22px;
	background: transparent url(bilder/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

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

#lbCaption {
	font-weight: bold;
}