@import url('inc_common.css');
@import url('inc_news.css');
@import url('inc_csc.css');

/* 
*	Styles Pumpenfachingenieur
*/
.wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(../images/bg_wrapper.png) no-repeat left top;
	height: 500px; 
}

.logo { 
	float: left;
	width: 307px;
	text-align: center;
	padding-top: 6px;
}
.header_partner { 
	height: 81px; 
	text-align: right; 
	padding-top: 15px; 
}

.main {
	margin-top: 178px;
	float: left;
	width: 876px;
	background-color: #fff;
}

.mainnav {
	float: left;
	width: 305px; 
}
.content {
	float: left;
	width: 491px;
	padding: 40px 40px 25px 40px;
}
.printlink a {
	display: block; 
	clear: left;
	padding-left: 20px;
	margin-top: 20px;
	background: url(../images/print.png) no-repeat left center;
}
.siteby {
	float: left;
	width: 561px;
	color: #aaadb8;
	font-size: 10px;
	text-align: right;
	line-height: 17px;
	border-top: 3px solid #aaadb8; 
	margin: 10px 0 0 315px;
}
.siteby a { 
	color: #aaadb8;
	text-decoration: none; 
}
.siteby a:hover { text-decoration: underline; }

/*
*	Navigationen
*/

/* Metanav */
.metanav {
	height: 26px; 
	line-height: 26px;
}
.metanav ul {
	margin: 0;
	padding: 0 19px;
	text-align: center;
	float:right;
	background: url(../images/bg_metanav.png) repeat-x left top;
}
.metanav li {
	float: left;
	list-style-type: none;
	color: #46658b;
}
.metanav a { 
	color: #46658b;
	text-decoration: none;
	font-weight: bold;
}
.metanav a:hover,
.metanav a.active { 
	text-decoration: underline; 
}
.metanav .lang {
	margin-left: 15px;
}
.metanav .lang img {
	margin-top: 8px;
}

/* Mainnav */
.mainnav ul {
	list-style-type: none;
	margin: 10px 0 10px 10px;
	padding: 0;
	width: 305px;
	background-color: #fafafa;
}
.mainnav ul a {
	display: block;
	text-decoration: none;
	color: #46658b;
	font-weight: bold;
	font-size: 11px; 
	background: #dce5f1 url(../images/bg_mainnav.png) no-repeat left center;
	margin-bottom: 2px; 
	padding-left: 104px;
	width: 201px;
	height: 18px;
	line-height: 18px;
}
.mainnav ul a:hover,
.mainnav ul a.active {
	background: #bbcfe8 url(../images/bg_mainnav_active.png) no-repeat left center;
}
.mainnav li ul a {
	background: #fafafa url(../images/bg_subnav.png) no-repeat left;
	padding-left: 115px; 
	width: 190px;
	font-weight: normal;
}
.mainnav li ul { margin: 5px 0 15px 0; }
.mainnav li ul a:hover,
.mainnav li ul a.active { text-decoration: underline; background: #fafafa url(../images/bg_subnav.png) no-repeat left; }