/* CSS Dokument */

body {
	background-color: #ffffff;
	text-align: left; /* horizontal centering for IE Win quirks */
}

#distance { 
	float: left;
	clear: left;
}

#container {
	width: 100%;
	position: relative;
	float: left;
	clear: left;
}

#inhalt {
	width: 100%;
	position: relative;
	float: left;
	clear: left;
}

/* Biography */
#text_biographie, #text_news, #text_kudam, #text_showdetails, #text_persoenliche_notiz, #text_ny_kritiken, #text_diskographie,
#text_video_clips, #text_bilder, #text_presse, #text_impressum, #text_repraesentationen, #text_kontakt {
	width: 100%;
	position: relative;
	float: left;
	clear: left;
}

.cd {
	width: 140px;
    height: 156px;
	float: left;
}

.cdtext {
    padding-left: 15px;
	padding-bottom: 25px;
	width: 500px;
	float: left;
}

.video {
	width: 150px;
    height: 115px;
	float: left;
}

.videotext {
    padding-left: 15px;
	padding-bottom: 25px;
	width: 500px;
	float: left;
}

#fussnote {
	width: 100%;
	margin-top: 20px;
	position: relative;
	float: left;
	clear: left;
}

#impressum {
	position: relative;
	float: left;
	clear: left;
}

#kopf, #navi, #sommernachtsfrauen, #logos, #fussleiste, #fahnen, #rheinline, #pfeil_links, #seite_nr, #pfeil_rechts, 
#pfeil_hoch, #pfeil_runter, #seitennavi_biographie, #seitennavi_showdetails, #seitennavi_persoenliche_notiz, #seitennavi_ny_kritiken,
#seitennavi_bilder, .bildnavi {
	display: none;
}












