/* --- ALLGEMEINES --- */
* {
	margin:0;
	padding:0;
	border:0;
}
body {
	padding:0;
	margin:0;
	background:url(../photos/bg-body.jpg) top center no-repeat #333333;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	line-height:130%;
	color:#333;
}
a {
	color:#666;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.cb {
	clear:both;
	width:0;
	height:0;
	margin:0;
	padding:0;
}
div.image-container img {
	text-align:left;
	margin: 0 1px 15px 0;
}
body.katalog-bestellen div.image-container{
height:220px;
}
/* --- ALLGEMEINES ENDE --- */

/* --- LAYOUT --- */
#wrapper {
	width:930px;
	margin:0 auto;
	text-align:left;
}
/* --- HEAD --- */
div#logo {
	width:220px;
	height:167px;
	background:url(../photos/logo.jpg) top right no-repeat #fff;
	float:left;
	border-right:1px solid #e6e6e6;
}
div#logo a img {
	margin-top:25px;
}
div#head {
	background:url(../photos/header.jpg) top left no-repeat #fff;
	width:709px;
	height:167px;
	float:left;
	overflow:visible;
}
div#head img {
	float:right;
	margin:10px 30px 0 0;
}
/* --- NAVIGATION --- */
/* --- META-NAVIGATION --- */
ul.meta {
	list-style-type:none;
	color:#999;
	float:right;
	margin:25px 25px 0 0;
}
ul.meta li {
	float:left;
	padding:0 5px;
}
ul.meta li a {
	color:#999;
	padding:8px 0 6px 0;
}
ul.meta li#dealer a {
	background:url(../photos/lock.gif) right no-repeat;
	padding-right:20px;
}
ul.meta li a:hover {
	text-decoration:underline;
}
/* --- META-NAVIGATION ENDE --- */
/* --- MAIN-NAVIGATION --- */
.navigation {
	height:150px;
	width:709px;
	overflow:visible;
	z-index:999;
	position:absolute;
}
.navigation ul {
	font-size:14px;
	list-style-type:none;
	margin:30px 0 0 1px;
}
.navigation li {
	position:relative;
	top:0;
	float:left;
	line-height:32px;
	border-right:1px solid #fff;
	border-left:1px solid #e0e0e0;
}
.navigation li a {
	padding:10px 14px 8px 13px;
}
.navigation li.last {
	border-right:none;
}
.navigation li.first {
	border-left:none;
}
.navigation li:hover, .navigation li:hover a, .navigation li a.aktiv {
	background: url(../photos/bg-aktiv.jpg) center bottom repeat-x;
	color:#fff;
	text-decoration:none;
}
/* --- SUBMENU --- */
.navigation li ul {
	margin:0;
	width:142px;
	background:#ffffff;
	position:absolute;
	border:0;
	font-size:12px;
	list-style-type:none;
	opacity:0.8;
	filter:alpha(opacity = 80);
	clear:both;
	display:none;
	top:32px;
	left:0;
}
.navigation li li {
	clear:both;
}
.navigation li ul a {
	width:130px;
	padding:5px 0 5px 10px;
	line-height:12px;
	display:block;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
}
.navigation li:hover ul {
	display:block;
}
.navigation li:hover ul a {
	background: none;
	color:#000;
	text-decoration:none;
}
.navigation li ul li:hover {
	background: #e2e2e2;
	color:#000;
	text-decoration:none;
}
/* --- NAVIGATION ENDE --- */
/* --- HEAD ENDE --- */

/* --- CONTENT --- */
div#content div.inside {
	background-color:#fff;
	width:930px;
}
/* --- SPALTE LINKS LOGOS / KATALOG --- */
div#left {
	background:url(../photos/bg-left.jpg) top right no-repeat #fff;
	width:220px;
	float:left;
	padding:105px 0 10px 0;
	min-height:400px;
}
/* --- LOGOS --- */
div#left ul.logos {
	list-style-type:none;
	font-size:16px;
	color:#999;
	font-weight:bold;
	width:150px;
	margin:0 auto;
}
div#left ul li {
	list-style-type:none;
	margin-top:35px;
}
/* --- KATALOG --- */
div#left ul.katalog {
	list-style-type:none;
	background:#EAEAEA;
}
div#left ul.katalog li {
	list-style-type:none;
	margin-top:35px;
	border-left:1px solid #fff;
}
div#left ul.katalog li a img {
	margin:20px 0 15px 15px;
}
div#left ul.katalog li span {
	margin:0 0 0 15px;
	width:190px;
	display:block;
}
div#left ul.katalog li span a {
	width:190px;
	margin-top:10px;
	font-weight:bold;
	color:#333333;
}
/* --- SPALTE LINKS LOGOS / KATALOG ENDE --- */

/* --- MAIN-BEREICH --- */
div#main {
	background:url(../photos/bg-main.jpg) top left no-repeat #fff;
	width:649px;
	margin-left:220px;
	display:block;
	border-left:1px solid #e6e6e6;
	padding:55px 30px 30px 30px;
	min-height:850px;
}
/* --- NEWS-BEREICH --- */
div.TabbedPanels li a {
	font-weight:bold;
	color:#333333;
	padding-left:10px;
	line-height:22px;
}
div.TabbedPanelsContent div.news {
	width:140px;
	font-size:11px;
	line-height:120%;
	background: url(../photos/motiv-news-schatten.jpg) center 90px no-repeat;
	float:left;
	margin-right:12px;
	color:#666;
}
div.TabbedPanelsContent div.news img {
	margin-bottom:15px;
}
div.TabbedPanelsContent div.news div.teaser {
	border-top: 1px dotted #d2d2d2;
	border-bottom: 1px dotted #d2d2d2;
	padding:5px 0;
	font-size:11px;
	line-height:120%;
	font-weight:bold;
	color:#333333;
}
div.TabbedPanelsContent div.news a {
	font-weight:bold;
}

