body {
	font-size: 13px;
	font-family: Tahoma, Arial;	
	background-color: #DDDDDD; 
}

#wrapper {
	margin: auto;
	width: 832px;
	-moz-box-shadow: 0 0 1em black;
	-webkit-box-shadow: 0 0 1em black;
    box-shadow: 0 0 1em black;
}

#header {
	background-image: url('../img/header.png');
	background-repeat: no-repeat;
	
	/*background-position: center;*/
	height: 164px;
}

#navi ul {
	padding: 0 11px;
	margin: 0;
	height: 36px;
	background-color: #58585A;
}

#navi ul li{
	display: block;
	float: left;
	padding: 0.3px;
}

#navi li a:hover {
	color: white;
	background-color: #A0B842;
}

#navi li.current a {
	font-weight: normal;
	color: white;
	background-color: #77A415;
}

#navi ul li a {
	display: block;
	float: left;
	text-transform: uppercase;
	color: white;
	padding: 10px;
}

#subnavi ul {
	padding: 0 11px;
	margin: 0;
}

#subnavi ul li {
	display: block;
	float: left;
	padding: 0;
}

#subnavi ul li a {
	display: block;
	float: left;
	padding: 5px 10px;
	text-decoration: none;
	color: #58585A;
}

#subnavi li a:hover {
	background-color: #A0B842;
	color: white;
}

#subnavi li.current a {
	background-color: #77A415;
	color: white;
}

#content {
	padding: 2.5em;
	background-color: white;
}

#footer {
	background-color: #A0B842;
	text-align: right;
	padding: 0.5em;
	color: white;
	font-size: 11px;
}

#footer a {
	text-decoration: none;
	color: white;
}

#footer a:hover {
	color: #58585A;
}

/* Für Modul */
table {
  width: 100%;
  border: none;
}

table th {
  font-size: 13px;
  background-color: #AFDCEC;
  color: #333;
  padding: 3px;
  font-weight: normal;
}

table td {
	background-color: #EBF2F1;
} 

table .aktion {
	text-align: center;
}

/* slider */

div.slider .slider_thumbnails {
	position: absolute;
    bottom: 0;
    left: 5px;
    max-height: 46px;
    overflow: scroll;
}