@import url(layouthelp.css);

/**
* Force vertical scrollbars
**/
html[xmlns^="http"] {
	overflow-y:				scroll;
}

/**
* Disable padding and margin for all elements
**/
* {
	padding:				0px;
	margin:					0px;
}

body {
	font-family:			Arial, Helvetica, Verdana;
	color:					#000;
	background-color:		#cacaca;
}

/**
* Set page centered
*/
#center {
	text-align:				center;
}

/**
* Define page width
* Set margin to auto, otherwise non IE Browser will display the page non centered
**/
#page_bg{
	background-image:		url(../images/page_bg.gif);
	background-repeat:		y-repeat;
	width:					1014px;
	text-align:				center;
	margin:					0 auto;
}

#page {
	margin:					auto;
	text-align:				left;
	width:					1014px;
}

#page_inner {
	padding:				30px 0px;
	background:				#fff;
}

#header {
	height:					136px;
	background-image:		url(../images/bg_div_header.jpg);
	width:					1014px;
	position:				relative;
}

#sl {
	padding-left:			16px;
	background:				url(../images/bg_div_sl.gif) repeat-y;
}

#sr {
	padding-right:			16px;
	background:				url(../images/bg_div_sr.gif) top right repeat-y;
}

#head_image{
	height:					265px;
	background:				url(../images/bg_div_header_home.jpg) no-repeat;
}

/**
*Links etc. im Kopfbereich
**/
#home_link{
	height: 				60px;
	width: 					225px;
	float: 					left;
	margin:					55px 0 0 40px;
	display:				block;
}

#meta_nav {
	position:				absolute;
	top:					25px;
	right:					25px;
}

#meta_nav a{
	color:					#000;
	text-decoration:		none;
}

#nav_link{
	float:					left;
}

div.top_link{
	float:					left;
	margin:					2px 8px 0 0;
}

div.flag{
	float:					left;
	padding:				3px 8px 0 0;
}

#font_resize{
	margin-top:				2px;
	float:					left;
}

/* Suche */

#search_holder{
	float:					left;
	margin:					0 0 0 5px;
}

#SearchForm_SearchForm_Search {
	width: 				125px;
	height:				13px;
}

#SearchForm_SearchForm_action_SearchResults{
border: 0px solid #000;
}


#SearchForm_SearchForm input.action {
	margin:				3px 0 0 4px;
	background-image:	url(../images/form_submit.gif);
	cursor:					pointer;
	background-repeat:		no-repeat;
	width:					16px;
	height:					15px;
	margin-top:				3px;
	margin-left: 			4px;
	border:					none;

}

#Search {
	float:					left;
}

#search_submit{
	background-image:	url(../images/form_submit.gif);
	cursor:					pointer;
	background-repeat:		no-repeat;
	width:					16px;
	height:					15px;
	margin-top:				3px;
	margin-left: 			4px;
	border:					none;
}

div.searchResult {
	margin-top:				10px;
	padding-bottom:			5px;
	border-bottom:			1px solid #c8def3;
}
div.pagination {
	margin-top:				12px;
}

/**
* Subnavi
**/

#navigation_sub {
	/*display:				none;*/
	/*width:					235px;*//*245 ohne padding*/
	/*padding-right:			10px;*/
}

#navigation_sub ul {
	list-style-type:		none;
	padding-left:			27px;
	border: 0px solid #000;

}

#navigation_sub ul li {

}

#navigation_sub ul li a {
	display:				block;
	color:					#000;
	text-decoration:		none;
	background:				url(../images/bg_li.gif) no-repeat;
	background-position:	0px 4px;
	padding:				0 0 5px 16px;
}


#navigation_sub ul li a.current {
	display:				block;
	color:					#0099ff;
	text-decoration:		none;
	background:				url(../images/bg_li.gif) no-repeat;
	background-position:	0px 4px;
	padding:				0 0 5px 16px;
}


#navigation_sub ul li ul{
	list-style-type:		none;
	padding:				0px 0 0 2px;

}

#navigation_sub ul li ul li {
	margin-left:			0px;

}

#navigation_sub ul li ul li  a.link{
	margin-left:			0px;
	background:				url(../images/bg_sub_li.gif) no-repeat;
	background-position:	16px 4px;
	padding:				0 0 5px 32px;
}


#navigation_sub ul li ul li .current{
	margin-left:			0px;
	background:				url(../images/bg_sub_li_active.gif) no-repeat;
	background-position:	16px 4px;
	padding:				0 0 5px 32px;
	color:					#0099ff;
}

#navigation_sub ul li ul li .section{
	margin-left:			0px;
	background:				url(../images/bg_sub_li_active.gif) no-repeat;
	background-position:	16px 4px;
	padding:				0 0 5px 32px;
	color:					#0099ff;
}


#navigation_sub ul li ul li ul{
	list-style-type:		none;
	padding:				0px 0 0 2px;

}

