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



/** Box Kalender **/


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

#presseberichtsuche {
	margin-top: 0px;
}


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

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

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


/**** Mittelteil ****/

#presseberichtsuche div.middle {
/* Schriftformatierung */

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

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

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

#presseberichtsuche 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 ****/

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

#presseberichtsuche 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.presseberichtsuche {
	text-align: left;
}

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

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

table.presseberichtsuche input#titel,
table.presseberichtsuche input#ort {
	width: 134px;
}
* html table.presseberichtsuche input#titel,
* html table.presseberichtsuche input#ort {
	width: 132px;
}


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

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

table.presseberichtsuche input#resetpresseberichtsuche {
	width: 24px;
	margin-left: 20px;
}



