@charset "UTF-8";

/* Alle Positionen der Elemente DE=EN */

#logo {
	position:	fixed;
	left:		9px;
	top:		0px;
	width:		100px;
	height:		100%;
	overflow:	hidden;
	z-index:	20;
	padding-top:60px;
}
#adresse {
	position:	fixed;
	left:		110px;
	top:		288px;
	width:		180px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#FFFFFF;
	z-index:	21;
}
#navigation {
	position: 	fixed;
	left:		140px;
	top:		60px;
	width:		150px;
	z-index:	22;
}
#sprachen {
	position:	fixed;
	left:		140px;
	top:		5px;
	width:		150px;
	z-index:	23;
}
#nachrichten {
	position:	fixed;
	left:		500px;
	top:		5px;
	width:		450px;
	z-index:	24;
}
#inhalt {
	position:	absolute;
	left:		310px;
	top:		60px;
	width:		640px;
	overflow:	visible;
	z-index:	1;
}
#startinhalt {
	position:	absolute;
	left:		310px;
	top:		0px;
	width:		640px;
	overflow:	visible;
	z-index:	1;
}
#bildundtext {
	margin-left:0px;
	margin-top:	0px;
	width:		640px;
}
#video {
	margin-left:0px;
	margin-top:	0px;
	width:		640px;
}
#texte {
	margin-left:190px;
	width:		450px;
}
#listen {
	margin-left:75px;
	margin-top:	10px;
	width:		565px;
	background-color:#FFFFFF;
}
#warenkorb {
	margin-left:75px;
	margin-top:	0px;
	width:		565px;
	background-color:#FFFFFF;
}
#preise {
	margin-left:75px;
	margin-top:	10px;
	width:		565px;
	background-color:#FFFFFF;
}
	