


.clear {
	clear: both;
}
ul {
    margin: 0;
    padding: 0;
}



/* Header */
.bg-header {
	background: rgba(0, 0, 0, 0) url("../images/header_2.png") repeat scroll right center;
	padding-bottom: 10px;
}

.logo {
	padding: 10px;
}

.logo img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}


.headerbild {
	display: none;
}

.schatten {
	display: none;
}

#widerruf_box {overflow:auto; width:900px; height:257px; border:2px solid #ffffff;}
*html #widerruf_box {width:597px;}

@media (min-width: 768px) {		
	#bg-shop {
    	max-width: 1200px;
	}
	
	/* Header */
	.bg-header {
		position: relative;
		z-index: 2;
		padding: 0;
	}
	
	.header {
		width: 100%;
		text-align: center;
		background: rgba(0, 0, 0, 0) url("../images/header.png") repeat scroll right center;
    border: 0px solid #f5f5f5;
    padding: 0px 0px 0px 0px;
    border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
    box-shadow: 0px 0px 0px #3a3a3a;
	}
	
	.logo {
		float: left;
		padding: 0px 0 0 0px;
	}
	
	.logo img {
		margin: 0;
	}

	.suche {
		float: left;
		padding-left: 70px;
		padding-top: 0px;		
	}
	
	.suche img {
		display: block;
		float: left;
		margin: 0px 25px 0px 20px;
	}
	
	.suchfeld {
		width: 295px;
		margin-right: 10px;
	}
	
	.lupe {
		float: left;
	}
	
	.headerbild {
		display: block;
		float: right;
	}
	
	.schatten {
		display: block;
	}
	
	.schatten img {
		width: 100%;
		position: relative;
		z-index: 1;
		top: 0px;
		margin-bottom: -25px;
	}

	
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	.suche {
		padding-left: 50px;
	}
	
	.suchfeld {
		margin-right: 10px !important;
	}
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	.suche {
		padding-left: 50px;
	}
	
	.suchfeld {
		margin-right: 10px !important;
	}

}

.bg-copy {
	background-color: #FFFFFF;
	padding: 10px 15px;
}
.bg-copy {
		border-top: 1px solid #e8e3e3;
	}
	
	.copy .links {
		float: left;
	}
	
	.copy .rechts {
		float: right;
	}
	
