/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
html {
	height: 101%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	background-color: #996600;
}
.clear {
	font-size: 0;
	height: 0;
	clear: both;
}
.fett {
	font-weight: bold;
}
.rot {
	color: #FF0000;
}
#container {
	width: 960px;
	margin: auto;
	margin-top: 12px;
	text-align: left;
	background-image: url(../img/bg_container.jpg);
	background-position: 0 200px;
}
#header {
	position: relative;
	width: 100%;
	height: 160px;
	background-image: url(../img/bg_header.jpg);
}
#header h1 {
	position: absolute;
	left: 228px;
	top:62px;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
}
#header #logoRechts {
	float: right;
	margin: 6px 6px 0 0;
}
#nav {
	width: 200px;
	float: left;
}
#nav ul {
	height: 400px;
	margin-top: 30px;
	margin-left: 20px;
	list-style-type: none;	
}
#nav ul li {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
	color: #613030;
}
#nav li.secondLevel {
	margin-left: 6px;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 4px;
	color: #613030;
	list-style-type: none;	
}

#nav ul li a, #nav ul li li a {
	color: #585858;
	text-decoration: none;
}
#nav ul li a:hover, #nav ul li li a:hover {
	color: #613030;
	text-decoration: none;
}
#nav #currentLogin {
	height: 30px;
	margin-left: 20px;
	font-size: 12px;
	color: #613030;
	margin-bottom: 20px;
}
/* der Container mit dem effektiven Inhalt */
#content {
	width: 700px;
	margin: 30px 0 24px 30px;
	float: left;
}
#content h1 {
	font-size: 20px;
	margin-bottom: 12px;
	letter-spacing: 1px;
	color: #613030;
}
#content h2 {
	font-size: 16px;
	margin-bottom: 8px;
	color: #613030;
}
#content h3 {
	font-size: 15px;
	margin-bottom: 8px;
	color: #613030;
}
#content p {
	margin-bottom: 8px;
}
#content a {
	text-decoration: underline;
	color: #996600;
}
#content a:hover {
	text-decoration: none;
	color: #996600;
}
#footer {
	width: 960px;
	margin: auto;
	font-size: 13px;
	padding-top: 12px;
	text-align: center;
	margin-bottom: 20px;
	color: #CCCCCC;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #E9E9E9;
	text-decoration: none;
}
/* Stile für einzelne Saiten */
/* labels der Formularfelder */
#intern label {
	display: block;
	width: 60px;
	margin-top: 8px;
}
#vorstand .vorstandsmitglied {
	width: 300px;
	height: 175px;
	float: left;
	margin: 12px 40px 0 0;
}
#vorstand .vorstandsmitglied img {
	float: right;
	margin-right: 12px;
}
/* Seite Aktuell, Taetigkeitsprogramm */
.aktuell, .taetigkeitsprogramm, .kurse, .anlaesseAllgemein, .pilzrezepte {
	margin-right: 24px;
	padding:8px 0 8px 0;
	border-bottom: 1px solid #CCCCCC;
}

