body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
body {
	background-color: #9d9d9d;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#main {
	height: auto;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	float: left;
	height: 260px;
	width: 970px;
}

#header a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#mainmenue {
	float: left;
	height: 35px;
	width: 970px;
	padding-top: 3px;
	padding-bottom: 5px;
}
#nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 35px;
}
#nav li {
	float: left;
}
#nav li a {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	padding-right: 50px;
	padding-left: 60px;
	font-weight: bold;
	height: 25px;
	float: left;
	padding-top: 10px;
}
#nav li a:hover {
	background-image: url(images/hover.jpg);
	background-repeat: repeat-x;
}
#maincontent {
	float: left;
	width: 970px;
	height: auto;
}
#content {
	padding: 20px;
	float: left;
	min-height:500px;
	height:auto !important;  /* für moderne Browser */
	height:500px;  /*für den IE */
	width: 930px;
}
#content .inhalt {
	float: left;
	height: auto;
	width: 930px;
	background-image: url(images/inhalt-bg.jpg);
	background-repeat: repeat-y;
	background-position: -14px;
}
#content .inhalt .inhalt-left {
	float: left;
	height: auto;
	width: 445px;
	padding-right: 20px;
}
#content .inhalt .inhalt-right {
	float: left;
	height: auto;
	width: 445px;
	padding-left: 20px;
}
#content .inhalt .inhalt-right a {
	color: #FFF;
}

#footer {
	height: 197px;
	bottom: 0;
	width: 100%;
	float: left;
	position: relative;
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	font-size: 14px;
}
.footer-inhalt {
	height: auto;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	position: relative;
}
.footer-inhalt .copy {
	float: left;
	position: absolute;
	left: 675px;
	top: 144px;
	width: 200px;
	color: #9D9D9D;
}
#footer .footer-inhalt .copy a{
	color: #9D9D9D;
}


#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #78c100;
}
