* , div {
	margin:0;
	padding:0;
}

html {
	height:100%;
}

body {
	width:100%;
	margin: 0;
	padding: 0;
	background: #F2F2F2 url(../images/bg.gif) repeat-x;
}

.artikeldetails li {
	margin-left:13px;
}

#sitebody {
	width:985px;
	margin:0 auto;
	border-left: 6px solid #E9E9E5;
	border-right: 6px solid #E9E9E5;
}

#header {
	width:100%;
	height:135px;
	display:block;
	background:#fff url(../images/store_logo.gif) no-repeat center 10px;
}

#header a {
	color:#FFFFFF;
}

#header a:hover {
	color:#00519e;
}

.header-navigation {
	padding-top:108px;
	width:970px;
	height:25px;
	display:block;
}

#tabse {
	float:left;
}

#tabse a {
	height: 25px;
	line-height:25px;
	width: 120px;
	margin-right:3px;
	color:#105A9B;
	text-decoration:none;
	text-align:center;
	display: block;
	float:left;
	border-right: 1px solid #929292;
}

#tabse a:hover {
	color:#929292;
	border-right: 1px solid #929292;
}

#breadcrumb {
	width:100%;
	height:18px;
	padding-top:5px;
	display:block;
	overflow:hidden;
	background:#fff;
	border-top:1px solid #D8D7D4;
	border-bottom:1px solid #D8D7D4;
}

#breadcrumb a {
	text-decoration:none;
	color:#00519E;
	font-weight:normal;
}

#breadcrumb a:hover {
	color:#929292;
}

#breadcrumb h2 {
	padding-left:10px;
	color:#00519e;
}

#contentbody {
	width:100%;
	height:auto;
	display:block;
	overflow:hidden;
	background:#fff;
}

#l {
	width:202px;
	padding-top:1em;
	display:block;
	float:left;
}

#l .navleft {
	width:205px;
	margin-bottom:11px;
	margin-left:1px;
	border:1px solid #d7d7d7;
}

#l .navleft h2 {
	width:205px;
	height:21px;
	line-height:21px;
	display:block;
	text-indent:5px;
}


/**/
#l .menubox {
	width:205px;
	margin-bottom:11px;
	margin-left:1px;
	border:1px solid #d7d7d7;
	background-color:#fff;
}
#l .menubox h2 {
	width:205px;
	height:25px;
	line-height:25px;
	display:block;
	text-indent:5px;
}

/*Mitte******************************************************/
#m {
	display:block;
	float:left;
	overflow:hidden;
	padding-top:10px;
}

/*Right******************************************************/
#r {
	width:205px;
	display:block;
	float:right;
	padding-top:1em;
	margin-right:3px;
}
#r .menubox {
	width:205px;
	/*padding-bottom:11px;*/
	margin-bottom:11px;
}
#r .menubox h2 {
	width:205px;
	height:25px;
	line-height:21px;
	display:block;
}


/*Footer*****************************************************************/
#footer {
	width:100%;
	height:25px;
	display:block;
	float:left;
	padding-top:5px;
	padding-top:5px;
}

.cls {
clear: both;
}

/* CSS Document */

/*Standards*/
* , div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
/*li { list-style:none; }*/
a 			{ font-size:1em; }
a:visited	{ font-size:1em; }
a:hover		{ color:#00519e; }
input 	{ }
p 		{ font-size:1em; }

strong  { font-weight:bold; }
h1 		{ font-size:1.2em; }
h2 		{ font-size:1.0em; }
h3 		{ font-size:1.0em; }


/*Farben und Textstile Linke Navigation*/
/*-------------------------------------*/

/*Boxentitelleisten*/
#l .navleft h2, #l .menubox h2  {
	text-transform:uppercase;
	color:#105A9B;
	background:#fff url(../images/bg_box.gif) no-repeat left top;
	border-bottom:1px solid #d7d7d7;
}
/*Hauptnavigation*/
#l .navleft ul a:hover { color:#929292}

/* Link */
#l .navleft a{
	text-decoration:none;
	color:#105A9B;
	display:block;
}

#l .navleft a#active{
	text-decoration:none;
	font-weight:bold;
	color:#105A9B;
	display:block;
}

/* Level 1 */
#l .navebene1{
	background:#fff url(../images/bg_box.gif) no-repeat left top;
	line-height:20px;
	width:205px;
	border-bottom:1px solid #d7d7d7;
	padding-left:15px;
}

