/* Custom */
.clear {
    clear: both;
}

.fl_left {
    float: left;
}

.fl_right {
    float: right;
}
img {
	border: 0;
}

/* Default */
h1 {
    font-size: 180%;
    color: #EEEEDF;
    padding: 0;
	margin: 0;
}

h2 {
    font-size: 160%;
    color: #EEEEDF;
    padding: 0;
	margin: 0;
}

h3 {
    font-size: 140%;
    color: #282E01;
    padding: 0;
	margin: 0;
}

h4 {
    font-size: 120%;
    color: #EEEEDF;
    padding: 0;
	margin: 0;
}

h5 {
    font-size: 100%;
    color: #EEEEDF;
    padding: 0;
	margin: 0;
}

h6 {
    font-size: 100%;
    padding: 0;
	margin: 0;
}

p {
    margin: 0;
    padding: 0;
    line-height: 16px;
}

a {
    color: #282E01;
    text-decoration: underline;
}
a:hover {
    color: #282E01;
    text-decoration: none;
}

/* Page Body */
html {
    height: 100%;
    min-height: 100%;
}
body {
    background: url("img/body_bg.jpg") top left repeat-x #B9BE89;
    font-size: 12px;
    font-family: "Trebuchet MS", Verdana, Tahoma, arial, sans-serif;
    color:  #282E01;
    padding: 0;
    margin: 0;
}


/* Overall  */
#overall {
    position: relative;
    background: none;
    width: 950px;
    height: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0 auto;
    border-left: 15px solid #384001;
    border-right: 15px solid #384001;
}
body>#overall {
    height: auto;
    min-height: 100%;
}



/* HEADER */
#header {
    background: url("img/header_bg.jpg") top left repeat-x;
    width: 950px;
    height: 287px;

}

/*.logo {
    position: absolute;
    top: 0;
    right: 15px;
}*/

/* Warenkorb*/
#korb {
    position: absolute;
    top: 105px;
    left: 785px;
  /*   background: url("img/korb.jpg") top left no-repeat;*/
    width: 165px;
    height: 200px;
    margin: 0;
    padding: 5px 10px;
    color: #EEEEDF;
}
#korb h1 {
    margin: 0;
    padding: 8px 0 0 15px;
    font-size: 16px;
}
#korb p {
    margin: 0;
    padding: 25px 25px 0 18px;
    color: #EEEEDF;
    font-size: 12px;
}
#korb p a {
    float: right;
    color: #EEEEDF;
    font-size: 13px;
    text-decoration: underline;
}
#korb p a:hover {
    color: #EEEEDF;
    text-decoration: none;
}
#cart_price {
	position: absolute;
	top: 90px;
	right: 30px;
	width: 100%;
	text-align: right;
	font-size: 11px;
	line-height: 15px;
}
#cart_products {
	height: 50px;
	overflow: hidden;
}
.summe {
    font-size: 14px;
    color: #CF0A28;
    font-weight: bold;
}
.edit {
	position: absolute;
	top: 155px;
	right: 100px;
    display: block;
    /*  background: url("img/edit_bg.jpg") top left no-repeat;*/
    width: 66px;
    height: 32px;
    margin: 0;
    padding: 3px 0 0 16px;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.edit:hover {
    color: #CF0A28;
}
.order {
	position: absolute;
	top: 155px;
	right: 15px;
    display: block;
       /*  background: url("img/order_bg.jpg") top left no-repeat;*/
    width: 86px;
    height: 32px;
    margin: 0;
    padding: 3px 0 0 16px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.order:hover {
    color: #CF0A28;
}
/* HEADER */

/* MAIN*/
#main {
    background: #EEEEDD;
    width: 100%;
    height: 100%;
}

/* MAIN_LEFT */

#main_left {
	position: relative;
	left: 10px;
    float: left;
    background: #C5CB9A;
    width: 217px;
}
#search {
    background: #EEEEDD;
    height: 43px;
    margin: 0;
    padding: 6px 0 0 15px;
}
.searchfield {
    background: none;
    width: 161px;
    height: 19px;
    margin: 5px 5px 0 0;
    padding: 1px 0 0 0;
    color: #384001;
    font-size: 12px;
    border: 1px solid #384001;
    float: left;
}
* html #search {
    padding: 5px 0 0 10px;
}
* html #searchBox {
    height: 30px;
    padding: 0;
    margin: 0;
}
#search .submit {
    background: url("img/submit.gif") bottom no-repeat  #EEEEDD;
    width: 22px;
    height: 24px;
    border: 0;
    cursor: pointer;
    float: left;
}
* html #search .submit {
    cursor: pointer;
}
/* PRODUKTE */
#produkte {
    margin: 0;
    padding: 0;
}
#produkte h1,.sidebox h1 {
    background: #576301;
    margin: 0 0 0px 0;
    padding: 0 0 0 13px;
    color: #EEEEDF;
    font-size: 15px;
    text-align: left;
}
.sidebox {
    background: #C5CB9A;
}
#versandbox.sidebox {
    background: #C5CB9A;
    font-size: 11px;
    width:190px;
}
#versandbox.sidebox h1 {
    font-size: 15px;

}
#produkte a {
    display: block;
    width: 188px;
    margin: 0 0 0 0;
    padding: 2px 0 3px 13px;
    color: #282E01;

    text-decoration: none;
}
#produkte a:hover {
    background: #78803C;
}
#produkte a.active {
	font-weight: bold;
}



