.label {
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
}

.fett {
	font-weight: bold;
}

#aufklapp {
	position:relative;
        text-align:left;
	top:88px;
	width:auto;
	height:auto;
	z-index:1
}

#meldung {
	position:relative;
        text-align:left;
	top:-470px;
	width:auto;
	height:auto;
	z-index:1
}

#formular {
	position:relative;
	top:90px;
	left:30px;
	width:500px;
	height:auto;
	z-index:1
}

#artikelliste {
	position:relative;
	top:70px;
	left:0px;
	width:460px;
        text-align:left;
	height:auto;
        float:left;
	z-index:1
}

.artikel {
	clear: both;
	margin-top: 8px;
	/* border-bottom: 1px solid black; */
}

.artikelbild {
	height:100px;
	width:130px;
	float:left;
	z-index:1
}

.artikelinfos {
	margin-left: 130px;
	height:auto;
	margin-bottom:8px;
	z-index:1
}


#warenkorb {
	/*position:relative;*/
	padding-left: 10px;
	padding-right: 10px;
	width:240px;
	z-index:2;
	border: 1px solid #966230;
}

#warenkorbinhalt {
	z-index:3;
}

#warenkorblinks {
	margin-top: 20px;
	margin-bottom: 15px;
	height:auto;
	z-index:3;
}

a.titellink:link {
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}
a.titellink:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}
a.titellink:hover {
	font-size: 14px;
	font-weight: bold;
	text-decoration:underline;
}
a.titellink:active {
	font-size: 14px;
	font-weight: bold;
	text-decoration:underline;
}
