@charset "utf-8";


/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote{
	margin:0px;
	padding:0px;
}
table{
	border-collapse:collapse;
}
fieldset,img{
	border:0px;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}
ol,ul{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0px;
}
a{
	text-decoration:none;
	outline:none;
}
::-moz-selection {
	background-color:#EE6408;
	color:white;
}



/* Page */

html{
	height:100.1%;
}
body{
	height:100.1%;
	background-color:#ffffff;
	background-image:url('../images/body-background.png');
	background-position:top center;
	background-repeat:no-repeat;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	line-height:19px;
	color:#666666;
}
#page{
	height:auto !important;
	width:970px;
	min-height:100%;
	height:100%; /* ie6 */
	margin:0px auto;
	background:transparent url('../images/page_bg_bottom.png') bottom left no-repeat;
}




/* Header */

#notice{
	color:#ffffff;
	height:25px;
	line-height:25px;
	width:930px;/* 960px - 15px - 15px */
	margin-left:5px;
	padding:0px 15px;
	text-align:center;
	text-shadow:2px 1px 0px #9c5a07;
	float:left;
}
#notice strong{
	font-weight:bold;
}

#header{
	float:left;
	width:970px;
	height:108px;
	background:transparent url('../images/header.png') 5px 20px no-repeat;
}
#header h2{
	float:right;
	margin:38px 33px 0px 0px;
}
#header h2 a{
	display:block;
	background:url(../images/logo.png) top left no-repeat;
	width:188px;
	height:53px;
}
#header h2 a span{
	display:none;
}
#header ul{
	float:left;
	width:670px;
	height:80px;
	margin:20px 0px 0px 33px;
}
#header ul li{
	float:left;
	padding:0px 15px;
	border-right:1px solid #ddd;
}
#header ul li.first{
	padding-left:0px;
}
#header ul li.last{
	padding-right:0px;
	border-right:0px;
}
#header ul li a{
	display:block;
	color:#888888;
	line-height:30px;
}
#header ul li a.active{
	color:#ef8409;
}
#header ul li a:hover{
	color:#555555;
}
#header ul li span{
	display:block;
	line-height:30px;
	color:#ccc;
}




/* Navigation */
 
#navigation{
	float:left;
	padding-left:5px;
	width:965px; /* 970px - 5px */
	height:37px;
	background:transparent url('../images/nav_bg.png') 5px 0px no-repeat;
}
#navigation li{
	float:left;
	padding-left:28px;
	line-height:37px;
	background:transparent url('../images/nav_bullet.gif') 18px 50% no-repeat;
}
/*
#navigation li.shop{
	float:right;
	padding-right:35px;
}
*/
#navigation li.home{
	padding-left:40px;
	background:transparent url('../images/nav_bullet.gif') no-repeat scroll 30px 50%;
}
#navigation li a{
	float:left;
	display:block;
	color:#666666;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
#navigation li a:hover,
#navigation li a:active{
	color:#c5c3c3;
	color:#444444;
}
body#index #navigation li.home a,
body#produkte #navigation li.produkte a,
body#qualitaet #navigation li.qualitaet a,
body#einbau_montage #navigation li.einbau_montage a,
body#unternehmen #navigation li.unternehmen a,
body#fuer_endkunden #navigation li.fuer_endkunden a,
body#haendler_shop #navigation li.haendler_shop a,
body#bezugsquellen #navigation li.bezugsquellen a{
	color:#ee6408;
}




/* Keyvisual */

#keyvisual{
	float:left;
	width:958px;/* 970px - 6px - 6px - 1px - 1px */
	height:160px;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	margin:0px 5px;
	padding:0px;
	color:#ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
}
#keyvisual h4{
	float:left;
	font-size:12px;
	font-weight:bold;
	margin-top:55px;
	margin-left:30px;
	width:940px; /* 970px - 30px */
}
#keyvisual h5{
	float:left;
	font-size:19px;
	line-height:25px;
	font-weight:bold;
	margin-left:30px;
	width:940px; /* 970px - 30px */
}
body#index #keyvisual{
	height:260px;
}
body#index #keyvisual h4{
	margin-top:25px;
}
body#index #keyvisual h5{
	font-size:25px;
}




/* Shop Login-Bereich */

