/* ============= Subpage-header ========= */

#page-header {
	position: relative;
	margin: 115px 0 0 0;
	padding: 0;
}

#subpage-header {
	position: absolute;
	background: url(../images/subpage-header.jpg) no-repeat;
	width: 860px;
	height: 94px;
	top: -40px;
}

#subpage-header h1 {
	padding: 15px 0 0 40px;
}

#subpage-header h1 a:link, #subpage-header h1 a:visited {
	text-decoration: none;
	font-size: 37px;
	font-weight: bold;
	color: white;
}

#subpage-header h1 a:hover {
	text-decoration: underline;
}

/* ============= Aside overwrite ========= */

aside {
	margin-top: 180px;
}



/* ============= Subpage-subnav ========= */

#subpage-subnav {
	position: absolute;
	top: 54px;
	width: 860px;
	height: 46px;
	background: url(../images/subpage-subNav-bg.jpg);
}

#subpage-subnav ul { 
	list-style: none;
	padding-left: 20px;
}

#subpage-subnav ul li { 
	float: left; 
}

.subnav-divider {
	border: 1px solid #535353;
	margin: 0 0 0 15px;
}

#subpage-subnav a:link, #subpage-subnav a:visited {
	display: block;
	text-decoration: none;
	padding: 11px 0 0 15px;
	color: white;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

#subpage-subnav a:hover {
	color: #222;
}


#subpage-subnav ul li .subnav-current {
	color: black;
}
