@charset "UTF-8";
/*
---------------------------------------

  BHC | Standard-Header
  Datenwerk GmbH - www.datenwerk.de

  author:	frank.hoesler@datenwerk.de
            susan.riedel@datenwerk.de

---------------------------------------
*/

@media all {

/* Standard */
	#header {
	background: #00664a url(/images/bhc/layout/header_bg_topline.jpg) no-repeat center 25px;
	height: 145px;
	position: relative;
	margin:0;
	padding:0;
	z-index: 101;
	}
	#header #nav_main {
	position: absolute;
	left: 14px;
	bottom: 0px;
	margin:0;
	top:122px;
	padding:0;
	}
	#topnav {
	background: transparent url(/images/bhc/layout/header_bg.jpg) repeat-x scroll center 0;
	position: fixed;
	top: 0px;
	z-index:500;
	width: 100%;
	padding: 0;
	right: 0;
	}
	.topnav_nonauth {
	background: #f2edbd !important;
	background-image: none !important;
	border: 1px solid #babf9a;
	}
	#topnav #topnav_inner {
	background: transparent url(/images/bhc/layout/toolbar_bg.jpg) no-repeat left 0;
	width: 960px;
	padding: 4px 22px 2px;
	height: 19px;
	margin: 0px auto;
	text-align: right;
	position: relative;
	}
	.topnav_nonauth #topnav_inner {
	background-image: none !important;
	padding: 3px 24px 1px !important;
	}
	#header #toplogo {
	position: absolute;
	top: 37px;
	left: 19px;
	}
	#header #toplogo .blind { /* SEO for home */
		font-size: 0;
		display:none;
	}
	#header #topsearch {
	position: absolute;
	top: 63px;
	right: 14px;
	}

	#header #topsearch input.sender {
	margin: 0px;
	}


/* MAIN NAVI */
	#header #nav_main ul, #header #nav_home ul {
	margin: 0px;
	padding: 0px;
	}
	#header #nav_main ul li, #header #nav_home ul li {
	float: left;
	display: inline;
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
	}
	#header #nav_main ul li a {
	display: block;
	line-height: 27px;
	text-decoration: none; 
	padding: 0;
	margin:0;
	height:23px;
	}
	#header #nav_main span {
	visibility:hidden;
	}
	#header #nav_home {
	height: 18px;
	padding: 0;
	position: absolute;
	right:0;
	top:430px;
	}
	#header #nav_home ul li a {
	padding: 5px 27px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	}
	#header #nav_home ul li a:hover, #header #nav_home ul li a.active {
	background: transparent url(/images/bhc/layout/nav_home.gif) no-repeat scroll center center;
	color: #00664a;
	}


