@charset "utf-8";

body, html{
	min-height:101%; /*Scrollbar immer anzeigen*/
	overflow-y:scroll;
}

#container {
	margin-left: -365px;
	margin-top: 20px;
	left:50%;
	height: 530px;
	width: 800px;
	background-color: #FFFFFF;
	font-size: 13px;
	position: absolute;
	padding:20px;	
}

#logoteil img{
	float:right;
	width:280px;
	height:95px;
	/*background-image:url(../IMAGES/logoteil.png);*/
	text-decoration:none;
	border:none;
}	

/* der aktive link in der hauptnavigation oben */
.style_active {color: #797e00;
	text-decoration: none;
}
/* ende */

#container a {
	color: #c23384;
	text-decoration: none;
}

#container a:hover {
	color: #797e00;
	text-decoration: none;
}
#container #position {
	clear: both;
	margin-top: 40px;
	line-height: 30px;
	background-image: url(../IMAGES/LOGO.JPG);
	height: 30px;
	background-repeat: no-repeat;
	background-position: right;
	margin-bottom: 15px;
	text-align:left;
}
#container #position h1 {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #d82487;
	display: block;
	width: 120px;
	line-height: 20px;
	padding-left:5px;

}

#container #position h3 {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #d82487;
	display: block;
	width: 230px;
	line-height: 20px;
	padding-left:5px;

}

#container #lowercontent {
	background-color: #16434e;
	clear: both;
	height: 330px;
	margin-top: 15px;
}

#container #lowercontent2 {
	background-color: #16434e;
	clear: both;
	margin-top: 15px;
}

/* newsletter-feld */

#rechts {
	width: 100px;
	margin-left:730px;
	background-color: #33FF00;
	height: 530px;
	float: left;
}


/* links im content */
#container #lowercontent a {
	color: #FFF;
	text-decoration: none;
}
#container #lowercontent a:hover {
	color: #797e00;
	text-decoration: none;
}



/* ende- links im content */


#container #lowercontent #white_left {
	background-color: #16434e;
	margin: 10px;
	height: 310px;
	width: 250px;
	float: left;
}




/* bilder auf home */


#container #lowercontent #white_left3 {
	background-color: #16434e;
	margin: 10px;
	height: 200px;
	width: 150px;
	float: left;
}

#container #lowercontent #white_right3 {
	background-color: #ffffff;
	margin: 10px;
	height: 200px;
	width: 150px;
	float: right;
}

#container #lowercontent #white_left4 {
	background-color: #16434e;
	margin: 10px 20px 0 0px;
	height: 200px;
	width: 300px;
	float: left;
}


/* bilder auf home---ende */

#container #lowercontent #white_right {
	background-color: #16434e;
	margin: 10px;
	height: 310px;
	width: 250px;
	float: right;
}

#container #lowercontent #white_left2 {
	background-color: #16434e;
	margin: 10px;
	height: 135px;
	width: 250px;
	float: left;
}
#container #lowercontent #color_right {
	color: #FFFFFF;
	padding: 10px;
	font-weight: normal;
}


#container #lowercontent #color_right h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 16px;
}
#container #lowercontent .gal {
	background-color: #FFFFFF;
	float: left;
	height: 170px;
	width: 160px;
	margin-right: 25px;
	margin-top: 10px;
	margin-left: 10px;
	position: relative;
}
#container #lowercontent .gal .desc {
	position: absolute;
	bottom: -20px;
	color: #FFFFFF;
	width: 160px;
}



body {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #333333;
	background-color:#FFF;

}
#container #lowercontent .gal2 {
	background-color: #FFFFFF;
	float: left;
	height: 155px;
	width: 120px;
	margin-right: 10px;
	margin-top: 20px;
	margin-left: 10px;
	position: relative;
}
#container #lowercontent .gal2 .desc {
	position: absolute;
	bottom: -17px;
	color: #FFFFFF;
	width: 120px;
}


#container #lowercontent .gal3 {
	background-color: #16434e;
	float: left;
	height: 155px;
	width: 120px;
	margin-right: 10px;
	margin-top: 20px;
	margin-left: 20px;
	position: relative;
}
#container #lowercontent .gal2 .desc2 {
	position: absolute;
	color: #FFFFFF;
	width: 288px;
	bottom: -17px;
}


/* SLIMBOX */

#lbOverlay {
	position: absolute; /* eigentlich:fixed - funzt aber nicht im IE */
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 2000px;
	overflow:hidden;
	background-color: #16434e;
	cursor: pointer;
}

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

.lbLoading {
	background: #fff url(../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;
	border:none;
}

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

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

#lbBottom {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 10px;
	color: #16434e;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;

}

#lbCloseLink {
	display: block;
	float: right;
	width: 45px;
	height: 15px;
	background: url(../IMAGES/closelabel.gif) no-repeat center;
	margin: 0;
	outline: none;
	border:none;
}

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

#lbCaption {
	font-weight: bold;
	font-size: 12px;
	margin-top:15px;
	margin-bottom:5px;
}