body.news div#main a img{
	padding-bottom:13px;
	background:url(../photos/motiv-news-schatten.jpg) center 129px;
	margin-right:5px;
}

/* --- NEWS-BEREICH ENDE --- */

/* --- HAENLERSUCHE --- */
table.hand th {
	text-align:left;
	padding:3px 5px 3px 0;
	background-color:#e2e2e2;
}
table.hand td {
	font-size:11px;
	text-align:left;
	padding:3px 5px 3px 0;
	border-bottom:1px solid #e2e2e2;
}
table.hand tr:hover {
	background-color:#f6f6f6;
}
p.einleitung {
	margin-bottom:10px;
}
div.haendler a {
	margin-right:10px;
}
/* --- HAENLERSUCHE ENDE --- */

/* --- SUBCOLUMS --- */
div#column-left {
	float:left;
	width:47%;
	margin:0 20px 0 0;
}
div#column-left {
	float:left;
	width:47%;
}
/* --- SUBCOLUMS ENDE --- */

/* --- MAIN-ENDE --- */
/* --- CONTENT ENDE --- */

/* --- FOOTER --- */
div#footer {
	border-top:1px solid #e2e2e2;
	background:#fff;
	width:930px;
	height:170px;
	padding-bottom:10px;
	margin-bottom:10px;
}
/* --- FOOTER-BANNER --- */
div#footer div.banner {
	height:70px;
	width:460px;
	background:url(../photos/footer-30-years.jpg) left bottom no-repeat #efefef;
	padding:15px 0 0 470px;
	color:#717171;
	line-height:20px;
}
/* --- BUTTON --- */
div#footer div.banner a {
	height:30px;
	width:180px;
	background:url(../photos/button-angebote.jpg) no-repeat;
	padding:7px 20px 5px 20px;
	margin-top:5px;
	display:block;
	color:#fff;
	font-weight:bold;
	line-height:130%;
}
/* --- FOOTER-BANNER ENDE --- */
/* --- FOOTER-MENU --- */
div#footer ul {
	list-style-type:none;
	margin: 25px 25px 0 0;
	float:left;
}
div#footer li {
	float:left;
	border-right:1px solid #ddd;
	padding:0 25px 20px 25px;
}
div#footer li a {
	color:#666;
	text-decoration:none;
}
div#footer li a:hover {
	text-decoration:underline;
}
/* --- FOOTER-MENU ENDE --- */

/* --- CLAIM / ICONS --- */
div#claim {
	float:left;
	margin: 25px 0 0 0;
	width:330px;
}
div#claim .addthis_toolbox {
	margin-top:5px;
	width:300px;
}
div#claim .addthis_toolbox a.facebook{
width:16px;
height:16px;
display:block;
float:left;
margin-right:2px;
background: url(../photos/icon-facebook.png) no-repeat;
}

/* --- SIE HABEN FRAGEN? --- */
div#fragen a {
	width:200px;
	height:50px;
	background:url(../photos/sie-haben-fragen.jpg) no-repeat;
	float:left;
	margin:20px 0 0 20px;
}
/* --- FOOTER ENDE --- */

div.wueins {
	margin-bottom:20px;
	padding: 0 0 0 25px;
}
div.wueins a {
	color:#c3c3c3;
}
/* --- LAYOUT  ENDE--- */

/* --- TEXT-FORMATIERUNGEN --- */

.einleitung {
	font-size:16px;
	font-weight:bold;
	color:#acacac;
	line-height:130%;
}
.teaser-rot {
	font-weight:bold;
	color:#333333;
}
/* --- FORMULAR --- */
label {
	width:160px;
	padding:0px;
	margin-top:3px;
	float:left;
}
input {
	border:1px solid #e2e2e2;
	padding:3px;
	margin:3px 0;
	width:200px;
}
input.checkbox {
	width:auto;
	border:none;
}
textarea {
	border:1px solid #e2e2e2;
	width:200px;
	padding:3px;
	height:120px;
}
input.form-button {
font-family:Arial, Helvetica, sans-serif;
	margin-left: 160px;
	color: #fff;
	height:30px;
	width:180px;
	background:url(../photos/button-angebote.jpg) no-repeat;
	display:block;
	font-size:12px;
	cursor:pointer;
	border:0;
	padding-bottom:5px;
	font-weight:bold;
}
body.katalog-bestellen label {
	width:165px;
	padding:0px;
	margin-top:3px;
	float:left;
}
body.katalog-bestellen input.checkbox {
	width:auto;
	border:none;
	float:left;
}
body.katalog-bestellen label.checkbox {
	width:385px;
	margin:0 230px 15px 15px
}
body.katalog-bestellen input.form-button {
	font-family:Arial, Helvetica, sans-serif;
	margin-left: 165px;
	font-weight:bold;
}
body.katalog-bestellen .image-container {
	height:120px;
	width:400px;
}
body.katalog-bestellen form br, small {
	display:block;
}

.meta {
	height:21.5px;
}
.meta li {
	display:none;
	}

img.zahlung {
	float:right;
	padding: 0 0 0 5px;
}
/* --- S P A M S C H U T Z --- */
.robot-field {
	opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
