/********************************************************
******************** BETA CSS STYLES ********************
********************************************************/
/*
		Copyright:  fresh frames GmbH & Co. KG
					http://www.freshframes.com/
				
		Seite:		betanet
		
		Autor:		Stefanovski Alexander
					stefanovski@freshframes.com
					http://www.freshframes.com/

													   */
/* DIV CONTAINER ////////////////////////////////////////
///////////////////////////////////////////////////////*/

#suche_ergebnisse a:hover, #suche_ergebnisse_detail a:hover, #feature a:hover {
	background-color: #D6D5E7;
}

ul.autocompleter-choices {
	border:	1px solid #2C284D;
}

#suche_eingabe {
	background-color: #5D56A1; /* Farbdefinition-Eingabefeld */
}

#suche_nav_seiten {
	background-color: #CFE7E7; /* Farbdefinition-Seitennavigation */
}
					
#footer {	
	background: url(../bilder_layout/footer_back.gif) top left no-repeat; /* Farbdefinition-Hintergrund-Fußzeile */
}

/* TYPOGRAPHIE //////////////////////////////////////////
///////////////////////////////////////////////////////*/

/* Suche ***********************************************/

/* Detailseite ******************************************/

#suche_ergebnisse h1 {
	color: #2C284D;
	width: 460px;
	border-bottom: 1px solid #2C284D; /* Feature-Detail Überschriften */
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
	clear: left;
}

#suche_ergebnisse h2 {
	float: none;
	color: #000000; /* Farbdefinition-Überschrift */
	margin: 10px 0 0 0;	
}

#suche_ergebnisse h3 {
	float: none;
	color: #000000; /* Farbdefinition-Überschrift */
	margin: 5px 0 0 0;	
}

#suche_ergebnisse a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	display: inline;
	color: #003366;/* Farbdefinition-Link */
	margin: 0 0 8px 0;
	padding: 0;
}

	#suche_ergebnisse a:visited {
		color: #698bcb;
	}

#suche_nav_seiten p {
	color: #003366; /* Farbdefinition-Lauftext-Seitennavigation */
}

#suche_nav_seiten a {
	text-decoration: none;
	color: #003366; /* Farbdefinition-Link-Seitennavigation */
}

#suche_ergebnisse .bild_links_0 {
	float: left;
	margin: 4px 10px 4px 0;
	padding: 0;
}

#suche_ergebnisse .bild_rechts_0 {
	float: right;
	margin: 4px 0 4px 10px;
	padding: 0;
}

#suche_ergebnisse .details {
	text-align: right;
	margin: 0 5px 0 0;
}

/* Feature *******************************************/

.feature_block_treffer a {
	color: #003366; /* Farbdefinition-Feature-Link */
}

.feature_erklaerungen a {
	color: #000000;
	text-decoration: none;
}

	.feature_erklaerungen a:hover {
		text-decoration: underline;
	}

.suchfeld {
	border: 1px solid #003366; /* Farbdefinition-Suchfeld-Rand */
}
