/* Container */
#container {
	width: 100%;
	text-align: center;
}

/* Seitenkopf */
#jumpToContent {
	background-color: #2A8F43;
	border-bottom: solid 4px #FFF;
	text-align: left;
}

#jumpToContent a {
	color: #FFF;
	text-decoration: none;
	font-size: .3cm;
	font-weight: bold;
	margin-left: 5px;
}

#head {
	position: relative;
	width: 970px;
	margin: auto;
	margin-bottom: 0px;
	border: solid 4px #FFF;
	border-bottom: solid 4px #FFF;
}

#banner {
	height: 60px;
	background: url(./images/head/head.png) no-repeat top right #DDE2E4;
	margin: 0px;
}

#banner span { display: none; }

#navigation {
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-top: solid 4px #FFF;
	background-color: #31B34A;
	height: 28px;
}

#navigation li {
	list-style-type: none;
	list-style-image: none;
	background-color: #759578;
	width: 158px;
	height: 28px;
	float: left;
	border-right: solid 4px #FFF;
	margin: 0px;
	padding: 0px;
}

#navigation a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0px;
	padding-top: 2px;
   text-decoration: none;
	text-transform: lowercase;
	font-size: 11pt;
	font-weight: bold;
	color: #FFF;
	background: transparent;
}

#navigation #home { background-color: #FFD975; }
#navigation #verein { background-color: #FFC833; }
#navigation #einrichtungen { background-color: #FCB71C; }
#navigation #gaestebuch { background-color: #9DCF73; }
#navigation #links { background-color: #69BA45; }
#navigation #sitemap {
	background-color: #31B34A;
	border-right-style: none;
	width: 160px;
}

/* /Seitenkopf/ */

/* Inhalt */
.separator { display: none; }

#content {
	width: 970px;
	border-left: solid 4px #FFF;
	border-right: solid 4px #FFF;
	background-color: #EAF2CE;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: auto;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content h2, #content h3, #content h4, #content h5, #content h6, #content br {
	clear: both;
}

.navBar {
	margin-left: 10px;
	margin-right: 10px;
	background-color: #FFF;
	border: solid 1px #000;
	text-align: left;
}

.navBar a, .navBar span {
	margin-left: 5px;
}

#endOfPage, #startOfPage {
	margin-right: 5px;
}
/* /Inhalt/ */

/* Seitenfuss */
#footer {
	width: 970px;
	border: solid 4px #FFF;
	margin: auto;
	background-color: #2A8F43;
	font-size: 11pt;
}

#footer a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	margin: 3px;
}

#copyright {
	display: block;
	color: #FFF;
}
/* /Seitenfuss/ */

/* Benutzerdefinierte Formate */

.zentriert { text-align: center; }
.rechts { text-align: right;  }
.block { text-align: justify; }

.kleiner { font-size: smaller; }
.groesser { font-size: larger; }

.floatLeft { 
	float: left;
	margin: 2px;
	margin-right: 8px;
	margin-left: 0px;
}

.floatRight { 
	float: right;
	margin: 2px;
	margin-right: 0px;
	margin-left: 8px;
}