#CatNavi, #CatNavi li ul {
	margin:  0 0 2px 0 ;
    padding: 2px 0 0 13px;
	list-style-type: none;
}


#CatNavi li a:hover {
    width: 180px;
    text-decoration: none;
    background: #78803C;
}

.CatLevel1 {
	margin: 16px 0 0 0 ;
	width: 180px;
	color: #282E01;
	font-size:15px;
	position:relative;
	left:-15px;
	font-weight:bold;
	text-decoration: none;
}

.CatLevel2 {
	width: 180px;
	color: #282E01;
	font-size:14px;
	position:relative;
	left:-12px;
	font-weight:bold;
	text-decoration: none;
}

.CatLevel3 {
	width: 180px;
	color: #282E01;
	font-size:12px;
	position:relative;
	font-weight:normal;
	left:-12px;
	text-decoration: none;
}


/* Main navigation */



/* PRODUKTE */

/* HOTLINE */
#hotline {
    margin: 6px 0 0 0;
    padding: 0;
}
#hotline h1 {
    background: #576301;
    margin: 0;
    padding: 0 0 0 13px;
    color: #EEEEDF;
    font-size: 15px;
}
#hotline p {
    background: url("img/hotline_bg.jpg") top left no-repeat;
    width: 131px;
    height: 59px;
    margin: 0;
    padding: 14px 0 0 86px;
    color: #ff0000;
    font-size: 14px;
}
.tel_nummer {
    background: url("img/tel_nummer_bg.jpg") #78803C 54px 4px no-repeat;
    width: 134px;
    margin: 0;
    padding: 0 0 0 83px;
    color: #EEEEDF;
    font-size: 15px;
}
/* HOTLINE */

/* REFERENZEN */
#referenzen {
    margin: 12px 0 0 0;
    padding: 0;
}
#referenzen h1 {
    background: #576301;
    margin: 0 0 10px 0;
    padding: 0 0 0 13px;
    color: #EEEEDF;
    font-size: 17px;
}
#referenzen a {
    display: block;
    width: 188px;
    margin: 0 0 6px 0;
    padding: 2px 0 3px 13px;
    color: #282E01;
    font-size: 15px;
    text-decoration: none;
}
#referenzen a:hover, #referenzen a.active {
    background: #78803C;
}
/* REFERENZEN */

