/* -----------------------------------------------------------------------------------------
---
---		MANUFACT WEBSITE: Grid+Navigation StyleSheet
---		Version: 1.0
---		Stand: 2009-08-24
---
---		HTML/CSS:	Peter Stollenwerk [ps@peterstollenwerk.de]
---
--------------------------------------------------------------------------------------------- */

body {
	background: url('../images/bg_body.jpg') 0px 0px repeat-x;
	background-color: #edeae2;
}
/* Reset: Grid+Navigation */
body, #nav ul, #nav li, a img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}
*:focus {
	outline: 0;
}
body #nav {
	line-height: 1em;
}
.hide {
	display: none;
}

/* -------------------------------------------------------------- 
  
    Layout Divs
	
-------------------------------------------------------------- */
/* Unsichtbar */
div#nav_breadcrumb, div#nav_skip, #nav h3 {
	display: none;
}
/* Container */
#container {
	width: 1038px;
	margin: 0 0; /* Mittige Positionierung -> margin: 0 auto */
	overflow: hidden;
	display: inline-block;
	background: url('../images/bg_container.jpg') 0px 0px;
}
#container {
	display: block;
}
/* Header */
#header {
	display: inline;
	float: left;
	margin-right: 0;
	width: 1038px;
	background: url('../images/bg_header.jpg') 0px 0px;
	height: 156px;
}
#header #logo {
	position: relative;
	top: 71px;
	left: 196px;
}
#header h1, #header h2 {
	display: none;
}
/* Nav */
#nav_onsite {
	display: inline;
	float: left;
	width: 1038px;
	background: url('../images/bg_header.jpg') 0px -156px no-repeat;
	position: relative;
}
#nav_onsite ul {
	display: block;
	height: 1.45454em;
	width: 616px;
	margin-left: 168px;
	padding-left: 86px;
	border-top: 1px solid #777a7c;
	background-color: #777a7c;
}
#nav_onsite li {
	float: left;
	background-color: #777a7c;
	border-left: 1px solid white;
}
#nav_onsite li.active, #nav_onsite li a {
	font-weight: normal;
	display: block;
	height: 1.36363636em;
	text-decoration: none;
	color: white;
	padding: 1px 8px 0 8px;	
}
#nav_onsite li.active {
	background-color: white;
	color: #575757;
}
#nav_onsite li.active a {
	color: #575757;
	padding: 0 0 0 0;	
}
#nav_onsite li a:hover {
	color: #333333;
}
#nav_onsite ul ul {
	display: none;
}
#nav_onsite ul ul.active {
	display: block;
	width: 168px;
	height: 330px;
	border-top: 0;
	position: absolute;
	top: 84px;
	left: -254px;
	background-color: transparent;
}
#nav_onsite li li {
	height: 2.090909em;
	width: 168px;
	height: 18px;
	clear: both;
	margin-bottom: 2px;
	background: url('../images/bg_nav_sub.jpg') 0px 0px no-repeat;
	text-align: right;
	padding: 5px 8px 0 0;
	border-left: 0;
}
#nav_onsite li li.active {
	padding: 5px 8px 0 0;
}
#nav_onsite li li.active, #nav_onsite li li a {
	height: 18px;
	width: 160px;
	border-left: 0;
	color: #575757;
}
#nav_onsite li li.active, #nav_onsite li li a:hover {
	font-weight: bold;
	color: #575757;
}
#nav_offsite {
	display: inline;
	float: right;
	width: 168px;
}
#nav_offsite a.replace_nav_offsite1 {
	text-indent: -9999em;
	overflow: hidden;
	background-image: url('../images/replace_nav_offsite1.jpg?');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 168px;
	height: 70px;
	display: block;
}
/* Content */
#content {
	margin-left: 168px;
	display: inline;
	float: left;
	width: 702px;
}
/* Footer */
#footer {
	display: inline;
	float: left;
	width: 702px;
	padding: 11px 168px 50px 168px;
	background: url('../images/bg_footer.jpg') 0px 0px no-repeat;
	background-color: #edeae2;
}
