* { 
	padding: 0px; 
	margin: 0px 
}

body {
	font-family: Arial; 
	margin: 0px 20px 0px 20px; 
	padding: 0px; 
	font-size: 11px; 
	color: #666666; 
	background-color: #4a4a4a;
}

a, a:visited		{color: #202C3A; text-decoration: none; outline: none;}
a:active, a:hover	{color: #6F9324; text-decoration: underline;	outline: none;}
p					{margin: 0px; padding: 0px;}
img					{border: 0px; display: block; margin: 0;}

* html .lb_overflow {height:1%} /* Optimierung IE6 */
.lb_overflow:after {content:"."; clear:both; display:block; height:0; visibility:hidden}
.lb_overflow { display: inline-block; }
/* Verstecke vor IE-mac \*/
 * html .lb_overflow {height: 1%;} /* Optimierung IE6 */
.lb_overflow {display: block;}
/* Ende Verstecke vor IE-mac */

/* ---------------------------------------------------------- */
/*  Globale Textformatierungen */
/* ---------------------------------------------------------- */

.lb_textsmall		{font-size: 9px;}
.lb_black			{color: #000;}
.lb_red				{color: #ff3300;}
.lb_orange			{color: #ff7B04;}
.lb_green			{color: #6F9324;}
.lb_blue            		{color: #202C3A;}

.lb_discount		{font-weight: bold; font-size: 10px;}
.lb_price			{font-weight: bold;	font-size: 16px;}
.lb_totalprice		{font-weight: bold; text-transform: uppercase;}
.lb_space			{padding: 5px;}

/* ---------------------------------------------------------- */
/*  Überschriften */
/* ---------------------------------------------------------- */
h1, h6 {
    font-size: 16px;
	color: #202C3A;
	padding-left: 20px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/bgHeadline.png);
	background-repeat: no-repeat;
	height: 30px;
	line-height: 29px;
	font-family: Verdana;
	font-weight: normal;
}

h2 {
	font-weight: bolder;
	font-size: 16px;
	color: #202C3A;
	margin: 0px;
	margin-bottom: 10px;
}

h3 {
	font-weight: bolder;
	font-size: 12px;
	color: #666666;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h6 
{
    background-image: url(images/bgHeadlineShort.png);
}

a {text-decoration: none;}

/* ---------------------------------------------------------- */
/*  Pseudolinks */
/* ---------------------------------------------------------- */

.pseudolink {
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px solid red;
	display: block;
}

.pseudolink:hover, .pseudolink:active {
	cursor: pointer;
	cursor: hand;
}

/* ---------------------------------------------------------- */
/*  Pseudolinks, Header */
/* ---------------------------------------------------------- */

#linkSearch { 
	background-image: url(images/suche.png);
	width: 31px;
	height: 23px;
}

#hrKontakt {
	background-image: url(images/hrKontakt.png);
	width: 104px;
	height: 21px;
	float: left;
}
#hrKontakt:active, #hrKontakt:hover {
	background-image: url(images/hrKontakt_on.png);
}

#hrVersand{
	background-image: url(images/hrVersand.png);
	width: 104px;
	height: 21px;
	float: left;
}
#hrVersand:active, #hrVersand:hover {
	background-image: url(images/hrVersand_on.png);
}

#hrDatenschutz{
	background-image: url(images/hrDatenschutz.png);
	width: 104px;
	height: 21px;
	float: left;
}
#hrDatenschutz:active, #hrDatenschutz:hover {
	background-image: url(images/hrDatenschutz_on.png);
}

#hrAGB{
	background-image: url(images/hrAGB.png);
	width: 104px;
	height: 21px;
	float: left;
}
#hrAGB:active, #hrAGB:hover {
	background-image: url(images/hrAGB_on.png);
}

/* ---------------------------------------------------------- */
/*  Pseudolinks, Footer */
/* ---------------------------------------------------------- */

#ftKontakt{
	background-image: url(images/ft_kontakt.png);
	width: 50px;
	height: 16px;
	float: left;
}
#ftKontakt:active, #ftKontakt:hover {
	background-image: url(images/ft_kontakt_on.png);
}

#ftVersand{
	background-image: url(images/ft_versand.png);
	width: 53px;
	height: 16px;
	float: left;
}
#ftVersand:active, #ftVersand:hover {
	background-image: url(images/ft_versand_on.png);
}

#ftDatenschutz{
	background-image: url(images/ft_datenschutz.png);
	width: 77px;
	height: 16px;
	float: left;
}
#ftDatenschutz:active, #ftDatenschutz:hover {
	background-image: url(images/ft_datenschutz_on.png);
}

#ftAGB{
	background-image: url(images/ft_agb.png);
	width: 32px;
	height: 16px;
	float: left;
}
#ftAGB:active, #ftAGB:hover {
	background-image: url(images/ft_agb_on.png);
}

