/* Body style definitions */

html,body
{
	text-align: left;
	background: #fff url(../images/body-bg.gif) repeat-y top left;
}

strong { font-weight: bold; }

/* Header */

#hd {
  background-color: #fff;
  min-width: 1000px;
  width: expression( documentElement.clientWidth < 1000 ? (documentElement.clientWidth == 0 ? (body.clientWidth < 1000  ? "1000" : "auto") : "1000px") : "auto" );
  padding-bottom: 1px;
}

#hd-top
{
	position: relative;
	height: 110px;
	overflow: hidden;
}

#hd-top #main-image
{
	float: left;
}

#hd-top #logo
{
	position: absolute;
	left: 264px;
	bottom: 0;
	background: url(../images/header_bg.gif) repeat-y bottom left;
	padding: 0 0 0 443px;
	height: 78px;
}

/* Navigation */

#hd-navigation
{
  margin-top: 1px;;
	width: auto;
	background-color: #524A48;
	padding-left: 270px;
}

#navigation ul
{
}
#navigation li
{
	float: left;
	padding: 0px 6px 2px 6px;
}

#navigation li.separator
{
  color: #fff;
  padding: 0 0px;
}

#navigation li a:link,
#navigation li a:visited
{
	text-decoration: none;
	font-size: 85%;
	color: #fff;
}

#navigation li a:hover,
#navigation li a:active
{
	text-decoration: underline;
}
#navigation li.active a
{
	font-weight: bold;
}

/* Content */

#breadcrumbs
{
	background-color: #CAC5C4;
	margin-left: 3px;
	margin-right: 3px;
	height: 16px;
}

#c2 ul#breadcrumbs li
{
  background-image: none;
	float: left;
	padding: 0 4px 0 0;
}

#breadcrumbs li.first
{
	margin-left: 11px;
}

#breadcrumbs li a:link,
#breadcrumbs li a:visited
{
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	color: #f7f6f6;
	padding-left: 3px;
}

#breadcrumbs li a:hover,
#breadcrumbs li a:active
{
	text-decoration: underline;
}

#c2 ul#breadcrumbs li.separator
{
	background: url(../images/breadcrumbs.gif) no-repeat center center;
	width: 12px;
	height: 16px;
	padding: 0 4px 0 0;	
}

#content .column-bg
{
}

#content .column-bg a:link,
#content .column-bg a:visited
{
	line-height: 18px;	
	text-decoration: none;
	font-size: 77%;
	font-weight: bold;
	color: #fff;
}

#content .column-bg a:hover,
#content .column-bg a:active
{
	text-decoration: underline;
}

#content .column-bg ul
{
  background: #524A48;
  height: 18px;
  padding-left: 10px;
}

#c1 
{
  float: left;
	width: 260px;
	padding-bottom: 1px;
	border-bottom: 18px solid #524A48;
}

#c1 .container
{
	height: 375px;
}

#c1.p1
{
	background: url(../images/c1_image_1.jpg) no-repeat;
}

#c1.p2 .container
{
	background: url(../images/c1_image_2.jpg) no-repeat;
}
	
/* Page 1 type menu */

#c1.p1 .wrapper
{
	float: right;
	padding-top: 140px;
	width: 104px;
}

#c1 ul li a
{
	text-decoration: none;
	color: #fff;
}

#c1 ul li a:hover
{
	text-decoration: underline;
}

.hartmetall #c1 ul li.active
{
	background: url(../images/menu-hartmetall.jpg) no-repeat left 12px;
}

.dlc-automotive #c1 ul li.active
{
	background: url(../images/menu-dlc-automotive.jpg) no-repeat left 12px;
}

.gestelleinrichtung #c1 ul li.active
{
	background: url(../images/menu-gestelleinrichtung.jpg) no-repeat left 12px;
}

.umformwerkzeuge #c1 ul li.active
{
	background: url(../images/menu-umformwerkzeuge.jpg) no-repeat left 12px;
}

.spezial-produkte #c1 ul li.active
{
	background: url(../images/menu-spezial-produkte.jpg) no-repeat left 12px;
}

.chemie #c1 ul li.active
{
	background: url(../images/menu-chemie.jpg) no-repeat left 12px;
}

.maschine #c1 ul li.active
{
	background: url(../images/menu-maschine.jpg) no-repeat left 12px;
}

