@import url("layout.css");
@import url("typo.css");
@import url("klassen.css");
@import url("inner_menue.css");

body {
	margin: 0;
	color: #000;
	/*min-width: 908px;*/
	background: white;
	font: 11px/14px arial, helvetica, sans-serif;
}
/* General reset */
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
img {border-style: none;}
input, select, textarea {
	vertical-align: middle;
	font: 100% arial, helvetica, sans-serif;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {text-decoration: underline;}
/* structure */
#wrapper{
	margin:0 auto;
	width:908px;
}
#header{padding:15px 0 0;}

#main{
	width:100%;
	overflow:hidden;
	margin: 0 0 20px;
}
#content{
	float: right;
	width: 720px;	
	padding: 6px/*54px*/ 0 20px 5px;
}
#sidebar{
	width:183px;
	padding-top: 8px;
	float:left;
}
/* header */
.logo {
	background:url(../images/bg-logo.gif) no-repeat;
	width:240px;
	height:54px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 11px 664px;
}
.logo a{
	display:block;
	height:100%;
}
/*Print-Header*/
#print_header {
	visibility: hidden;
	display: none;
}
/* main nav stat */
#main-nav{
	background:url(../images/bg-main-nav.jpg) no-repeat;
	margin:0;
	height:29px;
	font-size:13px;
	padding:4px 4px 0;
	line-height:24px;
	list-style:none;
	overflow:hidden;
}
#main-nav li{
	float:left;
	padding:0 1px 0 0;
	background:#E60000 url(../images/separator-mainnav.gif) no-repeat 100% 0;
}

form.search-form  {
	background:url(../images/bg-search.gif) no-repeat scroll 0 0 transparent  !important;
	overflow:hidden;
}

#main-nav a{
	color:#fff;
	padding:0 18px 0 17px;
}
#main-nav .warenkorb{
	background:url(../images/bg-warenkorb.gif) no-repeat 0 5px;
	padding:0 0 0 18px;
	margin:0 0 0 20px;
}
#main-nav .warenkorb a{padding:0;}
/* main nav end */
/* search form */

.search-form fieldset{
	height:27px;
	padding:6px 0 0 8px;
	overflow:hidden;
}
.search-form .text{
	float:left;
	margin:0 9px 0 0;
	background: url(../images/bg-search-input.gif) no-repeat  !important;
	width:136px;
	height:19px;
}
.search-form .text input{
	line-height:14px;
	font-size:12px;
	padding:2px 4px 0;
	color:#666;
	width:130px;
	border:0;
	background:none;
}
.search-form .submit{
	float:left;
	margin:2px 0 0;
}
/* sidebar */
#sidebar .box{
	background:url(../images/bg-box-bg.gif) repeat-y;
}
#sidebar .box .holder{
	background:url(../images/bg-box.gif) no-repeat;	
}
#sidebar .box .frame{
	background:url(../images/bg-box-holder.gif) no-repeat 0 100%;
	overflow:hidden;
	padding:10px 9px 6px 8px;
}
/* navigation start */
.navigation{
	margin:0 0 8px;
	padding:0 0 2px;
	list-style:none;
	font-size:11px;
	font-weight:bold;
	overflow:hidden;
	background:url(../images/separator-navigation.gif) no-repeat 0 100%;
}
.navigation li{
	background:url(../images/separator-navigation.gif) no-repeat;
	padding:5px 0 0;
	width:100%;
	overflow:hidden;
}
.navigation a{
	padding:0 0 0 20px;
	float:left;
	height:20px;
	color:#000;
	line-height:14px;
	background:url(../images/separator-navigation-a.gif) no-repeat 3px 0;
}
.navigation a:hover,
.navigation .active a,
.navigation .on a{
	color:#666;
	text-decoration:none;
}
.navigation ul{
	margin:0;
	display: block;
	padding:0;
	clear:both;
	list-style:none;
	overflow:hidden;
	width:100%;
	line-height:22px;
}
.navigation ul li{
	background:none;
	padding:0 0 0 5px;
}
.navigation ul a{
	float:none;
	padding:0 0 0 15px;
	background:url(../images/bg-navigation-ul-a.gif) no-repeat 0 50%;
}
/*.navigation ul .active a,*/
.navigation ul a:hover{
	background:url(../images/bg-navigation-ul-a-hover.gif) no-repeat 0 50%;
	color:#000;
}
.navigation li.hover ul,
.navigation li:hover ul{
	display:block;
}
.extra-box{margin:17px 0 8px;}
/* navigation start */
/* help-box */
.help-box .frame {padding-bottom: 12px !important;}
#sidebar .box h3{
	width: 165px;
	height:23px;
	font-size:13px;
	margin:-4px 0 0 -4px;
	color: #FFF;
	padding: 7px 0 0 10px;
	background: #E60000;
}
#sidebar strong.phone {
	display: block;
	font-weight: normal;
	font-size: 12px;
	padding: 0 0 0 10px;
} 
.time-to-work p{ 
	margin: 10px 0 10px 2px;
	font-size: 12px;
	line-height: 17px;
}
/* promo */
.promo {
	width: 723px;
	/*height: 195px;*/
	background: url(../images/bg-promo-c.gif) repeat-y;
}
.promo .holder {background: url(../images/bg-promo-t.gif) no-repeat 0 0;}
.promo .frame {
	background: url(../images/bg-promo-b.gif) no-repeat 0 100%;
	padding: 5px 5px 6px;
	position: relative;
}
.promo img {
	/*position: relative;
	left: 5px;*/
	vertical-align:top;
}
.promo .text-holder {
	position: absolute;
	top: 26px;
	right: 8px;
	width: 280px;
}
.promo h2 {
	margin: 0 0 16px !important;
	font-size: 23px !important;
	line-height: 26px !important;
	color: #FFF !important;
	font-weight: bold !important;
}
.promo ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
}
.promo li {
	padding: 0 0 11px 23px;
	background: url(../images/bull-promo.gif) no-repeat;
}
.promo ul a {color: #FFF;}


#content h1 {
	margin: 6px 0 9px 12px;
	padding: 10px 0 0 5px;
	font-size: 22px;
	line-height: 26px;
	color: #494745;
	font-weight: normal;
}


