/* CSS Document */
*, div {
	margin:0;
	padding:0;
}
html {
	height:100%;
}

body {
	line-height:16px;
	margin:0;
	padding:0;
	width:100%;
	background-color: #efefef;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
}
#sitebody {
	width:968px;
	margin:0 auto;
	/*background: url(../images/sitebody_bg.jpg) repeat-y;	*/
}

/**/
#header {
	width:100%;
	height:172px;
	display:block;
	background:url(../images/header_bg.jpg) no-repeat  ;
	overflow:hidden;
}

/*Trusted*/
.head1 {
	width:468px;
	height:120px;
	height:26px;
	display:block;
	float:left;
}


.head1 #headbanner {
 	position:absolute;
 	width:380px;
	height:86px;
	margin-top:15px;
}

.head1 #headbanner a {
 	width:380px;
	height:86px;
}


.head1 .slogan { 	margin-top:105px; margin-left:120px; font-size:1.5em; color:#fff; font-weight:bold; }
/*Tabbuttons*/
.head2 {
	width:500px;
	height:120px;
	display:block;
	overflow:hidden;
	float:right;
}

#tabse { margin-top:55px; margin-right:15px; float:right; width:405px; height:51px; display:block; overflow:hidden; background:url(../images/tabse_bg.png) no-repeat; }
#tabse p { margin-right:5px; line-height:32px; text-align:right; }

#tabse a.home, #tabse a.home:visited {font-weight: bold; margin:0; margin:0 5px; margin-left:7px; margin-top:8px; width:62px; height:41px; display:block; float:left; overflow:hidden; background:url(../images/home.png) no-repeat  ;}
#tabse a.home:hover { background:url(../images/home_over.png) no-repeat  ;}
#tabse a.home#active { background:url(../images/home_active.png) no-repeat  ;}

#tabse a, #tabse a:visited {
	margin:0;
	margin:0 5px;
	margin-top:8px;
	width:152px;
	height:41px;
	display:block;
	overflow:hidden;
	float:left;
	background: url(../images/tab.png) no-repeat;
	font-weight: bold;
}
#tabse a#active { background: url(../images/tab_active.png) no-repeat; }
#tabse a:hover { background: url(../images/tab_over.png) no-repeat; }

/*Search*/
.head3 {
	margin-top:10px;
	width:968px;
	height:33px;
	display:block;
	overflow:hidden;
	float:left;
}
.searchblock {
	display:block;
	overflow:hidden;
	float:left;
}
form#search{
	margin-top:10px;
	padding-left:32px;
	border:none;
	border:0px;
	color:#fff;
	float:left;
	height:19px;
}
#searchlabel {
	width:50px;
	height:19px;
	display:block;
	float:left;
}
input#searchbox{
	width:285px;
	height:15px;
	margin-left:17px;
	float:left;
	font-size:1em;
	border:0px;
	padding:2px 4px;
	display:block;
}
input#searchbutton{
	width:50px;
	height:19px;
	display:block;
	margin-left:7px;
	float:left;
	border:0px;
	background:url(../images/blanko.gif);
}

a#esuche {
	width:120px;
	height:19px;
	line-height:19px;
	display:block;
	color:#666;
	float:left;
	padding-left:27px;
	font-weight:bold;
	text-decoration:none;
}
a#esuche:hover {
	color:#000;
}
a#anmelden{
	width:190px;
	height:19px;
	display:block;
	color:#333;
	float:left;
	padding-top:5px;
	margin-left:240px;
	font-weight:bold;
}
.buttonblock {
	display:block;
	overflow:hidden;
	float:right;
	padding-right:17px;
}
a.bb, a.bb:visited {font-weight: bold; font-size: 1.1em; width:150px; height:19px; display:block; margin:0 5px; margin-top:10px; float:left; text-align:center; text-decoration:none;}
a.bb:hover{color:#669900;}
#breadcrumb {
	width:100%;
	height:19px;
	display:block;
	overflow:hidden;
}