#login-data{
	float:left;
	width:970px;
	height:30px;
	background:transparent url('../images/login_bg.png') 0px 0px repeat-y;
}
#login-data ul{
	float:right;
	margin-right:34px;
}
#login-data ul li{
	float:left;
	height:30px;
	line-height:30px;
	border-right:1px solid #dddddd;
}
#login-data ul li a{
	display:block;
	height:29px; /* 30px - 1px */
	line-height:30px;
	padding-right:15px;
	padding-left:15px;
	color:#ee6408;
}
#login-data ul li a:hover,
#login-data ul li a:active{
	background-color:#ffffff;
}
#login-data ul li a.cart{
	padding-left:35px;
	background-image:url('../images/icons/cart.png');
	background-position:15px center;
	background-repeat:no-repeat;
}
#login-data ul li.text{
	padding-right:15px;
}
#login-data ul li.text a{
	display:inline;
	padding:0px;
	margin:0px;
}




/* Content */

#content{
	float:left;
	width:930px; /* 970px - 35px - 5px */
	padding:30px 5px 35px 35px;
	background:transparent url('../images/page_bg.png') top left repeat-y;
}
body#haendler_shop #content{
	background:transparent url('../images/page_shop_bg.png') top left;
}
#content .home_textarea{
	float:left;
	width:436px;
}
#content .textarea{
	float:left;
	padding:0px 20px;
	width:440px;
}
#content h1{
	line-height:22px;
}
#content h2{
	font-size:24px;
	line-height:26px;
	font-weight:normal;
	color:#ee6408;
	padding-bottom:30px;
}
#content h3{
	font-size:18px;
	font-weight:normal;
	padding-bottom:18px;
	line-height:21px;
}
#content h3 span{
	font-weight:normal;
	color:#999;
}
#content h4{
	margin-bottom:10px;
	font-weight:bold;
	font-size:14px;
}
#content p{
	padding-bottom:25px;
}
#content .double-padding{
	padding-bottom:40px;
}
#content p.half-padding{
	padding-bottom:10px;
}
#content p span.error{
	background:#ee6408;
	color:#ffffff;
	font-weight:bold;
	padding:3px;
	margin-bottom:15px;
}
#content p span.success{
	background:#98c73c;
	color:#ffffff;
	font-weight:bold;
	padding:3px;
	margin-bottom:15px;
}
#content p.image-container{
	background:#eeeeee;
	width:436px;
	padding:1px;
	float:left;
	margin-bottom:25px;
}
#content p.image-container img{
	float:left;
}
#content p.image-container span{
	padding:3px 5px;
	float:left;
}
#content a{
	color:#ee6408;
	padding-left:8px;
	background:transparent url('../images/content-arrow.png') 0px center no-repeat;
}
#content a.back{
	background:transparent url('../images/content-arrow-back.png') 0px center no-repeat;
}
#content p a:hover{
	background-color:#eee;
}
#content p a.image{
	padding:0px;
	background:transparent;
}
#content p.half{
	width:220px;
	float:left;
}
#content p.clear{
	clear:both;
}
#content p.notice{
	color:#ee6408;
}
#content strong{
	font-weight:bold;
}
#content ul{
	margin-bottom:25px;
}
#content ul.features{
	margin-bottom:25px;
}
#content ul.features li{
	padding-left:20px;
	padding-right:20px;
	margin-bottom:10px;
	line-height:16px;
	background:transparent url('../images/feature_check.png') 0px 3px no-repeat;
}
#content ul.features li span{
	color:#ee6408;
	font-weight:bold;
	display:block;
}
#content ul.download{
	margin-bottom:25px;
}
#content ul.download li{
	padding-bottom:15px;
}
#content ul.download li a{
	background:transparent url('../images/pdf-icon.png') 0px 0px no-repeat;
	display:block;
	padding-left:56px;
	line-height:48px;
	height:48px;
}
#content ol{
	list-style-type:decimal;
	margin:0px;
	padding:0px;
	margin-bottom:25px;
}
#content ol li{
	padding-left:10px;
	margin-left:15px;
	margin-bottom:5px;
}
#content img.framed{
	border:1px solid #cccccc;
	padding:1px;
	background:#ffffff;
}
#content table#product_finder{
	width:670px;
	margin-bottom:25px;
}
#content table#product_finder th{
	background:#ddd;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	padding:2px 5px;
	font-weight:bold;
	vertical-align:top;
}
#content table#product_finder th.artnr{
	width:4.5em;
}
#content table#product_finder th.artnrvario{
	width:5.25em;
}
#content table#product_finder td{
	background:#f5f5f5;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	padding:2px 5px;
}
#content table#product_finder tr.even td{
	background:#ddd;
}
#content table#product_finder .center{
	text-align:center;
}
#content table#product_finder .last{
	border-right:0px;
}

