/* CSS Document */
body {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/body-bg.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #ffffff;
	margin-top: 0px;
	padding: 0px;
}




.warenkorb {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/box-body.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 10px;
	color: #ffffff;
	margin-top: 0px;
	padding: 0px;
}

.warenkorb p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:lighter;
	line-height: 10px;
	color: #ffffff;
}



a:link { color:#ffffff; text-decoration:underline; }
a:visited { color:#ffffff; text-decoration:none; }
a:focus { color:#ffffff; text-decoration:underline; }
a:hover { color:#ffffff; text-decoration:underline; }
a:active { color:#330000; text-decoration:underline; }
.clear {
	clear:both;
}
hr {
	height:1px;
	margin: 20px 0px 20px 0px;
	color:#999999;
	background-color:#999999;
	noshade:noshade;
	border:none;
}
.error {
	font-size:13px;
	color:#FF0000;
	font-weight:bold;
}
#new_find input {
	vertical-align:top;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#gesamteseite {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header {
	height: 139px;
	width: 990px;
	margin: 10px 0px 0px 0px;
	background-image: url(image/HEAD_BODY.jpg);
	background-repeat:no-repeat;
}
#content {
	float: left;
}
#linkespalte, #rechtespalte {
	width: 190px;
	float: left;
	margin-top:-20px;
}

#mittlerespalte {
	width: 590px;
	float: left;
	margin: 0px 10px 0px 10px
}

#variableSpalte {
  visibility: visible;
  position: relative;
	cursor: pointer;
	height: auto;
	width: 790px;
	top: 0px;
	left: -8px;
	z-index:1;	
}


.variableOverlay {
  visibility: hidden;
  position: absolute;
	top: 1px;
	left: 1px;
	width: 470px;
	cursor: pointer;
	border: 2px solid #41423d;
	background-color: #000000;
	z-index:20;	
}


.absoluteWindows {
  visibility: visible;
  position: absolute;
	padding: 0px;
	cursor: pointer;
	height: 480px;
	width: 364px;
	top: 100px;
	left: 460px;
	color: #000000;
	border: 1px solid #41423d;
	background-color: #ebeadb;
	z-index:10;	
}

.absoluteHelpWindows {
  visibility: hidden;
  position: absolute;
	padding: 0px;
	cursor: pointer;
	height: auto;
	width: 260px;
	top: 100px;
	left: 460px;
	color: #000000;
	border: 1px solid #41423d;
	background-color: #ebeadb;
	z-index:99;	
}

#footer {
	height: 30px;
	margin: 10px 0px 0px 0px;
	float: left;
	clear: both;
	width: 990px;
	border-top: 1px solid #41423d;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
	padding: 5px 5px 0px 5px;
}
/*BOXEN  oben,rechts,unten,links */
.box {
	margin: 0px 0px 10px 0px;
}

.boxblack {
	margin: 0px 0px 10px 0px;
	background-color: #000000;
}

