/* CSS Document */

/***** für Übersichts-Seite *****/
.anticstoveul {
	position: relative;
	left: -40px;
	visibility: visible;
	z-index: 5;
}
.anticstoveul li{
	position: relative;
	height: 120px;
	width:  350px;
	float: left;
	margin: 10px;
	padding: 10px;
	list-style-type: none;
	border-color: #CDCDCD;
	border-width: 2px;
	border-style: solid;
	visibility: visible;
}
.anticstovephoto {
	/* unused */
}
.anticstovetext {
	position: absolute;
	left: 100px;
}
.anticstovetext p{
	margin-top: -20px;
}

/***** für einzelne Öfen *****/
#anticstovephotos {
	position: relative;
	top: 10px;
	height: 300px;
	width: 600px;
	margin-bottom: 30px;
}
#leftanticphoto {
	position: absolute; 
	left: 10px; 
	width:200px; 
	height:380px;
}
#rightanticphotos {
	position: absolute;
	left: 300px;
	width:200px;
	height:300px;
}
#rightanticbottomphoto {
	position: absolute;
	bottom: 0px;
}
#content h3 {
	position: relative;
}

