/* -----------------------------------------------------------------------------------------
   Testtemplate der fairnet medienagentur
   autor: Holger Nietzold & Falko Schuster
   ---------------------------------------------------------------------------------------*/
@import url("/templates/pfeffer/lightbox/lightbox.css");

body 
{
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #bea99a;
	font-family: arial;
}
form {
  display:inline;
}

#aussen
{	
	width: 1002px;
	margin: auto;
}

#shop
{	
	background-image: url(design/shop_bg.gif);
	width: 995px;
	margin: auto;
}

/****************** HEADER ****************************/

#top
{	
	display: none;
	width: 995px;
	height: 16px;
}

#oben
{
	background-image: url(design/oben.jpg);
	background-repeat: no-repeat;
	width: 995px;
	height: 225px;
	padding: 0;
	margin: 0;
	z-index: 1;	
}

#oben ul
{
	white-space:nowrap;
	line-height:1em;
	padding: 0;	
	top: 201px;
	margin: 0;
	margin-left: 15px;
	list-style:none;
	z-index:5;
	position:absolute;		
}

#oben li
{
	float:left;
	background:#7E5336 url("design/button-left.gif") no-repeat top left;
	padding:0 0 0 2px;
	margin:0;
	margin-left: 1px;
	margin-right: 1px;
}

#oben a
{
	float:left;
	display:block;
	color:#fff;
	background:transparent;
	background:url("design/button-right.gif") no-repeat top right;
	padding:5px 24px 3px 24px;
	text-transform:none;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	width:auto;
	width:.1em;
}

#oben > ul a
{
	width:auto;
}

/******************* FOOTER **************************/

#bottom
{	
	width: 995px;
	height: 16px;
	margin-bottom: -3px;		
}

/******************* MAIN **************************/

#inhalt
{
	width: 995px;	
}



#links
{
	width: 150px;
	margin-left: 15px;	
	float: left;
}

#mitte
{
	width: 633px;
	margin-left: 10px;	
	float: left;
}

#rechts
{
	width: 150px;
	margin-left: 10px;
	float: left;
}
/* clearing */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;

}
.clearfix
{
	clear: both;
	display: block;   
}

/*++++++++++++++++++++++++
	Boxes
++++++++++++++++++++++++++*/

.box
{
	width: 152px;
	margin-top: 5px;	
}

.box h3
{	
	background-image: url(design/boxheader_bg.gif);
	background-repeat: no-repeat;
	width: 152px;
	height: 18px;
	padding-top: 5px;
	padding-left: 10px;
	font-family: arial;
	font-size: 11px;			 	
	color: #fff;
	border-bottom: #fff 1px solid;
	margin-top: 0;
	margin-bottom: 0;
}

.box_footer
{	
	display:none;
	width: 152px;
	height: 16px;
	margin-top:0px;	
}

.box_content
{
	background-color: #BEA99A;	
	padding: 5px;
	border-left: #7E5336 1px solid;
	border-right: #7E5336 1px solid;
	border-bottom: #7E5336 1px solid;
	font-size: 11px;
}
.box_content form {
  display:inline;
}

.box h3 a {
	color:#fff;
}

.box .line {
	padding:2px 0 2px 0;
	margin:2px 0 2px 0;
	border-bottom: 1px solid #646464; 
}

.copyright
{
	color: #CCC;
	text-align: center;
	font-size: 12px;
	margin-top:5px;
}
.copyright a,
.copyright a:hover
{
	color: #CCC;
}


/*++++++++++++++++++++++++
	Kategorien
++++++++++++++++++++++++++*/

.box a
{
  color: #352626;
}

.box a:hover
{
	color: #AC0F22;
	text-decoration: none;	
}

.box ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.box ul li a
{
	color: #402E28;	
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom: #fff 1px dotted;
	display: block; 
}

.box ul li a:hover, .box ul .active
{
	color: #fff;
	background-color: #AC0F22;	
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom: #fff 1px dotted;
	display: block;
}

.box ul li ul
{
	padding: 0;
	margin:0;
}

.box ul li ul li a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 13px;
	border-bottom: #fff 1px dotted;
	display: block; 
}

.box ul li ul li a:hover
{
	color: #fff;
	background-color: #AC7A75;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 13px;
	border-bottom: #fff 1px dotted;
	display: block;
}