/* BEWERTUNG */
#bewertung {
    margin: 0;
    padding: 0 8px;
}
#bewertung h1 {
    background: #576301;
    width: 204px;
    margin: 0 -8px 9px -8px;
    padding: 0px 0 0 15px;
    color: #EEEEDF;
    font-size: 17px;
}
#bewertung .bewertungsfoto {
    margin: 0 0 8px 0;
    padding: 0;
}
#bewertung a {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #282E01;
}
#bewertung a img {
	border-left: 0px solid white;
	border-right: 0px solid white;
	margin: 0 0 0 -8px;
}
/* BEWERTUNG */

/* BESTSELLER */
#bestseller {
    margin: 30px 0 10px 0;
    padding: 0;
    text-align: center;
}
#bestseller h1 {
    background: #576301;
    margin: 0 0 10px 0;
    padding: 0 0 0 13px;
    color: #EEEEDF;
    font-size: 17px;
}
#bestseller p.newprice {
    margin: 0;
    padding: 2px 13px 3px 13px;
    color: #CF0A28;
    font-size: 15px;
}
#bestseller p {
    margin: 0;
    padding: 2px 13px 3px 13px;
    color: #282E01;
    font-size: 12px;
}
#bestseller p a {
    margin: 0;
    padding: 0;
    text-decoration: none;
}
#bestseller p a:hover {
    text-decoration: underline;
}
#bestseller p span {
    margin: 0;
    padding: 0;
    color: #CF0A28;
    font-size: 15px;
}
#bestseller p span.productOldPrice {
    margin: 0;
    padding: 0;
    color: #282E01;
    font-size: 12px;
}
/* BESTSELLER */
/* SPECIALS */
.left_img_link {
	display: block;
	width: 100%;
	text-align: center;
	background: #fff;
}

/* MAIN_CENTER */
#main_center {
    float: left;
    background: #EEEEDD;
    width: 490px;
    margin: 0;
    padding: 0 0 50px 0;
}
#breadcrumbs {
    float: left;
    margin: 13px 0 0 20px;
    padding: 0;
}
#user_nav {
    float: right;
    margin: 13px 20px 0 0;
    padding: 0;
    list-style-type: none;
}
#user_nav li {
    float: left;
}
#user_nav li a {
    text-decoration: underline;
}
#user_nav li a:hover {
    text-decoration: none;
}
.nav_warenkorb {
    background: url("img/pipe.jpg") 4px no-repeat;
    padding: 0 0 0 11px;
}
.nav_kasse {
    background: url("img/pipe.jpg") 4px no-repeat;
    padding: 0 0 0 11px;
}
/* CONTENT */
#content {
	position: relative;
	left: 10px;
	width: 490px;
    margin: 40px 0 20px 0;
    padding: 10px 13px 20px 11px;
}
* html #content {
	width: 490px;
	float: center;
}
#content h1 {
    margin: 0;
    padding: 0 0 6px 24px;
    color: #282E01;
    font-size: 17px;
}
.odd {
    clear: both;
    background: #E1E4CB;
    width: 500px;
    margin: 15px 0 0 0;
    padding: 10px 10px 20px 10px;
}
.odd_info {
    clear: both;
    width: 500px;
    margin: 15px 0 25px 0;
    padding: 10px 0 20px 10px;
}
.odd .headline, .odd_info .headline {
    margin: 0;
    padding: 0;
}
.odd h2, .odd_info h2 {
    float: left;
    margin: 0;
    padding: 0;
    color: #282E01;
    font-size: 16px;

}
.artikel_bewertung {
    float: left;
    width: 55px;
    margin: 6px 0 0 4px;
    padding: 0;
}
.artikel_bewertung img {
    float: left;
    margin: 0;
    padding: 0;
}
.odd h3 {
    color: #CF0A28;
    font-size: 15px;
    font-weight: normal;
}
.odd_spacer {
    float: left;
    margin: 0 0 0 12px;
    padding: 0 0 20px 12px;
    width: 310px;
    border-left: 1px solid #282E01;
}
.odd p {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 15px;
}
.artikel_left {
    float: left;
    width: 170px;
    margin: 15px 0 0 0;
}
.artikel_left p {
    font-size: 13px;
}
.artikel_right {
    float: left;
    margin: 0;
    padding: 15px 0 6px 0;
}
.artikel_right a {
    font-size: 20px;
}
.preis {
    color: #282E01;
    font-size: 35px;
    clear: both;
}
.shippingstatus {
	font-weight: bold;
	color: #ff0000;
	display: block;
}
.straight {
    clear: both;
    background: none;
    width: 485px;
    margin: 15px 0 0 0;
    padding: 10px 10px 20px 10px;
}
.straight h2 {
    float: left;
    margin: 0;
    /*padding: 0 0 6px 24px;*/
    color: #282E01;
    font-size: 16px;

}
.straight h3 {
    color: #CF0A28;
    font-size: 15px;
    font-weight: normal;
}
.straight p {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 15px;
}
.artikel_bild {
    float: left;
    border: 1px solid #282E01;
}
.artikel_left p {
    font-size: 13px;
}

