@charset "utf-8";

/*--------------------------------------------------------------*/
/*--------------------[ CSS Document reset ]--------------------*/
/*--------------------------------------------------------------*/

* {
	margin: 0;
	padding:0;
	outline:none;
}

/*--------------------------------------------------------------*/
/*-------------[ global tags, selectors, classes ]--------------*/
/*--------------------------------------------------------------*/
html {
	background:#fff url(../images/bg-html.gif) 0 0 repeat;
}

body {
	background:url(../images/bg-body.jpg) 0 0 repeat-x;
	font:12px/20px arial, tahoma, verdana, sans-serif;
	color:#555;
	height:auto !important;
	min-height:810px;
	height:810px;
}

/*--------------------------------------------------------------
	gloabal => typography
--------------------------------------------------------------*/
p {
	margin:0 0 20px 0;
}

textarea {
	overflow:auto;
}

a {
	text-decoration:underline;
	color:#555;
}

a:hover {
	text-decoration:none;
}

.highlight {
	font-weight:bold;
}

ul {
	list-style:none;
}

ul.list { 
	list-style-position:inside;
list-style-type:disc;
    color: #D00002; 
}
ul.list li span {
color: #555;
}

/*--------------------------------------------------------------
	gloabal => positioning
--------------------------------------------------------------*/

.clear {
	clear:both;
	height:0;
	overflow:hidden;
}

.floatRight {
	float:right;
}

.floatLeft {
	float:left;
}

.indent {
	display:block;
	position:absolute;
	text-indent:-9999px;
}

/*--------------------------------------------------------------
	gloabal => images
--------------------------------------------------------------*/
img.floatLeft {
	float:left;
	margin:0 10px 10px 0px;
}

.image,
a img.image,
.iframe,
.cmsimage {
	border:1px solid #cecece;
	padding:1px;
	background:#fff;
}

.image, a:hover img.image, .iframe:hover, .cmsimage {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #D00002;
padding:1px;
}

img.floatRight,
img.cmsimage {
	float:right;
	margin:0 0 0 20px;
}

img.cmsimage, a img.cmsimage {
	width:116px;
	height:116px;
	margin:0 0 20px 20px;
	float:right;
	display:block;
}

img.cmsimage:hover {
	border:1px solid #D00002;
}

.borderless, .borderless a, .borderless a:hover {
	border:none;
}

/*--------------------------------------------------------------*/
/*-------------------------[ =container ]-----------------------*/
/*--------------------------------------------------------------*/

#container {
	width:960px;
	margin: 0 auto;
	background:#fff;
	position:relative;
	top:10px;
}

/*--------------------------------------------------------------*/
/*---------------------------[ =header ]------------------------*/
/*--------------------------------------------------------------*/

#header {
	height:383px;
	background:url(../images/bg-header.jpg) 0 0 no-repeat;
	position:relative;
}

/*--------------------------------------------------------------
	header => claims & slogans
--------------------------------------------------------------*/
#header blockquote.claim {
	display:block;
	text-indent:-5000px;
	position:absolute;
}

/*--------------------------------------------------------------
	header => logo
--------------------------------------------------------------*/
#header h1.branding {
	position:absolute;
}

#header h1.branding a {
	position:absolute;
	display:block;
	text-indent:-5000px;
	left:692px;
	top:0px;
	width:268px;
	height:151px;
}

/*--------------------------------------------------------------
	header => navi lang
--------------------------------------------------------------*/
#navi-lang {
	width:54px;
	height:15px;
	overflow:hidden;
	position:absolute;
	left:38px;
	top:57px;
	text-indent:-9999px;
}

#navi-lang li {
	width:20px;
	height:15px;
	float:left;
	margin:0 7px 0 0;
	overflow:hidden;
}

#navi-lang li a {
	display:block;
	width:18px;
	height:13px;
	overflow:hidden;
}

#navi-lang li a:hover {
	border:1px solid #d00002;
}

/*--------------------------------------------------------------
	header => slideshow
--------------------------------------------------------------*/
#slideshow {
	width:960px;
	height:260px;
	overflow:hidden;
	top:124px;
	left:0;
	position:absolute;
}

/*--------------------------------------------------------------
	header => navi
--------------------------------------------------------------*/

#header ul#navi {
	font:14px/17px Arial, Helvetica, sans-serif;
	color:#cecece;
	left:153px;
	top:55px;
	position:absolute;
}

#header ul#navi li {
	float:left;
	margin:0 12px 0 0;
	position:relative;
}

#header ul#navi li a {
	color:#000e55;
	text-decoration:none;
	position:relative;
	z-index:1;
}
#header ul#navi li a:hover {
	color:#d00002;
}

