/****************************************************************************************/
/* HEADER */
/* Allgemein: Groesse und Position */
#header {
	background:none;
	background-position: center top;
	overflow: hidden;
	width: 915px;
	margin: 0px auto;
	height: 330px;
}

/* Header Intro */
#header_intro {
	background:none;
	background-position: center top;
	overflow: hidden;
	width: 915px;
	margin: 0px auto;
	height: 84px;
}

/* Logo */
#header_logo {
	position: absolute;
	top: 14px;
	margin: 0 0 0 593px;
	width: 295px;
	height: 70px;
}



/* Key-Visual */
#header_keyvisual {
	z-index: 1;
	position: absolute;
	top: 84px;
	margin: 0 0 0 11px;
	width: 895px;
	height: 190px;
	overflow:hidden;
}

#header_keyvisual_mask {
	z-index: 2;
	position: absolute;
	top: 84px;
	margin: 0 0 0 11px;
	width: 895px;
	height: 190px;
	overflow:hidden;
	display:none;
}



/* Navigation */
#header_navigation {
	z-index: 3;
	position: absolute;
	top: 275px;
	padding: 0 0 0 8px;
	margin: 0 0 0 11px;
	width: 887px;
	height: 27px;
	background-image: url(../img/header/header_navigation.gif);
	background-repeat: no-repeat;
}
#header_navigation ul {
	list-style-type: none;
}
#header_navigation ul li {
	float: left;
}
#header_navigation ul li a {
	display: block;
}

