/* FARBSCHEMA ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

Bg-Farbe: 	#36251A > Braun
Links:	  	#286C9E > Blau
Hover:	  	#B94A13 > Orange

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */



/* Reset :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
}
 
fieldset,img {  
	border:0; 
}
 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
}
 
ol,ul { 
	list-style:none; 
} 

h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

a, a:hover {
	text-decoration: none;
}



/* Grundkonfiguration ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

html{
	font-size:100%;
	height: 100%;
}

body{
	background-color: #000;
	color:#666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: normal;
}


#headBox h1 {
	background: url(../../images/bereuter_logo.gif) no-repeat 0px 1px;
	padding-left: 28px;
    float: left;
}

#headBox h1, #headBox h1 a, #headBox em, #headBox em a {
	font-size: 22px;
	color: #FFF;
	text-decoration: none;
}

#headBox h1 a:hover,
#headBox em a {
    text-decoration: none;
}

#headBox em {
    margin-left: 10px;
}

#headBox em a {
	color: #8C8C8C;
    
}

h2 {
	font-size: 22px;
	color: #FFF;
	margin: 0px 0px 17px -1px;
}

a {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}

p {
	margin-bottom: 20px;
}

table {
	border-spacing: 0px;
	border-collapse: separate;
}

input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

b {
	color: #FFF;
	font-weight: normal;
}


/* Floatings ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.left {
	float: left;
}

.center {
	float: left;
	margin: 0px 20px 0px 20px;
}

.right {
	float: right;
}

.clearer {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

.centered {
	margin: 0px auto;
}



/* Allgemein :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#webBox, #warenkorbBox .inner {
	width:940px;
	margin:0px auto;
	text-align: left;
}

#warenkorbBox .inner {
	position: relative;
}

#warenkorbBox {
	background-color: #4D4D4D;
	text-align: right;
	padding: 5px 0px 14px 0px;
	color: #FFF;
	height: 12px;
	overflow: hidden;
}

#warenkorbBox a {
	color: #FFF;
}

#warenkorbBox a:hover {
 	text-decoration: none;
}

#warenkorbBox .warenkorbAnzeigen,
#warenkorbBox .warenkorbSchliessen {
	position: absolute;
	right: 0px;
	top: 0px;
}

#warenkorbBox .warenkorbSchliessen {
	display: none;
}

#warenkorbBox h2 {
	padding-top: 47px;
}

#headBox {
	padding: 20px 0px 60px 0px;
	_padding-bottom: 40px;
}

#headBox ul#langNav li, #headBox ul#subNav li {
	float: left;
}

#headBox ul#langNav li a, #headBox ul#subNav li a {
	color: #8C8C8C; 
	text-decoration: none;
}

#headBox ul#langNav li a:hover {
	color: #fff; 
	text-decoration: underline;
}

#headBox ul#subNav {
	font-size: 22px;
}

#headBox ul#subNav li {
	padding-left: 15px;
}

#headBox ul#subNav li a.active {
	color: #FFF;
}

#headBox ul#subNav li a:hover {
	color: #FFF
}

#footBox {
	position: fixed;
	_position: absolute;
	z-index: 999;
	width: 940px;
	bottom: 0px;
	padding:0px 0 35px;
	background: url(../../images/overlay_black.png);
	_background: none #000;
}

#footBox a {
	text-decoration: none;
}

#footBox a:hover {
	text-decoration: underline;
}

#footBox li {
	float: left;
	color: #FFF;
	background: url("../../images/mainNav_trenner.gif") no-repeat 7px 4px;
	_background-position: 7px 5px;
	padding: 0px 0px 0px 16px;
}

#footBox li.first {
	padding: 0px;
	background: none;
}

#footBox li a.active {
	color: #FFF;
}

#footBox li a {
	color: #8C8C8C;
}

#contentBox {
	padding-bottom: 200px;
}

#contentBox .cmstext,
#contentBox .cmssnippet {
    margin-bottom: 18px;
}

#contentBox .withMoreText {
    border-top: solid #8c8c8c 1px;
    padding-top: 12px;
    position: relative;
}

#contentBox .withMoreText a.moreText {
    position: absolute;
    top: 12px;
    right: 0px;
    display: block;
    width: 100%;
    text-align: right;
    padding-top: 4px;
}

#contentBox ul li {
	float: left;
	position: relative;
	width: 300px;
	height: 220px;
}

#contentBox ul li ul li {
	float: none;
	width: auto;
	height: auto;
	list-style-type: disc;
	margin-left: 13px;
}

#contentBox ul li ul {
	margin-bottom: 20px;
}

/*#contentBox ul li:hover .inner {
    display: block;
}
*/
#contentBox ul li .overlayBlack {
	width: 300px;
	height: 200px;
	background: url(../../images/overlay_black.png);
	_background: none #000;
	position: absolute;
	z-index: 3;
    display: none;
}

