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



/** Box Kalender **/


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

#downloadsuche {
	margin-top: 0px;
}


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

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

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


/**** Mittelteil ****/

#downloadsuche div.middle {
/* Schriftformatierung */

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

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

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

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

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

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

table.downloadsuche td.name {
	padding-top: 8px;
}

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

table.downloadsuche input#name {
	width: 134px;
}
* html table.downloadsuche input#name {
	width: 132px;
}


table.downloadsuche input#resetdownloadsuche {
	width: 24px;
	margin-left: 20px;
}