#navigation_sub ul li ul li  ul li{
	margin-left:			0px;

}

#navigation_sub ul li ul li ul li a.link{
	margin-left:			0px;
	background:				url(../images/bg_sub_li.gif) no-repeat;
	background-position:	32px 4px;
	padding:				0 0 5px 48px;
}


#navigation_sub ul li ul li ul li .current{
	margin-left:			0px;
	background:				url(../images/bg_sub_li_active.gif) no-repeat;
	background-position:	32px 4px;
	padding:				0 0 5px 48px;
	color:					#0099ff;
}

/****/

#content_left, #content_main, #content_main_twocol, #content_main_threecol, #content_right {
	float:					left;
}

#content_left {
	width:					200px;
}

#content_main {
	width:					922px;
	padding-left:			30px;
	padding-right:			30px;
}

#content_main_twocol {
	width:					800px;
}

#content_main_twocol.content_left {
	width:					690px;/*800px*/
	/*padding-left:		45px;*/
	margin-left:			45px;
}

#content_main_twocol.content_right {
	width:					700px; /*800*/
	margin-left:			45px;
}


/**
* Änderungen wegen  IE 6 
**/
#content_main_twocol-content_left{
	width:					690px;
	margin-left:			45px;
	float: 					left;
}

#content_main_twocol-content_right{
	width:					650px;
	margin-left:			45px;
	float: 					left;
}

* html #content_main_twocol-content_left{
	width:					690px;
	margin-left:			25px;
	float: 					left;
}

* html #content_main_twocol-content_right{
	width:					650px;
	margin-left:			25px;
	float: 					left;
}



#content_main_threecol {
	width:					600px;
}

#content_right {
	width:					200px;
	float:					right;
}
/** PageWthRightContent */

#content_middle{
	float: 					left;
	width:					355px;
	padding:				0 20px 0 0;
}

#content_middle.small {
	width:					520px;
}

#right_images{
	float:					right;
	width:					315px;
}

#right_images.small {
	width:					150px;
}

#content_middle_large{
	float: 					left;
	width:					575px;
	padding:				0 20px 0 0;
}

#right_images_large{
	float:					right;
	width:					315px;
	margin-right:			25px;
}

#right_images .right_image{
	margin-bottom:			10px;
}
#right_images_large .right_image{
	margin-bottom:			10px;
}



/** Product Page **/
#product_content{
	float:					left;
	width:					365px;
	padding-right:			10px;
}

#product_details{
	float:					right;
	width:					315px;
	background-color:		#c8def2;
}

div.download_file {
	padding:				15px 9px;
	background:				white;
}

#footer {
	background-image:		url(../images/footer_bg.gif);
	width:					1014px;
	height:					24px;
	background-repeat:		no-repeat;
}

/**
* Comments
**/
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 10px 10px 10px 10px;
}
#PageComments li.odd {
	background: #efefef url(../images/bg_li_page_comments_odd.gif) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
}

#PageComments li.even {
	background: #fff url(../images/bg_li_page_comments_even.gif) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
}

.actionLinks li {
	display: inline;
	border-right: 1px solid;
}
.actionLinks li.last {
	border-right: none;
}

.commentrss {
	background: transparent url(../images/bg_a_commentrss.png) no-repeat;
	padding-left: 20px;
}
#PageCommentsPagination p {
	text-align: center;
}

#PageCommentInterface_Form_PageCommentsPostCommentForm {
	margin-bottom:					10px;
}

#PageCommentInterface_Form_PageCommentsPostCommentForm_error {
	margin:							10px 0px;
	padding:						10px;
	border:							1px solid #ff0000;
	background-color:				#ff7676;
	font-weight:					bold;
	color:							#fff;
}

div.cb {
	clear:					both;
}

div.cl {
	clear:					left;
}

div.cr {
	clear:					right;
}

/**
* Sitemap
**/
div.sitemap ul {
	margin:				10px 20px 10px 20px;
	list-style-type:	none;
}

div.sitemap ul li {
	margin:				0px 20px;
	background-image:	url(../images/bg_a_menu_active.gif);
	list-style-type:	circle;
}

div.sitemap ul li  a{
	font-weight:		normal;
}

div.sitemap ul li  a:hover{
	font-weight:		normal;
}

/**
* Formatierungen für Pumpendatentabelle
**/
.linksWeiss {
	border-left: 1px solid #fff;
}
.linksGrau {
	border-left: 1px solid #ccc;
}
.Text td{
border-bottom: 1px solid #000;

}


/**
* ProductPage
**/


.basic  {
	width: 315px;
	font-family: inherit;
	border: 0px solid black;
}

.basic ul li{
	list-style-type:	none;
	list-style-image:	url(../images/productpage_listimage.gif);


}
.basic div {
	background-color:	#c8def2;
	padding:			0 15px;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-size: inherit;
	font-weight: normal;
	margin: 0px;
	padding: 0 10px 10px 10px;
	background-color:	#c8def2;
}

