/* global (fallback) */

/* kontakt */

#address address {
	font-style:			normal;
	margin-bottom: 5px;
}



div.spacer {
	margin-top: 		1em;
}

#copy {
	margin-top:			1.5em;	
}

#wrapper-contact-buttons {

}

#zeiten {
	margin-top:			1em;
}

#wrapper-address {
	margin-top:			1em;
}

div.contactwrapper dl {
	clear: both;
}

div.contactwrapper dt {
	float:				left;	
	width: 				55px
}

div.contactwrapper dd {
	margin-left: 		70px;
	width: 				180px;
}

dt {
float: left;
}

#zeiten dd {
	margin-left: 	115px;
	width: 			200px;
}

#zeiten dt {
	width:			110px;
}

#address dd {
	margin-left: 	115px;
	width: 			200px;
}


/* /kontakt */



/* slideshow */

div.slideshow-3,
div.slideshow-4,
div.slideshow-1,
div.slideshow-2 {
	display:			block;	
	width:				612px;
	height:				254px;
	margin-top:			0px;
	margin-left:		0px;
	position:			absolute;
}

div.slideshow-1 {
	background:			transparent url(../images/bildwechsel1.jpg) no-repeat top left;
	z-index:			12;
}

div.slideshow-2 {
	background:			transparent url(../images/bildwechsel2.jpg) no-repeat top left;
	z-index:			11;
}

div.slideshow-3 {
	background:			transparent url(../images/bildwechsel3.jpg) no-repeat top left;
	z-index:			10;
}

div.slideshow-4 {
	background:			transparent url(../images/bildwechsel4.jpg) no-repeat top left;
	z-index:			9;
}

div.slideshow-5 {
	background:			transparent url(../images/bildwechsel5.jpg) no-repeat top left;
	z-index:			8;
}
/* /slideshow */


/* REZEPTE */

#rezeptstart{
}
#rezeptstart #image{
}
#rezeptstart #form{
	margin: 20px 0 20px 0;
	width: 250px;
}
#rezeptstart #form dt{
	color: #565656;
	width: 130px;
	margin: 10px 0 0 0;
}
#rezeptstart #form select{
	width: 250px;
}
#rezeptstart #form #senden{
	float:right;
	margin:15px 0 10px 0;
}


#spaltelinks {
	width: 120px;
}

#spaltemitte {
	width: 160px;
}


#rezept #image {
	position: relative;
	float: left;
	width: 380px;
	height: 350px;
	background: no-repeat top center;
	margin-top: 10px;
}
#rezept .zurueck {
	float: left;
	margin: 0 5px 0 0;
}


/* REZEPTE ENDE */


/* AKTIONEN */

.aktuellesbox {
	position: relative;
	border-bottom: 1px dashed #dddddd;
	padding: 0 0 5px 0;
}

.aktuelles_vorschau {
	position: relative;
	margin: 15px 0 0 0;
}
.aktuelles_headline {
	position: relative;
	padding: 0 0 1em 0;
	color: #e2001a;
}
.aktuelles_bild {
	position: relative;
	float: left;
	width: 101px;
	height: 75px;
}

.aktuelles_image {
	position: relative;
	float: left;
	width: 101px;
	height: 72px;
}

.aktuelles_text {
	position: relative;
	float: left;
	margin: 0 0 0 10px;
	width: 440px;
	text-align:	justify;
}

/* AKTIONEN ENDE */