/* TOP NAVI */
	#topnav span, #topnav a {
	color: #a7dcbc;
	font-size: 11px;
	padding: 1px 9px 1px 7px;
	border-right: 1px solid #a7dcbc;
	text-decoration: none;
	margin: 0px;
	display: inline;
	}
	#topnav span.nopipe {
	border-right: 0px;
	padding: 1px 1px 1px 1px;
	}
	#topnav a {
	font-weight: bold;
	}	
	#topnav a.memberlink {
	border: none;
	padding: 0px 0px 0px 1px;
	}	
	#topnav a:hover {
	color: #df0024;
	}	
	#topnav .last {
	border: none;
	padding-right: 0px;
	}
	#topnav span.last a.last {
		padding-left: 3px;
	}
	#topnav a.top-icon-bubble {
	padding-left: 33px;
	background: url(/images/bhc/layout/top_icon_bubble.gif) no-repeat 10px 1px;
	}
	#topnav a.top-icon-mail {
	padding-left: 33px;
	background: url(/images/bhc/layout/top_icon_mail.gif) no-repeat 7px 1px;
	}
	#topnav a.top-icon-mail:hover {
	background: url(/images/bhc/layout/top_icon_mail_act.gif) no-repeat 7px 1px;
	}
	#topnav a.top-icon-question {
	padding-left: 33px;
	background: url(/images/bhc/layout/top_icon_question.gif) no-repeat 7px 1px;
	}
	#topnav a.top-icon-question:hover {
	background: url(/images/bhc/layout/top_icon_question_act.gif) no-repeat 7px 1px;
	}
	#topnav .rank-alone {
	margin: 0px;
	}
	/* Layer News */
	#layerinfos {
	position:absolute;
	right:93px;
	text-align:left;
	top:26px;
	width:325px;
	z-index:2000;
	}
	#layerinfos span, #layerinfos a {
	color: #00664A;
	font-size: 11px;
	padding: 0;
	border:none;
	text-decoration: none;
	margin: 0px;
	display: inline;
	}
	#layerinfos .box-content {
	padding:10px 8px 8px 10px;
	}
	#layerinfos .content-box {
	width:325px;
	}
	#layerinfos .border1 {
	border-top:1px solid #cfcfcf; 
	margin-top:8px;
	padding-top:7px;
	}
		
	/* nicht eingeloggt */
	.topnav_nonauth span, .topnav_nonauth a {
	color: #00664a !important;
	border-color: #00664a !important;
	}
	.topnav_nonauth a:hover {
	color: #df0024 !important;
	}
	.topnav_nonauth #topnav_info_left {
	position: absolute;
	left: 22px;
	top: 1px;
	background: transparent url('/images/bhc/layout/toolbar_new_icon.gif') no-repeat 0 0;
	padding: 4px 0px 5px 26px;
	font-size: 11px;
	color: #00664a; 
	}
	.topnav_nonauth #topnav_info_left a {
	border: none;
	padding-left: 0px;
	padding-right: 0px;		
	}
	
	/*	 
	.mein-bhc {
	background: transparent url(/images/bhc/content/i18n/de_DE/nav_meinbhc.png) no-repeat scroll 0 0;
	width:84px;
	}
	*/
		
	.mein-bhc {
	background: transparent url(/images/bhc/content/i18n/de_DE/nav_home.png) no-repeat scroll 0 0;
	width:86px;
	}
	.projekte {
	background: transparent url(/images/bhc/content/i18n/de_DE/nav_projekte.png) no-repeat scroll 0 0;
	width:63px;
	}
	.forum {
	background: transparent url(/images/bhc/content/i18n/de_DE/nav_forum.png) no-repeat scroll 0 0;
	width:50px;
	}
	.wissen {
	background: transparent url(/images/bhc/content/i18n/de_DE/nav_wissen.png) no-repeat scroll 0 0;
	width:55px;
	}
	.experten {
	background: transparent url(/images/bhc/content/i18n/de_DE/nav_experten.png) no-repeat scroll 0 0;
	width:79px;
	}
	.mitglieder {
	background: transparent url(/images/bhc/content/i18n/de_DE/nav_mitglieder.png) no-repeat scroll 0 0;
	width:73px;
	}
	.aktionen {
	background: transparent url(/images/bhc/content/i18n/de_DE/nav_aktionen.png) no-repeat scroll 0 0;
	width: 66px;
	}
	.gruppen {
	 background: transparent url(/images/bhc/content/i18n/de_DE/nav_gruppen.png) no-repeat scroll 0 0;
	width: 63px; 
	}

    .diy-answers {
        background: transparent url(/images/bhc/content/i18n/de_DE/nav_qna.png) no-repeat scroll 0 0;
        width: 132px;
    }

	a:hover.wissen, .wissen-sel {
	background: transparent url(/images/bhc/content/i18n/de_DE/nav_act_wissen.png) no-repeat scroll 0 0;
	width:55px;
	}
	
	a:hover.mein-bhc, .mein-bhc-sel {
	background: transparent url(/images/bhc/content/i18n/de_DE/nav_act_home.png) no-repeat scroll 0 0;
	width:86px;
	}
	
	a:hover.projekte, .projekte-sel {
	background: transparent url(/images/bhc/content/i18n/de_DE/nav_act_projekte.png) no-repeat scroll 0 0;
	width:63px;
	}
	a:hover.forum, .forum-sel {
	background: transparent url(/images/bhc/content/i18n/de_DE/nav_act_forum.png) no-repeat scroll 0 0;
	width:50px;
	}
	
	/*
	a:hover.wissen, .wissen-sel {
	background: transparent url(/images/bhc/content/i18n/de_DE/nav_act_wissen.png) no-repeat scroll 0 0;
	width:71px;
	}
	*/
	
	a:hover.experten, .experten-sel {
	background: transparent url(/images/bhc/content/i18n/de_DE/nav_act_experten.png) no-repeat scroll 0 0;
	width:79px;
	}
	a:hover.mitglieder, .mitglieder-sel {
	background: transparent url(/images/bhc/content/i18n/de_DE/nav_act_mitglieder.png) no-repeat scroll 0 0;
	width:73px;
	}
	a:hover.aktionen, .aktionen-sel {
	background: transparent url(/images/bhc/content/i18n/de_DE/nav_act_aktionen.png) no-repeat scroll 0 0;
	width: 66px;
	}
	a:hover.gruppen, .gruppen-sel {
	background: transparent url(/images/bhc/content/i18n/de_DE/nav_act_gruppen.png) no-repeat scroll 0 0;
	width: 63px;
	}

    a:hover.diy-answers, .diy-answers-sel {
	/* background: transparent url(/images/bhc/content/nav_diy-answers_act-dummy.png) no-repeat scroll 0 0; */
	background: transparent url(/images/bhc/content/i18n/de_DE/nav_act_qna.png) no-repeat scroll 0 0;
	width: 132px;
	}
	
  /* SEARCH */
    /*
  	#header div.search-border {
	background-color:#fff;
	height: 21px;
	width: 145px;
	padding: 4px 4px 0px 4px;
	border: 1px solid #c6c6c6;
	margin-right: 0px;
	}
	*/
	
	/* background: #fff url(/images/bhc/layout/top_search_bg.gif) no-repeat 4px 5px; */
	
    /*
	#header #topsearch input.sender {
	background-image: url(/images/bhc/content/button_standard_61x27.gif);
	width: 61px;
	}
	*/

	#topsearch_ss {
		background-color:#fff;
		border: 1px solid #c6c6c6;
		color: #949494;
		float: left;
		font-size: 11px;
		height: 19px;
		line-height: 13px;
		margin: 0px;
		padding: 6px 4px 0px 4px;
		width: 145px;
	}

	#header #topsearch input.sender {
		background-image: url(/images/bhc/content/button_search.png);
		float: left;
		width: 24px;
	}

