@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	/*
	background-image:url(/bilder/farbverlauf_links.gif); 
	background-repeat:repeat-y;	
	*/
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.MagischesLayout #container { 
	position: relative; 
	width: 1000px; 
	background: #000000;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left; 
} 

.MagischesLayout #header { 
	height: 50px; 
	background: #000000; 
	padding: 0 10px 0 135px; 
} 

.MagischesLayout #Navigationsbox {
	position: absolute;
	top: 50px;
	left: 0;
	width: 120px;
	background: #000000;
	padding: 15px 0px 0px 10px;
}
.MagischesLayout #Bildbox {
	position: absolute;
	top: 50px;
	right: 0;
	width: 550px; 
	background: #000000; 
	padding: 50px 0px 0px 0px; 
}
.MagischesLayout #Textbox { 
	margin: 0 560px 0px 125px; 
	padding: 15px 10px;
}
.MagischesLayout #Textbox_vollbild { 
	margin: 0 0px 0px 125px; 
	padding: 15px 10px;
}
.MagischesLayout #Spruchbox { 
	padding: 10px 10px 0 135px;
	background:#000000;
} 
.MagischesLayout #Spruchbox p {
	margin: 0; 
	padding: 10px 0; 
	
}

.MagischesLayout #Coverflow {
	position: absolute;
	right: 0;
	width: 872px;
	height:410px;
	background: #000000;
	padding: 0px 0px 0px 0px;
}

.MagischesLayout #SpruchboxCoverflow { 
	padding: 450px 10px 0 135px;
	background:#000000;
} 

.MagischesLayout #SpruchboxIndex { 
	padding: 550px 10px 0 135px;
	background:#000000;
} 

.MagischesLayout #SpruchboxKontakt { 
	padding: 15px 10px 0 135px;
	background:#000000;
} 

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}

