/*
#headerwrapper {
	background: url(../images/bg_textur_kyf.png) repeat-x bottom center;
	border-top:5px solid #b9cc30;
	}
*/

#headerwrapper {
	background: url(../images/bg_textur_eic.png) repeat-x bottom center;
	padding-bottom: 2.3em
	}

	a.logo {
		background: url(../images/logo/logo_eic_l.png) no-repeat top left;
		min-height: 70px;
		height:auto !important;
		height:70px;
		width: 600px;
		margin: 1em 0 0 0
		}
	a:hover.logo {
		background: url(../images/logo/logo_eic_l_hov.png) no-repeat top left;
		}


	.header_subline {
		color: #ffffff;
		}


#navi ul li a {
			color:#ddd;
			}

#subnavi ul li a {
			color: #ddd;
			}



/* RESPONSIVE DESIGN --- 980
--------------------------------------------- */

									@media screen and (max-width: 980px) {


									a.logo {
											width: 435px;
											margin: .2em 0 .5em .3em;

											min-height: 85px;
											height:auto !important;
											height:85px;

											background: url(../images/logo/logo_eic_s.png) no-repeat top left
											}
										a:hover.logo {
											background: url(../images/logo/logo_eic_s_hov.png) no-repeat top left;
											}


									}


/* RESPONSIVE DESIGN --- 700
--------------------------------------------- */

									@media screen and (max-width: 700px) {


										a.logo {
											width: 250px;
											margin: .3em 0 0 .3em;

											min-height: 80px;
											height:auto !important;
											height:80px;

											background: url(../images/logo/logo_eic_xs.png) no-repeat top left
											}
										a:hover.logo {
											background: url(../images/logo/logo_eic_xs_hov.png) no-repeat top left;
											}



									}





/* RESPONSIVE DESIGN --- 450
--------------------------------------------- */


									@media screen and (max-width: 450px) {

									a.logo {
											float: left;
											width: 100%;
											margin: .4em 0 .8em 0;

											min-height: 70px;
											height:auto !important;
											height:70px;

											background: url(../images/logo/logo_eic_xs.png) no-repeat top center
											}
										a:hover.logo {
											background: url(../images/logo/logo_eic_xs_hov.png) no-repeat top center;
											}


									}