/********************************************************
******************** 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: #E5F2F2; /* Farbdefinition-Link hover */
}

a:hover span {
	background-color: #E5F2F2;
}

#suche_ergebnisse_detail a:visited {
	color: #99CCCC;
}

#suche_ergebnisse_detail a:visited:hover {
	color: #003366;
}

ul.autocompleter-choices {
	border:	1px solid #003366;
}

#suche_eingabe {
	background-color: #99CCCC; /* Farbdefinition-Eingabefeld */
}

#suche_aktionen a img:hover {
	background-color: #E5F2F2;
}

#suche_ergebnisse a span.markierung:hover {
	background-color: #E1EECF;
}

#suche_ergebnisse_detail .markierung {
	background-color: #FCF2CF;
	text-decoration: inherit;
}

#suche_ergebnisse_detail a span.markierung:hover {
	background-color: #E5F2F2;
}
						
#footer {	
	background: url(../bilder_layout/footer_back_adressen.gif) top left no-repeat; /* Farbdefinition-Hintergrund-Fußzeile */
}			

/* TYPOGRAPHIE //////////////////////////////////////////
///////////////////////////////////////////////////////*/

/* Suche ***********************************************/

#suche h1 {
	color: #003366; /* Farbdefinition-Überschrift */
	margin: 15px 0 0 0;	
}

#suche .title_detail {
	float: none;
	background-color: #99CCCC; /* Farbdefinition-Überschrift-Underline */
	border-bottom: 1px solid #003366; /* Farbdefinition-Überschrift */
}

#suche h2 {
	color: #003366; /* Suche Unterüberschrift */
	margin: 10px 0 0 0;	
}

#suche a {
	color: #003366; /* Farbdefinition-Überschrift */
}

.suchfeld {
	border: 1px solid #003366; /* Farbdefinition-Suchfeld-Rand */
}

.suchfeld_c {
	border: 1px solid #003366; /* Farbdefinition-Suchfeld-Rand */
}

.suchfeld_p {
	border: 1px solid #003366; /* Farbdefinition-Suchfeld-Rand */
}

/* Feature **********************************************/

.feature_block_treffer a {
	color: #003366; /* Feature-Treffer Farbdefinition */
}

/* Detailseite ******************************************/

#suche_ergebnisse_detail h1 {
	margin: 15px 0 0 0;
	float: none;
	border-bottom: 1px solid #003366; /* Feature-Detail Überschriften */
}

/* Tooltip **********************************************
********************************************************/

.ctool-tip {
	color: #003366;
	width: 150px;
	z-index: 13000;
}
 
.ctool-title {
	font: bold 10px/1.4em Verdana;
	margin: 0;
	color: #003366;
	padding: 8px 8px 4px;
	background: #E5F2F2;
	border-bottom: 1px solid #003366;
}
 
.ctool-text {
	font: normal 10px/1.4em Verdana;
	padding: 4px 8px 8px;
	background: #E5F2F2;
}