*{
	margin: 0;
	padding: 0;
	outline: none;
}
html,body{
	width: 100%;
	height: 100%;
}
body{
	background: #d1d2cf;
	cursor: default;
}
img,fieldset{
	border: 0;
}
a{
	cursor: pointer;
}
.clear{
	clear:both;
}
.hidden{
	display: none;
}
.uppercase{
	text-transform: uppercase;	
}
.error{
	color: #ae0018;	
}
.arrow{
	display: block;
	float: left;
	width: 19px;
	background: url(http://www.k-b-h.de/img/arrow_black.gif) no-repeat left center;
}
#wrapper{
	margin: 0 auto;
	position: relative;
	width: 960px;
	height: 100%;
	clear: left;
	text-align: left;
	background: url(http://www.k-b-h.de/img/wrapper_bg.gif) repeat-x left top;
}
#wrapper *{
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}
.p_block{
	padding-bottom: 16px;	
}
/* logo */
#logo{
	position: absolute;
	right: 16px;
	top: 32px;
	width: 200px;
	height: 80px;
	text-align: right;
}
/* all menus */
#menu_lang li,#menu_main li,#menu_sub li,#menu_sub_sub li,#menu_sub_sub_sub li{
	list-style-type:none;	
}
/* menu for languages */
#menu_lang{
	position: absolute;
	/*left: 8px;*/
	left: 162px;
	top: 6px;
	width: 300px;
	height: 22px;
}
#menu_lang li{
	display: inline;	
}
#menu_lang a{
	padding: 0px 10px;
	color: #232224;
	text-transform: uppercase;
}
#menu_lang a:hover,#menu_lang_act a{
	color: #00646d;
}
.menu_lang_border{
	background: url(http://www.k-b-h.de/img/menu_lang_border.gif) no-repeat right center;	
}
/* main menu */
#menu_main{
	position: absolute;
	left: 0px;
	top: 120px;
	width: 159px;
	height: 0px;
	overflow: hidden;
}
#menu_main_spacer{
	height: 400px;
	background: #fff;
}
#menu_main a{
	display: block;
	height: 21px;
	padding-left: 18px;
	margin-bottom: 1px;
	color: #232224;
	line-height: 20px;
	background: url(http://www.k-b-h.de/img/menu_main_bg.gif) repeat-x left top;	
}
#menu_main a:hover{
	/*color: #9e9e9e;*/
	color: #fff;
}
#menu_main_act{
	background: url(http://www.k-b-h.de/img/menu_sub_bg.gif) repeat-x left top;	
}
#menu_main_act a,#menu_main_act a:hover{
	color: #fff;
	/*color: #00646d;*/
	background: url(http://www.k-b-h.de/img/menu_sub_border.gif) repeat-x left bottom;
}
#menu_main_home_act{
	background: url(http://www.k-b-h.de/img/menu_main_home_bg.gif) repeat-x left top;	
}
#menu_main_home_act a{
	color: #e2e2e2;
	background: none;	
}
/* menu sub */
#menu_sub{
	/*padding-bottom: 22px;*/
	/*height: 132px;*/
	/*height: 154px;*/
}
#menu_sub a{
	height: 22px;
	margin-bottom: 0px;
	color: #acacac;
	background: none;
}
#menu_sub a:hover,#menu_sub_act a{
	color: #00646d;
	background: url(http://www.k-b-h.de/img/menu_sub_act_arrow.gif) no-repeat 8px center;	
}
.menu_sub_border{
	background: url(http://www.k-b-h.de/img/menu_sub_border.gif) repeat-x left bottom;
}
/* menu sub sub */
#menu_sub_sub,#news_menu{
	position: absolute;
	left: 160px;
	top: 120px;
	width: 160px;
	height: -44px;
	padding-top: 44px;
	background: #fff;
}
#menu_sub_sub a,#news_menu a{
	display: block;
	height: 22px;
	line-height: 20px;
	color: #232224;
	padding-left: 18px;	
}
#menu_sub_sub a:hover,#menu_sub_sub_act a,#news_menu a:hover,#news_menu_act a{
	color: #00646d;
	background: url(http://www.k-b-h.de/img/menu_sub_act_arrow.gif) no-repeat 8px center;
}
#news_menu{
	left: -320px;
	top: -0px;	
}
#news_menu li{
	list-style-type: none;	
}
/* menu sub sub sub */
#menu_sub_sub_sub{
	position: absolute;
	left: 320px;
	top: 120px;
	width: 160px;
	height: -44px;
	padding-top: 44px;
	background: #fff;
}
#menu_sub_sub_sub a{
	display: block;
	height: 22px;
	line-height: 20px;
	color: #232224;
	padding-left: 18px;	
}
#menu_sub_sub_sub a:hover,#menu_sub_sub_sub_act a{
	color: #00646d;
	background: url(http://www.k-b-h.de/img/menu_sub_act_arrow.gif) no-repeat 8px center;
}
/* content */
#content{
	position: absolute;
	left: 480px;
	top: 120px;
	width: 480px;
	height: 480px;
}

