/* ----------------------------------------------------------------------- questions - */
div.question {
	font-size: 14px;
	width: 500px;
	clear: both;
	padding-top: 5px;
}
div.question div {
	width: 395px;
	display: block;
	float: left;
/* 	border:1px solid red; /* */
}
div.question a.yesno,
div.question a.yesno:link,
div.question a.yesno:active,
div.question a.yesno:visited,
div.question a.yesno:hover,
div.question a.yesno2,
div.question a.yesno2:link,
div.question a.yesno2:active,
div.question a.yesno2:visited,
div.question a.yesno2:hover {
	display: block;
	float: right;
	line-height: 20px;
	width: 50px;
	border: 1px solid #000000;
	background-color: #BFE6F7;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #000000;
}

div.question a.yesno:hover,
div.question a.yesno2,
div.question a.yesno2:link,
div.question a.yesno2:active,
div.question a.yesno2:visited,
div.question a.yesno2:hover {
	background-color: #2BAEE6;
}

/* ----------------------------------------------------------------------- main stuf - */
html, body     {
	margin:0px; padding:0px; width:100%; height:100%; background-color:#E2E2E2;
	background-image: url('img/bg.png');
	background-position: 0px 0px;
	background-repeat:repeat-x;
}

img.pngfix { behavior: url(js/iepngfix.htc) }

div#container {
	margin:0 auto;
	position:relative;
	width:900px;
	height:100%;
	background-color: #FFFFFF;
}

div#overlay_bg {
  position:absolute;
  z-index:1000;
  top:0px;
  height:100%;
  width:100%;
  background-color:#000000;
  visibility:hidden;
}

div#overlay_container {
	position:absolute;
  z-index:1001;	
	visibility:hidden;
	width:100%;
	top: 0px;
	background-color: transparent;
}

div#container_header {
	position:relative;
	width: 100%;
	height:320px;
}

div#logo_kmcchain {
	position:absolute;
	top: 0px;
	left:18px;
}

div#menu_container {
  position: relative;
  top: 0px;
  left:0px;
	height:30px;
	width:100%;
	background-color:#5D5E60; /* */
}
div#top_image {
  position: relative;
	height:230px;
	width:100%;
	background-color:#ACACAC; /* */
}

div#menu_container2 {
  position: absolute;
	width:100%;
	height:44px;
	top:260px;
	background-image: url('img/bg-menu2.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

/* ------------------------------------------------------------------- content stuff - */
div#content_container {
	position:relative;
  clear:both;
	top:5px;
	width:100%;
/*	border: 1px solid red; /* */
	background-color: #FFFFFF;
}
/* a content & content_container because the various browsers calculate padding differently */
div#content,
div#content_left,
div#content_right {
	position:absolute;
	text-align:left;
	height:100%;
/*	border: 1px solid blue; /* */
/*	background-color: #AAAAAA; /* */
}
div#content {
	left:210px;
	width:465px;
}

div#content_left,
div#content_right {
	width:195px;
/*	border: 1px solid red; /* */
}

div#news_left {
	top:10px;
	vertical-align: top;
	position:relative;
	background-image: url('img/bg-h3.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
	margin:0px;
/*	background-color: grey; /* */
/*	border: 1px solid red; /* */
}
div#news_left_image {
	position:absolute;
	top:250px;
	left:-60px;
}
div#news_left h3 {
	color: #000000;
	text-align: center;
	font-size:14px;
	position:relative;
	width:100%;
	font-weight: bold;
	padding: 30px 0px 10px 0px;
/*	border: 1px solid blue; /* */
}
div#news_left div.content_home,
div#news_left div.content {
	text-align: center;
	position:absolute;
	width:180px;
/*	border: 1px solid green; /* */
	position:relative;
	left:10px;
	text-align:left;
}
div#news_left div.content_home img,
div#news_left div.content img {
	float: none;
	margin-left: -10px;
	clear: both;
}
div#news_left div.content_home ul {
  margin: 3px 0px 0px 25px;
  padding: 0px;
}
div#news_left div.content_home ul li{
  margin: 0px;
  padding:0px;
  list-style-type: none;
  list-style:none;
  list-style-image:url('img/li-arrow.gif');
  font-weight:bold;
  line-height:20px;
}


div#content_right {
	width:200px;
	left: 690px;
}



div#content_right a.subkop:link,
div#content_right a.subkop:active,
div#content_right a.subkop:visited,
div#content_right a.subkop:hover {
	color: #FFFFFF;
	border: 0px transparent;
	text-decoration: none;
	background-image: url('img/bg-right_title.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
	line-height: 24px;
	display: block;
	width: 210px;
	padding-left: 8px;
	width: 202px !important;
/*	border: 1px solid red; /* */
}

.date {
	margin: 10px 0px 0px 0px;
	float: right;
	nowrap: nowrap;
}

/* -------------------------------------------------------------------- footer stuff - */
div.content_footer_filler,
div#footer {
  clear: both;
	position:relative;
	height:40px;
/*	border: 1px solid red; /* */
}
div#footer {
/*  border: 1px solid red; */
	height:30px;
	background-color: #E2E2E2;
	position:absolute;
	left: 0px;
	bottom: 0px;
	width:900px;
	text-align: center; /* left; */
	background-image: url('img/bg-footer.png');
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

hr {
	background-image: url('img/bg-footer.png');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	border: none;
	height:1px;
	margin-top: 0px;
	clear:both;
}

.hidden_item {
	position:absolute;
	left:-5000px;
	top:-5000px;
	z-index: -1;
}

/* Mozilla ignores crazy MS image filters, so it will skip the following */
/*.header             {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/groenebalk.png'); }
/* IE ignores styles with [attributes], so it will skip the following. */
/*.header[class]      {background-image:url(img/groenebalk.png); }
/* */

/* ------------------------------------------------------------------- respond stuff - */
#contactform label,
#form_respond label {
	width: 145px;
	float: left;
	text-align: left;
	margin: 2px 1px 2px 0px;
	line-height: 16px;
/*		background: #888888; /* */
}
#contactform input,
#contactform select,
#contactform textarea,
#form_respond input,
#form_respond select,
#form_respond textarea,
input,
select,
textarea {
	background-color: #EEEEEE;
	border: 1px solid #6E7694;
	margin-top: 2px;
	margin-bottom: 2px;
}
#contactform input,
#contactform select,
#form_respond input,
#form_respond select,
input,
select {
	width: 250px;
}

/* --------------------------------------------------------------- product container - */
div.prod_container {
	position:relative;
	width:100%;
	margin-bottom:15px;
	clear:both;
/*	background-color:blue; /* */
}
div.prod_container div {
	position:absolute;
	top:0px;
	left:0px;
}
div.prod_container .prod_image {
	width:170px;
	height:140px;
	overflow:hidden;
}
div.prod_container .prod_image .prod_icon {
	top:3px;
	left:3px;
}
div.prod_container .prod_content {
	left:180px;
	width:205px;
	line-height:20px;
}
div.prod_container .prod_features {
	left:180px;
	top: 100px;
	width:510px;
	height:60px;
/*	background-color:grey; /* */
}
div.prod_container .prod_features img {
	margin-bottom: 5px;
	margin-top:    5px;
	margin-right:  0px;
}
div.prod_container .prod_properties {
	position:relative;
	float:right;
	width:250px;
}
div.prod_container .prod_properties {
	position:relative;
	float:right;
	width:250px;
}
div.prod_container .prod_properties ul li {
	list-style-type: disc;
  list-style-image:none;
  font-weight:normal;
  line-height:15px;
}
div.prod_container .prod_packaging {
	top:10px;
	left:377px;
}