/*#contentBox ul li .overlayBlack {
    display: none;
}
*/
#contentBox ul li .inner {
	position: absolute;
	left: 0px;
	top: 218px;
	z-index: 2;
	display: none;
}

#contentBox h2 a {
	text-decoration: none;
	color: #FFF;
}

#contentBox form.add {
	margin-top: -10px;
}



/* Formular :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
input.text,
textarea {
	padding: 2px;
	border: solid white 1px;
	margin: 0px 5px 0px 5px;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input.text{
	width: 20px;
	height: 14px;
	text-align: center;
}

input.text:focus,
textarea:focus {
	background-color: #DDD;
	border: solid #ddd 1px;
}

input.submit, input.inactive {
	height: 20px;
	background-color: #FFF;
	background-image: none;
	border: none;
	padding: 0px 5px 0px 5px;
	position: relative;
	top: 1px;
	_top: 0px;
	_width: 120px;
}

input.submit:hover { 
	background-color: #8C8C8C;
	color: #FFF;
	cursor: pointer;
}

input.inactive {
	background-color: #555;
	color: #333;
}

/* validation */

div.fieldrow {
    position: relative;
}

textarea.error,
input.error {
    background-color: #ffb2b2;
}

div.fieldrow span.error {
    color: #ff0000;
    position: absolute;
    right: 1px;
    top: 4px;
}

/* Startseite :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.startseite #contentBox img {
	margin-bottom: 6px;
}

.startseite #newsBox, .kontakt #newsBox {
	background: url(../../images/overlay_black.png);
	_background: none #000;
	bottom:55px;
	padding:20px 0 50px;
	position:absolute;
	z-index: 2;
	width:940px;
}

.startseite #newsBox div.text {
	margin: -3px 0px 0px 18px;
	width: 430px;
}

.startseite #newsBox ul {
    position: relative;
	height: 95px;
	overflow: hidden;
}

.startseite #newsBox ul li {
    position: absolute;
    top: 0px;
    left: 0px;
}

.startseite #newsBox .inner {
	position: relative;
}

.startseite #newsBox .newsNavi {
	position: absolute;
	left: 157px;
	bottom: -4px;
	_bottom: 64px;
	z-index: 2;
}

.startseite #contentBox ul li.inactive .overlayBlack  {
	height: 240px;
}

.startseite #contentBox ul li .inner {
	top: 245px;
}


/* Product Detail ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.productCategory h2 {
	margin-bottom: 8px;
}

.productDetail #contentBox .left {
	position: relative;
	width: 240px;
/*  height: 445px;*/
}

/*.productDetail #contentBox .left a.back {
    position: absolute;
    bottom: 0px;
}
*/
.productDetail #contentBox .left td.first {
	width: 90px;
} 

/* start imagegallery*/

.imageGallery {
	position: relative;
	overflow: hidden;
	width: 620px;
	height: 445px;
    background-color: #1e1e1e;
}

.imageGallery .imgNav {
	position: absolute;
	bottom: 6px;
	left: 10px;
}

.imageGallery .arrows a {
    width: 308px;
    height: 445px;
    background-color: blue;
    position: absolute;
    top: 0px;
}

.imageGallery .arrows a.arrowLeft {
    left: 0px;
    background: url('../../images/img-prev.gif') 15px center no-repeat;
}

.imageGallery .arrows a.arrowRight {
    right: 0px;
    background: url('../../images/img-next.gif') 268px center no-repeat;
}

.imageGallery:hover .arrows a {
    /* somehow background:none makes the links unclickable in ie */
    background-position: -1000px -1000px;
}

.imageGallery .imgNav a {
	display: inline-block;
	width: 8px;
	height: 8px;
	overflow: hidden;
	line-height: 0px;
	font-size: 0px;
	white-space: nowrap;
	background: url(../../images/imgNav.png) no-repeat;
	_background: url(../../images/imgNav.gif) no-repeat;

}

.imageGallery .imgNav a.active, 
.imageGallery .imgNav a:hover {
	background: url(../../images/imgNav_active.png) no-repeat;
	_background: url(../../images/imgNav_active.gif) no-repeat;
}