.box a {
	color: #ffffff;
}
.box .body {
	background-image: url(img/BOX_MID_1_SPALT.gif);
	background-position: bottom;
}
.box p {
	padding: 5px 10px 5px 10px;
	margin: 0px;
}
.box h3 {
	background-image: url(img/BOX_HEAD_1_SPALT.gif);
	line-height: 26px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	text-transform: uppercase;
	font-size: 12px;
	clear:both;
}
.box p.total {
	padding: 5px 0px 5px 0px;
	margin: 0px 10px 0px 10px;
	border-top: 1px dashed #ffffff;
	font-size:13px;
}
.box ul {
	list-style: none;
	margin: 0px;
	padding: 10px;
}
.box ul ul{
	padding: 0px 0px 0px 20px;;
}
.box ul li {
	height: 1%;
}
.box ul li a {
	display: block;
	line-height: 24px;
	text-decoration: none;
	color: #ffffff;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}
.box ul li a.image {
	display: inline;
	line-height: 24px;
	text-decoration: none;
	color: #ffffff;
	border-bottom: none;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	float:right;
}
.box ul li a.image:hover {
	background-color: transparent;
	background-image:none;
	background-repeat:no-repeat;
	color: #ffffff;
}
.box ul li a:hover {
	background-color: #7b0809;
	background-image:url(img/ul-hover.gif);
	background-repeat:repeat-x;
	background-position:top;
	text-decoration:none;
	color: #ffffff;
}




.listeZeile:hover {
	background-color: #7b0809;
	background-image:url(img/ul-hover.gif);
	background-repeat:repeat-x;
	text-decoration:none;
	color: #ffffff;
}




.box a.btnedit {
	display: block;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
.box .doppelbutton {
	display: block;
	text-align: center;
	padding: 10px 0px 10px 10px;
}
.box a img {
	border: none;
}
.left {
	float: left;
}
.right {
	float: right;
}

.bigbox {
	width: 290px;
	border: 1px solid #3f403b;
	margin: 0px 0px 10px 0px;
	background-color: #ebeadb;
}
.bigbox .content {
	/*height: 120px;*/
}
.bigbox p{
	padding: 5px;
	margin: 0px;
	color: #656661;
}

.bigbox a{
	padding: 5px;
	margin: 0px;
	color: #656661;
}

.bigbox p.dunkel{
	background-color: #c8c5b4;
}
.bigbox h3 {
	background-image: url(img/grey-gradient.gif);
	height:53px;
	border-bottom: 1px solid #3f403b;
	margin: 0px;
	padding: 5px;
	font-size: 12px;
}
.bigbox h3 em {
	font-weight: normal;
	font-style: normal;
}
.bigbox .bottom {
	background-image: url(img/grey-gradient.gif);
	height: 37px;
	border-top: 1px solid #3f403b;
	text-align: right;
	padding: 14px 0px 0px 0px
}
.bigbox .bottom a{
	margin: 10px 10px 0px 0px;
}
.bigbox .bottom a img {
	border: none;
}

.smallbox {
	width: 190px;
	border: 0px solid #3f403b;
	margin: 0px 0px 10px 0px;
	background-color: #ebeadb;
}
.smallbox .content {
	/*height: 120px;*/
}
.smallbox p{
	padding: 5px;
	margin: 0px;
	color: #656661;
}

.smallbox a{
	padding: 5px;
	margin: 0px;
	color: #656661;
}

.smallbox p.dunkel{
	background-color: #c8c5b4;
}
.smallbox h3 {
	background-image: url(img/grey-gradient.gif);
	height:53px;
	border-bottom: 1px solid #3f403b;
	margin: 0px;
	padding: 5px;
	font-size: 12px;
}
.smallbox h3 em {
	font-weight: normal;
	font-style: normal;
}
.smallbox .bottom {
	background-image: url(img/grey-gradient.gif);
	height: 37px;
	border-top: 1px solid #3f403b;
	text-align: right;
	padding: 14px 0px 0px 0px
}
.smallbox .bottom a{
	margin: 10px 10px 0px 0px;
}
.smallbox .bottom a img {
	border: none;
}


/*INHALT*/
.visual {
	margin: 0px 0px 10px 0px;
}
.inhalt #comments, .inhalt p textarea {
	color: #FFFFFF;
	background-color: #000000;
	width: 570px;
}

.inhalt {
	padding: 15px 10px 10px 10px;
	background-color: #000000;
	float: left;
	width: 570px;
	color:#DDDDDD;
}

.inhaltLeft {
	padding: 0px 0px 0px 0px;
	background-color: #000000;
	float: left;
	width: 570px;
	color:#DDDDDD;
}



.inhaltMitte {
	padding: 15px 10px 10px 10px;
	background-color: #000000;
	float: left;
	width: 570px;
	color:#DDDDDD;
}

.inhalt .button {
	display:block;
	text-align:right;
}

.inhalt table a img, .inhalt a img{
	border: none;
}
.inhalt h1 {
	font-size: 30px;
	text-transform:capitalize;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.inhalt h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.inhalt .produktbild {
	float: right;
	width: 570px;
	height: 234px;
	margin: 0px 0px 10px 0px;
}



.groupbox {
	padding: 0px 0px 0px 0px;
	background-color: #ebeadb;
	margin: 0px 0px 20px 0px;
	float: left;
	border: 1px solid #3f403b;
	width: 570px;
}
.groupbox h4 {
	background-image: url(img/grey-gradient.gif);
	background-repeat: repeat-x;
	font-size: 18px;
	font-weight:normal;
	line-height: 19px;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	border-bottom: 1px solid #3f403b;
	color:#ffffff;
}
.groupbox .imgborder {
	width: 80px;
	height: 75px;
	display: inline;
	float: left;
	margin: 5px;
	cursor: pointer;
	border: 0px;
	color: #67675B;
	font-size: 11px;
}
.groupbox .smallimg {
	width: 80px;
	height: 40px;
	border: 1px solid #ffffff;
	padding-top: 21px;
	background-color: White;
	cursor: pointer;
}
.groupbox .largeimg {
	width: 80px;
	height: 80px;
	border: 1px solid #ffffff;
	float: left;
	margin: 5px;
	background-color: White;
}
.groupboxlink , .groupboxlink  span{
	margin: 0 10px 0 0;
	padding: 5px;
	color: #333;
}








.groupboxdark {
	padding: 0px 0px 0px 0px;
	background-color: black;
	margin: 0px 0px 0px 0px;
	float: left;
	border: 0px solid #3f403b;
	width: 570px;
}
.groupboxdark h4 {
	background-image: url(img/grey-gradient.gif);
	background-repeat: repeat-x;
	font-size: 18px;
	font-weight:normal;
	line-height: 19px;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	border-bottom: 1px solid #3f403b;
	color:#ffffff;
}
.groupboxdark .imgborderdark {
	width: 100px;
	height: 50px;
	display: inline;
	float: left;
	margin-top: 12px;
	margin-left: 4px;
	cursor: pointer;
	border: 0px;
	color: #ffffff;
	font-size: 11px;
}
.groupboxdark .smallimgdark {
	width: 80px;
	height: 21px;
	border: 1px solid #ffffff;
	padding-top: 21px;
	background-color: White;
	cursor: pointer;
}
.groupboxdark .largeimgdark {
	width: 80px;
	height: 80px;
	border: 1px solid #ffffff;
	float: left;
	margin: 5px;
	background-color: White;
}
.groupboxlinkdark , .groupboxlinkdark  span{
	margin: 0 10px 0 0;
	padding: 5px;
	color: #333;
}

.groupboxdark .wideimgdark {
	width: 100px;
	height: 50px;
	border: 1px solid #ffffff;
	padding-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	background-color: White;
	cursor: pointer;
}




.bestellliste {
	float:left;
}
.bestellliste a{
	color:#656661;
	text-decoration:underline;
}
.bestellliste table {
	margin: 0px;
	padding: 0px;
	background-color: #EBEADB;
	border-collapse: collapse;
  border-spacing: 0px 0px;
	border: 1px solid #3f403b;
	color:#656661;
}

.bestellliste table thead td {
	background-image: url(img/grey-gradient.gif);
	margin: 0px;
	padding: 0px 3px 0px 7px;
	color: #ffffff;
	font-weight: 200;
	border-right: 1px solid #88878d;
	border-left: 1px solid #3f403b;
	border-bottom: 1px solid #3f403b;
	line-height:30px;
}
.bestellliste table tbody td {
	padding: 7px 0px 7px 7px;
	font-weight: 200;
}
.bestellliste table tbody td input{
/*	width: 20px; */
	border: 1px solid #898988;
/*	text-align: center; */
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 7px;
}
.bestellliste table tbody td img{
	display: block;
	text-align: center;
	border: none;
}
.bestellliste table tbody .dunkel td{
	background-color:#C8C5B4;
}
.bestellliste table tfoot {
	background-image: url(img/grey-gradient.gif);
	background-repeat:repeat-x;
	background-color:#40413C;
	color:#FFFFFF;
}
.bestellliste table tfoot td{
	padding: 5px;
}
.bestellliste table tfoot td a{
	color:#FFFFFF;
}
.summe {
	background-image: url(img/grey-gradient.gif);
	line-height: 24px;
	padding: 0px 5px 0px 5px;
	font-size: 13px;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	text-align:right;
	border-right: 1px solid #3f403b;
	border-left: 1px solid #3f403b;
	border-bottom: 1px solid #3f403b;
	clear:both;
	color: #ffffff;
}
.preis {
	background-image: url(img/box-body.jpg);
	line-height: 24px;
	padding: 0px 5px 0px 5px;
	font-size: 13px;
	font-weight:200;
	margin: 0px 0px 0px 0px;
	text-align:right;
	color: #ffffff;
}
.preisLeft {
	background-image: url(img/box-body.jpg);
	line-height: 24px;
	padding: 0px 5px 0px 5px;
	font-size: 13px;
	font-weight:200;
	margin: 0px 0px 0px 0px;
	text-align:left;
	color: #ffffff;
}

.headline {
	background-image: url(img/BOX_HEAD_5_SPALT.gif);
	height: 24px;
}


/*PFAD*/
.pfad, .categoriefooter {
	background-image: url(img/BOX_HEAD_5_SPALT.gif);
	background-repeat:repeat-x;
	line-height: 24px;
	padding: 0px 5px 0px 5px;
	font-size: 11px;
	margin: 0px 0px 5px 0px;
}

.pfad a, .categoriefooter a {
  color:#ebeadb;	
}

.categoriefooter {
	clear:both;
}
/*SUCHE*/
#SuchForm {
	padding: 10px;
	margin: 0px;
}
#SuchForm .eingabefeld {
	height: 15px;
	width: 143px;
	border: 1px solid #969696;
	vertical-align:top;
}
#SuchForm .button, #LoginForm .button {
	width: 20px;
	height: 19px;
	background-image: url(img/btn-pfeil.gif);
	background-color: transparent;
	border: none;
	margin: 0px 0px 0px 3px;
	vertical-align:top;
}
/*ERWEITERTE SUCHE*/
#advanced_search {
	display: block;
	margin: 20px 0px 20px 0px;
}
#advanced_search label{
	width:110px;
	float:left;
	clear:left;
	text-align:right;
	margin: 0px 5px 5px 0px;
}
#advanced_search #artnr{
	width: 84px;
	float:left;
	border: 1px solid #969696;
	margin: 0px 2px 5px 0px;
}
#advanced_search #artnr2{
	width: 151px;
	float:left;
	border: 1px solid #969696;
	margin: 0 0 5px 0;
}
#advanced_search #artbzn{
	width: 238px;
	float:left;
	border: 1px solid #969696;
	margin: 0px 0px 20px 0px;
}
#advanced_search select{
	width: 238px;
	float:left;
	border: 1px solid #969696;
	margin: 0 0 5px 0;
}
#advanced_search .checkboxbox{
	float: left;
	display: inline;
	margin: 20px 0px 20px 110px;
	clear: both;
	width: 300px;
}
#advanced_search .checkbox{
	float: left;
	margin: 0px 32px 0px 0px;
}
#advanced_search .button{
	display:block;
	clear:both;
	text-align:right;
	margin: 20px;
	width: 340px;
}
/*MENU*/
.box .menu li a{
	border-bottom: none;
	background-image: url(img/menu-icon.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding: 0px 0px 0px 20px;
	line-height: 20px;
}

/*LOGIN*/
#loginbox {
	padding: 10px;
	margin: 0px;
}
#loginbox .kundennr {
	width: 80px;
	border: 1px solid #969696;
	vertical-align:top;
}
#loginbox .plz {
	width: 50px;
	border: 1px solid #969696;
	vertical-align:top;
}