/* login */
#login{
	position: absolute;
	left: 0px;
	/*top: 494px;*/
	top: 0px;
}
#login a{
	display: block;
	padding-left: 19px;
	padding-top: 6px;
	color: #232224;
	text-transform: uppercase;	
}
#menu_lang a:hover{
	color: #00646d;
}
#login_form{
	display: none;	
}
.login_input{
	width: 130px;
	height: 21px;
	font-size: 10px;
	padding: 4px 7px 0px 22px;
	border: none;
	background: url(http://www.k-b-h.de/img/login_bg.gif) no-repeat left top;	
}
.login_submit{
	display: none;	
}
/* home */
#home{
	position: absolute;
	left: 0px;
	top: 120px;
	width: 960px;
	height: 375px;
}
#home_left,#home_right{
	position: absolute;
	top: 0px;
	height: 352px;
}
#home_left{
	left: 0px;
	width: 480px;
	background: #fff url(http://www.k-b-h.de/img/home_left_bg.jpg) no-repeat 20px 320px;		
}
#home_right{
	left: 481px;
	width: 479px;
	height: 352px;
	background: #fff url(http://www.k-b-h.de/img/intro-00.jpg) no-repeat left 44px;	
}
#home_menu{
	position: absolute;
	left: 480px;
	top: 353px;
	width: 480px;
	height: 22px;
}
#home_menu li{
	list-style-type: none;
	display: inline;	
}
#home_menu a{
	display: block;
	float: left;
	width: 219px;
	height: 22px;
	padding-left: 20px;
	margin-left: 1px;
	color: #232224;
	line-height: 22px;
	background: url(http://www.k-b-h.de/img/menu_home_bg_off.gif) no-repeat left top;
}
#home_menu a:hover{
	color: #fff;
	background: url(http://www.k-b-h.de/img/menu_home_bg_on.gif) no-repeat left top;
}
/* machinery-product-overview */
#machinery-product-overview-top{
	height: 43px;
	margin-bottom: 1px;
	background: #fff;
}
#machinery-product-overview div{
	width: 159px;
	float: left;
	margin-left: 1px;
	margin-bottom: 1px;
}
#machinery-product-overview a{
	display: block;
	height: 21px;	
	margin-top: 1px;
	padding-left: 8px;
	color: #232224;
	line-height: 21px;
	background: url(http://www.k-b-h.de/img/menu_main_bg.gif) repeat-x left top;	
}
#machinery-product-overview a:hover{
	color: #9e9e9e;
}
/* stone-product-overview */
#stone-product-overview-top{
	height: 43px;
	margin-bottom: 1px;
	background: #fff;	
}
#stone-product-overview div{
	width: 159px;
	float: left;
	margin-left: 1px;
	margin-bottom: 1px;
}
#stone-product-overview img{
	width: 159px;
	height: 109px;	
}
#stone-product-overview a{
	display: block;
	height: 21px;	
	margin-top: 1px;
	padding-left: 8px;
	color: #232224;
	line-height: 21px;
	background: url(http://www.k-b-h.de/img/menu_main_bg.gif) repeat-x left top;	
}
#stone-product-overview a:hover{
	color: #9e9e9e;
}
#stone-product-overview-catalog{
	clear: left;
	padding: 42px 0px 8px 0px;	
}
#stone-product-overview-catalog a{
	padding-left: 19px;
	color: #00757f;
	background: url(http://www.k-b-h.de/img/arrow_green.gif) no-repeat left center;		
}
/* stone-product */
#stone-product-top{
	height: 43px;
	margin-bottom: 1px;
	background: #fff;	
}
#stone-product img{
	width: 479px;
	height: 308px;
	padding-left: 1px;
}
#stone-product-text{
	width: 420px;
	padding-top: 17px;	
}
#stone-product h1{
	display: inline;
	font-weight: normal;
	padding-left: 19px;	
	background: url(http://www.k-b-h.de/img/machinery-product-h1_bg.gif) no-repeat left center;		
}
#stone-product hr{
	width: 479px;
	height: 1px;	
	margin: 8px 0px 7px 0px;
	border: none;
	background: url(http://www.k-b-h.de/img/hr_bg.gif) repeat-x left top;
}
#stone-product-catalog{
	position: absolute;
	left: -312px;
	top: 368px;
	width: 260px;
}
#stone-product-catalog a{
	padding-left: 12px;
	color: #00757f;
	background: url(http://www.k-b-h.de/img/arrow_green.gif) no-repeat left center;	
}
/* machinery-home, stone-home */
#machinery-home,#stone-home{
	position: absolute;
	left: -320px;
	top: 0px;
	width: 800px;
	height: 352px;
	background: #fff;
	overflow: hidden;
}
#machinery-home-text,#stone-home-text{
	padding-top: 372px;
	padding-right: 60px;	
}
#machinery-home-news,#stone-home-news{
	position: absolute;
	left: -8px;
	top: 8px;
	width: 479px;
	height: 336px;
}
#machinery-home-news td,#stone-home-news td{
	vertical-align: bottom;
	text-align: left;	
}
#machinery-home-news img,#stone-home-news img{
	float: left;	
	padding: 8px 20px 8px 0px;
}
#machinery-home-news p,#stone-home-news p{
	padding-top: 5px;	
}
#machinery-home-news *,#stone-home-news *,#machinery-home-news a,#stone-home-news a{
	color: #fff;	
}
.machinery-home-news-entry,.stone-home-news-entry{
	width: 471px;
	height: 88px;
	padding-left: 8px;
	margin-top: 8px;
	clear: left;
	background: #1A171B;
	-moz-opacity: .80;
	opacity: 0.8;
	khtml-opacity: 0.8;
	filter: alpha(opacity=80);
}
/* machinery-product-overview */

