@charset "utf-8";
/* CSS Document */


/* allgemein */

table.einsaetze {
	width: 146px;
	margin: 0px;
}
* html table.einsaetze {
	width: 146px;
}

table.einsaetze a {
	color: #333;
}

table.einsaetze td.art {
	width: 6px;
}
table.einsaetze td.anzeige {
	padding: 3px 1px 3px 3px;
}
table.einsaetze p.titel {
	padding: 0px;
	margin: 0px;
	line-height: normal;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	overflow: hidden;
	width: 128px;
}
table.einsaetze td.light {
	background-color: #eeeeee;
}





/* Einsätze */


/**** Überschrift ****/

#fleinsaetze {
	margin-bottom: 20px;
}


#fleinsaetze div.top {
/* Schriftfortmatierung */
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	
/* linke obere Ecke mit Hintergrundfarbe */
	background: #BD3232 url(images/RoundedLightRed2.gif) top left no-repeat;
}

#fleinsaetze div.top div { 
/* Abstand der Überschrift zum Rand */
	padding: 0px;

	line-height: 40px;
	
/* rechte obere Ecke */
	background: url(images/RoundedLightRed2.gif) top right no-repeat;
}	

#fleinsaetze div.top div div.icon {
	background: url(../images/Flashbox_Alarm.gif) 11px 9px no-repeat;
	text-align: left;
	padding-left: 56px;
}

#fleinsaetze div.top a {
	color: #FFF;
}
#fleinsaetze div.top a:hover {
	color: #f0f0f0;
	text-decoration: none;
}


/**** Mittelteil ****/

#fleinsaetze div.middle {
/* Schriftformatierung */

/* linker Außenrand */
	padding-left: 2px; 
	background: #FFF url(images/dotLightRed.gif) top left repeat-y;
}

#fleinsaetze div.middle div { 
/* rechter Außenrand */
	background: #FFF url(images/dotLightRed.gif) top right repeat-y; 
}

#fleinsaetze div.middle div div { 
/* Abstend des Textes zur Box */
	padding:0px 2px 0px 0px; 
}

#fleinsaetze div.middle div div div {
/* im Firefix und IE7 unnötig */
	padding: 0px;
	
/* Abstand vom Text zur Box */
	
/* Hintergrundfarbe zum Text */
	background-image: none; 
	background-color: #f0f0f0;
}


/**** Untere Rand ****/

#fleinsaetze div.bottom { 
/* untere linke Ecke mit Hintergrundfarbe */
	background: #BD3232 url(images/RoundedLightRed2.gif) left bottom no-repeat; 
}

#fleinsaetze div.bottom div {
/* im Firefix und IE7 unnötig */
	/*padding:0; */
	
/* Randstärkenbegrenzung */
	line-height: 2px; 
	
/* untere rechte Ecke */
	background: url(images/RoundedLightRed2.gif) right bottom no-repeat;
}