#content h2 {
	margin: 8px 0 2px 12px;
	padding: 8px 0 0 5px;
	font-size: 22px;
	line-height: 22px;
	color: #E50404;
	font-weight: normal;
}

#content h6 {
	margin: 6px 0 9px 12px;
	padding: 10px 0 0 5px;
	font-size: 16px;
	line-height: 26px;
	color: #666;
	font-weight: normal;
}

.full_col p {
	margin: 2px 0 5px 12px;
	padding: 5px 32px 0 5px;
	font-size: 13px;
	line-height: 1.3em;
	color: #333;
	font-weight: normal;
}

	.full_col ul {
		margin: 5px 0 6px 12px;
		padding: 0 0 0 5px;
		color: #333;
		font-weight: normal;
		font-size: 13px;
	}
	
		.full_col ul li{
			/*list-style-type: square;
			list-style-position: inside;*/
			padding: 4px 0 6px 0;
		}


	.full_col p a {
		color: #999;
		text-decoration: underline;
	}
	
	.full_col p a:hover {
		color: #333;
		text-decoration: none;
	}

#content ul.list {
	margin: 2px 0 2px 12px;
	padding: 5px 32px 0 5px;
	font-size: 13px;
	line-height: 1.3em;
	color: #333;
	font-weight: normal;
	
}

#content ul.list li {
	list-style-type: square;
	list-style-position: inside;
	padding: 3px 0 5px 0;
}