#breadcrumb h2 { padding-left:11px; color:#333; }
#breadcrumb a { color:#333; font-weight:normal; margin:0;}
#breadcrumb a:visited { }
#breadcrumb a:hover { color:#000;}

#contentbody {
	width:968px;
	height:auto;
	display:block;
	overflow:hidden;
	background: url(../images/contentbody_bg.jpg) no-repeat;
}

/*Left*************************************************/
#l {
	width:182px;
	display:block;
	float:left;
	overflow:hidden;
}

/**/

#l .navleft {
	width:182px;
	margin-bottom:11px;
	margin-top:1em;
}
#l .navleft .head h2 {
	width:182px;
	height:31px;
	line-height:29px;
	display:block;
	background-image: url(../images/navbox_head.png);
}
#l .navleft .body {
	background-image: url(../images/navbox_body.png);
	background-repeat: repeat-y;
}
#l .navleft ul {}

/*1*/
#l .navleft ul li{}
#l .navleft ul li a{
	width:172px;
	height:25px;
	line-height:25px;
	display:block;
	margin-left:5px;
	background: url(../images/arrow_green.jpg) no-repeat 0px 10px;
	overflow:hidden;
	text-indent:10px;
}
#l .navleft ul li a:hover {
	color: #740A74;
	background: #efefef url(../images/arrow_green.jpg) no-repeat 0px 10px;
	font-weight:bold;
}
#l .navleft ul li a#active{background: #efefef url(../images/arrow_green.jpg) no-repeat 0px 10px;font-weight:bold; color: #740A74;}

/*2*/
#l .navleft ul ul li{}
#l .navleft ul ul li a{
	width:172px;
	height:25px;
	line-height:25px;
	display:block;
	margin-left:5px;
	background: url(../images/arrow_green.jpg) no-repeat 10px 10px;
	overflow:hidden;
	text-indent:20px;
}
#l .navleft ul ul li a:hover {
	color: #740A74;
	background: #efefef url(../images/arrow_green.jpg) no-repeat 10px 10px;
	font-weight:bold;
}
#l .navleft ul ul li a#active{background: #efefef url(../images/arrow_green.jpg) no-repeat 10px 10px;font-weight:bold; color: #740A74;}

/*3*/
#l .navleft ul ul ul li{}
#l .navleft ul ul ul li a{
	width:172px;
	height:25px;
	line-height:25px;
	display:block;
	margin-left:5px;
	background: url(../images/arrow_green.jpg) no-repeat 20px 10px;
	overflow:hidden;
	text-indent:30px;
}
#l .navleft ul ul ul li a:hover {
	color: #740A74;
	background: #efefef url(../images/arrow_green.jpg) no-repeat 20px 10px;
	font-weight:bold;
}
#l .navleft ul ul ul li a#active{background: #efefef url(../images/arrow_green.jpg) no-repeat 20px 10px;font-weight:bold; color: #740A74;}

/**/
#l .infoleft {
	width:182px;
	margin-bottom:11px;
	margin-top:1em;
}
#l .infoleft .head h2 {
	width:182px;
	height:31px;
	line-height:29px;
	display:block;
	background-image: url(../images/navbox_head.png);
}
#l .infoleft .body {
	background-image: url(../images/navbox_body.png);
	background-repeat: repeat-y;
}
/*Mitte******************************************************/
#m {
	width:576px;
	display:block;
	float:left;
	overflow:hidden;
	padding-top:1em;
	margin-left:12px;
}


.xcat3 {
 width:576px;
 display:block;
 overflow:hidden;
}

