html, body {
margin: 0;
padding: 0;
height: 100%;
}
#footermenu {
	margin-left: 20px;
	padding-top: 5px;
	width: 200px;
float:left;
}


div.wrapper {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(../buttons/bg_2.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center top;
}



body {

	background-color: #b2b3b1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}


div.header {
	width: 952px;
	height: 95px;
	background-color: #fff;
	background-image: url(../buttons/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ef0104;
	padding: 0px;
}
div.toppic {
	width: 952px;
	background: #fff;
	margin-right: auto;
	margin-left: auto;
}
div.left {
	width: 201px;
	float: left;
	padding: 0px;
	color: #fff;
	margin: 0px;
}
.inhalt {
	width: 952px;
	margin-right: 4px;
	margin-bottom: 44px;
	margin-left: 4px;
}

div.main {
	padding: 0;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 54px;
	margin-left: 10px;
	float: right;
	width: 720px;
}

div.clear {
clear: both;
margin: 0;
padding: 0;
height: 0;
line-height: 0;
font-size: 0;
}

div.footer {
	width: 960px;
	padding: 0;
	height: 44px;
	background-color: #fff;
	background-image: url(../buttons/footer.jpg);
	background-repeat: no-repeat;

	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center top;
}


.header #menu {
	background-color: #e6e4e4;
	height: 32px;
	float: right;
	width: 751px;
	margin-top:63px;
}
#copyright{
float:right;
text-align: right;
color: #efefef;
	margin-right: 20px;

	padding-top: 5px;
	width: 200px;
}