.registrationLayer {
	color: #ffffff;
	background-color: rgb(120,120,120);
	border: 0px solid #53544f;
	padding: 10px 10px 10px 10px;


}



/*PRODUKTBOX*/
.produktbox {
	background-color: #000000;
	width: 190px;
	border: 1px solid #53544f;
	margin: 0px 0px 10px 0px;
}
.produktbox a {
	color: #ffffff;
}
.produktbox a img{
	border: none;
}
.produktbox .overviewimg {
	width: 190px;
	height: 119px;
	position:absolute;
	z-index: 1;
}
.produktbox h1 {
	margin: 119px 0 0 0;
	padding: 5px 5px 2px 5px;
	font-size: 14px;
}
.produktbox p{
	margin: 0px;
	padding: 0px 5px 5px 5px;
}
.produktbox p.big{
	margin: 0px;
	padding: 0px 5px 5px 5px;
	height: 65px;
}
.produktbox .bottom {
	background-image: url(img/grey-gradient.gif);
	background-repeat: repeat-x;
	height: 37px;
	border-top: 1px solid #53544f;
	text-align: center;
}
.produktbox .bottom a img{
	border: none;
	padding: 7px 0px 0px 0px;
}
.specialImage {
	position:absolute;
	z-index: 10;
	width: 190px;
	text-align:right;
}
.specialImageDetail {
	vertical-align:middle;
}




