/********************************************************
********************* BETA ADRESSEN *********************
********************************************************/
/*
		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 !important; /* Farbdefinition-Link hover */
}

a:hover span {
	background-color: #E5F2F2 !important;
}

#suche_ergebnisse a:visited {
	color: #99CCCC;
}

#suche_ergebnisse #hinweis a:visited {
	color: #003366;
}

#suche_ergebnisse a:visited:hover {
	color: #003366;
}

ul.autocompleter-choices {
	border:	1px solid #003366;
}

#suche_eingabe {
	background-color: #99CCCC; /* Farbdefinition-Eingabefeld */
}

#suche_ergebnisse .markierung {
	background-color: #FCF2CF;
	text-decoration: inherit;
}

#suche_ergebnisse a span.markierung:hover {
	background-color: #E5F2F2;
}

#suche_nav_seiten {
	background-color: #E5F2F2; /* Farbdefinition-Seitennavigation */
}
				
#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: 10px 0 0 0;
}

#suche a {
	color: #003366; /* Farbdefinition-Link */
}

#suche_nav_seiten p {
	color: #003366; /* Farbdefinition-Lauftext-Seitennavigation */
}

#suche_nav_seiten a {
	color: #003366; /* Farbdefinition-Link-Seitennavigation */
}

.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; /* Farbdefinition-Feature-Link */
}

/* 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;
}