body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	scrollbar-base-color: #B00B59; 			/* ---- Grundfarbe Balkenfarbe */
	scrollbar-face-color: #B00B59; 			/* ---- Erhabene Elemente  	*/     
	scrollbar-track-color: #FFE5F1;			/* ---- Lauffläche, Seitenfarbe	*/		
	scrollbar-arrow-color: #FFE5F1;			/* ---- Pfeile 				*/					
	scrollbar-3dlight-color: default;		/* ---- Helle 3-D-Elemente (links und oben) 					*/
	scrollbar-darkshadow-color: default; 	/* ---- Dunkle Schattenelemente (rechts und unten) 				*/
	scrollbar-highlight-color: default;		/* ---- Helle Elemente (Glanzlicht, 50% Raseter der Lauffläche) */
	scrollbar-shadow-color: default;		/* ---- Dunkle 3-D-Elemente (rechts und unten) 					*/	
}

a               {font-family: Arial, Helvetica, sans-serif; TEXT-DECORATION: none; font-size: 12px;}
a:link 		{color: #000; }
a:visited 	{color: #000; }
a:hover 	{color: #F10A7E; }

img {border:none;}

/* ---- eigene klassen ----- */
.ueberschrift { font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;	color: #000000;}
.ueberschriftszelle { background-color: #B00A5A;}
.dickrosa { font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;	color: #F10A7E;}
.normal   { font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: normal;	color: #FFF;}


#ueberschrift {
	margin-left: 40px;
	width:616px;
}

	
#inhalt {
	width:616px;
	margin-left: 40px;
	text-align:left;
	background-color:#FFE5F1;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;	
}

/* ---- listing ----- */

#bild {
	float: left;		
	margin-left: 50px;
	margin-top:15px;
	width:175px;
	margin-bottom:5px;
	border: 0px #000 solid;
	text-align:right;
}
	
	
#text {
	float: left;	
	margin-left: 25px;
	margin-top:15px;
	width:310px;
	margin-bottom:5px;
	border: 0px dashed #000;
	}	

.hr-listing {
	height: 0px;
	margin: 0px 50px;
	border-top: 0px;
	border-bottom: 1px dashed #000;
	clear:both;
	}

/* ---- detail ------------------------------------ */

#bilder-rechts {
        float: right;		
	width:200px;
	border-left: 1px #000 solid;
	}
	
#text-links {
	float: left;		
	margin-left: 20px;
	margin-top:35px;
	width:325px;
	margin-bottom:5px;
	border: 0px dashed #000;
	}	

.hr-detail {
	height: 0px;
	border-top: 0px;
	border-bottom: 1px dashed #000;
	clear:both;
	}

#zurueck {
	width:616px;
	margin-left: 40px;
	text-align:left;
	background-color:#FFE5F1;
	border: 1px solid #000;
}

.eingerueckt {
        margin: 10px;
}

/* ---- allgemeine sachen ----- */
	
	
.zeile{
	clear:both;
}	
