@charset "UTF-8";
html {
	height:101%;
}

body {
	background-color: #C4D983;
	height:100%;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #0A4818;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    }

#container {
	width: 944px;
	height:100%;
	margin: auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0;
	padding:0;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	border-top: 0;
	border-right: 3px solid #A1BE4D;
	border-bottom: 0;
	border-left: 3px solid #A1BE4D;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */
}

#head {
	width:944px;
	height:200px;
	margin:0;
	padding:0;
	border:0;
	background-image:url(img/lg_kopf.jpg);
	background-color:#C4D983;
	background-repeat:no-repeat;
	background-position:center 0;
}

#mainContent {
	width:657px;
	height:auto;
	margin:18px 20px 0 267px;
	padding:0;
	font-size:13px;
	line-height:18px;
	text-align: left;
	background-color:#C4D983;
	z-index:1;
}
#mainContent h1 {
	font-size:20px;
	line-height:28px;
	font-weight:bold;
	text-align:left;
    margin:20px 0px 5px 0px;
}
#mainContent h2 {
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	text-align:left;
    margin:20px 0px 5px 0px;
}
#mainContent h3, h4 {
	font-size:13px;
	line-height:20px;
	font-weight:bold;
	text-align:left;
    margin:20px 0px 5px 0px;
	
}#mainContent p {
    margin:5px 0px 12px 0px;
}

#mainContent hr {
	color: #A1BE4D;
	background-color: #A1BE4D;
	height:1px;
	border:0;
}
#mainContent a {
	text-decoration:none;
	color: #8A0411;
}
#mainContent a:hover {
	text-decoration:none;
	color:#829b3a;
}
/*#mainContent img {
	border:0;
	padding:0;
	float:left;
	margin: 5px 5px 5px 0;*/
}
#mainContent ul {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
	margin:0 0 0 22px;
	padding:0;
}

/**------------------- TABELLE ------------------**/
table {
	border:0;
	width:100%;
	color:#0A4818;
}
th {
	padding: 6px;
	font-size:16px;
	font-weight:bold;
	background-color:#A1BE4D;
	text-align:center;
}
td {
	padding: 3px 6px;
	vertical-align:top;
}


/**------------------ NAVIGATION ----------------**/
#menu {
	width: 218px;
	height:auto;
	margin:18px 20px 0 20px;
	padding: 0;
	text-align:left;
	z-index:2;
	float:left;
	font-size:13px;
	line-height:32px;
	border-bottom: 1px solid #829b3a;
}
#menu ul {
	background-color:#A1BE4D;
	list-style-type: none;
	font-size: 13px;
	line-height: 28px;
	margin:0;
	padding:0;
}
#menu li {
	background-color:#d8e6b0;
	padding:0;
	margin:0;
	border-top: 1px solid #829b3a;	
}
#menu li.aktuell ul {
	display:block;
}
#menu li.aktuell {
	background-color:#A1BE4D;
}
#menu li.start {
	background-color:#C4D983;
	border-top: 1px solid #829b3a;
}
#menu li.last {
	border-bottom: 1px solid #829b3a;
}
#menu li ul {
	display:none;
	font-size:10px;
	line-height:22px;
	padding-left:10px;
}
#menu li:hover ul {
	/*display:block;*/
}

#menu a {
	width:20px;
	padding:0 10px 0 10px;
	color: #0A4818;
	text-decoration: none;
}
#menu a:hover {
	color: #8A0411;
}


/**------------------ NEWS ----------------**/

#news {
	background-color:#d8e6b0;
	border-top:1px solid #829b3a;
	border-bottom:1px solid #829b3a;
	width: 198px;
	/*height:415px;*/
	margin:0px 0px 20px 0px;
	padding: 0 10px;
	text-align:left;
	z-index:2;
	float:left;
	font-size:13px;
	overflow: auto;
}

#news h1 {
	font-size:18px;
	font-weight:bold;
	text-align:left;
	margin:0px 0px 0px 0px;
}

#news a {
	color: #8A0411;
	text-decoration: none;
	padding:0px 0px 0px 0px;
}
#news a:hover {
	color: #829b3a;
}

#news p {
	line-height:16px;
}

.newsDatum {
	margin:25px 0px -10px 0px;
}



/**----------------- FUSSZEILE -----------------**/
#footer {
	width:944px;
	padding: 55px 0 20px 0;
	font-size: 10px;
	line-height:16px;
	color: #0A4818;
	text-align:center;
	clear:both;
}
#footer a {
	color: #8A0411;
	text-decoration: none;
}
#footer a:hover {
	color: #829b3a;
}


/**----------------- DIVERSES -----------------**/
.nobr   {
        white-space:nowrap;
        }
        
input.submit    {
        background-color:#d8e6b0;
        color:#225125;
        font-size:14px;
        font-weight:bold;
        width:200px;
        padding:2px;
        border-right:2px solid #225125;
        border-bottom:2px solid #225125;
        }
        
img.left {
        float: left;
        margin: 2px 10px 0 0;
        border:1px solid #999999;
        }

img.right {
        float: right;
        margin: 2px 0 0 10px;
        border:1px solid #999999;
        }
