#header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 183px;
	background-color: #004D94;
	background-image: url('../images/header-bg.png');
	background-repeat: repeat-x;
	color: #ffffff;
	overflow: hidden;
}

/* Logo */
#header .logo {
	background-color: #ffffff;
	background-image: url('../images/header-logo.png');
	background-repeat: no-repeat;
	width: 220px;
	height: 183px;
	white-space: nowrap;
}

/* Navigation */
#header .navigation {
	width: 220px;
	height: 183px;
	white-space: nowrap;
}

#header .navigation ul {
	color: #ffffff;
	margin-top: 15px;
	margin-left: 40px;
}

#header .navigation ul li {
	font: 12px Verdana, Helvetica, Arial;
	padding-bottom: 10px;
}

#header .navigation ul li a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}

#header .navigation ul li a:hover {
	text-decoration: underline;
}

/* Picture */
#header .picture {
	background-image: url('../images/header-picture.png');
	background-repeat: no-repeat;
	height: 183px;
}

/* Subnavigation */
#header .pictureSubnavigation {
	background-image: url('../images/header-subnavigation.png');
	background-repeat: no-repeat;
	height: 183px;
}

#header .pictureSubnavigation ul {
	color: #004D94;
	margin-top: 40px;
	margin-left: 20px;
	list-style-type: none;
}

#header .pictureSubnavigation ul li {
	font: 12px Verdana, Helvetica, Arial;
	font-weight: bold;
	padding-bottom: 10px;
}

#header .pictureSubnavigation ul li a {
	font-size: 12px;
	color: #004d94;
	text-decoration: none;
}

#header .pictureSubnavigation ul li a:hover {
	text-decoration: underline;
}