/*KOLLEKTIONBOX*/
.kollektionProduktBox {
	background-color: #000000;
	width: 190px;
	border: 1px solid #53544f;
	margin: 0px 0px 0px 0px;
}

.kollektionProduktBox a {
	color: #ffffff;
}
.kollektionProduktBox a img{
	border: none;
}
.kollektionProduktBox .overviewIMG {
	width: 190px;
	height: 119px;
	position:absolute;
	z-index: 1;
}
.kollektionProduktBox h1 {
	margin: 119px 0 0 0;
	padding: 5px 5px 2px 5px;
	font-size: 14px;
}
.kollektionProduktBox p{
	margin: 0px;
	padding: 0px 5px 5px 5px;
}
.kollektionProduktBox p.big{
	margin: 0px;
	padding: 0px 5px 5px 5px;
	height: 65px;
}
.kollektionProduktBox .bottom {
	background-image: url(img/grey-gradient.gif);
	background-repeat: repeat-x;
	height: 37px;
	border-top: 1px solid #53544f;
	text-align: center;
}
.kollektionProduktBox .bottom a img{
	border: none;
	padding: 7px 0px 0px 0px;
}
.kollektionSpecialImage {
	position:absolute;
	z-index: 10;
	width: 190px;
	text-align:right;
}