/* Level 2 */
#l .navebene2{
	line-height:20px;
	width:205px;
	border-bottom:1px solid #d7d7d7;
	padding-left:25px;
	text-decoration:none;
	background:#E7E7E7;
	color:#105A9B;
}
/* Level 3 */
#l .navebene3{
	line-height:20px;
	width:205px;
	border-bottom:1px solid #d7d7d7;
	padding-left:40px;
	text-decoration:none;
	background:#ECECEC;
	color:#105A9B;
}
/* Level 4 */
#l .navebene4{
	line-height:20px;
	width:205px;
	border-bottom:1px solid #d7d7d7;
	padding-left:55px;
	text-decoration:none;
	background:#fff;
	color:#105A9B;
}

/* Level Default */
#l .navebene2{
	line-height:20px;
	width:205px;
	border-bottom:1px solid #d7d7d7;
	padding-left:25px;
	text-decoration:none;
	background:#E7E7E7;
	color:#105A9B;
}

#l .menubox a{
	color:#00519E;
	text-decoration:none;
	width:100%
}

#l .menubox a:hover { color:#929292;}

#l .menubox p{
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
	/*border-bottom:1px solid #00519e;*/
}

/*Farben und Textstile Contentbereich*/
/*-----------------------------------*/

/*Standards*/
#m h1 			{ text-transform:uppercase; color:#000; }
#m h2 			{ text-transform:uppercase; color:#000; }
#m h3 			{ color:#000;}
#m p 			{ color:#000; padding: .3em 0; }
#m a 			{ color:#00519e; text-decoration:none;}
#m a:visited 	{ }
#m a:hover 		{ color:#000;}

#m hr {
	border-style:none none solid;
	border-width:0 0 1px;
	display:block;
	height:1px;
	margin:1em 0;
	overflow:hidden;
}

/*Preise*/
#m .angebote_preis	{ color:#00519e; }
#m .artikel_preis	{ color:#00519e; }

/*Tabelle für Angebote*/
#m .angebot {}
#m table.angebot { border:1px solid #00519e; margin-bottom:1em;}
#m table.angebot td{ padding:.5em;}
#m table.angebot a { color:#CCDCEA; }
#m table.angebot a:visited { color:#CCDCEA;}
#m table.angebot a:hover { color:#fff;}
#m .angebot tr.angebot_footer { background-color:#74a4c8; }

/*Tabelle Artikelliste*/
#m table.artikel td{ padding:2px;}
#m table.artikel { border-top:1px solid #ccc; }
#m table.artikel .preis {
	color:#CC0000;
	font-size:1.1em;
	font-weight:bold;
}
#m table.artikel h2 { text-transform:none; color:#000;}
#m table.artikel h2 a { color:#000;}
#m table.artikel h2 a:hover { color:#000;}
#m table.artikel .smalltext a { color:#000; text-decoration:underline;}
#m table.artikel .smalltext a:visited { color:#000;text-decoration:underline;}
#m table.artikel .smalltext a:hover { color:#000;text-decoration:underline;}


/*Tabelle Artikellistesmall*/
#m table.artikel_small td, { padding:2px;}
#m table.artikel_small {  }
#m table.artikel_small .preis {
	color:#CC0000;
	font-size:1.1em;
	font-weight:bold;
}

 td{ padding:2px;}
#r table.artikel_neuheit {  }
#r table.artikel_neuheit .preis {
	color:#CC0000;
	font-size:1.1em;
	font-weight:bold;
}


artikel_neuheit

#m table.artikel_small h2 { text-transform:none; color:#000;}
#m table.artikel_small h2 a { color:#000;}
#m table.artikel_small h2 a:hover { color:#000;}
#m table.artikel_small .smalltext a { color:#000; text-decoration:underline;}
#m table.artikel_small .smalltext a:visited { color:#000;text-decoration:underline;}
#m table.artikel_small .smalltext a:hover { color:#000;text-decoration:underline;}

/*Tabelle Artikeldetails*/
#m .artikeldetails {}
#m .artikeldetails img { border:0;/*float:left; display:block;*/}
#m table.artikeldetails { border:1px solid #6f6f6f;  padding:.5em; margin-bottom:1em;}

#m div.cross-border  { border:1px solid #6f6f6f;  padding:.5em; margin-bottom:1em;background:#F2F2F2;}
#m div.cross-border h2 {color:#CC3333; padding:.5em; margin-bottom:1em;}


#m table.short-info { background:#ccc; border:1px solid #6f6f6f;  padding:.5em; margin-bottom:1em;}
#m table.short-info td{ padding:2px;}

/*Tabelle Warenkorb*/
#m table.warenkorb {
	border:1px solid #B1BCC9;
	border-collapse:collapse;
	margin-bottom:12px;
	margin-top:12px;
}
#m table.warenkorb td{ border:1px solid #B1BCC9;padding:3px;}
#m table.warenkorb .bg-header{ background:#B1BCC9;height:30px;font-weight:bold;color:#fff;}

