.kat{
	background-color: #252628;
	opacity: 0.8;
	border: 1px solid #c1ab48;
	box-shadow: 5px 5px 5px 0px black;
	
	width: 200px;
	height: 200px;
	
	flex: auto;
	
	margin-left: 50px;
	margin-top: 50px;
	text-align: center;

}

.kat_navi{
	background-color: #252628;
	opacity: 0.8;
	border: 1px solid #c1ab48;
	box-shadow: 5px 5px 5px 0px black;
	
	width: 150px;
	height: 100px;
	padding: 10px;

	flex: auto;
	font-size: 20px;
	
	margin-right: 40px;
	margin-bottom: 40px;
	text-align: center;
	

}

.kat_navi:hover{
	opacity: 0.5;
}
	

.artikel{
	background-color: #252628;
	opacity: 0.8;
	border: 1px solid #c1ab48;
	box-shadow: 5px 5px 5px 0px black;
	
	width: 250px;
	height: 340px;
	
	margin-top: 50px;
	
	
	

}

.artikel:hover{
	opacity: 0.5;
}



.korb_head{
	background-color: #252628;
	opacity: 0.8;
	border: 1px solid #c1ab48;
	box-shadow: 5px 5px 5px 0px black;
	padding: 10px;
	
	color: #c1ab48;
	

}

.korb_content{
		background-color: #252628;
		opacity: 0.7;
		border: 1px solid black;
		padding: 20px;
		box-shadow: 1px 1px 5px 0px black;
		
		margin-top: 0px;
}

.button{
		background-color: #c1ab48;
		box-shadow: 5px 5px 5px 0px black;
		border: 1px solid black;
		height: 40px;
		float: left;
		
		padding-left: 10px;
		padding-right: 10px;
	}
	
.inp{
		background-color: transparent;
		border: 1px solid black;
		color: white;
		font-size: 20px;
		margin-left: 20px;
		
	}
	
hr{
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: #c1ab48;
	border: 0px solid;
	height: 2px;
	box-shadow: 5px 5px 5px 0px black;
}