#m .head3x {
	width:576px;
	height:14px;
	display:block;
	overflow:hidden;
	background-image: url(../images/contentbox_head.png);
	background-repeat: no-repeat;
}
#m .body3x {
	width:558px;
	height:auto;
	display:block;
	overflow:hidden;
	background-image: url(../images/contentbox_body.png);
	background-repeat: repeat-y;
	padding:0 9px;
}
#m .body3x .cols { margin:0 3px; width:180px; display:block; overflow:hidden; float:left; background:#333; }
#m .footer3x {
	width:558px;
	height:48px;
	background-image: url(../images/contentbox_footer.png);
	display:block;
	overflow:hidden;
	background-repeat: no-repeat;
	padding:0 9px;
}
#m .footer3x .cols { margin:0 3px; margin-top:13px; width:180px; display:block; overflow:hidden; float:left; text-align:center; }


.xcat2 { width:576px; display:block; overflow:hidden; padding:0 9px; margin-top:1em;}
.mbox_al { padding:0 15px; width:254px; height:228px; display:block; overflow:hidden; float:left; background-image: url(../images/artikel_box.png); }
.mbox_ar { padding:0 15px; width:254px; height:228px; display:block; overflow:hidden; float:right; background-image: url(../images/artikel_box.png); }

.xcat1 { width:293px; display:block; overflow:hidden; margin-top:1em;}


#m .xcat1 .head {
	width:283px;
	height:12px;
	display:block;
	overflow:hidden;
	background-image: url(../images/contentbox_small_head.png);
	background-repeat: no-repeat;
}
#m .xcat1 .body {
	width:257px;
	height:auto;
	display:block;
	overflow:hidden;
	background-image: url(../images/contentbox_small_body.png);
	background-repeat: repeat-y;
	padding:0 13px;
}
#m .xcat1 .footer {
	width:257px;
	height:48px;
	background-image: url(../images/contentbox_small_footer.png);
	display:block;
	overflow:hidden;
	background-repeat: no-repeat;
	padding:0 13px;
	padding-top:13px;
}


/*BOx Content*/
.xcat { width:576px; display:block; overflow:hidden;  margin-top:1em;}
#m .xcat .head {
	width:576px;
	height:14px;
	display:block;
	overflow:hidden;
	background-image: url(../images/contentbox_head.png);
	background-repeat: no-repeat;
}
#m .xcat .body {
	width:550px;
	height:auto;
	display:block;
	overflow:hidden;
	background-image: url(../images/contentbox_body.png);
	background-repeat: repeat-y;
	padding:0 13px;
}
#m .xcat .footer {
	width:550px;
	height:48px;
	background-image: url(../images/contentbox_footer.png);
	display:block;
	overflow:hidden;
	background-repeat: no-repeat;
	padding:0 13px;
	padding-top:13px;
}
#m .xcat .footer-small {
	width:576px;
	height:22px;
	display:block;
	overflow:hidden;
	background-image: url(../images/contentbox_footer_small.png);
	background-repeat: no-repeat;
}

#m .xcat1 .footer a {
	text-decoration:none;
	background: url(../images/arrow_green_gray.jpg) no-repeat 0px 5px; padding-left:10px;
}

#m .xcat .footer a {
	text-decoration:none;
	background: url(../images/arrow_green_gray.jpg) no-repeat 0px 5px; padding-left:10px;
}


/*Right******************************************************/
#r {
	width:182px;
	display:block;
	overflow:hidden;
	float:right;
	margin-right:4px;

}
#r .rbox { margin-top:1em;}
#r .rbox .body {
	background-image: url(../images/navbox_body.png);
	background-repeat: repeat-y;
}
#r .rbox .head h2{
	width:182px;
	height:31px;
	line-height:29px;
	display:block;
	background-image: url(../images/navbox_head.png);
}

/*Footer*****************************************************************/
#footer {
	width:968px;
	height:32px;
	line-height:32px;
	display:block;
	float:left;
	background: url(../images/footer_bg.jpg) no-repeat;
	margin-top:1em;
}
.cls {
clear: both;
}


/*Input etc*********************************************************/

#m label {
	cursor:pointer;
	font-weight:bold;
	margin:5px 0;
}
label {
	cursor:pointer;
	font-weight:bold;
}