/* items */
.items {
	margin:0 -4px 0 0;
	padding: 0;
	list-style:none;
	overflow: hidden;
	width:726px;
}
.items li{
	display:inline-block;
	vertical-align:top;
	width: 238px;
	margin: 0 1px 0 0;
	background: url(../images/bg-item-c.gif) repeat-y;
}
.items .holder {background: url(../images/bg-item-t.gif) no-repeat;}
.items .frame {
	padding: 15px 15px 20px;
	background: url(../images/bg-item-b.gif) no-repeat 0 100%;
	overflow: hidden;
	height: 1%;
}
.items li img{float: left;}
.items strong.title {
	display: block;
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
	color: #343434;
	margin-bottom: 3px;
}
.items strong.title a {color: #343434;}
.items .descript {
	background: url(../images/bg-descritpt.gif) repeat-x;
	margin: 20px 0 0;
}
.items strong.price {
	display: block;
	background: url(../images/bg-descritpt-items.gif) repeat-x 0 100%;
	font-size: 18px;
	font-weight: normal;
	line-height: 36px;
	color: #494949;
}
.items span.more {
	display: block;
	line-height: 26px;
	font-size: 12px;
	background: url(../images/bg-descritpt-items.gif) repeat-x 0 100%;
	height: 1%;
	overflow: hidden;
	padding: 0 5px;
}
.items span.more a {
	background: url(../images/separator-navigation-a.gif) no-repeat 0 5px;
	padding: 5px 0 7px 20px;
	color: #000000;
	line-height: 14px;
	float: left;
}
/* container */
.container {
	width: 734px;
	margin: 0 -11px 0 0;
	background: url(../images/bg-container-c.gif) repeat-y;
}
.container .holder {background: url(../images/bg-container-t.gif) no-repeat;}
.container .frame {
	padding: 5px 4px 9px;
	overflow: hidden;
	height: 1%;
	background: url(../images/bg-container-b.gif) no-repeat 0 100%;
}
.container .box {
	float: left;
	display: inline;
	margin: 0 11px 0 0;
	padding: 0 12px;
	width: 328px;
	font-size: 13px;
}
.container h3 {
	font-size: 13px;
	color: #fff;
	background: #E60000;
	margin: 0 -12px 20px;
	padding: 5px 12px;
	font-weight: normal;
}
ul.ads {
	margin: 0 -15px 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
	width: 345px !important;
	overflow:hidden !important;
}
ul.ads li {
	display: inline;
	margin: 0 12px 0 0;
}
.container p {
	margin: 0;
	padding: 2px 0 0;
	line-height: 20px;
}
.box .more {
	background: url(../images/bg-descritpt-items.gif) repeat-x;
}
.box .more .more-holder {
	height: 1%;
	overflow: hidden;
	padding: 0 5px;
	background: url(../images/bg-descritpt-items.gif) repeat-x 0 100%;
}
.box .more a {
	background: url(../images/separator-navigation-a.gif) no-repeat 0 5px;
	padding: 5px 15px 7px 20px;
	color: #000000;
	line-height: 14px;
	float: left;
}
/* footer */
#footer {
	padding:17px 9px 10px;
	width:886px;
	margin: 0 auto;
	overflow: hidden;
	background: #f6f6f6 url(../images/bg-footer.gif) repeat-x;
	color: #999;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	height: 1%;
}
#footer ul li {
	float: left;
	margin: 0 1px 0 -1px;
	padding: 0 6px 0 8px;
	background: url(../images/separator-footer.gif) no-repeat 0 2px;
}
#footer a {color: #999;}
ul.breadcrumbs {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	height: 1%;
	font-size: 12px;
	color: #a6a6a6;
	font-weight: bold;
}
ul.breadcrumbs li {
	float: left;
	padding: 0 6px 0 9px;
	margin: 0 3px 0 -3px;
	background: url(../images/separator-breadcrumbs.gif) no-repeat 0 3px;
}
ul.breadcrumbs li a {
	color: #666;
	text-decoration: underline;
}
ul.breadcrumbs li a:hover {text-decoration: none;}
/* info-paging bar*/
.info-paging{
	background:url(../images/bg-info-paging.gif) repeat-x;
	height:28px;
	padding:0 10px 0 13px;
	margin:0 0 1px;
	overflow:hidden;
	font-weight:bold;
	line-height:28px;
}
.info-paging .quantity{
	float:left;
	width:150px;
}
.info-paging .pages{
	float:left;
	width:115px;
}
.info-paging .pages span{color:#a8a8a8}

.info-paging .pagination{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	float:left;
	font-size:13px;
}
.info-paging .pagination li{
	float:left;
	background:url(../images/separator-pagination.gif) no-repeat 0 50%;
}
.info-paging .pagination li:first-child{background:none;}
.info-paging .pagination a{	padding:0 5px;}

.info-paging .pagination a:hover,
.info-paging .pagination .active a{
	color:#a8a8a8;
	text-decoration:none;
}
.info-paging .pagination .next{padding:0 0 0 20px;}

.info-paging .pagination .next a{
	background:url(../images/bg-pagonation-next.gif) no-repeat 100% 3px;
	padding:0 13px 0 0; 
}
.info-paging .extra-quantity{
	float:right;
	overflow:hidden;
}
.info-paging .extra-quantity a{
	float:left;
	margin:0 10px 0 0;
}
.info-paging .extra-quantity .text{
	float:left;
	margin:0 7px 0 0;
}
.info-paging .extra-quantity .text input{
	background:none;
	border:0;
	color:#666;
	width:40px;
}
.info-paging .extra-quantity label{
	float:left;
	overflow:hidden;
}
.info-paging .sort{float:right;}

.info-paging .sort label{
	float:left;
	margin:0 7px 0 0;
}
.info-paging .sort select{
	float:left;
	margin:5px 5px 0 0;
}
.info-paging .sort .position{
	text-indent:-9999px;
	float:left;
	margin:5px 0 0;
}
.info-paging .sort .up{
	background:url(../images/bg-up.gif) no-repeat;
	width:15px;
	height:19px;
}
.info-paging .sort .up:hover,
.info-paging .sort .up-active{
	background:url(../images/bg-up-hover.gif) no-repeat;
}

/*full_col*/
.full_col {
	/*padding included*/
	width: 724px;
	margin: 0 -11px 0 0;
	background: url(../images/bg_full_inner.gif) repeat-y;
}
.full_col .holder {background: url(../images/bg_full_top.gif) no-repeat;}
.full_col .frame {
	/*padding included in the full_content DIV*/
	padding: 5px 4px 60px 9px;
	overflow: hidden;
	height: 1%;
	background: url(../images/bg_full_bottom.gif) no-repeat 0 100%;
	
}


/*Warenkorb im header*/
#warenkorb_bt {
	cursor: pointer !important;
}

