@charset "UTF-8";	/*copyright 2011 buchmann medienservice*/
* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FC6;
	min-height: 101%;
	color: #000;
	font-size: 16px;
}
#centered {
	width: 980px;
	background-color: #EEE;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: 0px 261px;
}
#header {
	height: 220px;
	background-repeat: no-repeat;
	background-image: url(../images/header.jpg);
	width: 100%;
	background-color: #DEF;
}
#logo {
	height: 120px;
	width: 200px;
	margin-top: 50px;
	margin-left: 70px;
	float: left;
}
#mainnavigation {
	background-repeat: no-repeat;
	width: 100%;
	height: 36px;
	background-image: url(../images/mainnavigation.jpg);
	background-color: #9B9;
}
#mainnavigation ul {
	padding-left: 30px;
}
#mainnavigation ul li {
	float: left;
	list-style-type: none;
}
#mainnavigation .navigationbutton {
	padding-top: 7px;
	font-size: 16px;
	height: 25px;
}
#subnavigation #subnaviposition1 {
	padding-left: 80px;
}
#subnavigation #subnaviposition2 {
	padding-left: 200px;
}
#subnavigation #subnaviposition3 {
	padding-left: 320px;
}
#subnavigation #subnaviposition4 {
	padding-left: 440px;
}
#subnavigation #subnaviposition5 {
	padding-left: 560px;
}
#subnavigation #subnaviposition6 {
	padding-left: 680px;
}
#subnavigation #subnaviposition7 {
	padding-left: 800px;
}
#subnavigation ul li {
	list-style-type: none;
}
#subnavigation .navigationbutton {
	font-size: 14px;
	padding-top: 1px;
	height: 18px;
}
.navigationbutton  {
	width: 116px;
	text-align: center;
	display: block;
	text-decoration: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.navigationbutton:link {
	background-color: #696;
	border-top-color: #7BB97C;
	border-right-color: #537E54;
	border-bottom-color: #537E54;
	border-left-color: #7BB97C;
	color: #FC6;
}
.navigationbutton:visited {
	background-color: #696;
	border-top-color: #7BB97C;
	border-right-color: #537E54;
	border-bottom-color: #537E54;
	border-left-color: #7BB97C;
	color: #FC6;
}
.navigationbutton:hover , .navigationbutton:focus{
	background-color: #6a6;
	border-top-color: #7BB97C;
	border-right-color: #537E54;
	border-bottom-color: #537E54;
	border-left-color: #7BB97C;
	color: #FC6;
}
.navigationbutton:active {
	background-color: #fc6;
	border-top-color: #537E54;
	border-right-color: #7BB97C;
	border-bottom-color: #7BB97C;
	border-left-color: #537E54;
	color: #585;
}
.navigationbutton#startbutton{
	width: 76px;
}
.activepage a:link  {
	background-color: #fc6;
	border-top-color: #537E54;
	border-right-color: #7BB97C;
	border-bottom-color: #7BB97C;
	border-left-color: #537E54;
	color: #585;
}
.activepage a:visited {
	background-color: #fc6;
	border-top-color: #537E54;
	border-right-color: #7BB97C;
	border-bottom-color: #7BB97C;
	border-left-color: #537E54;
	color: #585;
}
.activepage a:hover , .activepage a:focus{
	background-color: #fc6;
	border-top-color: #537E54;
	border-right-color: #7BB97C;
	border-bottom-color: #7BB97C;
	border-left-color: #537E54;
	color: #696;
}
.activepage a:active {
	background-color: #fc6;
	border-top-color: #537E54;
	border-right-color: #7BB97C;
	border-bottom-color: #7BB97C;
	border-left-color: #537E54;
	color: #696;
}
#wrapperframe {
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
}
#wrapperbg {
	background-image: url(../images/subnavigation.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-right: 30px;
	padding-left: 30px;
}
#footer {
	background-color: #CCC;
	width: 100%;
	height: 24px;
	color: #E0E0E0;
	background-image: url(../images/footer.gif);
}
#footerleft  {
	padding-left: 30px;
	text-align: left;
	float: left;
}
#footerright {
	text-align: right;
	padding-right: 30px;
}
#footer a {
	text-decoration: none;
	padding-top: 2px;
	display: block;
}
#footer a:link {
	color: #E0E0E0;
}
#footer a:visited {
	color: #E0E0E0;
}
#footer a:hover , #footer a:focus{
	color: #FFF;
}
#footer a:active {
	color: #FFF;
}