.kollektionSpecialImageLeft {
	position:absolute;
	padding-top: 5px;
	padding-left: 5px;
	z-index: 10;
	width: 190px;
	text-align:left;
}

.kollektionSpecialImageDetail {
	vertical-align:middle;
}





/*MITARBEITERBOX*/
.mitarbeiterbox {
	background-color: #000000;
	width: 190px;
	border: 1px solid #53544f;
	margin: 0px 0px 0px 0px;
}
.mitarbeiterbox a {
	color: #ffffff;
}
.mitarbeiterbox a img{
	border: none;
}
.mitarbeiterbox .overviewimg {
	width: 190px;
	position:absolute;
	z-index: 1;
}
.mitarbeiterbox h1 {
	margin: 119px 0 0 0;
	padding: 5px 5px 2px 5px;
	font-size: 14px;
}
.mitarbeiterbox p{
	margin: 0px;
	padding: 0px 5px 5px 5px;
}
.mitarbeiterbox p.big{
	margin: 0px;
	padding: 0px 5px 5px 5px;
	height: 65px;
}
.mitarbeiterbox .bottom {
	background-image: url(img/grey-gradient.gif);
	background-repeat: repeat-x;
	height: 37px;
	border-top: 1px solid #53544f;
	text-align: center;
}
.mitarbeiterbox .bottom a img{
	border: none;
	padding: 7px 0px 0px 0px;
}




