/*
* www.donberg.ie
*
* Layout, Ver 2
* Print
*
* 09-07-2008
*/


/* IE 5/6/7 Hacks & Workarounds */

* html #leftcol {
	margin-left: 5px;
	m\argin-left: 5px;
}

* html #content_box_separator {
	margin-left: 5px;
	m\argin-left: 5px;
}

* html #footer {
	margin-left: 5px;
	m\argin-left: 5px;
}

* html #misc_content {
	padding-top: 10px;
	p\adding-top: 10px;
}


* html #logo_bottom {
	margin-left: 5px;
	m\argin-left: 5px;
}

* html #header {
	margin-left: 5px;
	m\argin-left: 5px;
}

/* ALLGEMEIN */

body {
	padding:0;
	margin:0;
	text-align:left;
	background-color:#fff;
	font-size:0.8em;
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif ! important;
	color: #000;
	height:100%;
	background-image: url(/images/outer_header.gif);
	background-repeat: repeat-x;
}

h1 {
	font-weight:bold;
	font-size:1.3em;
	color: #8b230e;
	margin:0;
	padding-top: 15px;
}

hr {
	color: #fff;
}

h1.content {
	margin-bottom:12px;
	padding:0;
}


a {
	font-size:0.9em;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}




/* Layout */

#overall {
	margin:auto;
	width:640px;
}


#outer_shadow {
	float: left;
	background: white;
}

#mainnav_spacer {
	float: left;
	width: 640px;
	background: white;
	display: none;
}


/* HEADER */


#header {
	float:left;
	margin-left:10px;
	width:640px;
	height: 68px;
}

#logo_left {
	float:left;
	width:640px;
	margin-top: 0px;
	height: 68px;
	background-color:#fdfdcd;
}

#logo_bottom {
	float: left;
	width:640px;
	height:36px;
	margin-left: 10px;
}

#top_menu {
	float:right;
	width: 0px;
	height: 0px;
	display: none;
}

#top_menu a {
	color: #000;
}


#suche {
	float:right;
	width: 0px;
	height: 0px;
	display: none;
}

#suche_felder {
	padding-left: 10px;
	padding-top: 8px;
}

#suche_felder a {
	font-size: 10px;
	color: #fff;
}

.such_eingabe {
	font-size: 10px;
	width: 170px;
	height: 15px;
	color: #c0c0c0;
	border: 1px solid #000;
}

.such_button {
	background-color: #fff;
	font-size: 12px;
	border: 1px solid #000;
}

/* HAUPTNAVIGATION */


/* Navigation */
#navcontainer {
	float:left;
	width:824px;
	height:0px;
	display: none;
}
#navcontainer H2 {
	display: none
}
#navcontainer ul {
	margin-top: 1px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	font-size: 16px;
	float: left;
	background-image: url(/images/background_main_nav.gif);
	font-weight: bold;
}
#navcontainer ul li {
	display: inline
}
#navcontainer ul li a {
	border-right: #fff 1px solid;
	padding-right: 0.5em;
	padding-left: 0.5em;
	float: left;
	padding-bottom: 0.3em;
	color: #fff;
	height: 27px;
	line-height: 1.5em;
	padding-top: 0.3em;
	background-image: url(/images/background_main_nav.gif);
	text-decoration: none
}

#navcontainer ul li a:hover {
	color: #8b230e;
	background-color: #fdfdd1;
	text-decoration: none;
}
#navcontainer ul li a.current {
	color: #8b230e;
	background-color: #fff;
	border-left: 1px solid #8b230e;
	border-right: 1px solid #8b230e;
}
#navcontainer ul li a.current:hover {
	text-decoration: underline;
}



/* Subnavigation links */

/* Linke Navigation, 1. Ebene */
.subnav_left {
	float:left;
	vertical-align: top;
	background-color: #fff;
}

.subnav_left ul {
	padding-left: 0px;
	font-size: 13px;
	margin-left: 0px;
	margin-top: 0px;
	list-style-type: none;
	background-color: #fdfdcd;
}
.subnav_left a {
	display: block;
	width: 216px;
	padding-left: 5px;

	padding-bottom: 2px;
	color: #000;
	line-height: 2em;
	padding-top: 0.1em;
	border-bottom: #8b230e 1px solid;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
}
.subnav_left a.last {
	border-bottom-style: none;
}
.subnav_left a.current {
	color: #ffffff;
	background-color: #c93011;
	font-weight: bold;
}
.subnav_left a:hover {
	color: #ffffff;
	background-color: #c93011;
	text-decoration:none;
}
UNKNOWN {
	width: auto
}


/* 2. Ebene */

.subnav_left2 {
	padding-top: 0px;
	background-color: #fff;
}

.subnav_left2 ul {
	padding-left: 0px;
	list-style-type: none;
	font-size: 12px;
	margin-left: 0px;
	padding-top: 0px;
	background-color: #fff;
}

.subnav_left2 a {
	display: block;
	width: 200px;
	padding-left: 20px;
	font-size: 12px;
	padding-bottom: 2px;
	color: #fff;
	line-height: 1.3em;
	padding-top: 0.1em;
	border-bottom: #8b230e 1px solid;
	text-align: left;
	text-decoration: none;
	color: #000;
	font-weight: normal;
}

