@import "forms.css";
@import "borders.css";
@import "boxes.css";
@import "menu.css";
@import "tables.css";
@import "single.css";

.stopFloat{
	clear: both;
	font-size: 1px;
	display: none;
}


.infoElement{
	display: none;
	font-size: 0.01%;
}

/* BASKED */
#BasketArticleQuantity{
	font-weight: bold;
}

.boxheader{
	margin: 0px;
	padding: 0px;
	line-height: 27px;
	height: 27px;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	background-color: transparent;
	text-align: left;
	
}

.boxheader-left{
	background-image: url(images/left-top.jpg);
	background-position: -9px 0px;
	padding-left: 15px;
}
.boxbd{
	padding: 1em;
}

#custom-doc, #custom-doc #hd, #custom-doc #bd, #custom-doc #ft{
  text-align: left;
  width: 1000px;
}


/* BEGIN HEADER */
#custom-doc #hd{
	height: 137px;
	background-image: url(images/header.jpg);
}

#custom-doc #hd .hd{
	height: 30px;
}
#custom-doc #hd .bd{
	height: 72px;
}
#custom-doc #hd .ft{}
#custom-doc #hd .ft #topmenu{
	padding-left: 200px;
}
#custom-doc #hd .ft #topmenu ul, #custom-doc #hd .ft #topmenu ul li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#custom-doc #hd .ft #topmenu ul li{
	float: left;
}

#custom-doc #hd .ft #topmenu ul li a{
	display: block;
	line-height: 30px;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#custom-doc #hd .ft #topmenu ul li a:hover{
 color:#F58831;
}

/* END HEADER */


#custom-doc #bd{
	width: 1000px;
	background-image: url(images/shadow2.jpg);
	
}

#custom-doc #bd .yui-gb .yui-u{
	margin: 0px;
	padding: 0px;
}

#custom-doc #bd .yui-gb .left{
	width: 200px;
	border: solid 0px #000;
}
#custom-doc #bd .yui-gb .left .bd{
	margin:0px;
	border-width: 0px;
	width: 182px;
	margin-left: 6px
}

#custom-doc #bd .yui-gb .left .bd .bd{ border-width: 0px; margin:0px;padding:0px;}

#custom-doc #bd .yui-gb .right{
	width: 200px;
	border: solid 0px #000;
}

#custom-doc #bd .yui-gb .right .bd{
	margin:0px;
	border-width: 0px;
	width: 181px;
	margin-left: 13px
}

#custom-doc #bd .yui-gb .middle{
	margin:0px;
	padding: 0px;
	width: 600px;
	border: solid 0px #000;
}

/* FOOTER */
#custom-doc #ft{
	width: 1000px;
	height: 53px;
	background-image: url(images/footer.jpg);
	
}
#custom-doc #ft #ft-wrapper{
  padding-top: 25px;
  padding-left: 25px;
  color: #FFFFFF;
  font-weight:bold;
}

/* PATCH TO V2 */
#bd .middle .bd .Text_Uberschift_15PX_Blau{
	margin-bottom: 1em;
}

#bd .middle .bd p{
	margin-bottom: 1em;
}


/* BOXHEADER LINKS*/
#custom-doc #bd .yui-gb .left div.bd .boxheader-left{
	background-image: url(images/left-header.jpg);
	
}
#custom-doc #bd .yui-gb .left div.bd .boxheader-left-top{
	background-image: url(images/left-header-top.jpg);
	background-position:-9px 0px;
	background-repeat:no-repeat;
	padding-left:15px;
}
#custom-doc #bd .yui-gb .right div.bd .boxheader-right-top{
	background-image: url(images/right-header-top.jpg);
	background-position:-9px 0px;
	background-repeat:no-repeat;
	padding-left:15px;
}