.preis span.productOldPrice {font-size:14px;font-weight:normal;color:#ff0000;}
/* CONTENT */

/* Product Info */
.pdfs {
	width: 460px;
	padding: 20px 10px;
	border-top: 1px solid #282E01;
	border-bottom: 1px solid #282E01;
}
.info_spacer {
	height: 5px;
	width: 100%;
}

/* MAIN_RIGHT */
#main_right {
	position: relative;
	left: 45px;
    float: left;
    background: #EEEEDD;
    width: 190px;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #282E01;
}
.login {
    background: #C5CB9A;
    width: 190px;
    margin: 55px 0 0 0;
    padding: 0 0 20px 0;
}
.login h1 {
    background: #576301;
    margin: 0 0 10px 0;
    padding: 0 0 0 13px;
    color: #EEEEDF;
    font-size: 15px;
}
.login p {
    background: #C5CB9A;
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 13px;
}
.login_mail {
    margin: 0 0 0 26px;
    padding: 0;
}
.spacer {
    height: 5px;
}
.login_pw {
    margin: 0 0 0 10px;
    padding: 0;
}
.login p input {
    background: none;
    width: 106px;
    height: 19px;
    margin: 0;
    padding: 1px 0 0 0;
    color: #384001;
    font-size: 12px;
    border: 1px solid #384001;
}
.login input.anmelden,
#newsletter input.anmelden {
	display: block;
    color: #384001;
    background: url("img/submit_lang.jpg") top left no-repeat;
    width: 190px;
    height: 33px;
    margin: 8px 0 0 -10px;
    padding: 0 0 12px 0;
    border: 0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
}
#admin {
	width: 100%;
	padding: 6px;
}
.admin_btn {
	display: block;
    color: #384001;
    background: url("img/submit_lang.jpg") top left no-repeat;
    width: 190px;
    height: 33px;
    margin: 8px 0 0 -6px;
    padding: 3px 0 0 0;
    border: 0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
}
#newsletter {
    background: #C5CB9A;
    width: 190px;
    margin: 0;
    padding: 0 0 5px 0;
}
#newsletter h1 {
    background: #576301;
    margin: 0 0 10px 0;
    padding: 0 0 0 13px;
    color: #EEEEDF;
    font-size: 15px;
}
#newsletter p {
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 15px;
}
.newsletter_mail {
    background: none;
    width: 106px;
    height: 19px;
    margin: 0 0 4px 20px;
    padding: 1px 0 0 0;
    color: #384001;
    font-size: 12px;
    border: 1px solid #384001;
}
.newsletter_radio {
    margin: 6px 0 2px 30px;
    padding: 0;
}
.senden {
    display: block;
    background: url("img/submit_lang.jpg") top left no-repeat;
    width: 190px;
    height: 33px;
    margin: 12px 0 0 0;
    padding: 2px 0 0 0;
    border: 0;
    text-align: center;
    text-decoration: none;
}
#service {
    background: #C5CB9A;
    width: 190px;
    height: 100%;
    margin: 0;
    padding: 0;
}
#service h1 {
    background: #576301;
    margin: 0 0 10px 0;
    padding: 0 0 0 13px;
    color: #EEEEDF;
    font-size: 15px;
}
#service a {
    display: block;
    /*width: 188px;*/
    margin: 0;
    padding: 4px 0 6px 13px;
    color: #282E01;
    font-size: 15px;
    text-decoration: none;
}
#service a:hover {
    background: #78803C;
}
#diatom {
	position: relative;
    background: #C5CB9A;
    width: 190px;
    height: 195px;
    margin: 0;
    padding: 15px 0 60px 0;
}
#diatom p {
	padding: 0 0 10px 0;
}
#diatom a#diatomLogo {
    position: absolute;
    bottom: 6px;
    right: 11px;
}
#video {
    background: #C5CB9A;
    width: 190px;
    height: 100%;
    margin: 0;
    padding: 0;
}
#video h1 {
    background: #576301;
    margin: 0 0 10px 0;
    padding: 0 0 0 13px;
    color: #EEEEDF;
    font-size: 15px;
}
#video a {
    display: block;
    /*width: 188px;*/
    margin: 0;
    padding: 4px 0 6px 0;
    color: #282E01;
    font-size: 15px;
    text-decoration: none;
}
#video a:hover {
    background: #78803C;
}
#footer {
    border-bottom: 15px solid #384001;
}
.copyright {
	width:100%;
	text-align:center;
	margin: 7px 0;
}