.box ul li ul li ul
{
	padding: 0;
	margin:0;
}

.box ul li ul li ul li a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 21px;
	border-bottom: #fff 1px dotted;
	display: block; 
}

.box ul li ul li ul li a:hover
{
	color: #646464;
	background-color: #CCD6E0;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 21px;
	border-bottom: #fff 1px dotted;
	display: block;
}

/*++++++++++++++++++++++++
	Module
++++++++++++++++++++++++++*/

.mod
{
	width: 633px;
	margin-top: 5px;	
}


.mod h2
{
	background-image: url(design/modheader_bg.gif);
	background-repeat: no-repeat;
	width: 633px;
	height: 18px;
	padding-top: 5px;
	padding-left: 10px;
	font-family: arial;
	font-size: 11px;			 	
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
}

.mod h2 a
{
	color: #fff;
}

.mod h2 a:hover
{
	color: #AC0F22;
}

.mod h3
{
	font-size: 12px;
	margin:0;
	padding:0 0 0 0;
}

.mod_content_header
{
	display:none;
	width: 633px;
	height: 13px;
	margin: 0;
	padding: 0;
}

.mod_content_footer
{
	display:none;
	width: 633px;
	height: 13px;
}

.mod_content
{
	background-color: #E4D8CD;
	border-left:1px solid #7E5336; 	
	border-right:1px solid #7E5336; 
	border-bottom:1px solid #7E5336;	
	font-size: 11px;
	padding: 10px 15px 10px 15px;
	margin:0;
}

.mod_content p
{		
	margin: 0;
	padding: 0 0 5px 0;

}

.mod_content a
{
  color: #7E5336;  
}

.mod_content a:hover
{
  color: #AC0F22;  
}


.mod_content .line {
	border-bottom: #B3B3B3 1px solid;
	padding:0;
	margin:10px 0 10px 0;
}

/*++++++++++++++++++++++++
	Produktliste 
++++++++++++++++++++++++++*/

.productlist
{
	margin: 4px;	
	height: 215px;
	border-top: #B3B3B3 1px solid;
	border-bottom: #B3B3B3 1px solid;
	border-left: #DEDEDE 1px solid;
	border-right: #DEDEDE 1px solid;
	padding: 5px;
	width: 280px;	
	float:left;
	overflow:hidden;
}

/* title */
.productlist h4
{
	/*background:url(buttons/lupe.gif) no-repeat;*/
	
  font-size:12px;
  padding:0;
  margin: 0; 
}
.productlist h4 a
{	
	text-decoration: none;
	background: url(buttons/lupe.gif) no-repeat top left;
	padding:0 0 2px 18px;
}

.productlist h4 a:hover
{
	color: #B20E23;	
}

.productlist .product-right {
	height:125px;
	
}

.productimage
{	
	float: left;
	width:130px;
	overflow:hidden;
	margin-right: 5px;
}
/* Preis */
.productlist h5
{
  float:left;
  clear:both;
  margin:5px 0 0 0;
  padding:0;
	font-size: 12px;
	font-weight: bold;	
	color: #B20E23;
	
}

.productlist p
{
  margin: 0;
  padding: 0;
}

.productlist .addtobasket img {
  margin:0;
  padding:0;
  width:125px;
  float:right;
}

.productlist .subinfo {
  clear:both;
  font-size:10px;
}
/*++++++++++++++++++++++++
	Produktdetail
++++++++++++++++++++++++++*/

/* preis */

.productdetail, 
.productdetail p 
.productdetail td 
{
	font-size:12px;
}
.productlist {
	font-size:11px;
}

.productdetail h3 {
  font-size:16px;
}
.productdetail h5
{
  margin:5px 0 0 0;
  padding:0;
	font-size: 14px;
	font-weight: bold;	
	color: #B20E23;	
}

.productdetail h6
{
/*
  margin:5px 0 0 0;
  padding:0;
*/  
	font-size: 12px;
	font-weight: bold;	
	color: #FF6600;	
}

.productdetail .addtobasket {
 	width:123px;
 	height:30px;
  float:right;

}

