
a:link {
	color: white;
}
a:visited {
	color: #C8D9E6;
}
body{
    font-family: Arial, Helvetica, sans-serif;
    margin:0;
    padding:0;
}
div{
    padding:10px;
}
div#kopfzeile{
	background-color: #2F4156;
    color:white;
}
div#kategorien{
    background-color: #567C8D;
    color:green;
	text-align: center;
}

div#fzoben{
    background-color: #567C8D;
	color:white;
	text-align:left;
	float:bottom;
	margin-top: 300px
}
div#fuszbereich{
    background-color: #25344F;
    color:white;
	text-align: left;

}
input#warenkorb{
    background-image: url(lupe.png); 
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
	float:right;
}
input#suchbutton{
    background-image: url(einkaufswagen.png); 
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
	float:right;
}
div#Produktbild{
    float:left;
    width: 450px;
	margin-top: -255px;
	margin-bottom: 1000px
}
#Kaufinfo{
	background-color:transparent;
	border:none;
	color: black;
	height: 150px;
	width: 600px;
	text-align: left;
	font-size: 15px;
	float:right;
	margin-right: 50px;
	margin-top: 5px;
}
#Kaufbutton{
	height: 50px;
	width: 480px;
	float: right;
	margin-left: 680px;
	margin-right: 50px
}
#Warenbutton{
	height: 50px;
	width: 480px;
	float: right;
	margin-left: 680px;
	margin-right: 50px;
	margin-top: 10px;
}
}
div#Produktbeschreibung{
    float:left;
    width: 300px;
	text-align: left;
}
div#Produktkauf{
    float:left;
    width: 450px;
	text-align: center;
}
div#hauptka{
	background-color: #d7bf97;
	height: 885px;
}
img#logo{
	width:5%



}
input#suchfeld{
	height:38px;
	width:60%;
	margin:0 auto;	
}
div#1{
	float:left;
	width:10%;
}
img#Produkt{
	height:500px;
	width:500px;
	margin:0 auto;
}
table, td {
	text-align: center;
	border: 0.5px solid black
}
table#Produktdetails {
	height: 200px;
	margin-bottom: 40px;
	margin-top: 300px;
	margin-left: 800px
}