.imageGallery ul {
    list-style: none;
    position: relative;
/*  width: 10000px;*/
}

#contentBox .imageGallery li {
    float: none;
    display: none;
    position: absolute;
	width: 620px;
	height: 445px;
	margin-left: 0px;
}

#contentBox .imageGallery li.first {
    display: block;
}

#contentBox .cms-default-gallery .imageGallery,
#contentBox .cms-default-gallery .imageGallery li {
    width: 300px;
    height: 225px;
}
#contentBox .cms-narrow-gallery .imageGallery,
#contentBox .cms-narrow-gallery .imageGallery li {
    width: 140px;
    height: 105px;
}
#contentBox .cms-medium-gallery .imageGallery,
#contentBox .cms-medium-gallery .imageGallery li {
    width: 295px;
    height: 222px;
}
#contentBox .cms-broad-gallery .imageGallery,
#contentBox .cms-broad-gallery .imageGallery li {
    width: 460px;
    height: 335px;
}
/* end imagegallery */

.productDetail table.detail {
	margin-bottom: 20px;
	border: none;
}

.productDetail table.detail tr:hover {
	background-color: transparent;
	color:#666666;
}

.produktDetail table.detail tr:hover a {
	background-color: transparent;
}

.productDetail b { 
	color: #FFF;
}