div#opencart_items {
	display: none;
}

.open {
	display:block !important;
}

/*  ------> INHALT Warenkorb  */
.warenkorb_item {
	position: absolute;
	background: #FFF;
	border: 1px solid #CCC;
	top: 120px;
	margin-left: -39px;
	width: 236px;
	z-index: 999;
	padding: 9px 7px;
}

.warenkorb_item li {
	background: #FFF !important;
}

.product-images {
	width: 58px;
	margin: 0;
	padding: 0;
	float: left;
	padding-top: 6px;
}

.product-details {
	width: 172px;
	margin: 0;
	padding: 0;
	float: right;
	line-height: 18px !important;
}

.product-details a {
	color: #333 !important;
}

/*Detail*/
.product-info-box {
	padding: 35px 0 0 18px;
}

/*price-box*/
.price-box {
}

/*status box*/
.status-box {
	position: relative;
	left: -10px;
	top: -10px;
	font-size: 14px;
	text-align: right;
	margin-bottom: -10px;
}

/*Erweiterte Suche*/
.advanced-search-box{
}

.advanced-search-box p{
	color: #666;
	margin: -2px 0 1px 10px;
}

	.advanced-search-box p a{
		text-decoration: none;
		color: #666;
	}
	
	.advanced-search-box p a:hover{
		color: #999;
	}

/*topseller_startseite*/

.topseller_startseite {
	width: auto;
	height: 200px;
}

	.topseller_startseite h1 {
		margin: 6px 0 0 7px !important;
		padding: 5px 0 0 0 !important;
		font-size: 22px !important;
		line-height: 26px !important;
		color: #E70404 !important;
		font-weight: normal !important;
	}

/* add by aydin - 22-05-2010 */
ul.product-pricing {
	margin-left: 0px !important;
}

body.page-popup {
	width: 440px !important;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* add 25-05-2010 */
div.collateral-box {
	margin-bottom: 20px !important;
}

div#druckkosten {
	margin-bottom: 21px !important;
}

table.pager td {
	padding-right: 14px;
}

/* add 25-05-2010 */
div.collateral-box {
	margin-bottom: 20px !important;
}

div#druckkosten {
	margin-bottom: 21px !important;
}

table.pager td {
	padding-right: 14px;
}

/*NAV display none*/
li.featured {
	display: none;
}

div.topseller_startseite div.product-form {
	width: auto !important;
	float: left;
}

div.topseller_startseite div.product-form ul.items {
	width: auto !important;
	padding-right: 4px !important;
}

div.topseller_startseite div.product-form ul.items li {
	float: left !important;
	margin-right: 2px !important;
}

div#upload-wrapper { border: 4px solid gray; height: auto; width: auto; padding: 10px; margin-left: 10px;  }
div#upload-wrapper p { margin-left: 0; }

div#upload-wrapper form p { margin: 6px 0 5px 0; border-bottom: 1px solid gray; padding: 7px 0 4px 0; height: auto; }

div#upload-wrapper p span { font-weight: bold; }

div#upload-wrapper p input  { border: 1px solid gray; height: 22px; margin: 5px  0  7px 0; width: auto; }

div#upload-wrapper input.submit { background: url("../img/button_bg.gif") no-repeat scroll left top transparent; border: 1px solid white; color: #333333; font: bold 12px/1.3em Arial,Helvetica,sans-serif; margin: 2px 0 3px 8px; padding: 4px 5px 5px 20px; }

.topseller_startseite table.pager { display: none; }
.topseller_startseite p.old-price, .topseller_startseite p.special-price {
	display: none;
}
.container .frame {
	width: 734px;
	padding-top: 4px;
}
.topseller_startseite {
	height: auto;
}

#product-options-table {
display: none;
width: 100%;
float: right;
background: #F8F8F8;
padding: 10px;
border: 1px solid #E5E5E5;
border-radius: 5px;
margin-right: 3px;
margin: 20px 0;
}
.items .tax-details {
        display: none;
}
#agreement-content-3, #agreement-content-13, #agreement-content-15 {
    display: none
}
