body {
	color:#696969;
	font-size:13px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:22px;
	margin:0px;
	padding:0px;
}

p {
	padding:0px 0px 20px 0px;
	margin:0px;
}

a:link, a:visited {
	font-size:13px;
	color:#58ab27;
	text-decoration:underline;
}
a:hover {
	font-size:13px;
	color:#ff9104;
	text-decoration:underline;
}

#rahmen {
	width:916px;
	background-color:#ffffff;
	height:auto;
	margin:0px auto;
	background-image:url(../bilder/untenLinks.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

	#kopf {
		height:193px;
		background-image:url(../bilder/head.jpg);
	}

	#links {
		width:220px;
		float:left;
	}
	
	#navi {
		width:193px; margin-top:20px;
	}
		#navi ul {
			padding:0px;
			margin:0px;
			list-style:none;
		}
		#navi li {
			margin:0px 0px 5px 0px;
			text-align:right;
		}
		#navi a:link, #navi a:visited {
			font-size:14px;
			font-weight:bold;
			color:#ffffff;
			text-decoration:none;
			background-image:url(../bilder/navi.jpg);
			display:block;
			width:182px;
			height:31px;
			padding:6px 10px 0px 0px;
		}
		#navi a:hover {
			font-size:14px;
			font-weight:bold;
			color:#58ab27;
			text-decoration:none;
			background-image:url(../bilder/navi_over.jpg);
			display:block;
			width:182px;
			height:31px;
			padding:6px 10px 0px 0px;
		}
		.over {
			font-size:14px;
			font-weight:bold;
			color:#58ab27;
			text-decoration:none;
			background-image:url(../bilder/navi_over.jpg);
			display:block;
			width:182px;
			height:31px;
			padding:6px 10px 0px 0px;
		}		

	#aktuelles {
		text-align:center;
		padding-right:10px;
	}

	#inhalt {
		height:auto;
		width:455px;
		padding:20px 20px 0px 0px;
		float:left;
	}
		#inhalt li {
			list-style:square;
		}
		#inhalt strong {
			color:#58ab27;
		}		
		#inhaltKontakt {
			height:auto;
			width:305px;
			padding:20px 20px 0px 0px;
			float:left;
		}

		#bildRechts {
			width:206px;
			height:auto;
			float:left;
		}
			#bildRechts img {
				border:solid 3px #58ab27;
				margin-top:20px;
			}
			#bildRechtsKontakt {
				width:356px;
				padding:20px 0px 0px 0px;
				height:auto;
				float:left;
			}			

	#unten {
		background-color:#093;
		text-align:center;
		color:#FFF;
	}
	
.clear 	{
	clear:both;
	line-height:0px;
	font-size:0px;
	height:0px;
	}	
	
h1 {
	padding:0px 0px 15px 0px;
	margin:0px;
	color:#58ab27;
	font-weight:bold;
	font-size:18px;
}

h2 {
	padding:0px 0px 0px 0px;
	margin:0px;
	color:#58ab27;
	font-weight:bold;
	font-size:13px;
}









/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../bilder/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(../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 #fff;
	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;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}





/* GB */


#gb_content {
	background-color:#ffffff;
}

#gb_content .user {
	background-color:#ff9d1f;
	height:0px;
	color:#FFF;
	font-weight:bold;
}
#gb_content .datum {
	background-color:#ff9d1f;
	height:0px;
	color:#FFF;
	font-weight:bold;
}
#gb_content .eintrag {
	background-color:#ff9d1f;
	height:0px;
	color:#FFF;
	font-weight:bold;
}

#gb_content .inhaltGb {
	background-color:#dddddd;
	border:solid 1px #333;
}