#ftImpressum{
	background-image: url(images/ft_impressum.png);
	width: 67px;
	height: 16px;
	float: left;
}
#ftImpressum:active, #ftImpressum:hover {
	background-image: url(images/ft_impressum_on.png);
}

#ftWiderruf{
	background-image: url(images/ft_widerruf.png);
	width: 94px;
	height: 16px;
	float: left;
}
#ftWiderruf:active, #ftWiderruf:hover {
	background-image: url(images/ft_widerruf_on.png);
}

#ftOben{
	background-image: url(images/ft_nachoben.png);
	width: 87px;
	height: 16px;
	margin-left: 120px;
	float: left;
}
#ftOben:active, #ftOben:hover {
	background-image: url(images/ft_nachoben_on.png);
}

/* ---------------------------------------------------------- */
/*  Footer allg. */
/* ---------------------------------------------------------- */

#copyright {
	width: 240px;
	text-align: center;
	float: left;
	height: 45px;
	padding-top: 15px;
}

/* ---------------------------------------------------------- */
/*  Startseite Layoutgerüst */
/* ---------------------------------------------------------- */

.lb_allcontent {width:990px; margin:auto; background-color: #202C3A}

.lb_header {width: 990px; margin-bottom: 10px; height: 310px; background-repeat: no-repeat; background-position: center 60px; overflow: hidden}
.lb_headerNav {height: 21px; width: 450px; margin-top: 15px; margin-left: 260px; float: left;}
.lb_headerNav a {display: inline; float: left;}

.lb_mainleft {float:left; width:240px; height: auto; margin-left: 10px}
.lb_main {float: right; width: 738px; height: auto}

.lb_main2 {width: 738px;}  /* Optimierung für Extraseiten */

.lb_footer {float: left; width: 990px; margin-bottom: 10px; height: 60px; background-image: url(images/bgFooter.png); background-repeat: no-repeat; background-position: top right; color: #ffffff}
.lb_footer a {float: left; margin-left: 20px;}
.lb_footerNav {float: left; width: 740px; height: 40px; border: 0px solid red; padding-top: 20px;}

/* ---------------------------------------------------------- */
/* Boxen - Templates (Linke & Rechte Spalte)  */
/* ---------------------------------------------------------- */
.lb_satellite		 {width: 232px;}
.lb_satellitecontent {padding: 10px; background-image: url(images/bgSatellite.png); background-repeat:repeat-y; margin: 0px;}
.lb_satellitefooter  {background-image: url(images/bgSatelliteBottom.png); background-repeat: no-repeat; width: 232px; height: 12px; overflow: hidden; margin-bottom: 10px;}
/* ---------------------------------------------------------- */
/*  Boxen - Templates (Hauptinhalt) */
/* ---------------------------------------------------------- */
.lb_satellitemain {text-align: left; width: 708px; overflow: hidden; background-color: #ffffff; padding:10px 10px 0px 10px;}
*html .lb_satellitemain {width: 728px} /*Hack IE 7,8*/
.lb_satellitemain ul {margin: 5px 0px 5px 20px; padding: 0px;}
.lb_satellitemain li {list-style-type: square;}
.lb_satellitemaincontent {}
.lb_satellitemainfooter {background-image: url(images/bgSatelliteMainBottom.png); background-repeat: no-repeat; width: 728px; height: 15px; overflow: hidden; margin-bottom: 10px;}
.lb_satellitemainfooter_short {background-image: url(images/bgSatelliteMainBottomShort.png); background-repeat: no-repeat; width: 360px; height: 15px; overflow: hidden; margin-bottom: 10px;}

/* ---------------------------------------------------------- */
/*  Globaler Header */
/* ---------------------------------------------------------- */

.lb_logo { background: url(images/header_verlauf.jpg); background-repeat: no-repeat; background-position: right top; background-color: #202C3A; height: 50px;}
#bossardLogo {position: relative; top:-300px; width: 200px; right: 10px; float: right;}
*html #bossardLogo {top: -305px;}/*Hack IE 7,8*/
#bossardLogo img {display: inline; float: right;}

.lb_slogan 
{
	background-image: url(images/slogan.png);
	background-repeat: no-repeat;
    margin-top: 150px;
	width: 990px;
	height: 100px;
}

/* ---------------------------------------------------------- */
/*  Quickmenu, links oben */
/* ---------------------------------------------------------- */

.lb_quickmenu 
{
    overflow: hidden;
    position: absolute; 
    background: url(images/bgQuickmenu.png); 
    background-repeat: no-repeat; 
    width: 239px;
    height: 293px;
    margin-left: 10px;
    padding-left: 15px;
    padding-top: 10px;
}

.lb_ordervalue {color: #202C3A;}

#imgHdSearch {
	border-width:0px;
	margin-bottom: 5px;
	background-image: url(images/quickmenuHdSearch.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 150px;
}

#imgEbayLogo {
	background-image: url(images/ebaylogo.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 177px;
	width: 205px;
	margin-top: 20px;
}

#search table {
	width: 205px;
	border: none;
}

/* ---------------------------------------------------------- */
/*  Leftmenu */
/* ---------------------------------------------------------- */
#imgCategories {
	background-image: url(images/kategorien.png);
	background-repeat: no-repeat;
	width: 232px;
	height: 30px;
}

#imgversandkosten_sparen {
	background-image: url(images/versandkosten_sparen.png);
	background-repeat: no-repeat;
	width: 232px;
	height: 216px;
}

#imgversandkosten {
	background-image: url(images/versandkosten.png);
	background-repeat: no-repeat;
	width: 232px;
	height: 1134px;
}

#imgPaymentCondition {
	background-image: url(images/zahlungsarten.png);
	background-repeat: no-repeat;
	width: 232px;
	height: 0px;
}