/** START Login **/
   #header #login {
	line-height:11px;
	padding:0;
	margin:0;
	position:absolute;
	right:20px;
	top:10px;
	z-index:1000;
	}
   #header #login span, #header #login strong {
	color: #a7dcbc;
	}


/* Startseite */

	#homepage #header {
	height: 463px;
	width: 1008px;
	background: url('/images/bhc/layout/home_stage_bg.jpg') no-repeat 0px 0px;
	position: relative;
	}

	#homepage #header #toplogo {
	left:4px;
	top:48px;
	}

	#homepage #header #key_visual {
	width: 320px;
	height: 430px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 0px; line-height: 0px;
	}

	#homepage #header #topsearch {
	right: 13px;
	}
	#homepage #header #topsearch .search-border,
	#homepage #header #topsearch .search-border input{
	width: 138px;
	}

	#homepage #header #head_content {
	    bottom: 169px;
    color: #FFFFFF;
    font-size: 13px;
    height: 144px;
    position: absolute;
    right: 5px;
    width: 330px;
	}
	#homepage #header #head_content p {
	padding-left: 3px;
	line-height: 17px;
	}
	#homepage #header #head_content .inform-link {
	font-weight: bold;
	color: #a7dcbc;
	background: url('/images/bhc/layout/info_icon.png') no-repeat 0px 0px;
	padding: 3px 0px 5px 25px;
	left:180px;
	bottom:0px;
	position:absolute;
	}
	#homepage #header #head_content .inform-link:hover {
	color: #DF0024;
	}
	#homepage #header #head_content .member-button {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url('/images/bhc/layout/i18n/de_DE/home_member_button.png') no-repeat 0px 0px;
	}
		
	/*Wechselteaser: Hompage*/
	#homepage #header #head_teaser {
	position: absolute;
	bottom: 140px;
	right: 0px;
	width: 391px;
	height: 247px;
	}
	#homepage #header #head_teaser .teaser-back {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	}
	#homepage #header #head_teaser .head-teaser-instance {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 391px;
	height: 247px;
	z-index: 10;
	}
	#homepage #header #head_teaser .teaser-pic {
	position: absolute;
	top: 57px;
	left: 88px;
	display: block;
	}
	#homepage #header #head_teaser .head-teaser-text{
	position: absolute;
	top: 129px;
	right: 9px;
	width: 120px;
	}
	#homepage #header #head_teaser .head-teaser-text{
	}	
	#homepage #header #head_teaser .head-teaser-text a{
	color: #a7dcbc;
	font-size: 15px;
	}
	#homepage #header #head_teaser .head-teaser-text a span {
	font-size: 11px;
	font-weight: normal;
	}
	#homepage #header #head_teaser .home-teaser-chat .teaser-pic,
	#homepage #header #head_teaser .home-teaser-test .teaser-pic {
	left: 98px;
	}
	#homepage #header #head_teaser .home-teaser-competition .head-teaser-text {
	width: 146px;
	}
	#homepage #header #head_teaser .home-teaser-chat .teaser-pic .passpic {
	position: absolute;
	top: 68px;
	left: 52px;
	border: 2px solid #c3c3c3;
	}
	#homepage #header #head_teaser .home-teaser-chat .teaser-pic .bubble {
	position: absolute;
	top: 24px;
	left: 0px;
	}

	#homepage #home_stage {
	position: absolute;
  top: 330px;
	left: 244px;
	}
	
	/*Wechselteaser: Header*/
	#header #header_teaser {
	bottom:0px;
	height:116px;
	position:absolute;
	right:279px;
	width:220px;
	}
	#header #header_teaser .teaser-back {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 10;
	}
	#header #header_teaser .head-teaser-instance {
	position: absolute;
	left: 0px;
	width: 255px;
	height: 116px;
	z-index: 100;
	background:transparent url(/images/bhc/content/header_teaser_bg.png) repeat scroll 0 0;
	bottom:-5px;
	}
	
	#header #header_teaser .teaser-pic {
	position: absolute;
	bottom: 5px;
	left: 0;
	display: block;
	}
	#header #header_teaser .head-teaser-text {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 120px;
	height:60px;
	overflow:hidden;
	}
	#header #header_teaser .head-teaser-text {
	}	
	#header #header_teaser .head-teaser-text a{
	color: #a7dcbc;
	font-size: 15px;
	}
	#header #header_teaser .head-teaser-text a span {
	font-size: 11px;
	font-weight: normal;
	}
	#header #header_teaser .home-teaser-chat .teaser-pic,
	#header #header_teaser .home-teaser-test .teaser-pic {
	left: 98px;
	}
	#header #header_teaser .home-teaser-competition .head-teaser-text {
	width: 146px;
	}
	#header #header_teaser .home-teaser-chat .teaser-pic .passpic {
	position: absolute;
	bottom: 68px;
	left: 52px;
	border: 2px solid #c3c3c3;
	}
	#header #header_teaser .home-teaser-chat .teaser-pic .bubble {
	position: absolute;
	bottom: 24px;
	left: 0px;
	}

	#start {
		position: relative;
		top: -20px;
		overflow: hidden;
	}

    #switch-culture {
        display:inline;
        margin-left: 5px;
        border-left: 1px solid #A7DCBC
    }

    .topnav_nonauth #switch-culture {
        border-left-color: #00664A;
    }

    #switch-culture ul {
        display:none;
        padding:5px;
        margin-top:4px;
        position: absolute;
        left: 0;
        padding-right:9px;
        background-color: #00664A;
    }

    .topnav_nonauth #switch-culture ul {
        background-color: #F2EDBD;
    }

    #switch-culture span {
        position: relative;
        cursor:pointer;
        border: 0 none;
        padding-bottom:5px;
    }

    #switch-culture span:hover ul {
        display:block;
    }

    #switch-culture li, #switch-culture li a {
        border: 0 none;
    }

    #switch-culture img {
        border: 2px solid #A7DCBC;
    }

    .topnav_nonauth #switch-culture img {
        border-color: #F2EDBD;
    }

    #switch-culture span a:hover img {
        border: 2px solid red;
    }

}