/*PAGINA*/
.pagina {
	background-image: url(img/pagina-bg.gif);
	background-repeat: repeat-x;
	float: right;
	height: 22px;
	margin: 0px 6px 10px 0px;
	clear:both;
}
.pagina a img {
	border: none;
	vertical-align: middle;
	margin: 0px 0px 1px 0px;
}
.pagina a {
	padding: 0px 3px 0px 3px;
	color: #ffffff;
	text-decoration: none;
}
.pagina a.back {
	padding: 0px 3px 0px 0px;
	margin-left: -3px;
}
.pagina a.forward {
	padding: 0px 0px 0px 3px;
	margin-right: 0px;
}
/*KONTAKTFORMULAR*/
#contact_us {
	padding: 0px;
}
#contact_us label{
	width: 120px;
	display: block;
	float:left;
	clear:left;
	margin: 0px 0px 10px 0px;
}
#contact_us input{
	margin: 0px 0px 10px 0px;
	border: 1px solid #969696;
	height: 15px;
	width: 341px;
}
#contact_us input.checkbox {
	width:15px;
	vertical-align:top;
	}
#contact_us textarea{
	width: 460px;
	border: 1px solid #969696;
}
#contact_us .button{
	display:block;
	clear:both;
	text-align:right;
	margin: 10px 0px 20px 0px;
}
#contact_us .button input{
	border:none;
	height: 22px;
	width: 120px;
	}
	
	
	
	
	
/*STATUSBAR*/
.statusbar {
	display:block;
	margin: 5px 0px 50px 0px;
	}
.statusbar div {
	padding: 2px 18px 2px 10px;
	text-align:center;
	float:left;
	color:#ffffff;
	background:url(img/statusbar-passiv-spitze.jpg) no-repeat center right #5B5C57;
	margin: 0 10px 0 0;
	line-height: 15px;
	font-size:12px;
	}
.statusbar div.clickable {
	background:url(img/statusbar-link-spitze.jpg) no-repeat center right #454643;
 }
.statusbar div.clickable a {
	color:#999999;
 }
.statusbar div.clickable a:hover {
 	color:#ffffff;
 }
 
 
 

.cartbar {
	display:block;
	border-collapse: collapse; 
}
	
.cartbar td.aktiv {
  background: url(img/BAR_1-WARENKORB.jpg) repeat center left red;
	font-weight:bold;
	text-align:center;
	float:right;
	color:#ffffff;
	line-height: 20px;
	font-size:10px;
	}
	
.cartbar td.aktiv-pfeil {
  width: 13px;
	background:url(img/BAR_1-WARENKORB.jpg) no-repeat center left red;
}	

	
.cartbar td.passiv {
  background: url(img/statusbar-passiv.jpg) repeat center left;
	font-weight:bold;
	text-align:center;
	float:right;
	color:#ffffff;
	line-height: 20px;
	font-size:10px;
	}
.cartbar td.passiv-pfeil {
  width: 13px;
	background:url(img/statusbar-passiv-spitze.jpg) no-repeat center left;
}		
	
.cartbar td.clickable {
  background: url(img/statusbar-aktiv.jpg) repeat center left;
	font-weight:bold;
	text-align:center;
	float:right;
	color:#ffffff;
	line-height: 20px;
	font-size:10px;
 }
.cartbar td.aktiv-pfeil-aktiv {
  width: 13px;
	background:url(img/statusbar-aktiv-spitze-aktiv.jpg) no-repeat center left;
}	 
.cartbar td.clickable a {
	color:#999999;
 }
