@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
	color: #000000;
	background: #A1BC2F;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 879px;
	background: #FFFFFF;
	text-align: left;
	margin: 0 auto;
}
#header {
    background: #A1BC2F;
	height: 172px;
}
#sidebar1 {
    width: 125px;
	height: auto;
    background: #D2DD9B;
	float: left;
    padding: 15px 10px;
}
#mainContent {
	margin: 0 0 0 165px;
	padding: 15px;
	border-left: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	text-align: center;
}
.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	padding: 5px;
	border-top: 1px solid #FFFFFF;
	font-size: 80%;
	color: #2A9F00;
}
h1 {
	color: #000000;
	margin: 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	text-align: left;
}
p {
    font-size: 80%;
}
#mainContent p {
	line-height: 130%;
	background-color: #FFFFFF;
	text-align: left;
}
#sidebar1 ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
	font-size: 80%;
	line-height: 150%;
}
#sidebar1 a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#sidebar1 a:hover, #sidebar1 a:active, #sidebar1 a:focus {
	color: #007F00;
}

table {
border:1px solid #bbbbbb;
}
caption {
	font: bold .75em Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	margin-bottom: .5em;
	border-bottom:1px dotted #555555;
}
th, td {
	padding: 4px 17px;
	background:#b5c44b;
	font:.75em Arial, Helvetica, sans-serif;
}
th {
	text-align:left;
}
td {
	color:#000000;
	text-align:right;
}
.abwechslung th, .abwechslung td {
background:#dddccc;
}
.abwechslung2 th, .abwechslung2 td {
background:#FFFFD1;
}
#box1, #box2, #box3, #box4 {
	font:.75em Arial, Helvetica, sans-serif;
	text-align:left;
	border:1px solid black;
	padding:12px;
	margin-bottom:15px;
	width:auto;
	height:auto;
}