body {
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
	line-height:15px;
	background-color:#FFFDEC;
	text-align:center;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-attachment: fixed;
}
div {
	text-align:left;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#00476F;
	line-height:normal;
}

/* for all browsers that understand min-width */
.container1 {
	position:relative; 
	width:97%; 
	/*min-width:760px;*/
	margin:0px auto;
}
.container2 {display:block; color:#000;}

/* method 2 a bodge for IE browsers IE5.01, IE5.5 and IE6 
* html .container1 {border-right:760px solid #FFFDEC;}
* html .container2 {float:left; position:relative; margin-right:-760px;}*/

#helpleft {
	width:78%;
	float:left;
	overflow:hidden;
}

#links {
	width:23%;
	float:left;
}
#mitte {
	float:right;
	width:75%;
}

#rechts {
	width:20%;
	float:right;
	overflow:hidden;
}

#rechts h1,
#links h1 {
	color:#fff;
}

#head {
	clear:both;
	background-image:url(../images/head.jpg);
	background-repeat:no-repeat;
	height:200px;
	margin-bottom:10px;
}
/* ----------- CONTENT ELEMENTE ------------ */

#menue {
	font-size:1.5em;
}
#contenttext {
	float:left;
	width:48%;
}
#contentactualacts {
	float:right;
	width:48%;
}

	/* ----------- NEWS ELEMENTE ------------ */
	#newsdetails {
		float:left;
		width:68%;
	}
	#newslist {
		float:right;
		width:28%;
	}

	/* ----------- WARENKORB ELEMENTE ------------ */
	.produktname, .produktmenge {
		float:left;
	}
	
	.produktpreis {
	 	float:right;
		text-align:right;
	}
	
	.produktname {
		width:48%;
	}
	
	.produktmenge, .produktpreis {
		width:25%;
	}

	/* ----------- INTERPRETEN ELEMENTE ------------ */
	#interpretendetails {
		float:left;
		width:68%;
	}
	#interpretenliste {
		float:right;
		width:28%;
	}

.preisklassenblock {
	padding:5px 0px 2px 0px;
	margin: 10px 0px 10px 0px;
	background-color:#eee;
}

.reset {
	clear:both;
}

.photo1, .photo2 {
	clear:both;
}

.photo1 img, .photo2 img {
	border:1px solid #00b;
}

.newsPhoto, .photo1, .photo2 {
	float:right;
	margin-top:5px;
	margin-left:5px;
}

.details {
	border:1px solid #ccc;
	background-color:#eee;
}

.detailsContent {
	margin:10px;
}

.infoBlock {
	border:1px solid #ccc;
	background-color:#eee;
}

.infoContent {
	margin:10px;
}
.breadcrumb {
	margin-bottom:10px;
	border-bottom:1px solid #bbb;
	padding-bottom:5px;
	color:#888;
}
.breadcrumb a,
.breadcrumb a:link,
.breadcrumb a:active,
.breadcrumb a:hover,
.breadcrumb a:visited {
	color:#00b;
}

.linkBlau a,
.linkBlau a:link,
.linkBlau a:active,
.linkBlau a:hover,
.linkBlau a:visited {
	color:#00b !important;
	text-decoration:underline !important;
} 