/* info panel */
#content .info
{
	float: left;
	padding: 50px 0 0 0;
	width: 120px;
  text-align: right;
}

#content .info h2
{
	padding-bottom: 10px;
	font-weight: bold;
	color: #524A48;
	font-size: 100%;
}

#content .info ul li
{
	padding: 2px 8px 0 0;
	background: url(../images/bullet_l.gif) no-repeat 100% 65%;
	font-size: 92%;
	font-weight: bold;
	color: #524A48;
}



/* Page 2 type menu */

#c1.p2 .wrapper
{
	float: right;
	padding-top: 50px;
	width: 104px;
}

#c1.p2 .wrapper ul li
{
	padding: 10px 0;
	font-size: 92%;
}

/* Central column */

#bd {
  min-width: 1000px;
  width: expression( documentElement.clientWidth < 1000 ? (documentElement.clientWidth == 0 ? (body.clientWidth < 1000  ? "1000" : "auto") : "1000px") : "auto" );
}
#c2
{
  float: left;
	vertical-align: top;
	width: 430px;
	font-size: 92%;
}

#c2 a:link,
#c2 a:visited,

#contacts a:link,
#contacts a:visited
{
	text-decoration: none;
	color: #183a8d;
}

#c2 a:hover,
#c2 a:active,

#contacts a:hover,
#contacts a:active
{
	text-decoration: underline;
}

#c2 p
{
	padding: 10px 0;
	line-height: 140%;
}

#c2 ul li
{
	background: url(../images/bullet_l.gif) no-repeat 0 9px;
	padding: 3px 0 0 12px;
}

/* Page 1 type central container */

#c2 .p1
{
	padding: 0 15px;
}

#c2 .p1 h1
{
	padding: 35px 0 10px 0;
	font-weight: bold;
	color: #0a498d;
}

/* Page 2 type central container */

#c2 .p2
{
	padding: 0 15px;
	/* color: #666666; */
}

#c2 .p2 h1
{
	padding: 25px 0 10px 0;
	font-weight: bold;
}

#c2 .p2 h2
{
	font-weight: bold;
}

#c3 h2
{
	font-size: 92%;
	padding: 51px 0 0 0;
	font-weight: bold;
	color: #666;
}

#c3 h2 span
{
	padding-left: 25px;
}

/* Page 1 type right container */
#c3
{
  margin-left: 690px;
	width: auto;
}

#c3 .p1
{
	padding-left: 15px;
}

#c3 .p1 ul
{
  margin-top: 20px;
}
#c3 .p1 ul li
{
	line-height: 16px;
	font-size: 92%;
	background: url(../images/bullet_l.gif) no-repeat 4px 6px;
	padding-left: 25px;
	color: #666;
}

/* Page 2 type right container */

#c3 .p2
{
	background: url(../images/c3_image_1.jpg) no-repeat top left;
}

.dlc-automotive #c3 .p2
{
	background: url(../images/c3_image_2.jpg) no-repeat top left;
}

.gestelleinrichtung #c3 .p2
{
	background: url(../images/c3_image_3.jpg) no-repeat top left;
}

.umformwerkzeuge #c3 .p2
{
	background: url(../images/c3_image_4.jpg) no-repeat top left;
}

.spezial-produkte #c3 .p2
{
	background: url(../images/c3_image_5.jpg) no-repeat top left;
}

.chemie #c3 .p2
{
	background: url(../images/c3_image_6.jpg) no-repeat top left;
}

.maschine #c3 .p2
{
	background: url(../images/c3_image_7.jpg) no-repeat top left;
}

#c3 .container
{
	height: 375px;
	margin-bottom: 1px;
}

#c3
{
	vertical-align: top;
}

#contacts
{
	float: left;
	width: 300px;
	font-size: 85%;
	padding: 10px 0 0 10px;
	color: #333333;
}


#contacts ul li
{
	padding: 2px 0;
}

/* Footer */

/* Form */
.contactform td
{
  padding: 3px 10px 3px 0;
}

/* Various fixes */

html,
body,
#bd
{
	margin: 0;
	padding: 0;
}

.right
{
    float: right;
}

.left
{
    float: left;
}

.clearfix:after 
{
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix 
{
    display: inline-block;
}

html[xmlns] .clearfix 
{
    display: block;
}

* html .clearfix 
{
    height: 1%;
}