/* ---------------------------------------------------------- */
/*  Hautpmenü für 1 Ebene */ 
/* ---------------------------------------------------------- */
.lb_categories {
	list-style-type: none;
	font-family: Verdana;
	padding: 0;
	margin: 0;
}
.lb_categories a{
	font-size: 12px;
	font-weight: bold;
	color: #6F9324;
	line-height: 40px;
    text-indent: 15px;
	background-image:url(images/menu_1.png);
	background-repeat:no-repeat;
	text-decoration: none;
	display: block;
	height: 30px;
	overflow: hidden;
}
.lb_categories a:active, .lb_categories a:hover {
	color: #202C3A;
	text-decoration: none;
	background-image:url(images/menu_1_on.png);
	background-repeat:no-repeat;
}

/* ---------------------------------------------------------- */
/*  3. Detailansicht */
/* ---------------------------------------------------------- */

.lb_imageBigTableCell 
{
    width: 327px; 
    height: 327px;
    overflow: hidden;
    background-image: url(images/bgImageBig.png);
    background-repeat: no-repeat;
}

.lb_imageBigContainer
{
    width: 300px;
    height: 300px; 
    overflow: hidden;
}

.lb_imageBig img
{
    margin-top: 8px
}
.lb_detailimagebig {width:300px}

.lb_detailimage {width: 100px; height: 100px; margin-top: 1px;}

.lb_thumb {
	float: left;
	margin-right: 10px;
	width: 102px;
	height: 102px;
	background-image: url(images/bgImageSmall.png);
	background-repeat:no-repeat;
	background-position: center center;
	text-align: center;
}
.lb_thumb:active, .lb_thumb:hover {
	background-image: url(images/bgImageSmall_on.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.lb_thumb img 
{
    width: 92px;
    height: 93px;
    margin-top: 3px;
    margin-left: 4px;
}

.thumbside {
	padding-left: 20px;
}

.lb_itemBasicDescriptionBox
{
    background-color: #f2f2f2;
    border:  solid 1px #ccc;
    padding: 10px;
}

.lb_priceBox {
	padding: 3px;
	width: 140px;
	float: right;
}

#imgLabelProductImages {
	background-image: url(images/weitere_produktbilder.png);
	background-repeat: no-repeat;
	width: 206px;
	height: 20px;
}

/* ---------------------------------------------------------- */
/*  Reitermenu */
/* ---------------------------------------------------------- */
#rtBeschreibung{
	background-image: url(images/rt_beschreibung.png);
	width: 142px;
	height: 25px;
	float: left;
}
#rtBeschreibung:active, #rtBeschreibung:hover {
	background-image: url(images/rt_beschreibung_on.png);
}

#rtDetails{
	background-image: url(images/rt_techndetails.png);
	width: 142px;
	height: 25px;
	float: left;
}
#rtDetails:active, #rtDetails:hover {
	background-image: url(images/rt_techndetails_on.png);
}

#rtZubehoer{
	background-image: url(images/rt_zubehoer.png);
	width: 142px;
	height: 25px;
	float: left;
}
#rtZubehoer:active, #rtZubehoer:hover {
	background-image: url(images/rt_zubehoer_on.png);
}

#rtBatterieverordnung{
	background-image: url(images/rt_zubehoer.png);
	width: 142px;
	height: 25px;
	float: left;
}
#rtBatterieverordnung:active, #rtBatterieverordnung:hover {
	background-image: url(images/rt_zubehoer_on.png);
}

/*#rtVersand{
	background-image: url(images/rt_versand.png);
	width: 142px;
	height: 25px;
	float: left;
}
#rtVersand:active, #rtVersand:hover {
	background-image: url(images/rt_versand_on.png);
}*/


/*
#rtBeschreibung:active, #rtBeschreibung:hover {
	background-image: url(images/rt_versand_on.png);
}
*/

/* ---------------------------------------------------------- */
/*  Textboxen */
/* ---------------------------------------------------------- */
.lb_box {
	color: #666666; 
	padding: 2px; 
	/*font-size: 10px; */
	width: 160px; 
	height:23px; 
	border: solid 1px #202C3A; 
	background-image: url(images/bgTextbox.gif); 
	background-repeat: repeat-x;
	font-size: 11px;
}

td {
	font-size: 11px;
}

