/* **************************************************************** *
CSS-Datei für Projekt: FH Merseburg
Inhalt               : Stylesheet für SUCHE
* **************************************************************** */

/*.searchform, 
.searchresultcontent 
{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-style:normal;
	font-weight:normal;
	color:#333333;
}*/

/* UEBERSCHRIFTEN*/

.searchresultpagetitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
	color:#333333;
	margin-bottom:10px;
	margin-top:0px;
}

.searchresultheader {
   font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	color:#333333;
	margin-bottom:6px;
	margin-top:6px;
}

.searchresultheader {
   font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	color:#333333;
	margin-bottom:12px;
	margin-top:0px;
}

/* LINKS */
A.searchresult_title:link, 
A.searchresult_title:visited  
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size :9pt;
	font-weight:bold;
	color:#333333;		
}

A.searchresult_title:hover, 
A.searchresult_title:active,
A.searchresult_title:focus  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size :9pt;
	font-weight:bold;
	color:#FF6633;
}

.searchresult_header,.searchresult_header_noresult {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size :7pt;
	font-weight:normal;
	color:#333333;	
}

.searchresult_header_headline{
	font-weight:bold;
                font-size :9pt;	
}
.searchresult_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size :7pt;
	font-style:italic;
	color:#333333;	
}

.searchmarkup {
	color : #ff0000;
}