
/* CSS Styling fuer die GSA  
Das ist ein allgemeines Styling fuer die Google Search Appliance.
Dieses kann jederzeit auf den entsprechenden Kunden angepasst werden.
Die Form-Elemente sind nicht beruecksichtigt, weil diese meist in der
Seite direkt irgendwo eingebaut sind. Es werden also nur die wirklichen
Ergebnisse behandelt.
*/


/* allgemeines ***** */
a, p, h1, h2, h3, h4, h5, h6, span {
	font-family: Arial, Helvetica, sans-serif; 
}

.bold {
	font-weight: bold;
}

.black {
	margin: 0;
}

/* ******************* */

#gsa-searchresults { background-color: #fff; }



#gsa-header {
	height: 2.2em;
	/*border-top: 1px dotted black;*/
	background-color: #3ea639;
    font-size: 1.1em;
}

#gsa-sort {

	right: 0px;
	margin: 0em 1em 1em 0;
	padding: 0px;
}

#gsa-sort span a {
	color: #000;
	text-decoration: underline;

}

span.gsa-searchby a.none {
	text-decoration: none;
}



#gsa-header h2 {
	float: left;
	margin:  0.4em 0 0 10px;
	padding: 0;
	font-weight: bold;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	display: none;
}


#gsa-header p {

	margin: 0.32em 1em 0 0.5em;
	padding: 0px;
	color: #fff;
	font-size: 1em;

}


#gsa-results {
	width: 90%;
	padding-left: 10px;
}


#gsa-searchresults table,
#gsa-searchresults table td {
border: 0 !important;
}

#gsa-searchresults table td {
font-size: 1.2em;
}

#gsa-searchresults table td * {
font-size: 1em !important;
}

/* suchergebnis nicht eingerueckt! */

.gsa-one-result1 {
	background-color:#fff;
	margin: 10px 0 10px 0;
}

.gsa-one-result1 h3 {
	color: blue;
	font-size: 1.2em;
	margin: 0px;
	font-weight: normal;
}

.gsa-one-result1 h3 a {
	text-decoration: underline;
}

.gsa-one-result2 {
	background-color:#fff;
	margin: 10px 0 10px 20px;
}

.gsa-one-result1 p{
	color: #000;
	font-size: 0.85em;
	line-height: 1.1em;
	margin: 0 !important;
}

#gsa-results ul {
	margin: 0 !important;
	padding: 0 !important;
}

#gsa-results ul li {
	color: green;
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 0.9em;
}

#gsa-results ul li a {
	text-decoration: none;
}


#gsa-results ul li.cached a{
	font-size: 1em;
	color: red;
	text-decoration: underline;
	margin: 0 0 0 0.2em;
}

#gsa-results ul li.verwandt a{
	font-size: 1em;
	color: red;
	text-decoration: underline;

}


/* ende suchergebnis nicht eingerueckt! */

/* suchergebnis nach rechts eingerueckt! */

.gsa-one-result2 h3 {
	color: blue;
	font-size: 1.2em;
	margin: 0px;
	font-weight: normal;
}

.gsa-one-result2 h3 a {
	text-decoration: underline;
}

.gsa-one-result2 p {
	color: #000;
	font-size: 0.85em;
	line-height: 1.1em;
	margin: 0 !important;
}

.gsa-one-result2 h3 a {
	text-decoration:underline;
}

span a.gsa-one-result-link {
	color: green;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}

a.gsa-one-result-link-cached {
	color: red;
	margin: 0 0 0 1em;
	padding: 0px;
	font-size: 0.8em;

}