* {
	margin: 0px;
	padding: 0px;
}


body {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	line-height: 1.3em;
	height: 100%;
	background-color: #EBFFDF;
	font-size: 11px;
}



#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 10px;
	height: 100.1%;
	background-repeat: repeat;
	margin-top: 5px;
	background-color: #FDFFDD;
	border: 1px solid #093;
}

#header {
	width: 960px;
	height: 200px;
	background-color: #FFF;
}
#slideshow {
	float: right;
	margin: 0px;
}
p      {
	line-height: 1.4em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: left;
	font-size: 12px;
}
h1, h2, h3 {
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 10px;
	line-height: 1.4em;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-top: 0px;
	padding-top: 3px;
}

li {
	padding-left: 10px;
}
a img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 5px;
}

.linkfarbe {
	color: #333;
}

.mittig {
	text-align: center;
}




#navi {
	width: 960px;
	text-align: center;
	height: auto;
	background-color: #C6F4AA;
	padding-top: 10px;
	padding-bottom: 10px;
}
#navi a {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #063;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
}
#navi a:hover {
	color: #666;
	background-color: #FFF;
}
#navi a.aktiv{
	color: #666;
	background-color: #FFF;
}



#sidebar {
	width: 220px;
	float: left;
}

#content {
	width: 740px;
	min-height: 550px;
	float: left;
	background-color: #FFF;
	padding-top: 10px;
}
#content table {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;

}
#content ul li {
	list-style-type: disc;
	margin-left: 30px;
}

#footer {
	width: 950px;
	clear: both;
	text-align: center;
	background-color: #C6F4AA;
	padding: 5px;
}
.kleinschrift {
	font-size: 10px;
}