/*--------------------------------------------------------------
	header => subnavies
--------------------------------------------------------------*/
#header ul#navi li ul {
	display:none;
	position:absolute;
	font-size:12px;
	padding:27px 0 0 0;
	left:0;
	top:0;
	width:200px;
}
#header ul#navi li:hover ul {
	display:block;
}
#header ul#navi li ul li {
	float:none;
	clear:both;
	
}
/* SET active state to the FATHER LINK when hover the SUBMENU CHILD*/
#header ul#navi li:hover a {
	color:#d00002;
}
#header ul#navi li:hover ul li a {
	color:#000e55 !important;
}
#header ul#navi li:hover ul li a:hover {
	color:#d00002 !important;
}
#header ul#navi li ul li a:hover {
	color:#d00002 !important;
}


/*--------------------------------------------------------------*/
/*---------------------------[ =sidebar ]-----------------------*/
/*--------------------------------------------------------------*/

#sidebar {
	width:265px;
	height:330px;
	float:left;
	background:url(../images/bg-sidebar.jpg) 0 0 no-repeat;
	position:relative;
}

#sidebar dl {
	width:200px;
	font:11px/16px Arial, Helvetica, sans-serif;
	position:absolute;
	left:40px;
	top:56px;
}

#sidebar dt {
	width:72px;
	float:left;
	clear:both;
	margin:0 12px 16px 0;
}

#sidebar dd {
	width:116px;
	float:left;
	margin:0 0 16px 0;
}

#sidebar dl a, #content a {
	color:#000e55;
	text-decoration:none;
}

#sidebar dl a:hover, #content a:hover {
	color:#d00002;
}


/*--------------------------------------------------------------*/
/*---------------------------[ =content ]-----------------------*/
/*--------------------------------------------------------------*/

#content {
	width:622px;
	float:left;
	padding:0 29px 20px 44px;
}

/*--------------------------------------------------------------
	content => headlines
--------------------------------------------------------------*/
#content h2 {
	font:24px/26px tahoma, arial, sans-serif;
	text-transform:uppercase;
	color:#979797;
	margin:0 0 26px 0;
}
#content h3 {
	font:16px/20px arial, tahoma, sans-serif;
	font-weight:normal;
	color:#555;
	margin:0 0 13px 0;
}

#content h2.headline {
	text-indent:-9999px;
	height:28px;
	overflow:hidden;
}

#content h2.index {
	background:url(../images/h2/bg-index.jpg) 0 0 no-repeat;
}

#content h2.company-portrait {
	background:url(../images/h2/bg-company-portrait.jpg) 0 0 no-repeat;
}

#content h2.contact {
	background:url(../images/h2/bg-contact.jpg) 0 0 no-repeat;
}

#content h2.electrical-discharge-machinery {
	background:url(../images/h2/bg-electrical-discharge-machinery.jpg) 0 0 no-repeat;
}

#content h2.error404 {
	background:url(../images/h2/bg-error404.jpg) 0 0 no-repeat;
}

#content h2.imprint {
	background:url(../images/h2/bg-imprint.jpg) 0 0 no-repeat;
}

#content h2.links {
	background:url(../images/h2/bg-links.jpg) 0 0 no-repeat;
}

#content h2.location {
	background:url(../images/h2/bg-location.jpg) 0 0 no-repeat;
}

#content h2.machinery {
	background:url(../images/h2/bg-machinery.jpg) 0 0 no-repeat;
}

#content h2.manufacturing-examples {
	background:url(../images/h2/bg-manufacturing-examples.jpg) 0 0 no-repeat;
}

#content h2.mechanical-processing {
	background:url(../images/h2/bg-mechanical-processing.jpg) 0 0 no-repeat;
}

#content h2.news {
	background:url(../images/h2/bg-news.jpg) 0 0 no-repeat;
}

#content h2.performance-overview {
	background:url(../images/h2/bg-performance-overview.jpg) 0 0 no-repeat;
}

#content h2.thanks {
	background:url(../images/h2/bg-thanks.jpg) 0 0 no-repeat;
}

/*--------------------------------------------------------------*/
/*--------------------------[ =footer ]-------------------------*/
/*--------------------------------------------------------------*/

#footer {
	height:0px;
	width:960px;
	margin:0 auto;
	padding:0 0 60px 0px;
	background:url(../images/bg-footer.jpg) 0 0 no-repeat;
	position:relative;
}

#footer ul,
#footer ul a {
	font:11px/17px Arial, Helvetica, sans-serif;
	color:#9e9e9e;
	text-decoration:none;
}

#footer ul a:hover {
	color:#d00002;
}

#footer ul {
	width:918px;
	margin:0 auto;
	position:relative;
	top:10px;
}

#footer ul li {
	float:left;
	margin:0 6px 0 0;
}

#footer ul.first {
	width:450px;
	margin:0 auto;
    height:17px;
}
#footer ul.second {
	width:545px;
	margin:0 auto;
    height:17px;
}