/* Navigation Bottom */
#links {
	position: relative;
	width: 100%;
	text-align: center;
}
#navBottom {
	margin: 0;
	padding: 0 0 20px 170px;
	list-style-type: none;
}
#navBottom li {
	float: left;
}
/* GalleryXXL **************** */

#gxxl {
    width: 100%;
}

/*div>#gxxl {
    width: 360px;
}*/

/*#gxxl a {
    color: #1041BD;
    background: none;
    text-decoration: none;
    padding: 1px;
}

#gxxl a:hover {
    color: #ffffff;
    background: #000000;
    text-decoration: none;
}

#gxxl a.active {
    color: #ffffff;
    background: #000000;
    text-decoration: none;
}*/

/* Gallery-Listing *********** */

#gxxl_gallist {
    margin: 20px 0;
}

#gxxl_gallist a {
    display: block;
    float: left;
    background: #DCDCDC;
    margin: 5px;
    padding: 5px;
    cursor: pointer;
    color: #1041BD;
}

#gxxl_gallist a:hover {
    text-decoration: none;
    background: #1041BD;
    color: #DCDCDC;
}

#gxxl_gallist a span.img {
    display: block;
    width: 100px;
    height: 75px;
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#gxxl_gallist a span.name {
    display: block;
    width: 90px;
    overflow: hidden;
    padding: 5px;
    text-align: center;
}


/* Image-Listing ************* */

#gxxl_imglist {
    margin: 20px 0;
}

#gxxl_imglist a {
    display: block;
    float: left;
    background: #DCDCDC;
    margin: 5px;
    padding: 5px;
    cursor: pointer;
    color: #1041BD;
}

#gxxl_imglist a:hover {
    text-decoration: none;
    background: #576301;
    color: #DCDCDC;
}

#gxxl_imglist a span.img {
    display: block;
    width: 100px;
    height: 75px;
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}



/* Image-Detail **************** */

#gxxl_detail {
    margin: 20px 0;
    background: #eeeeee;
    padding: 5px;
}



/* Page-Navigation ************* */

#gxxl_pagenav {
    text-align: center;
}
.hide {
    display: none;
}