#content table#prices{
	width:440px;
	margin-bottom:25px;
}
#content table#prices td, th{
	background:#f5f5f5;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	padding:2px 5px;
}
#content table#prices th{
	background:#dddddd;
	font-weight:bold;
	vertical-align:top;
}
#content table#prices tr.even td{
	background:#ddd;
}
#content table#prices .right{
	text-align:right;
}
#content table#prices .last{
	border-right:0px;
}


#content p span.number{
	float:left;
	width:42px;
	height:42px;
	background:url(../images/content/number-background.png) no-repeat;
	font-size:22px;
	font-weight:bold;
	color:#ffffff;
	line-height:42px;
	text-align:center;
	margin:0px 10px 0px 0px;
}
#content p.image-left{
	float:left;
	clear:left;
	width:440px;
	line-height:17px;
}
#content p.image-left img{
	float:left;
	clear:left;
	margin-right:15px;
}
#content p.image-left strong{
	font-weight:bold;
}
#content p span.notice{
	width:440px;
	display:block;
	text-align:right;
	font-size:10px;
	color:#999999;
}
#content ul.brands li{
	background:red;
	float:left;
	width:210px;
	height:106px;
	margin:0px 20px 20px 0px;
}
#content ul.brands li.last{
	margin:0px 0px 20px 0px;
}
#content ul.brands li a{
	display:block;
	width:210px;
	height:106px;
	background:transparent;
	padding:0px;
}
#content ul.brands li a:hover{
	background:transparent;
}
#content ul.brands li a span{
	display:none;
}
#content ul.tag-cloud li{
	float:left;
	margin-right:10px;
}
#content ul.tag-cloud li a{
	padding:0px;
	background-image:none;
	line-height:25px;
}
#content ul.tag-cloud li a:hover{
	background-color:#eeeeee;
}
#content ul.tag-cloud li a.size1{
	font-size:18px;
}
#content ul.tag-cloud li a.size2{
	font-size:16px;
}
#content ul.tag-cloud li a.size3{
	font-size:14px;
}



/* Subnavigation */

#subnavigation{
	float:left;
	width:210px;
	margin:0px;
	background:#efefef url('../images/subnav_bg_top.png') top left no-repeat;
}
#subnavigation ul{
	float:left;
	margin:0px;
	width:196px; /* 210px - 14px */
	padding-left:14px;
	padding-bottom:25px;
}
#subnavigation ul.last{
	padding-bottom:155px;
	background:transparent url('../images/subnav_bg_bottom.png') bottom left no-repeat;
}
#subnavigation ul li{
	float:left;
	border-top:1px solid #ffffff;
	line-height:16px;
}
/*#subnavigation ul.shop li{
	line-height:22px;
}*/
#subnavigation ul li.last{
	border-bottom:1px solid #ffffff;
}
#subnavigation ul li a{
	display:block;
	color:#6f7173;
	width:170px;
	padding:5px 5px 5px 10px;
	background:transparent url('../images/bullet_small.gif') 0px 9px no-repeat;
}
#subnavigation ul li a:hover{
	background-color:#ffffff;
}
#subnavigation ul li.active a{
	color:#ee6408;
}
#subnavigation h3{
	padding-left:14px;
	padding-top:12px;
	padding-bottom:10px;
	color:#ee6408;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
}
#content #montageservice-ablauf{
	float:left;
	width:440px;
	margin-bottom:30px;
}
#content #montageservice-ablauf li{
	float:left;
	width:220px;
	padding-bottom:10px;
}



/* Boxes */

