* {	
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: no-repeat;
	text-align: left;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background: #121212 url(images/bg_body.gif) repeat-x top;
}

a {
	color: #86a854;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}
	
h1, h2 {
	font-size: 14px;
	color: #739144;
	margin-bottom: 10px;
	margin-top: 40px;
}
h2 {
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 5px;
}
h3 {
	font-size: 11px;
	margin-bottom: 5px;
}
p {
	line-height: 14px;
	margin-bottom: 10px;
}
	
ul {
	margin-left: 15px;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

#container {
	margin: 20px auto;
	position: relative;
	width: 900px;
}
#blatt1, #blatt2 {
	position: absolute;
}
	#blatt1 {
		z-index: 10;
		left: 800px;
	}
	#blatt2 {
		z-index: 5;
	}
#page {
	width: 900px;
	margin-top: 40px;
	background: #FFF url(images/bg_page.gif) repeat-x top;
	border-top: 5px solid #85a753;
	position: absolute;
	margin-bottom: 30px;
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.40);
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.40);
}
#menu {
	width: 120px;	
	background: #FFF;
	padding: 55px 15px 30px 15px;
	position: absolute;
	top: 87px;
	left: 27px;
	float: left;
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.40);
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.40);
	background: /*url(images/bg_menu.jpg) no-repeat right top*/ #FFF;
	z-index: 10;
}
	#menu ul {
		list-style-image: url(images/list_menu.gif);
	}
		#menu li {
			margin-bottom: 5px;
			font-weight: bold;
		}
			#menu li ul {
				margin-top: 5px;
				margin-bottom: 10px;
			}
			#menu li li {
				font-size: 11px;				
				font-weight: normal;
			}
	#logo {
		width: 190px;
		text-align: center;
		/*background: url(images/bg_logo.gif) bottom no-repeat;
		padding-bottom: 15px;
		
		margin-bottom: 35px;*/
		position: absolute;
		top: 15px;
		left: 10px;
		z-index: 40;
	}
#banner {
	height: 50px;
	background: #86a854;
	margin: 37px 0px 15px 0px;
	padding-left: 280px;
}
#content {
	padding-left: 280px;
	padding-right: 30px;
	margin-bottom: 30px;
	min-height: 300px;
	font-size: 11px;
	background: url(images/bg_content.png) no-repeat center top;
}
	#content ul {
		margin-left: 30px;
	}
	#content li {
		margin-bottom: 3px;
	}

#footer-top {
	height: 5px;
	background: #739144;
	border-bottom: 1px solid #FFF;
}
#footer {
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	padding-right: 30px;
	text-align: right;
	background: #86a854;
	color: #5F7043;
}


/* redaxo */
.rex-breadcrumb {
	list-style-image: url(images/list_menu.gif);
}
	.rex-breadcrumb li {
		float: left;
		margin-right: 25px;
	}
.txt-img {
	float: left;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
	
/* galerie */
.galerie_thumbnail{
	float: left;
  /*margin: 8px;
	background: #292929;
  height: 165px;
	width: 165px;*/
}

/* ls=landscape-Format der Thumbs */
.ls img{
	height: 112px;
	width: 150px;
	margin: 25px 7px;
	border: 1px solid #fff;
}
/* pt=portrait-Format der Thumbs */
.pt img{
	height: 150px;
	width: 112px;
	margin: 7px 25px;
	border: 1px solid #fff;
}