.cartbar td.clickable a:hover {
 	color:#ffffff;
 }
 
 
 
 
 





.hinweis {
	font-size: 16px;
	font-weight:bold;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 5px 0px;
	background-color: #B61C22;
}
#tempCart {
	clear: left;
	list-style:none;
	margin: 0px;
	padding: 0px;
	width: 570px;
	margin: 0px;
	padding: 0px;
	background-color: #EBEADB;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	border: 1px solid #3f403b;
	color:#686765;
	font-weight:bold;
}
#tempCartDiv {
	background-color: #EBEADB;
}
#tempCart ol{
	margin: 0px;
	padding:0px;
}
#tempCart li{
	margin: 0px 0px 0px 0px;
	line-height:24px;
	padding: 3px;
	height: 24px;
	display: block;
}
#tempCartDiv .header{
	background-image: url(img/grey-gradient.gif);
	line-height: 30px;
	margin: 0px;
	color: #ffffff;
	font-weight: bold;
	border-right: 1px solid #3f403b;
	border-left: 1px solid #3f403b;
	border-top: 1px solid #3f403b;
	height: 30px;
	background-color:#FF0000;
	display:block;
	width: 467px;
}
#tempCartDiv .header span{
	border-right: 1px solid #88878d;
	border-left: 1px solid #3f403b;
	padding: 0px 3px 0px 7px;
	background-image: url(img/grey-gradient.gif);
}
#tempCartDiv .header span.bez {
	width: 100px;
	display:block;
	float: left;
	padding: 0px 3px 0px 7px;
}
#tempCartDiv .header span.breite {
	width: 48px;
	display:block;
	float: left;
	padding: 0px 3px 0px 7px;
}
#tempCartDiv .header span.anzahl{
	width:80px;
	display:block;
	float: left;
	padding: 0px 3px 0px 7px;
}
#tempCartDiv .header span.preis {
	width:108px;
	display:block;
	float: left;
	padding: 0px 3px 0px 7px;
}
#tempCartDiv .header span.del{
	width: 31px;
	display:block;
	float: left;
	padding: 0px 3px 0px 7px;
	border-right:none;
}
.itemanzahl {width: 80px; display:block;float: left; padding: 0px 3px 0px 7px;}
.smallinput {text-align:center; width:30px; border:1px solid #898988}
.itemname {width: 100px; display:block;float: left; padding: 0px 3px 0px 7px;}
.itemwidth{width: 48px; display:block;float: left; padding: 0px 3px 0px 7px;}
.itempreis{width:108px; display:block;float: left; padding: 0px 3px 0px 7px;}
.itemdelete{width: 31px; display:block;float: left; padding: 0px 3px 0px 7px;}

.color-button{
	border: 3px solid #333333;
	}
	
.class1 {
	background-color:rgb(120,120,120);
	color:rgb(255,255,255);
}

.class2 {
	background-color:rgb(80,80,80);
	color:rgb(255,255,255);
}

.smalltext {font-size: 10px;}
.NewsTeaserImage{border: 1px solid #cccccc;float:right; margin: 0 0 5px 5px;}
.selectbox select {
	width: 147px;
	}
.formArea td{
	padding: 2px 0 2px 0;
}






.button_red_left {
  width:5px;
	background-image:url(img/Button-rot-Rand-rund-links.png);
	background-repeat:no-repeat;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
}

.button_red_body {
	background-image:url(img/Button-rot-Body.png);
	background-repeat:repeat-x;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
  padding-left: 2px;
	padding-right: 2px;
	cursor: pointer;
}

.button_red_right {
  width:5px;
	background-image:url(img/Button-rot-Rand-rund-rechts.png);
	background-repeat:no-repeat;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
}






.body_text {
	background-image: url(img/box-body.gif);
	background-position: bottom;
	padding: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: transparent;
}