#content .boxes{
	float:left;
	width:232px;
}
#content .boxes.home{
	width:462px;
	padding-left:20px;
}
#content .boxes.products{
	width:930px;
}
#content .boxes li{
	float:left;
	padding-right:20px;
}
#content .boxes li a{
	position:relative;
	float:left;
	display:block;
	padding-bottom:20px;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	background-image:none;
}
#content .boxes li a span{
	display:block;
	position:absolute;
	cursor:pointer; /* ie6, ie8 */
}
#content .boxes .box_s a .head{
	color:#ee6408;
	top:15px;
	left:15px;
	font-weight:bold;
	text-transform:uppercase;
}
#content .boxes .box_l a .head,
#content .boxes .box_p a .head{
	color:#6f7173;
	font-size:14px;
	top:15px;
	left:15px;
	font-weight:bold;
	text-transform:uppercase;
}
#content .boxes .box_l a .subhead,
#content .boxes .box_p a .subhead,
#content .boxes .box_p a .desc{
	color:#6f7173;
	top:30px;
	left:15px;
	text-transform:uppercase;
}
#content .boxes .box_s a .subhead{
	display:none;
}
#content .boxes .box_p a .head{
	top:27px;
	left:15px;
	text-transform:none;
}
#content .boxes .box_p a .subhead{
	top:14px;
	left:15px;
	text-transform:none;
}
#content .boxes .box_p a .desc{
	top:174px;
	left:15px;
	line-height:13px;
	text-transform:none;
}
#content .boxes .box_s a .more,
#content .boxes .box_l a .more,
#content .boxes .box_p a .more{
	color:#6f7173;
	font-size:11px;
	line-height:15px;
	padding-left:12px;
	background:transparent url('../images/bullet_small.gif') 1px 4px no-repeat;
}
#content .boxes .box_s a .more{
	top:133px;
	left:15px;
}
#content .boxes .box_l a .more{
	top:93px;
	left:15px;
}
#content .boxes .box_p a .more{
	top:210px;
	left:15px;
}
#content .boxes .box_s a{
	width:202px;
	height:156px;
}
#content .boxes .box_l a{
	width:440px;
	height:117px;
}
#content .boxes .box_p a{
	width:202px;
	height:235px;
}
#content .boxes a:hover span.more{
	color:#ee6408;
}

#content .boxes .box_productfilm a{
	background-image:url('../images/boxes/box-productfilm.png');
}
#content .boxes .box_quality a{
	background-image:url('../images/boxes/box-de-qualitaet.png');
}
#content .boxes .box_garage a{
	background-image:url('../images/boxes/box-de-werkstatt.png');
}
#content .boxes .box_productfinder a{
	background-image:url('../images/boxes/box-productfinder.png');
}
#content .boxes .box_gluedseatcover a{
	background-image:url('../images/boxes/box-de-sitzbezuege.png');
}
#content .boxes .box_classicvario a{
	background-image:url('../images/boxes/box-carboset-vario.png');
}
#content .boxes .box_sitzbezuege a{
	background-image:url('../images/boxes/box-de-sitzbezuege.png');
}
#content .boxes .box_kontakt a{
	background-image:url('../images/boxes/box-de-large-kontakt.png');
}
#content .boxes .box_bezugsquellen a{
	background-image:url('../images/boxes/box-de-large-bezugsquellen.png');
}

#content .boxes .box-produktplanung a{
	background-image:url('../images/boxes/box-de-large-produktplanung.png');
	height:180px;
	width:440px;
}
#content .boxes .box-produktplanung a span{
	color:#666666;
	font-weight:bold;
	font-size:14px;
	padding-top:10px;
	padding-left:10px;
	width:390px;
}
#content .boxes .box_einbauanleitung a{
	background:transparent url('../images/boxes/box-video-einbauanleitung.png') top left no-repeat;
}
#content .boxes .box_katalog_bestellen a{
	background:transparent url('../images/boxes/box-de-katalog_bestellen.png') top left no-repeat;
}
#content .boxes .box_download_einbauanleitung a{
	background:transparent url('../images/boxes/box-einbauanleitung.png') top left no-repeat;
}
#content .boxes .box-reparaturservice a{
	background:transparent url('../images/boxes/box-reparaturservice.png') top left no-repeat;
}


/* Produkte */
#content .boxes .box-product-carboset-vario a{
	background-image:url('../images/boxes/box-product-carboset-vario.png');
}
#content .boxes .box-product-carboset-basic a{
	background-image:url('../images/boxes/box-product-carboset-basic.png');
}
#content .boxes .box-product-carboset-light a{
	background-image:url('../images/boxes/box-product-carboset-light.png');
}
#content .boxes .box-product-carboset-truck a{
	background-image:url('../images/boxes/box-product-carboset-truck.png');
}
#content .boxes .box-product-carboset-bike a{
	background-image:url('../images/boxes/box-product-carboset-bike.png');
}
#content .boxes .box-product-heizmatten a{
	background-image:url('../images/boxes/box-product-heizmatten.png');
}
#content .boxes .box-product-montageservice a{
	background-image:url('../images/boxes/box-product-montageservice.png');
}
#content .boxes .box_carboluxe_technologie a{
	background-image:url('../images/boxes/box-carboluxe-technologie-small.png');
}
#content .boxes .box-carboluxe-technologie a{
	background-image:url('../images/boxes/box-carboluxe-technologie.png');
}