.addtobasket-wide fieldset {
	border:0;
	display:inline;
}
.addtobasket-wide legend {
	
}
.productdetail .addtobasket-wide {
	width:205px;
	float:right;
}

.productdetail .subinfo {
	height:50px;
	margin:5px 0 5px 0;	
	padding:5px;
	border-top:1px solid #E0E7ED;	
	border-bottom:1px solid #E0E7ED;
}

/* Produktbilder */
.box-image {
	
	width:275px;
  
	float:right;
	overflow:hidden;
	
	margin: 10px 10px 10px 10px;
	padding:0;

  border: #A3A3A3 1px solid;
  background:#fff; 
  
}

.box-image .big {
	text-align:center;
	margin:0;
	padding:0;
}

.image-thumbnails-infos {

	margin:0;
	padding:2px 5px;
	background:#FFFFFF;
}

.image-thumbnails {

	text-align:center;
}

.image-thumbnails table {

	border-collapse:collapse;
	width:100%;
	margin:0;
	padding:0;
}
.image-thumbnails td {

	width:50%;
}
.image-thumbnails {

	vertical-align:center;
	text-align:center;
	padding:0;
}

.productdetail .img-thumbnail img {
  width:130px;
/*  width:130px;
  height:80px;
  overflow:hidden;*/   
}

/*++++++++++++++++++++++++
	Crosselling
++++++++++++++++++++++++++*/
.crosselling {
	margin: 10px 0 0 0 ;
}
.crosselling .subinfo
{
	border:0;
	padding:0;
}

/*++++++++++++++++++++++++++++++++
	Warenkorb und andere Tabellen
+++++++++++++++++++++++++++++++++*/
table.table-content {
	border-collapse:collapse ;
}

.table-content thead th {
	border-bottom: 1px solid #cccccc; 	
}
.table-content th,
.table-content td {
	padding:4px;
	vertical-align:top;
}

.table-content .border-top {
	border-top: 1px solid #cccccc; 
}

.table-content .left {
	text-align:left;
}
.table-content .right {
	text-align:right;
}
.table-content .center {
	text-align:center;
}
.table-content .nowrap {
	white-space:nowrap;
}

/*++++++++++++++++++++++++
	Formulare
++++++++++++++++++++++++++*/

/* boxen links und rechts */
.box_content input.inputtext,
.box_content select
{
	color: #402E28;
	border: #fff 1px solid;
	background-color: #E0D6CF;
	font-size: 11px;	
	margin: 0 0 3px 0;
	padding:1px;	
}

.box_content input.inputtext:hover {
  background:#A87F63;
}
.box_content input.inputtext:focus {
  border:1px solid #7E5336;
}

/* boxen main content */

.mod_content .inputtext,
.mod_content textarea
{
	padding:2px;
	background-color: #E0D6CF;
	border: #7E5336 1px solid;
	margin-right:5px;

}
.form-area .inputtext, 
.form-area textarea
{
	width:250px;
}


fieldset {
  border:1px solid #7E5336;
  padding:5px;
  margin-bottom:5px;
}
legend {
  font-size:12px;
  font-weight:bold;
}

.form-area label,
.form-area .label {
	display:block;
}

.form-area .inline label {
	display:inline;
}

.form-area input.inputtext, 
.form-area select
{	
	margin-bottom:5px;
}

.form-area-buttons {
	margin: 10px 0 0 0;
}

.form-area .inputRequirement {
}

/*++++++++++++++++++++++++
	Zeug
++++++++++++++++++++++++++*/


.error {
	color:red;
	font-weight:bold;
}

address {
	font-style:normal;
}

img
{
/*	border:0;*/
}

p
{
	margin: 2px;
}
/* Links */
a 
{
  color: #000000;
  text-decoration: none;
}

#scroll
{
  margin-top: 15px;
  text-align:center;
}

#scroll a:hover
{
  color:#AC0F22;
  text-decoration: none;
}

.headerError
{
  color: #8D0E21;
}

.addtobasket img,
.productimage, 
.big img,
.form-area-buttons img,
.noborder img
{
  border:0;
}
.contact fieldset {
  border:1px solid #BEA99A;
}
.contact .label {
  padding:5px 0;
}
.contact textarea {
  width:95%;

}
#message_adress {
  height:67px;
}
#message_body {
  height:240px;
}
