/*//////////////////////////////////////////////
//// GENERIC ELEMENT FORMATTING
//////////////////////////////////////////////*/
body{
	background: #FFFFFF;
	color:#000000;
	margin: 0px;
	text-align: center;
}
body,td,div,p{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
th{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
}
tfoot td{color: #808080}
img{border:0px}
a{color: #333333}
hr{
	width: 100%;
	height: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.site{
	width: 1000px;border-left: 1px solid #C8C8C8;border-right: 1px solid #C8C8C8;border-bottom: 1px solid #C8C8C8;
	/* ULF: Hintergrundfarbe innerhalb der Site, original ffffff */
	background: #fefefe;
}

/*//////////////////////////////////////////////
//// BREADCRUMB NAVIGATION
//////////////////////////////////////////////*/
#breadcrumb{border-bottom: 1px solid #808080}
a.breadcrumb{text-decoration: none;}
a.breadcrumb:hover{text-decoration: underline;color:#900000}

/*//////////////////////////////////////////////
//// TEXT FORMATTING
//////////////////////////////////////////////*/
.t-imgsub{background:#CFDFB9; padding: 2px} /* Image subtitles/description */
.t-em{font-weight:bold; text-transform:uppercase; color:#35755E;} /* emphasized text */
.t-weak{color:#808080;} /* weakened text */

/*//////////////////////////////////////////////
//// GENERIC LIST FORMATTING
//////////////////////////////////////////////*/
.list{table-layout:auto; width:100%}
.list-intro{padding:3px;padding-bottom:5px;text-align:center}
.list-footer{padding:3px;padding-bottom:5px;text-align:center}
.list-group{
	text-align:right;
}
.list-item{}
.list-item-alt{background:#B9DFCE}
.list-item-border{border: 1px solid #35755E}
.list-item-list-info{}
.list-item-partslist{background:#CFDFB9}
.list-item-partslist-header{font-weight:bold;padding:2px}
.list-item-partslist-item{padding:2px}
.list-item-hsep{
	background-image: url(images/hsep_default.gif);
	background-repeat:repeat-y;
	margin: 0 6px 0 6px;
	line-height: 1px;
	width: 3px;
	height: 100%;
	border: 0;
	padding: 0;
}
.list-item-vsep{
	background-image: url(images/vsep_default.gif) ;
	background-repeat:repeat-x;
	margin: 6px 0px 6px 0;
	line-height: 1px;
	width: 100%;
	height: 3px;
}

/*//////////////////////////////////////////////
//// BANNER AREA
//////////////////////////////////////////////*/
#topnav{width: 900px}
#nav-level1{text-align: right; padding: 0px 0px 4px 0px}
#banner{
	width: 100%;
	height: 150px;
	background: url('images/logo.jpg') no-repeat #FFFFFF;
	overflow: hidden;
}
#clogo{
	position: absolute;
	padding-left: 210px;
	top: 65px;
}

/*///////////////////////////////////////////////////
//// LEVEL 1 NAVIGATION
///////////////////////////////////////////////////*/
/* ULF  ggf. Links ganz oben zentrieren statt rechtsbndig
        text-align: right; oder text-align: center;
*/
#nav-level1{
	text-align: right;
	color: #000000;
	margin: 0px 5px 0px 0px;
}

/* ULF  Links ganz oben fett und keine Grossbuchstaben
alt: text-transform: uppercase;
neu: text-transform: none;
alt: (nix)
neu: font-weight:bold;
alt: (nix)
neu: font-size: 12;

*/
#nav-level1 a{
	color: #000000;
	text-transform: none;
	text-decoration: none;
        font-size: 12;
	font-weight:bold;
	}
#nav-level1 a:hover{text-decoration: none; font-style:italic; color:#900000}
#nav-level1 span{padding:0px 8px 0px 8px}

/*///////////////////////////////////////////////////
//// LEVEL 2 NAVIGATION
///////////////////////////////////////////////////*/
/* ULF: top: 1px auf 0px geaendert, damit warengruppen oben direkt unterm banner beginnen */
#nav-level2{
 	width: 100%;
 	background: url(images/2nd-nav-upper-gradient.gif) repeat-x top;
	position: relative;
	top: 0px;
	line-height: 6px;
}
#nav-level2 a{text-decoration:none; color: #000000;}
#nav-level2 a:hover{color:#900000}
#nav-level2 a.sel{color: #557535;}
#nav-level2 a.sel:hover{color: #87B45A}
.button{
	background: url('images/default_fill_2nd_level.gif') repeat-x left;
	vertical-align: top;
	padding-top: 5px;
	font-weight: bold;
	white-space: nowrap;
}
.button-sel{
	background: url('images/default_fill_2nd_level_sel.gif') repeat-x left;
	vertical-align: top;
	padding-top: 5px;
	font-weight: bold;
	white-space: nowrap;
}
#pane-parent{
	width: 980px;
}
#pane-left{width: 180px}
#pane-body{width: 100%}

/*///////////////////////////////////////////////////
//// LEVEL 3 NAVIGATION
///////////////////////////////////////////////////*/
.nav-level3{
	text-align: left;
	width: 100%;
	height: 29px;
	background: url('images/3rd-nav-gradient.gif') repeat-x bottom left #ECF5FF;
	overflow: hidden;
	clear: both;
	border-top: #ECF5FF 1px solid;
	margin-top:-3px;
	white-space: nowrap;
}
.nav-level3 td{
	padding-left: 0px;
}

/*ULF	color: #212F56 --> 000000 ganz schwarze Schrift */
.nav-level3 a{
	position: relative;
	vertical-align: bottom;
	padding: 0 8px 0 0;
	/*font-size: 11;*/
	color: #000000;
	text-decoration: none;
}

/*ULF: Mouse-Hover fuer Level3 Navigation hier: aendern, z.B. ";color:#FF0000" */
.nav-level3 a:hover{text-decoration: none; font-style:italic; color:#900000}

/* ULF: font-weight:bold eingefuegt */
.nav-level3 a.selected{color:#557535; font-weight:bold}
.nav-level3 span{vertical-align: middle;}

/*//////////////////////////////////////////////
//// SUBNAVIGATION (Level 4 and deeper).
//////////////////////////////////////////////*/
#subnav{
	width: 180px;
	border-top: 1px solid #87B45A;
	border-right: 1px solid #87B45A;
	border-left: 1px solid #87B45A;
}
#subnav ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#subnav li{
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#subnav li a, #subnav li a.expanded{
	display: block;
	text-decoration: none;
	padding: 3px 2px 3px 16px;
	color: #000000;
	border-bottom: 1px solid #87B45A;
	overflow: hidden;
}
/* ULF: Hintergrund Warengruppen-Navi links, Doppelpfeil-Symbol etc. */
#subnav li a:hover{background: #F6F6F6;color:#900000}
#subnav li a.expanded{
	font-weight: bold;
	background: url('images/bullet_navitem_exp.png') 165px center no-repeat #EDF4E1;
	padding: 3px 15px 3px 3px;
}
#subnav li a.selected{
	font-weight: bold;
	background: url('images/bullet_default_sel.png') 3px center no-repeat #EDF4E1;
	padding-left: 16px;
}
#subnav li a.expanded:hover{background: url('images/bullet_navitem_exp.png') 165px center no-repeat #F6F6F6;}
#subnav li a.selected:hover{background: url('images/bullet_default_sel.png') 3px center no-repeat #F6F6F6}

.catnav{ border: 1px solid #87B45A;}
.catnavparent{
	border-top: 1px solid #87B45A;
	border-left: 1px solid #87B45A;
	border-right: 1px solid #87B45A;
}
.catnav-header{	background-color: #87B45A;	padding-bottom: 3px;}
.catnav-header a{
	text-decoration: none;
	padding: 3px 3px 3px 3px;
	color: #000000;
	font-weight: bold;
}
.catnav-row{
	width: 180px;
	border-bottom: 1px solid #87B45A;
	background-color: #ffffff;
	padding: 0px;
}

.catnav-selected{
	background: #CFDFB9;
}

.catnav-selected a{
	font-weight: bold;
}

.catnav-expanded{
	background: #EDF4E1;
}

.catnav-row img{
	margin-left: 3px;
	margin-right: 3px;
}
.catnav-row a{
	text-decoration: none;
	padding: 2px;
	color:#000000;
	display: block;
}

/* ULF: font-weight:bold und hover-color eingebaut */
.catnav-row a:hover{font-style:italic; background: #CFDFB9;color:#900000}

.catnav-expanded a:hover{background: #F6F6F6;}
.catnav-selected a:hover{background: #F6F6F6}

/* ULF:
 Zwei neue Layouts fr Eintrge in Seitenlisten, basierend auf catnarv-row oben.
 Werden verwendet in ulfwiecatnav.module, z. B. fr die Seitenliste der Kundeninfos
 xxx_normal ist der normale Eintrag in der Liste (die Seite ist nicht aktiv)
 xxx_select ist der hervorgehobene Listeineintrag, wenn diese Seite gerade aktiv ist
*/

.ulf_pagelist_normal{
	width: 180px;
	border-bottom: 1px solid #87B45A;
	background-color: #ffffff;
}
.ulf_pagelist_normal a{
	text-decoration: none;
	padding: 2px;
	color:#000000;
	display: block;
}
.ulf_pagelist_normal a:hover{font-style:italic; background: #CFDFB9;color:#900000}

.ulf_pagelist_select{
	width: 180px;
	border-bottom: 1px solid #87B45A;
	background-color: #ffffff;
	background: #CFDFB9;
}
.ulf_pagelist_select a{
	text-decoration: none;
	padding: 2px;
	color:#000000;
	display: block;
	font-weight: bold;
}
.ulf_pagelist_select a:hover{font-style:italic; background: #CFDFB9;color:#900000}

/* ULF: Attribute fr Container/Boxen-Titel die auch Links sind, z.B. "Kundeninfos" */
a.ulfboxtitlelink {text-decoration:none}
a.ulfboxtitlelink:hover {font-style:italic; ;color:#900000}

/*//////////////////////////////////////////////
//// SEARCHBAR & MINIBASKET FORMATTING
//////////////////////////////////////////////*/
/* ULF: padding:top 15 auf 16 um text und suchbox besser zu zentrieren */
#functionbar{
	width:100%;
	height:44px;
	background:url(images/functionbar-bg.gif) repeat-x;
	padding-top:16px;
}

#functionbar-inactive{
	width:100%;
	height:44px;
	background:url(images/functionbar-inactive.gif) repeat-x;
	padding-top:16px;
}

#searchbar form{padding: 5px; padding-bottom:4px; margin: 0px}

/* ULF: padding: 8 -> 30 schiebt suchfelder nach links */
#quicksearch form{display: inline;padding: 30px;}
#quicksearch input{vertical-align: middle; margin-right: 4px; margin-left: 0px}
#quicksearch a{color: #000000}
#quicksearch a:hover{color:#900000;font-style:italic}

input.quicksearch-term{border: 1px solid #35755E; padding: 1px; width: 110px}

/* ULF original: width=136, siehe auch theme.config, dort Breite fuer Hintergrund */
#quicksearchpanel{
	width:190;
	height:65px;
	background:url(images/minibasket-bg.gif) no-repeat;
}

/* ULF width: 136px war original, hab betrag/produktanzahl bisle nach links gerueckt */
.minibasket{width: 130px; color: #000000}
.minibasket-value{text-align: right; font-weight: bold}
.minibasket-caption{padding-left:10px}
.minibasket-value{padding-right: 3px}
.minibasket-footer{text-align: right;padding: 5px 3px 0px 0px}
.minibasket a:hover{color:#900000;font-style:italic}

/*//////////////////////////////////////////////

//// FOOTERBAR FORMATTING
//////////////////////////////////////////////*/
/* ULF:  margin-top: von 15 auf 0 verkleinert, damit fussbereich nur kleinen abstand hat */
#footer{
	width: 100%;
	margin-top: 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	border-top: 1px solid #87B45A;
	overflow: hidden;
	border-top: 1px solid #C8C8C8;
	background: url(images/footer-gradient.gif) repeat-x top #CCCFD8;
}
#nav-footer a{text-decoration: none}
#nav-footer a:hover{text-decoration: none;font-style:italic;color:#900000}
#nav-footer span{padding:0px 8px 0px 8px; color: #557535}

/*//////////////////////////////////////////////
//// PAGINATOR
//////////////////////////////////////////////*/
#paginator-top, #paginator-bottom{
	background-color: #B9DFCE;
	padding: 4px;
}
#paginator-top{border-bottom: 1px solid #5AB493}
#paginator-bottom{border-top: 1px solid #5AB493}
#paginator a.pi, #paginator span{
	display: block;
	font-weight: bold;
	width: 22px;
	height: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	vertical-align: middle;
	margin-right: 0px;
	border-right: 1px solid #CFDFB9;
	color: #CFDFB9;
	float: left;
}
#paginator a.pi:link, #paginator a.pi:visited, #paginator a.pi:active, #paginator span.pi-ellipsis{background:transparent; color: #5AB493;}
#paginator a.pi:hover{background:transparent; color:#900000; text-decoration:underline}
#paginator span.pi-active{background:#CFDFB9; color:#5AB493}
#paginator a.pi-last, #paginator span.pi-last{border-right:none}

/*//////////////////////////////////////////////
//// CONTAINER FORMATTING
//////////////////////////////////////////////*/

.cnt-def{width: 100%; }
.cnt-icon{padding-top: 4px}

/* Standard */
.cnt-default{}
.cnt-default-title{
	background: url('images/cnt-def-title.gif') repeat-x left top #6FCEAD;
	color: #557535;
	padding: 4px 3px 3px 0px;
	font-weight: bold;
}
.cnt-default-title-bg{ background: #6FCEAD; }
.border-right{border-right: 1px solid #5AB493;}
.border-top{border-top: 1px solid #5AB493;}
.border-left{border-left: 1px solid #5AB493;}

/* Alternative */

.cnt-alt-title{
	background: url('images/cnt-alt-title.gif') repeat-x left top #B7DA94;
	padding: 3px 0px 3px 0px;
	color: #ffffff;
	font-weight: bold;
}
.cnt-alt-title-l{background: url('images/cnt-def-spacer-left.gif') repeat-y left top; width: 20px}
.cnt-alt-title-r{background: url('images/cnt-def-spacer-right.gif') repeat-y right top; width: 10px}
.cnt-alt-title a{
	padding: 3px 0px 3px 0px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.cnt-alt-title a:hover{	text-decoration: underline;color:#900000}

/* Simple */
.cnt-simple-header{
	border-bottom: 4px solid #87B45A;
	padding: 3px 3px 5px 0px;
	color: #000000;
	font-weight: bold;
}
.cnt-icon-simple{padding: 4px 3px 0px 3px;width:20px;}

/* Highlight */

.cnt-high-title{
	background: url('images/cnt-high-title.gif') repeat-x left top #99CC66;
	padding: 3px 0px 3px 8px;
	font-weight: bold;
	color: #000000;
	width: 100%;
}
.cnt-high-title-l{background: url('images/cnt-def-spacer-left.gif') repeat-y left top}
.cnt-high-title-r{background: url('images/cnt-def-spacer-right.gif') repeat-y right top}
.cnt-high-bottom{background:url(images/cnt-high-bm.gif) repeat-x; width: 100%}

/*////////////////////////////////////////////////
//// CHECKOUT BAR
////////////////////////////////////////////////*/
/*ULF: main.xxx statt alt.xxx (.dark und .light) */
#checkout-bar{
	background-color: transparent;
	border-collapse: collapse;
}
#checkout-bar td{padding: 2px}
.checkout-item{
	color: #808080;
	border: 2px solid #557535;
}
.checkout-item div{
	color: #808080;
}
.checkout-item-active{
	color: #557535;
	background: #CFDFB9;
	border: 2px solid #557535;
}
.checkout-item-active div{
	color: #557535;
}

/*////////////////////////////////////////////////
//// BASKET FORMATTING
////////////////////////////////////////////////*/
#basket{
	border-collapse: collapse;
	border-top: 2px solid #35755E;
	border-bottom: 2px solid #35755E;
}
#cnt-def #basket, #cnt-alt #basket{border-top:none}
#cnt-hilite #basket, #cnt-simple #basket{border-top:none}

#basket thead th{border-bottom: 1px solid #35755E}

#basket tbody td.alt-item{background:#B9DFCE}
#cnt-def #basket tbody td.alt-item, #cnt-alt #basket tbody td.alt-item{background:#FFFFFF;}
#cnt-alt #basket tbody td.alt-item{background:#FFFFFF;}

#basket tfoot td{color:#000000}
#basket tfoot td.first-item{border-top: 1px solid #35755E}
#basket tfoot td.basket-summary{font-weight: bold}

table.basket-buttons{margin: 10px 0px 10px 0px}
#cnt-def table.basket-buttons td, #cnt-alt table.basket-buttons td{padding: 0px 5px 0px 5px}

#tellfriend{background:#ffffff}
/*
#product_price{
	font-size: 14px;
	color: #ff0000;
}
.t-price-list{
	font-size: 14px;
	color: #ff0000;
}
*/