/* Shop */
#content .boxes .box_versand a{
	background-image:url('../images/boxes/box-shop-versandinfos.png');
}
#content .boxes .box_bestellformular a{
	background-image:url('../images/boxes/box-shop-bestellformular.png');
}
#content .boxes .box_montageservice a{
	background-image:url('../images/boxes/box-shop-montageservice.png');
}
#content .boxes .box-formular-reparaturservice a{
	background-image:url('../images/boxes/box-shop-reparaturservice.png');
}
#content .boxes .box_haendler a{
	background-image:url('../images/boxes/box-shop-login.png');
}




#clearer{
	clear:both;
	height: 126px; /* mindestabstand zum footer (inkl. footer height) */
	background:transparent url('../images/page_bg.png') top left repeat-y;
}




/* Footer */

#footer{
	height:126px; /* Höhe des Footers */
	margin:auto;
	margin-top:-126px;
	width:970px;
	background:#ffffff url('../images/footer-background.png') top left no-repeat;
	font-size:11px;
}
#footer ul{
	padding-top:30px;
	padding-right:23px;
	padding-left:22px;
	height:60px;
}
#footer ul li{
	float:left;
	padding-left:13px;
	line-height:60px;
}
#footer ul li a{
	color:#6f7173;
}
#footer ul li a:hover{
	background:#eeeeee;
}
#footer p{
	text-align:center;
	margin:0px;
	padding:8px 0px 0px 0px;
}
#footer p a{
	color:#aaaaaa;
}
#footer p a:hover{
	background:#eeeeee;
	color:#aaaaaa;
}




/* Händler Shop */

#content_shop{
	float:left;
	width:665px; /* 685px - 20px */
	width:670px;
	padding-left:20px;
	min-height:400px;
}
#content_shop .leftColumn{
	float:left;
	width:440px;/* 210px + 20px + 210px */
}
#content_shop .rightColumn{
	float:left;
	width:440px;/* 210px + 20px + 210px */
	margin-left:20px;
}
#content_shop.fullsize{
	padding-left:0px;
	width:900px;
}
#content_shop table{
	float:left;
	width:670px;
}
#content_shop table.column-2{
	width:440px;
}
#content_shop table.column-4{
	width:900px;
	margin-bottom:25px;
}
#content_shop table.column-4 td.cart-article strong{
	font-weight:normal;
	color:#666;
}
#content_shop table th{
	padding:2px 5px;
	background:#e1e1e1;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	font-weight:bold;
}
#content_shop table.column-2 th span{
	font-weight:normal;
	color:#ee6408;
}
#content_shop table.column-2 th{
	background:#f5f5f5;
	width:120px;
}
#content_shop table td{
	padding:2px 5px;
	background:#f5f5f5;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}
#content_shop table .right{
	text-align:right;
}
#content_shop table .center{
	text-align:center;
}
#content_shop table .transparent{
	background:#ffffff;
	padding:8px 0px;
	border:0px;
}
#content_shop table .last{
	border-right:0px;
}
#content_shop table .total{
	font-size:14px;
}
#content_shop table th.cart-article{
	width:290px;
	border-right:1px solid #ffffff;
}
#content_shop table.column-4 .cart-article{
	width:550px;
	border-right:1px solid #ffffff;
}
#content_shop table th.cart-amount{
	width:40px;
	text-align:center;
}
#content_shop table th.cart-price{
	width:70px;
	text-align:right;
}
#content_shop table th.cart-price-total{
	width:100px;
	text-align:right;
}
#content_shop table th.cart-function{
	width:20px;
}
#content_shop table td.cart-article a{
	padding:0px;
	background:transparent;
	line-height:16px;
}
#content_shop table td.cart-article a:hover{
	background-color:#dddddd;
}
#content_shop table td.cart-article a span{
	float:left;
	width:280px;
}
#content_shop table td.cart-article a span strong{
	color:#666666;
	font-weight:normal;
}
#content_shop a.cart-button-delete{
	color:#ee6408;
	border:1px solid #cccccc;
	background:#ffffff;
	cursor:pointer;
	padding:0px 3px;
	font-weight:bold;
}