.basic p a{
	background-color:	transparent !important;
	background-image:	none !important;
	text-decoration:	underline !important;
	border:				none !important;
	color:				#000 !important;
	font-size:			inherit !important;
}
.basic a.updown {
	cursor:pointer;
	display:block;
	padding:5px;
	padding-left:	30px;
	margin-top: 0;
	text-decoration: none !important;
	font-weight: bold;
	font-size: 14px;
	color: #fff !important;
	background-color: #0099ff;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	background-image: url(../images/productpage_acctab0.gif);
	background-repeat:	no-repeat;
	background-position:	8px 7px;
	
}
.basic a.updown:hover {
	background-color: #0099ff;
	background-image: url(../images/productpage_acctab1.gif);
	background-repeat:	no-repeat;
	text-decoration:	none;
	font-weight: bold !important;
}
.basic a.selected {
	color: white;
	background-image: url(../images/productpage_acctab1.gif);
	background-repeat:	no-repeat;
	text-decoration:	none;
	font-weight: bold;
}

/**
* CarouselPageItems
**/
/*
div.CarouselPageItem{

	height:			200px;
	border: 1px solid #000;
	width:			500px;
	background-repeat:	no-repeat;

}
div.CarouselPageItem p{

	float: right;

}
*/
#mooflow_content{

}

/**
* Employees Page
**/
#employees{
	width:				314px;
	background-color:	#c8def2;
	height:				350px;
	float:				right;
	margin-right:		48px;
}

* html #employees{
	width:				314px;
	background-color:	#c8def2;
	height:				350px;
	float:				right;
	margin-right:		48px;
}

#employee_headline{
	height:				20px;
	background-color:	#0099ff;
	color:				#fff;
	font-weight:		bold;
	padding-left:		30px;
	padding-top:		4px;
	font-size:			15px;

}
#mooflow_employee{
	/*width:				296px;*/
	margin:				11px auto;
}
#employee_text{
	text-align:			center;
	padding-top:		10px;

}

#content_main_employee {
	width:					545px;
	padding-left:			30px;
	float:					left;
}

* html #content_main_employee {
	width:					550px;
	margin-left:			5px;
	float:					left;
	padding-right:			20px;
}

#content_main_twocol_employee{
	width:					350px;
	margin-left:			45px;
	float: 					left;
	padding-right:			20px;
}
* html #content_main_twocol_employee{
	width:					325px;
	margin-left:			45px;
	float: 					left;
	padding-right:			20px;
}

/**
* Widget
**/

.WidgetHolder h3 {
   background-color:	#418ec6;
   color:				#fff !important;
   height:				22px;
   font-size:			16px !important;
   padding-left:		14px;
   padding-top:			2px;
}

.WidgetHolder .newsEntry {
    margin-top:0px;
	border: 0px solid #000;
	padding:			0 13px 0 13px;
}

.WidgetHolder .newsEntry  h4{
	font-size:			small;
	color:				#000;
}

.WidgetHolder .newsEntry  p a{
	color:				#418ec6;
	text-decoration:	none;
	float:				right;
	margin-bottom:		5px;
}


.WidgetHolder .newsEntry  p a img{
	border: none !important;
}

.WidgetHolder .newsEntry .widgetTitle {
    font-size: small;
    font-weight:bold;
    margin-bottom:2px;
}

.WidgetHolder .newsEntry .widgetDate {
    font-size:smaller;
    font-weight:bold;
    margin-bottom:10px;
}

.WidgetHolder .newsEntry .link {
    text-align:right;
}


/**
* WorldMap
**/
/*
#world_map{
	width:				500px;
	height:				360px;
	background-image:	url(../images/worldmap.gif);
	background-repeat:	no-repeat;
	border: 0px solid #000;
	position:				relative;
}
div.substitution{
	width:				90px;
	height:				15px;
	background-color:	#fff;
	text-align:			center;
	border: 1px solid #ccc;
	
}
.substitution a{
	text-decoration:	none !important;
}

.substitution a:hover{
	text-decoration:	none !important;
	color:				#f00;
	
}
*/

#world_map {
	width:			442px;
	float:			right;
	background:		#c8def2;
	margin-left:	20px;
}

#map_content {
	width:			426px;
	height:			228px;
	margin:			11px 8px;
	border:			none;
}

/**
* Formatierungen für Vertretungstabellen
**/
.substitution_table td{
	border-bottom:		1px solid #0099ff;
	border-right:		none;

}

/**
* print
**/
#print_icon{
	width:				20px;
	height:				20px;
	float:				right;
	cursor:				pointer;
}

* html #print_icon{
	width:				20px;
	height:				20px;
	float:				right;
	cursor:				pointer;
	margin-right: 		20px;
}