/* Taetigkeitsbereich ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.productDetail div.richtext {
    margin-bottom: 20px;
}

div.richtext p,
.productDetail div.richtext p {
    margin-bottom: 0px;
}

.taetigkeitsbereich #contentBox ul li, .karriere #contentBox ul li {
	height: auto;
	width: 300px;
}

div.richtext strong {
    font-weight: bold;
}


/* Gesamtliste ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.gesamtliste select {
	margin: 2px 0px 0px 13px;
}

.gesamtliste table a {
	text-decoration: none;
}

.gesamtliste table a:hover {
	text-decoration: underline;
}

#warenkorbBox table,
#webBox table {
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 100%;
	color: #666;
}
#warenkorbBox table thead,
#webBox table thead {
	color: #FFF;
}

#warenkorbBox table thead td,
#webBox table thead td {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 3px 0px 3px 0px;
}

#warenkorbBox table tbody tr.first td,
#webBox table tbody tr.first td {
	padding-top:11px;
}

#warenkorbBox table tbody td,
#webBox table tbody td {
	padding: 2px 0px 2px 0px;
}

#warenkorbBox table tbody tr:hover,
#warenkorbBox table tbody tr:hover a,
#webBox table tbody tr:hover, 
#webBox table tbody tr:hover a {
	color: #FFF;
	background-color: #4D4D4D;
	cursor: pointer;
}

#warenkorbBox table td.c1,
#webBox table td.c1 {
	width: 70px;
}

#warenkorbBox table td.c2,
#webBox table td.c2 {
	width: 250px;
}

#warenkorbBox table td.c3,
#webBox table td.c3 {
	width: 320px;
}



/* Warenkorbbox :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#cartBoxWrapper {
    position: relative;
    height: 0px;
}

#warenkorbBox {
    position: absolute;
    z-index: 10;
    top: 0px;
    width: 100%;
}

#warenkorbBox table {
	color: #A6A6A6;
}

#warenkorbBox tr {
	clear: both;
}

#warenkorbBox table tbody tr:hover, #warenkorbBox table tbody tr:hover a {
	background-color: transparent;
}

#warenkorbBox input.text {
	text-align: right;
	margin: 0px;
	width: 28px;
}

#warenkorbBox td.c1 {
	width: 65px;
}

#warenkorbBox td.c2 {
	width: 240px;
}

#warenkorbBox td.c3 {
	width: 160px;
}

#warenkorbBox input.submit,
#warenkorbBox input.inactive {
	float: right;
}

#warenkorbBox input.inactive {
	margin-right: 4px;
}

#warenkorbBox table.summe,
#webBox table.summe {
	width: auto;
	float: right;
	border: none;
	color: #FFF;
}

#warenkorbBox table.summe td.c1 {
	width: 431px;
}

#warenkorbBox table.summe td.c2 {
	width: 281px;
	color: #A6A6A6;
}

#warenkorbBox table.summe thead td,
#webBox table.summe thead td {
	border: none;
}


#warenkorbBox table.summe thead tr.last td,
#webBox table.summe thead tr.last td {
	border-bottom: 1px solid #999;
}

#warenkorbBox table.summe tbody,
#webBox table.summe tbody {
	font-weight: bold;
}

#warenkorbBox table.warenkorb,
#webBox table.warenkorb {
	margin-bottom: 7px;
}

#warenkorbBox table.summe,
#webBox table.summe {
	margin-bottom: 0px;
}

#warenkorbBox table.summe tr.last td,
#webBox table.summe tr.last td {
	padding-bottom: 9px;
}


/* Warenkorb ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.warenkorb #contentBox .left,
.warenkorb #contentBox .right {
	width: 455px;
}

.productDetail #zoom_content {
    padding: 10px;
    padding-right: 15px;
    background-color: #000;
}

.warenkorb #contentBox input.text,
.kontakt #contentBox input.text,
.kontakt #contentBox textarea,
#zoom input.text,
#zoom textarea {
	display: block;
	width: 100%;
	text-align: left;
	margin: 0px 0px 7px 0px;
	padding: 6px 0px 7px 5px
}

.warenkorb #contentBox .left p {
	margin-top: 20px;
}

.warenkorb #contentBox table.summe {
	float: none;
	width: 100%;
}

.warenkorb #contentBox table.summe td.c1 {
	width: 182px;
	padding-left: 58px;
}

.warenkorb #contentBox table.summe thead td.c2 {
	color: #A6A6A6;
}

.warenkorb #contentBox tr:hover {
	background-color: transparent;
}

.warenkorb #contentBox table.warenkorb tbody tr,
.warenkorb #contentBox table.warenkorb tbody tr:hover {
	color: #A6A6A6;
}

.warenkorb #contentBox td.c3,
.warenkorb #contentBox table.summe td.c2 {
	text-align: right;
}



/* Info :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.info #contentBox .left1,
.kontakt #contentBox .left1 {
	width: 460px;
	float: left;
}

.info #contentBox .center,
.kontakt #contentBox .center {
	width: 295px;
}

.info #contentBox .left,
.kontakt #contentBox .left {
	width: 140px;
}

.info h2 {
	margin-bottom: 10px;
}

.info .left h2 {
	margin-bottom: 5px;
}

.info img {
	margin-bottom: 20px;
}

.info #contentBox .center .inner {
	overflow:hidden;
	position:relative;
	width:295px;
	height: 305px;
	margin-bottom: 20px;
}

.info #contentBox .center .inner ul {
	width:10000px;
}

.info #contentBox .center li {
	width:295px;
	height:305px;
}

.info #contentBox .center p {
	margin-bottom: 10px;
}



/* Galerie :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.galerie #webBox #contentBox ul li,
.galerie #contentBox ul li {
	width: auto;
	height: auto;
	padding-right: 20px;
	padding-bottom: 12px;
}

.galerie #webBox #contentBox ul li.last,
.galerie #contentBox ul li.last {
	padding-right: 0px;
}

.galerie h2 {
	margin-bottom: 13px;
}

img#ZoomImage {
	border: 1px solid #FFF;
}

#ShadowBox {
	display: none;
}

#ZoomCapDiv {
	background-color: #FFF;
	height: 34px;
	padding-top: 6px;
	margin-top: -15px;
}

#ZoomCaption em {
	font-size: 22px;
}

#ZoomCaption a:hover {
	background-color: transparent;
	text-decoration: none;
	color: #666;
}

ul.imageArchive img {
    height: 95px;
    width: 140px;
}


/* Kontakt :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.kontakt #contentBox .center {
	margin-right: 25px;
	width: 290px;
}

.kontakt #contentBox .center textarea,
#zoom textarea {
	height: 125px;
}

.kontakt #contentBox .center .kontaktForm {
	margin-bottom: 20px;
}

.kontakt #contentBox .center input.submit {
	margin-right: -5px;
}

.kontakt #contentBox .center a,
.kontakt #contentBox .left1 a {
	color: #FFF;
}

.kontakt #contentBox .center a:hover,
.kontakt #contentBox .left1 a:hover {
	text-decoration: none;
}

.kontakt #contentBox .left1 p {
	margin-top: 20px;
	text-align: right;
	color: #FFF;
}

.kontakt #contentBox .contactMap {
    width: 460px;
    height: 240px;
    background-color: #FFF;
}

/* Karriere :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.karriere h2.top {
	margin-bottom: 40px;
	line-height: 26px;
}

/*.trebleEqual .col,
.trebleBroadRight .col,
.trebleBroadLeft .col {
    border: solid red 1px;
}*/


/* Warenkorb ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.gesamtpreis {
	display:inline-block;
	text-align:right;
	width:102px;
}

.einzelpreis {
	display:inline-block;
	text-align:right;
	width:94px;
}
