@CHARSET "UTF-8";
* {
	margin:0;
	padding: 0;
}
a,
a:visited,
a:active {
	font-weight: bold;
	color: #3B7C37;
}
body {
	text-align: center;
	background: url(../img/ribbon.png) #CDE7CB repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

h1 {
	margin-bottom: 1em;
	font-size: 1.2em;
	letter-spacing: -0.02em;
}
h2 {
	font-size: 1.25em;
	margin-top: 1em;
	color: #398136;
	border-bottom: 1px solid #398136;
	margin-bottom: .5em;
}
h3 {
	font-size: 1em;
}

#container {
	text-align: left;
	width: 906px;
	margin: 0 auto;
}

#header {
	position: absolute;
	top: 0;
	background: url(../img/header.png) no-repeat;;
	height: 132px;
	width: 906px;
}
	#header img {
		margin: 1em;
	}
	#header a {
		display: block;
		height: 100px;
		width: 200px;
		position: relative;
		top: -100px;
		z-index: 9001;
	}

#center {
	position:relative;
	background-color: #fff;
	margin-top: 132px;
	border: 3px solid #66CD62;
	border-top: none;
	padding-top: 2.4em;
	line-height: 1.3em;
}
	#center.startseite {
		background: url(../img/right_background.png) repeat-y 100% 50px #fff;
	}
	#center.startseite p {
		font-weight: bold;
		letter-spacing: -0.01em;
	}
		#center.startseite p span{
			color: #3B7C37;
		}
	.clear {
		clear:both;
	}
	#content_wrap {
		position:relative;	/*peekaboo*/
		float: right;
	}
	#content {
		position:relative;/*peekaboo*/
		width: 54em;
		margin-right: 2em;
		margin-bottom: 2em;
	}
		.startseite #content{
			margin-right: 31em;
			width: 25em;
		}
	p {
		margin-bottom: 1em;
	}
	#content ol {
		list-style-position: outside;
		margin-left: 2em;
	}
	#content table input  {
		width: 15em;
	}
	#content table input.half {
		width: 7.3em;
	}
	#content table.beitritt {
		width: 80%; 
	}
	#content .beitritt .labels {
		width: 9em;
	}
	table {
		border: 3px solid #67CC62;
		width: 100%;
		padding: 0.5em;
		margin-bottom: 2em;
	}
	table col.date {
		width: 21%;
	}
	table caption {
		background-color: #67CC62;
		color: #fff;
		padding: .5em 0;
		font-weight: bold;
		width: 100%;
		margin: 0;
	}
	table tr {
		vertical-align: top;
	}
	table tr td {
		padding-bottom: .4em;		
	}
	table tr td b {
		line-height: 1.3em;
	}
		
	
	#nav {
		position:relative;/*peekaboo*/
		float: left;
		width: 12em;
	}
	#nav img {
		margin: .3em;	
	}
	#nav ul {
		position:relative;	/*peekaboo*/
		list-style: none;
		list-style-position: inline;
	}
	#nav li {
		display: block;
		padding: .4em 0;
		border-bottom: 3px solid #66CD62;
	}
		#nav li.first {
			border-top: 3px solid #66CD62;
		}
	#nav li a {
		color: #000;
		text-decoration: none;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		margin-left: 1em;
	}
	#nav li a.current {
		color: #398136;
	}
	#banner_image {
		display:none;
	}
	.startseite #moecking {
		position:absolute;
		top: 27em;
		right:9em;
	}
	.startseite div#banner_image{
		display: block;
		position: absolute;
		top: 0;
		right: 1em;
		width: 362px;
		height: 20em;
		padding-top: 5em;
		background: url(../img/kinder.jpg) bottom no-repeat #fff;
	}
	.hanteln div#banner_image{
		background: url(../img/hanteln.jpg) bottom no-repeat #fff;
	}
	#adresse {
		display: none;
	}
	.startseite #adresse {
		display:block;
		font-weight: bold;
		text-align: center;
		color: #fff;
		position: absolute;
		bottom: 1em;
		right: 6em;
		background-color: #67CC62;
	}
	
.galerie {
	border: 0px;
}
.galerie td  {
	width: 150px;
	padding: 0;
	border: 1px solid #76C16F;
	text-align: center;
	vertical-align: middle;
}
.galerie td img {
	margin: 5px auto;
	border: 0;
}