/* EFFINGERHOF AG | Druck - Verlag - Neue Medien | www.effingerhof.ch */


/* Bereichsabhaengige Anpassungen (Farben & Grafiken) */
/* ----------------------------------------------------------------------------------------------------------------- */

body {
	/* farbwechsel */
	color: #424f6b;
}

/* Links */
a:link, a:active, a:visited {
	/* farbwechsel */
	color: #424f6b;
}
a:hover {
	/* farbwechsel */
	color: #424f6b;
}

#centercol a:link, #centercol a:active, #centercol a:visited, 
#adresse a:link, #adresse a:active, #adresse a:visited,
#centercol .typo3manual_hinweis a:link, #centercol .typo3manual_hinweis a:visited, #centercol .typo3manual_hinweis a:active, 
.special_browse_nav a:link, .special_browse_nav a:visited, .special_browse_nav a:active, 
.special_browse_prev a:link, .special_browse_prev a:visited, .special_browse_prev a:active, 
.special_browse_next a:link, .special_browse_next a:visited, .special_browse_next a:active {
	/* farbwechsel */
	color: #424f6b;
	border-bottom: 1px dotted #424f6b;
}
#centercol a:hover, 
#adresse a:hover, 
#centercol .typo3manual_hinweis a:hover, 
.special_browse_nav a:hover,  
.special_browse_prev a:hover, 
.special_browse_next a:hover {
	/* farbwechsel */
	background-color: #424f6b;
	color: #fff;
	border-bottom: 1px dotted transparent;
}

#rightcol a:link, #rightcol a:active, #rightcol a:visited {
	/* farbwechsel */
	color: #6585a8;
	border-bottom: 1px dotted #6585a8;
}
#rightcol a:hover {
	/* farbwechsel */
	background-color: #6585a8;
	color: #fff;
	border-bottom: 0;
}

.footernav a:link, .footernav a:visited, .footernav a:active, 
#footer a:link, #footer a:visited, #footer a:active {
	/* farbwechsel */
	color: #424f6b;
}
.footernav a:hover, 
#footer a:hover {
	/* farbwechsel */
	background-color: #424f6b;
	color: #fff;
}



/* Textformatierung */
/* ----------------------------------------------------------------------------------------------------------------- */

h1, 
h2, 
h3, 
h4, 
h5 {
	color: #882a00;
}



/* Layout */
/* ----------------------------------------------------------------------------------------------------------------- */

#wrapper {
	background-image: url(../bilder/wrapper_bg_eag.png);
}

* html #wrapper {
	background-image: url(../bilder/ie_wrapper_bg_eag.gif);
}

#content {
	background-image: url(../bilder/wrapper_linestop_eag.png);
}	

* html #content {
	background-image: url(../bilder/ie_wrapper_lines_eag.gif);
}	

#header {
	background-image: url(../bilder/headerpics/eag_neutral.jpg);
}

#adresse {
	/* farbwechsel */
	background-color: #ecf1f7;
	border-top: 1px dotted #bdbcb6;
	border-bottom: 1px dotted #bdbcb6;
}

#adresse p {
    /* farbwechsel */  
    color: #424f6b;
}

#adresse a {
    color: #424f6b;
}



/* ------------------------------------------------------------------- */

.beitrag_centercol {
	/* farbwechsel */
	background-color: #ecf1f7;
	border-top: 1px dotted #bdbcb6;
	border-bottom: 1px dotted #bdbcb6;
}

.beitrag_centercol img {
	/* farbwechsel */
	border: 1px dotted #bdbcb6;
}



/* ------------------------------------------------------------------- */

#rightcol {
	/* farbwechsel */
	color: #6585a8;
}

#rightcol h1,
#rightcol h2,
#rightcol h3,
#rightcol h4,
#rightcol h5 {
	/* farbwechsel */
	color: #6585a8;
}

.beitrag_rightcol {
	/* farbwechsel */
	background-color: #ecf1f7;
	border-top: 1px dotted #bdbcb6;
	border-bottom: 1px dotted #bdbcb6;
}

#footer_balken_links {
	background: url(../bilder/footer_blk_li_eag.jpg) no-repeat top left;
}

#footer_balken_rechts {
	background: url(../bilder/footer_blk_re_eag.jpg) no-repeat top left;
}



/* Navigation */
/* ----------------------------------------------------------------------------------------------------------------- */

.nav2 {
	/* farbwechsel */
	background-color: #ecf1f7;
	border-bottom: 1px dotted #bdbcb6;
}

.nav2 li {
	/* farbwechsel */
	border-top: 1px dotted #bdbcb6;
}

.nav2_li_passiv, 
.nav2_li_passiv a:link,
.nav2_li_passiv a:visited {
	color: #424f6b;
}

.nav2_li_passiv a:hover,
.nav2_li_passiv a:active {
	color: #999;
}

.nav2_li_aktiv, 
.nav2_li_aktiv_sub, 
.nav2_li_aktiv a:link,
.nav2_li_aktiv a:visited, 
.nav2_li_aktiv_sub a:link,
.nav2_li_aktiv_sub a:visited {
	color: #882a00;
}

.nav2_li_aktiv a:hover,
.nav2_li_aktiv a:active, 
.nav2_li_aktiv_sub a:hover,
.nav2_li_aktiv_sub a:active {
	color: #000000;
}

/* ------------------------------------------------------------------- */

.nav3 {
	/* farbwechsel */
	background-color: #f7f9fc;
}

.nav3 li {
	/* farbwechsel */
	border-top: 1px dotted #e6e6e6;
}


.nav3_li_passiv, 
.nav3_li_passiv a:link,
.nav3_li_passiv a:visited {
	color: #666666;
}

.nav3_li_passiv a:hover,
.nav3_li_passiv a:active, 
.nav3_li_aktiv, 
.nav3_li_aktiv a:link,
.nav3_li_aktiv a:visited {
	color: #000000;
}

.nav3_li_aktiv a:hover,
.nav3_li_aktiv a:active {
	color: #666666;
}