/*Weitere Warengruppen*/
#m table.weitere-wg { background:#D9D9CC; }
#m table.weitere-wg td{background:#ccc;height:60px;}
#m table.weitere-wg a { color:#000; font-size:1.1em;font-weight:bold;display:block;height:60px;line-height:60px;}
#m table.weitere-wg a:hover { color:#000;font-size:1.1em;font-weight:bold;}


#m table.no-border {border:0px solid #fff;}
#m table.no-border td{border:0px solid #fff;padding:0;}

#m table.order-table th,
#m table.order-table th span {
	background-color:#B1BCC9;
	color:#FFFFFF;
	font-weight:bold;
	padding:4px;
}

#m table.order-table td {
	background-color:#EBEEF1;
	padding:4px;
}

#m table.order-table table {
	border:1px solid #B1BCC9;
	border-collapse:collapse;
	margin:5px;
	padding:4px;
	width:95%;
}

#m table.order-table input.login {

	border: 0px solid #fff;
	width: 113px;
	height: 25px;
	cursor:pointer;
}

/*Right******************************************************/
#r .menubox h2{
color:#105A9B;
text-transform:uppercase;
text-indent:5px;
background:#fff url(../images/bg_box.gif) no-repeat left top;
border-bottom:1px solid #d7d7d7;
}
/**/
#r .menubox {
border:1px solid #d7d7d7;
background-color:#fff;
}

#r .menubox a{
	color:#00519E;
	text-decoration:none;
	width:100%
}

#r .menubox a:hover { color:#929292;}

#r .menubox p{
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
	/*border-bottom:1px solid #00519e;*/
}

/*Footer*****************************************************************/
#footer {
	margin-top:20px;
	color:#00519E;
	background: #E9E9E5;
	text-align:center;
}

#footer a{
	color: #00519E;
	font-size:1em;
	text-decoration:none;
	font-weight:normal;
}
#footer a:visited{}

.textbox,.textarea/*EDIT*/ {
	font-family:Verdana;
	font-size:11px;
	border:1px solid #000000;
	background-color:#FFFFFF;
	span:100%;
}

/*Formular Felder Fehler*/
.textboxfehler,.textareafehler/*EDIT*/ {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	background-color:#eff2f7;
	border:1px solid red;
}

.button-kaufen {
	border: 0px solid #fff;
	background: #fff url(../images/button_basket.gif) no-repeat scroll center center;
	width: 112px;
	height: 21px;
	cursor:pointer;
}

.button-kaufen-hell {
	border: 0px solid #fff;
	background: #fff url(../images/button_basket_petrol.gif) no-repeat scroll center center;
	width: 112px;
	height: 21px;
	cursor:pointer;
}

.button-kaufen-rot{
	border: 0px solid #fff;
	background: #fff url(../images/button_basket_red.gif) no-repeat scroll center center;
	width: 75px;
	height: 25px;
	cursor:pointer;
}

.bestellschritt {
	background-color:#ccdcea;
	color:#00519e;
	font-weight:bold;
	text-align:center;
}

.bestellschritt_aktiv {
	background-color:#74a4c8;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

.fehler {
	border:1px solid red;
	color:red;
	font-color:red;
	font-weight:bold;
}

.artliste_pager {
	line-height:2em;
	text-align:right;
	background:#BFCCE5;
	margin: 7px 0 7px 0;
}


.artliste_pager a, .artliste_pager a:visited {
	background-color:#ECECEC ;
	height:2em;
	color:#105A9B;
	margin-left:1px;
	padding:0 1em;
	display:inline-block;
	text-decoration:none;
	border:1px solid #C3C4C0;
}

.artliste_pager b {
	background-color:#CCCCCC;
	height:2em;
	margin-left:1px;
	padding:0 1em;
	display:inline-block;
	color:#fff;
	border:1px solid #000;
}

.artliste_pager a:hover {
	background-color:#CCCCCC;
	font-weight:bold;
	color:#fff;
	border:1px solid #000 ;
}

#search-results {
background:#F2F2F2 ;
border:0px solid;
position:absolute;
text-align:left;
width:316px;
padding-left:13px;
z-index:500;
}
#ls {
background:#FFF;
border:1px solid;
z-index:501;
}
#li_ls_1 {
background-color:#E3E3E3;
list-style-image:none;
list-style-type:none;
}
#li_ls_2 {
background-color:#FFF;
list-style-image:none;
list-style-type:none;
}
#ls_highlight {
background-color:#E3E3E3;
list-style-image:none;
list-style-type:none;
}

#li_ls_2:HOVER {
background-color:#E3E3E3;
list-style-image:none;
list-style-type:none;
}

.menlink {
	padding-left:10px;
	line-height:17px;
}