html {
	margin: auto;
}
body {
	width:960px;
	margin: auto;
	background-color: #241d1d;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}
#logo {
	margin-left: 30px;
	float: left;
}
#topnavi {
	text-align: right;
	margin-right: 40px;
	margin-top: 5px;
	color: #999;
	font-size: 10px;
}
#topnavi a {
	text-decoration: none;
	color: #999;
}
#topnavi :hover {
	text-decoration: underline;
}
#header {
	clear: left;
	width:960px;
}
#header img {
	width: 320px;
}
#content {
	clear: both;
	width:960px;
	margin: auto;
	background-image: url(images/bgcontent.gif);
	background-repeat: repeat-y;
}
#leftcontent {
	width: 430px;
}
.fragen {
	background-image: url(images/fragezeichen.gif);
	background-repeat: no-repeat;
	height: 140px;
	padding-left: 80px;
	padding-top: 20px;
	font-size: 18px;
}
.garantie {
	background-image: url(images/ausrufezeichen.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 130px;
	padding-left: 140px;
	padding-top: 20px;
	font-size: 18px;
}
#rightcontent {
	width: 400px;
	padding-left: 30px;
}
#contentfooter {
	background-image: url(images/contentfooter.gif);
	background-repeat: no-repeat;
}

#bottomnavi {
	text-align: left;
	margin-left: 40px;
	margin-top: 5px;
	color: #999;
	font-size: 10px;
}
#bottomnavi a {
	text-decoration: none;
	color: #999;
}
#bottomnavi :hover {
	text-decoration: underline;
}
td,p
{
color:#999999;
}
