body{
	background-image: url(images/header-back2.jpg);
	background-repeat: repeat-x;
	color: #361D00;
}



#main{
	border: none!important;
}

.headerLogo{
	background-image: url(images/logo-web.png);
	background-repeat: no-repeat;
	display: block;
	height: 164px;
	width: 800px;
	text-indent: -10000px;
}

#link_home{
	top: 20px!important;
	left: 775px!important;
}

#link_home a{
	text-shadow: 2px 2px 1px black;
	font-size: 14px!important;
	font-weight: normal!important;
}

#link_home a:hover{
	color: #F5F68D;
	text-decoration: none;
}

.userLeiste{
	background-image: none;
	border-top: none;
}


.userLeiste a{
	color: #0D5C0D;
}

#switchMobile{
	  background-image: url("images/bg_footer.jpg");
  height: 150px;
  margin-bottom: 0px;
}

#switchMobile span {
  color: #AAAAAA;
  margin: 0 auto;
  width: 980px;
  display: none;
  border-bottom: none;
}

div.footer {
  bottom: -372px;
  position: relative;
  text-align: left;
}

.footer, .footer a {
  color: #361D00;
}


.bn_item, .produktListe_item{
	-moz-box-shadow: 1px 1px 2px silver;
	-webkit-box-shadow: 1px 1px 2px silver;
	box-shadow: 1px 1px 2px silver;
	border: 1px solid #eaeaea;
}

.produktListe_item{
	padding: 5px 0px;
}

.plWrap {
  
  min-height: 100px;
  
}

.pager a {
    color: #0D5C0D;
}

.hilight {
    background: none repeat scroll 0 0 #F9FA8F;
}


.menu_wrap .pages a:hover {
    background-color: transparent;
    color: #F5F68D!important;
}
.pages a:hover, .pages:hover {
    box-shadow: none;
    
}

.ebene2 a {
  background-color: #005F02;
  color: #ffffff !important;
}

#content-left, div.content-left {
  font-size: 14px;
}

@media screen and (max-width: 650px) {

	.headerLogo{
	background-image: url(images/logo-web-mobile.png);
	background-repeat: no-repeat;
	display: block;
	height: 138px;
	width: 200px;
	text-indent: -10000px;
}

}