/* machinery-product */
#machinery-product-top{
	height: 43px;
	margin-bottom: 1px;
	background: #fff;	
}
#machinery-product img{
	padding-left: 1px;
}
#machinery-product-text{
	width: 420px;
	padding-top: 17px;	
}
#machinery-product h1{
	display: inline;
	font-weight: normal;
	padding-left: 19px;	
	background: url(http://www.k-b-h.de/img/machinery-product-h1_bg.gif) no-repeat left center;		
}
#machinery-product ul{
	list-style-position: outside;
	list-style-image: url(http://www.k-b-h.de/img/li_bg.gif);
}
#machinery-product li{
	width: 300px;
}
#machinery-product hr{
	width: 479px;
	height: 1px;	
	margin: 8px 0px 7px 0px;
	border: none;
	background: url(http://www.k-b-h.de/img/hr_bg.gif) repeat-x left top;
}
/* machinery-product-detail */
#machinery-product-detail-top{
	height: 43px;
	margin-bottom: 1px;
	background: #fff;	
}
#machinery-product-detail-flash{
	width: 479px;
	margin-left: 1px;
}
#machinery-product-detail-flash img{
	padding-bottom: 1px;	
}
/* machinery-product-examples */
#machinery-product-examples-top{
	height: 43px;
	margin-bottom: 1px;
	background: #fff;	
}
#machinery-product-examples-flash{
	width: 479px;
	margin-left: 1px;
}
#machinery-product-examples-flash img{
	padding-bottom: 1px;	
}
/* machinery-product-video */
#machinery-product-video-top{
	height: 43px;
	margin-bottom: 1px;
	background: #fff;	
}
#machinery-product-video-flash{
	width: 479px;
	margin-left: 1px;
}
#contact_top{
	position: absolute;
	left: -320px;
	top: 0px;
	width: 800px;
	height: 352px;
	background: #abccce;	
}
#contact hr{
	width: 479px;
	height: 1px;	
	margin: 8px 0px 7px 0px;
	border: none;
	background: url(http://www.k-b-h.de/img/hr_bg.gif) repeat-x left top;
}
#contact_bottom{
	padding-top: 371px;	
}
#contact_bottom a{
	color: black;
}
/* machinery-contact-form */
#machinery-contact-form td{
	height: 20px;
	text-align: left;
	vertical-align: top;	
}
#machinery-contact-form-top{
	height: 43px;
	margin-bottom: 1px;
	background: #fff;	
}
.machinery-contact-form-green{
	width: 443px;
	margin: 0px 0px 1px 1px;
	padding: 8px 18px;
	background: #abccce;	
}
#machinery-contact-form-t_top thead td{
	padding-bottom: 16px;	
}
.machinery-contact-form-td-first{
	width: 160px;	
}
#machinery-contact-form input,#machinery-contact-form textarea{
	border: 1px solid #000;	
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#machinery-contact-form input{
	background: #cfe8e8;	
}
#machinery-contact-form textarea{
	background: #cee4e6;	
}
#machinery-contact-form-t_bottom input{
	width: 270px;
	height: 15px;	
}
#machinery-contact-form-t_bottom textarea{
	width: 270px;
	height: 110px;	
	overflow: auto;
}
#f_submit input{
	height: 18px;
	text-align: left;
	padding-left: 10px;
	border: 1px solid #fff;	
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #96b6b8;		
}
#machinery-contact-form-send{
	height: 226px;	
}
/* machinery-contact-way */
#machinery-contact-way-top{
	height: 43px;
	margin-bottom: 1px;
	background: #fff;	
}
#machinery-contact-way-flash{
	width: 479px;
	margin-left: 1px;
}
#machinery-contact-way-download{
	position: absolute;
	left: -320px;	
	top: 292px;
}
#machinery-contact-way-download a{
	display: block;
	padding-left: 29px;	
	color: #00757f;
	background: url(http://www.k-b-h.de/img/arrow_green.gif) no-repeat 10px center;	
}
/* stone-tenderdocs */
#stone-tenderdocs-top{
	height: 352px;
	margin-left: 1px;
	background: #fff url(http://www.k-b-h.de/img/tenderdocs.jpg) no-repeat left bottom; 
}
#stone-tenderdocs-top p{
	position: absolute;
	left: 19px;
	top: 290px;	
	width: 390px;
	color: #fff;
}
#stone-tenderdocs{
	padding-top: 22px;	
}
#stone-tenderdocs table{
	width: 479px;
	padding-top: 1px;
	margin-left: 1px;	
}
#stone-tenderdocs td{
	height: 20px;
	background: #232224;
	color: #fff;
}
#stone-tenderdocs a{
	color: #fff;	
}
#stone-tenderdocs img{
	padding: 0px 6px;	
}
.stone-tenderdocs-td-text{
	width: 400px;	
	padding-left: 19px;
	color: #fff;
}
.stone-tenderdocs-td-border{
	
}
/* career */
#career{
	padding-top: 22px;	
}
#career h1{
	position: relative;
	left: -42px;	
	padding-left: 42px;
	background: url(http://www.k-b-h.de/img/arrow-black.gif) no-repeat left 4px;
}
#career-top{
	height: 352px;
	margin-left: 1px;	
	background: #fff url(http://www.k-b-h.de/img/contact_small.jpg) no-repeat left bottom;
}
#career-top a,#career-top *{
	color: #fff;
	text-decoration: none;	
}
#career-top p{
	position: absolute;
	width: 350px;		
	left: 19px;
	top: 240px;
}
#career *{
	color: #fff;	
}
.career-entry{
	margin-top: 1px;
	background: #232224;
	padding: 6px 50px 6px 19px;	
}
/* imprint */
#imprint_left{
	position: absolute;
	left: -320px;
	top: 171px;
	width: 400px;
}
#imprint_right{
	position: absolute;
	left: 0px;
	top: 171px;
}
#imprint h1{
	color: #fff;
	font-weight: normal;
}
#imprint_top{	
	position: absolute;
	left: -320px;
	top: 0px;
}
#imprint a{
	color: #000;	
}
.imprint-entry{
	margin-top: 1px;
	background: #fff;
	padding: 6px 150px 6px 19px;
}
/* under-construction */
#under-construction-top{
	height: 43px;
	margin-bottom: 1px;
	background: #fff;	
}
#under-construction-t_top{
	width: 479px;
	margin-left: 1px;
	margin-bottom: 22px;
	background: #fff;	
	height: 308px;	
}
#under-construction hr{
	width: 479px;
	height: 1px;	
	margin: 8px 0px 7px 0px;
	border: none;
	background: url(http://www.k-b-h.de/img/hr_bg.gif) repeat-x left top;
}
#under-construction-t_bottom a{
	color: black;
}
/* news */
#news h1{
	position: relative;
	left: -42px;	
	padding-left: 42px;
	background: url(http://www.k-b-h.de/img/arrow-black.gif) no-repeat left 4px;
}
#news-top{
	height: 352px;
	margin-left: 1px;	
	background: #fff;
}
#news-top a{
	color: #000;
	text-decoration: none;	
}
#news-top p{
	position: absolute;
	width: 350px;		
	left: 19px;
	top: 180px;
}
#news *{
	color: #fff;	
}
#news table *{
	color: #fff;	
}
.news-entry{
	margin-top: 21px;
	background: #232224;
	padding: 6px 50px 6px 19px;	
}
.news-entry *{
	color: #fff;	
}
/* contact */
#contact-top_new{
	height: 43px;
	margin-bottom: 1px;
	background: #fff;	
}
#contact-t_top_new{
	width: 479px;
	margin-left: 1px;
	margin-bottom: 22px;
	background: #abccce;	
}
#contact-t_top_new{
	height: 308px;
}
#contact_new hr{
	width: 479px;
	height: 1px;	
	margin: 8px 0px 7px 0px;
	border: none;
	background: url(http://www.k-b-h.de/img/hr_bg.gif) repeat-x left top;
}
#contact-t_bottom_new a{
	color: black;
}