.subnav_left2 a.last {
	border-bottom-style: none
}

.subnav_left2 a.current {
	color: #fff;
	background-color: #c93011;
	font-weight: bold;
}

.subnav_left2 a:hover {
	color: #fff;
	background-color: #c93011;
	text-decoration:none;
}


/* CONTENT */


#contentall {
	float:left;
	width:690px;
	overflow: hidden;
	background-color: #fff;
	padding-left: 10px;

}

#content_box_separator {
	float:left;
	width: 710px;
	margin-left: 0px;
	border-top: 0px solid #8f240e;
	border-left: 0px solid #8f240e;
}


#site_navigation {
	float:left;
	width: 245px;
	text-align: right;
	font-size: 12px;
	padding-bottom: 10px;
}

#site_navigation a {
	color: #8b230e;
}


#site_generated_content {
	float: left;
	width: 710px;
	font-size: 11px;
	background-color: #fff;
}


#content {
	float:left;
	width: 710px;
	height: auto;
	padding-left: 10px;
	padding-right: 0px;
	overflow: hidden;
	font-size: 12px;
	background-image: url(/images/background_content_header.gif);
	background-repeat: repeat-x;
}


/* Tabelle für Listenansicht */

.table_header {
	background-color: #ffffa0;
	font-size: 12px;
	font-weight: bold;
	line-height: 2em;
}

.product_link {
	color: #96250f;
	/*font-weight:bold; */
}

.table_yellow {
	background-color: #fdfdcd;
}


#content tr:hover {
	background-color: #ffffa0;
}


.bestseller_table {
	width: 660px;
}
.bestseller_table td {
	margin: 5px;
	padding: 3px;
	text-align: center;
}
.bestseller_table a:hover {
	text-decoration: none;
	color: #ff6600;
}
.bestseller_image {
  max-width: 150px;
  max-height: 112px;
  width: expression(this.width > 150 ? "150px" : true);
  height: expression(this.height > 112 ? "112px" : true);
}



#totop_link {
	float: left;
	width: 660px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: right;
}

#totop_link a {
	color: #8b230e;

}

/* LeftCol */

#leftcol {
	float:left;
	margin-left: 0px;
	width: 0px;
	background-color: #fff;
	display: none;
}

.ie_hack {
	background-color: #fff;
}

#left_separator {
	float:left;
	width: 220px;
	height: 20px;
	background-color: #fff;
}

#order_info {
	float:left;
	width: 210px;
	height: 180px;
	background-image: url(/images/background_order_info.gif);
	padding-left: 10px;
	padding-top: 10px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

td {
	 vertical-align: middle;

}


#order_info a {
	color: #fff;
}

#misc_content {
	float:left;
	width: 220px;
	background-color: #fdfdcd;
	padding-top: 40px;
	text-align: center;
}



/* Footer */


#footer {
	float:left;
	width: 640px;
	border-top: 1px solid #8f240e;
	padding-top: 10px;
	margin-left: 10px;
	padding-bottom: 20px;
	font-size: 10px;
	color: #545454;
}

#footer_links {
	float:left;
	width: 670px;
}

#last_update {
	float:left;
	width: 0px;
	padding-left:10px;
	display: none;
}

#footer a {
	font-size: 10px;
	color: #545454;
}

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



/* Breadcrumb Navigation */
#site_breadcrumb {
	float: left;
	width: 420px;
	font-size: 10px;
	padding-bottom: 10px;
	padding-top: 15px;
	color: #545454;
}

#site_breadcrumb_box {
	margin-left: 264px;
	text-align: left;
}

#site_breadcrumb a {
	color: #545454;

}

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



/* Sprachauswahl */

/* ================================================================
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
=================================================================== */

.menu {
font-size:0.85em;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:150px;
position:relative;
text-align: left;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none;
color:#fff;
width:139px;
height:24px;
border:1px solid #fdfdcd;
border-width:1px 1px 0 0;
padding-left:10px;
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:150px;
w\idth:139px;
}

.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:22px;
left:0;
width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:22px;
t\op:22px;
}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#fdfdcd;
color:#000;
height:auto;
line-height:24px;
padding:5px 10px;
border-bottom: 1px solid #96250f;
width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a {
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
color:#fff;
background-color: #ffff7d;
}



/*.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
height: 23px;
/*background-color: #000;
text-decoration: underline;
}
*/
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

.printbasket{
 display: none;
}
.contacttable{
 display: none;
}

#addthis{
 display: none;
}


/* Old definitions */

.small { color: black; font-size: smaller; }
.tiny { color: black; font-size: x-small; }
.search { color: black; font-size: small; }

.partlist { font-size: 11px; }

.gray { color: #333; }

.c { text-align: center; }
.l { text-align: left; }
.r { text-align: right; }

.m { vertical-align: middle; }
.t { vertical-align: top; }
.b { vertical-align: bottom; }

.h { display: none; }
.hp { display: none; }

.b { font-weight: bold; }

.qty { text-align:right; }
.showbasket{ text-align:center; }


