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



/** Box Kalender **/


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

#einsatzsuche {
	margin-top: 0px;
}


#einsatzsuche 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;
}

#einsatzsuche 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;
}	

#einsatzsuche div.top div div.icon {
	background: url(../images/Suche.gif) 10px 10px no-repeat;
	text-align: center;
}


/**** Mittelteil ****/

#einsatzsuche div.middle {
/* Schriftformatierung */

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

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

#einsatzsuche div.middle div div { 
/* Abstend des Textes zur Box */
	padding:1px 3px 1px 1px; 
}

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


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

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

#einsatzsuche 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;
}



table.einsatzsuche {
	text-align: left;
}

table.einsatzsuche td.titel {
	padding-top: 8px;
}

table.einsatzsuche td.submit {
	padding-top: 10px;
	text-align: center;
}

table.einsatzsuche select#monat {
	font-size: 13px;
	width: 74px;
}

table.einsatzsuche select#jahr {
	font-size: 13px;
	width: 56px;
}

table.einsatzsuche td.statistik{
	font-size: 12px;
}

table.einsatzsuche input#reseteinsatzsuche {
	width: 24px;
	margin-left: 20px;
}




