html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #FFF;
	background-image: url(images/bg_dark.gif);
	padding: 0px;
	margin: 0px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 14px;
	width: 70px;
}
#submit2, #submit1, #submit {
	font-weight: bold;
	height: auto;
	width: auto;
	font-size: 10px;
	float: right;
}
.inputsmall {
	width: 45px;
}
.bk {
	color: #000;
}
form {
	margin: 0px;
	padding: 0px;
}
/* Hauptkasten mit Verlauf */
#main {
	background-image: url(images/bg_gradient.gif);
	background-repeat: repeat-x;
	height: 828px;
	overflow: visible;
	text-align: center;
}
/* Content-Bereich, 10px Aussenrand */
#content {
	text-align: left;
	margin: auto;
	padding: 10px;
	width: 1018px;
	text-indent: 0px;
}
/* Seitenspalten */
#left, #right {
	width: 200px;
	float: left;
}
/* Mittelbereich */
#middle {
	width: 578px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFF;
	margin: 0px;
}
/* Banner oben Mitte */
#headbanner {
	height: 72px;
	width: 578px;
	text-align: center;
}
/* Hauptnavigation */
#mainnav {
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #942D0E;
}
#mainnav ul {
	text-indent: 0px;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
#mainnav a, #mainnav a:link, #mainnav a:visited, #mainnav .first {
	display: block;
	color: #FFF;
	text-decoration: none;
	height: 17px;
	width: 197px;
	padding-top: 2px;
	padding-left: 3px;
}
/* Hauptnavigation  1. Ebene */
#mainnav li {
	background-color: #942D0E;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	list-style-type: none;
}
#mainnav li a:active, #mainnav li a:hover {
	background-color: #FFF;
	color: #000;
	text-decoration: none;
}
/* Hauptnavigation 2. Ebene */
#mainnav li li {
	background-color: #D63F10;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	height: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: none;
	list-style-type: none;
}
#mainnav li li a:active, #mainnav li li a:hover {
	background-color: #FFF;
	color: #942D0E;
	text-decoration: none;

}
/* Contentboxen */
.contentbox {
	height: auto;
	background-color: #FFF;
	margin-bottom: 10px;
	margin-top: 0px;
}
h1, h2 {
	background-color: #F95726;
	padding-top: 2px;
	padding-left: 3px;
	height: 17px;
	margin: 0px;
	line-height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}
#right ul {
	text-indent: 0px;
	font-size: 11px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 5px;
}
#right li {
	text-indent: 0px;
	margin: 0px;
	height: auto;
	list-style-type: disc;
	padding-left: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	list-style-position: inherit;
}
#garantie p {
	font-size: 11px;
	margin-bottom: 4px;
	margin-top: 4px;
}
p {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 3px;
	line-height: 16px;
}
a, a:link, a:visited {
	color: #942D0E;
	text-decoration: none;
}
a:active, a:hover {
	color: #942D0E;
	text-decoration: underline;
}
.contentbox img {
	border: none;
}
.verivox .contentbox table {
	width: 578px;
}
.contentbox th, .contentbox td {
	color: #666;
	font-weight: normal;
	padding: 2px;
}
.contentbox th {
	text-align: right;
}
.contentbox a, .contentbox a:link, .contentbox a:visited,
	.contentsmall a, .contentsmall a:link, .contentsmall a:visited,
	.contentsmall-r a, .contentsmall-r a:link, .contentsmall-r a:visited {
	color: #000;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	margin: 0px;
}
.contentbox a:active, .contentbox a:hover,
	.contentsmall a:active, .contentsmall a:hover,
	.contentsmall-r a:active, .contentsmall-r a:hover {
	color: #942D0E;
	text-decoration: none;
}
/* Garantie, News */
#garantie, #news, #partner {
	background-color: #FFF;
	margin-bottom: 10px;
}
#garantie, #partner {
	padding-bottom: 5px;
}
#garantie img {
	float: right;
}
#news li {
	list-style-image: url(images/list_point.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F95726;
}
#partner li {
	list-style-image: url(images/list_point.gif);
}
/* Fuss */
#foot {
	background-color: #D63F10;
	color: #FFF;
	text-align: center;
	font-size: 9px;
	margin-bottom: 10px;
	padding: 5px;
	clear: both;
	height: auto;
}
#foot a, #foot a:link, #foot a:visited {
	color: #FFF;
	text-decoration: none;
}
#foot a:active, #foot a:hover {
	color: #FFF;
	text-decoration: underline;
}
/* Verivox */
.verivox .contentbox td {
	background-color: #EBEBE9;
}
.verivox .contentbox .dark {
	background-color: #D1D0D6;
	width: 186px;
	padding: 0px;
	color: #000;
}
.verivox .contentsmall, .verivox .contentsmall-r {
	width: 186px;
	margin-right: 10px;
	float: left;
	min-height: 140px;
	height: auto;
	background-color: #EBEBE9;
	background-color: #EBEBE9;
	padding-bottom: 3px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.verivox .contentsmall-r {
	margin-right: 0px;
}
.verivox table {
	width: 400px;
	border: none;
	margin-bottom: 0px;
}
.verivox table td {
	padding: 2px;
	margin-top: 3px;
	border: none;
	min-height: 34px;
}
.verivox table table {
	width: 400px;
	border: none;
	margin-bottom: 0px;
}
.verivox table table td {
	padding: 2px;
	margin-top: 3px;
	border: none;
}

.verivox form_container {
   width: 400px;
}

.verivox table .tab_result_price {
    font-size: 11px;
}
.verivox li {
	line-height: 20px;
}
.verivox table tbody tr, .verivox table tbody tr td {
	height: 0px;
	margin: none;
	padding: none;
	border: none;
}
.verivox table tbody tr td table {
	width: 140px; /*ehemalig 260*/
	margin: none;
	padding: none;
	border: none;
}
.verivox table tbody tr td img {
	display: none;
}
