/* Stylesheets fuer die Newssuche */

/* Stylesheets fuer das Suchformular auf Seite 1 */

form#newssrc {
	border: 1px dashed #000000;
	padding: 10px 10px 0 10px;
	background-color: #eeeeee;
	width: 34em;
	position: relative;
	margin-left: 7em;
}

form#newssrc input#texteingabe {
	border: 1px solid #103d96;
	background-color: #FFFFFF;
	color: #103d96;
	padding: 2px;
	margin: 0 0 0.5em 0;	
}

div.titel-feld {
	width: 9em;
	float: left;
	color: #103d96;
	font-weight: bold;
}

form#newssrc select {
	border: 1px solid #103d96;
	background-color: #FFFFFF;
	color: #103d96;
	padding: 2px;
	
}

form#newssrc input#submit {
	position: relative;
	border: 1px solid #103d96;
	background-color: #FFFFFF;
	color: #103d96;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	text-align: center;
}

/* ------------->>> IE7 Korrektur */
	*:first-child+html form#newssrc input#submit {margin-left:9.01em;margin-bottom:5px}
/* <<< -------------------------- */

/* Stylesheets f?r Trefferseite */

span.ueberschrift {
	letter-spacing: 0.15em;
	margin-bottom: 5px;
	font-weight: bold;
	background-color: #000;
	color: #fff;
}

div#suchdaten-erfolg {
	width: 50em;
	border: 1px dashed #207a20;
	background-color: #EEE;
	padding: 0 5px 0 5px;
}

div.suchdaten-fehler {
	width: 50em;
	border: 1px dashed #bb1010;
	background-color: #EEE;
	padding: 0 5px 0 5px;
}

/* ------------->>> IE7 Korrektur */
	*:first-child+html div#suchdaten-erfolg,div.suchdaten-fehler {padding-top:5px}
/* <<< -------------------------- */

div#treffer ul {
	list-style: circle outside;
}

a.autor {line-height: 2em; color: #103D96; font-style: italic; text-decoration: none;}
a.autor:hover {text-decoration: underline;}

a.newssrc {display: block; position: relative; float: right; margin-left: 10px;}
a.newssrc:hover {color: #bb1010;}