.button {
	background-color:#fff;
	border:1px solid #740A74;
	color:#000000;
	cursor:pointer;
	font-size:11px;
	font-weight:bolder;
	margin:0;
	padding:2px 3px;
}

.button:hover {
	border:1px solid #CAE106;
}

.button:focus {
	border:1px solid #CAE106;
}


.text {
	background-color:#FFFFFF;
	border:1px solid #740A74;
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	height:120px;
	padding:7px 0 0 5px;
	width:400px;
}

.text:hover {
	border:1px solid #CAE106;
}

.text:focus {
	border:1px solid #CAE106;
}

.selectbox {
	background-color:#FFFFFF;
	border:1px solid #740A74;
	color:#000000;
	font-size:11px;
	padding:4px;
}

.selectbox:hover {
	border:1px solid #CAE106;
}

.selectbox:focus {
	border:1px solid #CAE106;
}

.textbox {
	background-color:#FFFFFF;
	border:1px solid #740A74;
	color:#000000;
	font-size:11px;
	height:18px;
	padding:5px 0 0 5px;
}

.textbox:hover {
	border:1px solid #CAE106;
}

.textbox:focus {
	border:1px solid #CAE106;
}

.fehler {
	background-color:#DF1B1B;
	border:1px solid #740A74;
	color:#000000;
	font-size:11px;
}


.textfehler {
	font-weight:bold;
	color:#fff;
	background-color:#DF1B1B;
	border:1px solid #80929D;
	font-size:11px;
	padding:4px 4px 5px;
}

.textok {
	font-weight:bold;
	color:#fff;
	background-color:#45DF5A;
	border:1px solid #80929D;
	font-size:11px;
	padding:4px 4px 5px;
}

.sternchen {
	color:#DF1B1B;
	padding-left:1px;
}


/*Pager*********************************************************/
#m .pagenavi
{
	display: inline;
	font-weight:bold;
	margin:0pt 0pt 10px 4px;
}

#m .pagenavi .curpage, .pagenavi a:link, .pagenavi a:visited,#m .pagenavi a
{
	background:#CAE106;
	border:1px solid #000;
	padding:2px 6px;
	text-decoration:none;
	color:#000;
	margin: 0 2px 0 2px;
}

#m .pagenavi a.page:hover
{
	background:#efefef;
	border:1px solid #000;
	color:#000;
}

#m .pagenavi .first , #m .pagenavi .last
{
	color:#000;
	background:#efefef;
	border:0px;
}

#m .pagenavi .curpage
{
	background:#740A74;
	border:1px solid #000;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding:2px 6px;
	margin: 0 2px 0 2px;
}

#m .pagenavi .forwards
{
	background:#efefef;
	background-image:url(../images/forwards.jpg);
	background-repeat:no-repeat;
	border:0px;
}

#m .pagenavi .backwards
{
	background:#efefef;
	background-image:url(../images/backwards.jpg);
	background-repeat:no-repeat;
	border:0px;
}

.bestellschritt {
	font-weight:bold;
	text-align:center;
}

.bestellschritt_aktiv {
	color:#740A74;
	font-weight:bold;
	text-align:center;
}

#weiterewg {

}

#weiterewg p {
	padding:0 0 0 0;
}

#weiterewg .warengruppenbild {
	border:1px solid #740A74;
	height:150px;
	width:150px;
}

#weiterewg .warengruppenlink a {
	text-decoration:none;
	background: url(../images/arrow_green.jpg) no-repeat 0px 5px; 
	padding-left:10px;
}

.minbes {
	font-weight:bold;
	color:#DF1B1B;
}

#r .cross {

}

#r .cross a, #r .rbox .no-arrow a, #l .infoleft .no-arrow a{
	text-decoration:none;
	background: #fff;
	padding:0 0px;
}

#r .cross a.pfeil  {
	text-decoration:none;
	background: url(../images/arrow_green.jpg) no-repeat 0px 5px; padding-left:10px;
}
 