#apiHeader{
	background-color:#cc0404;
	font-family: Arial, Helvetica, sans-serif;
	width:980px;
	height:79px;
	position:relative;
	overflow:hidden;
}

#apiLogo-1-0{
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}

#apiHeaderExtra3{
	background:url(../../../gfx/ver2-5/default/header/hd_bottomOverlay.png) 0 0 repeat-x;
	height:15px;
	width:960px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	left:0;
}

#apiHeaderExtra1{
	background:url(../../../gfx/ver2-5/default/header/hd_round_topleft.png) 0 0 no-repeat;
	position:absolute;
	top:0;
	left:0;
	width:5px;
	height:5px;
	overflow:hidden;
}

#apiHeaderExtra2{
	width:734px;
	height:47px;
	position:absolute;
	top:0;
	right:0;
	background: url(../../../gfx/ver2-5/default/header/hd_menuOverlay2.png) 0 0 no-repeat;
}

/*
#apiHeaderExtra5 {
	background-color: #666666;
}
*/
#apiHeaderNavHome{
	position:absolute;
	bottom:10px;
	left:240px;
	z-index:100;
}

#apiHeaderNavHome a{
	display:block;
	background:url(../../../gfx/ver2-5/default/header/homeIcon.gif) 0 0 no-repeat;
	padding-left:20px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding-top:1px;
}

#apiHeaderDate{
	font-size:11px;
	position:absolute;
	bottom:10px;
	left:340px;
	z-index:100;
	color:#fff;
}

/* Search */

#apiHeaderSearch{
	position:absolute;
	bottom:3px;
	right:10px;
	z-index:100;
	color:#fff;
}

#apiHeaderSearch form{
	display:inline;
}

#apiHeaderSearch .apiSearchInput{
	font-size:12px;
	border:1px solid #808080;
	padding:3px 5px;
	width:110px;
}

#apiHeaderSearch .apiSearchSubmit{
	font-size:13px;
	padding:1px 10px 0;
	border:1px solid #808080;
	vertical-align:-1px;
}

#apiHeader .apiImage img{
	border:none;
}

.apiZettHeaderLogo, .apiDDBHeaderLogo {
	vertical-align: -2px;
}
	
.apiAvisHeaderLogo {
  font-size:11px;
  font-weight:bold;
  vertical-align: -1px;
}

.eceRadioZett {
  vertical-align: -1px;
}

.apiSlimHeader {
    width: 100% !important;
    min-width: 960px !important;
    height: 40px !important;
}

.apiSlimHeader .apiImage img {
    margin-top: 8px;
    margin-left: 8px;
    border: none;
}

.apiSlimLogoDefault {
    width: 227px;
    height: 40px;
    position: absolute;
    top: 0;
    left:0px;
    background-image: url(../../../gfx/ver2-5/default/header/slimheader_left.png);
    background-repeat: no-repeat;
}

.apiSlimLogoCustom {
    /* overrule the background color for the logo using this class in local css if needed */
    /* background-color: #CCCCCC; */
}

.apiSlimHeader #apiMainMenu {
    right: inherit;
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    left: 227px;
    background: url(../../../gfx/ver2-5/default/header/slimheader_middle_repeat.png) 0 0 repeat-x;
}

.apiSlimHeader #apiSlimHeaderRightBorder {
    width: 6px;
    height: 40px;
    position: absolute;
    top: 0px;
    right:0px;
    background: url(../../../gfx/ver2-5/default/header/slimheader_right.png) 0 0 no-repeat;
}