#content_shop div.product{
	float:left;
	width:650px;/* 670px - 10px - 10px */
	padding:10px;
	margin-bottom:1px;
	background-color:#eeeeee;
}
#content_shop div.product p.image{
	float:left;
	width:210px;
	height:180px;
	margin:0px;
	padding:0px 10px 0px 0px;
}
#content_shop div.product h3{
	margin:0px;
	padding:0px;
	font-weight:bold;
	color:#ee6408;
	float:left;
	width:430px;
}
#content_shop div.product h4{
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-size:18px;
	float:left;
	width:430px;
}
#content_shop div.product h6{
	margin:0px;
	font-size:11px;
	font-weight:normal;
	padding-bottom:15px;
	float:left;
	width:430px;
}
#content_shop div.product p.description{
	float:left;
	width:430px;
	padding:0px;
	margin-bottom:10px;
}
#content_shop div.product p.price{
	float:left;
	width:650px;
	text-align:right;
	padding-bottom:0px;
	font-size:18px;
}
#content_shop div.product p.link{
	float:left;
	width:430px;
	padding:0px;
}
#content_shop div.product p.link a{
	display:block;
	width:195px;
	line-height:23px;
	height:23px;
	border:1px solid #cccccc;
	text-align:center;
	background-color:#ffffff;
	background-position:5px 10px;
}




#content_shop ul#steps{
	border-bottom:1px solid #cccccc;
	float:left;
	width:900px;
	clear:left;
}
#content_shop ul#steps li{
	float:left;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	padding:2px 10px;
	margin-right:10px;
	color:#cccccc;
}
#content_shop ul#steps li span{
	color:#999999;
}
#content_shop ul#steps li.active{
	color:#ee8008;
	font-weight:bold;
}
#content_shop ul#steps li.active span{
	color:#ee6408;
}

#content_shop #order-navigation{
	float:left;
	width:900px;
	border-top:1px solid #cccccc;
	padding-top:15px;
	margin-top:20px;
}
#content_shop #order-navigation.cart{
	width:670px;
}
#content_shop #order-navigation li{
	float:left;
}
#content_shop #order-navigation li.last{
	float:right;
}
#content_shop #order-navigation li a.button{
	display:block;
	color:#ee6408;
	border:1px solid #cccccc;
	background:#ffffff;
	cursor:pointer;
	margin:0px;
	padding:0px 5px;
	height:25px;
	line-height:25px;
}
#content_shop #order-navigation li a.prev{
	padding-left:20px;
	background:#ffffff url(../images/icons/prev.png) no-repeat left center;
}

#content_shop div.check_data_box{
	width:260px;
	background:#f5f5f5;
	float:left;
	margin-right:30px;
	margin-bottom:25px;
	padding:10px;
	height:170px;
}
#content_shop div.last{
	margin-right:0px;
}




/* Produkt Detail */

#content_shop.product-detail h3{
	padding-bottom:0px;
}
#content_shop.product-detail h3 span{
	color:#ee6408;
	font-weight:bold;
}
#content_shop.product-detail h4{
	padding-bottom:5px;
	font-weight:normal;
	font-size:11px;
}
#content_shop div.product-content{
	width:650px;/* 670px - 10px - 10px */
	float:left;
	background:#f5f5f5;
	padding:10px 10px 10px 10px;
	margin-bottom:20px;
}
#content_shop div.product-content div.product-image{
	float:left;
	width:325px;
	padding:0px;
	margin-right:0px;
}
#content_shop div.product-content div.product-description{
	float:right;
	width:295px;
	margin:0px 10px 0px 0px;
	padding:0px;
}
#content_shop div.product-description table{
	width:295px;
	margin-bottom:20px;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
}
#content_shop div.product-description table td.label-price{
	width:120px;
	background:#eeeeee;
}
#content_shop div.product-description table td.price{
	font-size:18px;
	background:#eeeeee;
}
#content_shop.product-detail p.product-text{
	float:left;
	width:400px;
}



#content_shop .boxes{
	width:670px;
}
#content_shop .boxes .last{
	padding-right:0px;
}
#content_shop .boxes li a{
	padding-bottom:0px;
}


/* Kundendaten bearbeiten */

#content_shop.customer-edit table{
	margin-bottom:25px;
}
#content_shop.customer-edit table th{
	background:#f5f5f5;
	width:150px;
	font-weight:normal;
}


/* Login */

#content_shop.login{
	padding-left:0px;
	width:600px;
}
#content_shop.login p{
	float:left;
	width:600px;
	padding-bottom:15px;
}
#content_shop.login p.options{
	margin-top:15px;
}
#shop-login{
	float:right;
	width:240px;/* 300px - 30px - 15px - 15px*/
	height:280px;
	margin-right:30px;
	margin-left:30px;
	margin-top:70px;
	padding:15px;
	background-color:#eeeeee;
	border-radius:10px;
}


/* Kennwort vergessen */

#content_shop.pwlost{
	padding-left:0px;
	width:900px;
}
#content_shop.pwlost p{
	float:left;
	width:900px;
}
#content_shop.pwlost p.options{
	margin-top:15px;
}




/* Formulare */

form input{
	font-size:12px;
	color:#666;
	font-family:arial;
	padding:2px;
	border:1px solid #cccccc;
	float:left;
	width:230px;
}
form select{
	float:left;
	padding:2px;
	border:1px solid #cccccc;
	font-size:12px;
	color:#666;
	font-family:arial;
}
form select.max_length{
	width:250px;
}
form input.radio_button{
	border:0px;
	width:auto;
}
form input.space_behind{
	margin-right:5px;
}
form input.input_amount{
	width:30px;
	text-align:center;
}
form input.input_citycode{
	width:40px;
}
form input.button{
	color:#ee6408;
	border:1px solid #ccc;
	background:#ffffff;
	cursor:pointer;
	margin:0px;
	padding:0px;
	height:25px;
}
form input.cart-update{
	float:right;
	width:170px;
	padding-left:16px;
	background:#ffffff url(../images/icons/refresh.png) no-repeat 4px 3px;
}
form input.save{
	float:right;
	width:100px;
	padding-left:16px;
	background:#ffffff url(../images/icons/save.png) no-repeat 4px 3px;
}
form input.into-cart{
	float:right;
	width:130px;
	padding-left:16px;
	background:#ffffff url(../images/icons/into-cart.png) no-repeat 4px 3px;
}
form input.cart-pay{
	width:125px;
	padding-right:14px;
	background:#ffffff url(../images/icons/next.png) no-repeat right center;
}
form input.next{
	width:130px;
	padding-right:16px;
	background:#ffffff url(../images/icons/next.png) no-repeat right center;
}
form input.login{
	width:70px;
	padding-left:16px;
	font-weight:bold;
	color:#ffffff;
	border:0px;
	background:#ee6408 url(../images/icons/login.png) no-repeat 3px center;
}
form input.pwlost{
	width:140px;
	padding-left:16px;
	background:#ffffff url(../images/icons/next.png) no-repeat left center;
}
form input.prev{
	width:130px;
	padding-right:16px;
	background:#ffffff url(../images/icons/prev.png) no-repeat left center;
}
form input.search{
	width:80px;
	padding-left:16px;
	background:#ffffff url(../images/icons/search.png) no-repeat 5px center;
}
form input.antispam{
	width:90px;
}
form p{
	margin-bottom:10px;
}
form p label{
	float:left;
	width:100px;
}
form p label.small{
	font-size:11px;
	width:110px;
}
form p.captcha label{
	height:120px;
}
form p label.radio_button{
	width:auto;
	padding-left:5px;
	padding-right:10px;
	vertical-align:bottom;
	vertical-align: baseline;
}
form p label.linked_product{
	width:270px;
	line-height:14px;
	padding-left:5px;
	padding-bottom:10px;
	vertical-align:bottom;
	vertical-align: baseline;
}
form p.submit{
	border-top:1px solid #ddd;
	padding-top:10px;
	text-align:right;
}
#content form p.error{
	color:#ffffff;
	background:#ee6408;
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:15px;
	line-height:25px;
	padding-left:5px;
}
form p img{
	display:block;
	margin-bottom:4px;
}

form.product_finder{
	margin-bottom:25px;
}
form.product_finder p{
	float:left;
	width:440px;
	padding-bottom:0px;
}
form.product_finder p label{
	width:440px;
	margin-bottom:10px;
	font-weight:bold;
}
