@charset "utf-8";

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

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

/*--------------------------------------------------------------*/
/*-------------[ global tags, selectors, classes ]--------------*/
/*--------------------------------------------------------------*/

html, body {
	height:100%;
}

body {
	background:#ffffff url(../images/bg-body-intro.jpg) center 0 repeat-x;
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
}

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

textarea {
	overflow:auto;
}

a {
	text-decoration:none;
	color:#a2a2a2;
}

a:hover {
	text-decoration:underline;
}

.highlight {
	font-weight:bold;
}

ul {
	list-style:none;
}

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

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

.floatRight {
	float:right;
}

.floatLeft {
	float:left;
}

.indent {
	text-indent:-9999px;
	line-height:0.001em;
	font-size:0.001em;
}

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

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

#container {
	min-height:100%;
	height:auto !important;
	height:100%;
	width:994px;
	position:relative;
	margin: 0 auto -64px;
}

/*--------------------------------------------------------------*/
/*-----------------[ =contentContainerIntro ]-------------------*/
/*--------------------------------------------------------------*/
#contentContainerIntro {
	width:994px;
	height:500px;
	position:absolute;
	top:50%;
	margin:-288px 0 0 0;
	background:url(../images/bg-content-container-intro.png) 0 0 no-repeat;
}

#contentContainerIntro ul li {
	font-size:1.2em;
	line-height:1.6em;
}

#contentContainerIntro .box {
	width:300px;
	height:90px;
	padding:50px 0 0 0;
	position:absolute;
}

#contentContainerIntro .box a.button {
	width:300px;
	height:140px;
	position:absolute;
	top:0;
	left:0;
	display:block;
	z-index:2;
	text-indent:-9999px;
}

#contentContainerIntro ul {
	padding:0 0 0 21px;
}

#contentContainerIntro ul li {
	padding:0 0 0 16px;
}

/*--------------------------------------------------------------
	contentContainerIntro => branding
--------------------------------------------------------------*/
#contentContainerIntro h1.branding a {
	position:absolute;
	display:block;
	width:130px;
	height:154px;
	top:120px;
	left:445px;
	overflow:hidden;
}

#contentContainerIntro h1.branding img {
	border:none;
}

#contentContainerIntro h1 span {
	display:block;
	text-indent:-9999px;
}

#contentContainerIntro h1.branding a:hover {
	text-decoration:none;
}

/*--------------------------------------------------------------
	contentContainerIntro => boxAutomatisierungstechnik
--------------------------------------------------------------*/
#contentContainerIntro #boxAutomatisierungstechnik {
	top:90px;
	left:91px;
}

#contentContainerIntro #boxAutomatisierungstechnik ul li {
	color:#00478a;
	background:url(../images/bg-ul-li-auto.jpg) left 4px no-repeat;
}

/*--------------------------------------------------------------
	contentContainerIntro => boxAutomatisierungstechnik
--------------------------------------------------------------*/
#contentContainerIntro #boxNutzfahrzeugtechnik {
	top:25px;
	left:601px;
}

#contentContainerIntro #boxNutzfahrzeugtechnik ul li {
	color:#00478a;
	background:url(../images/bg-ul-li-nutzfahrzeugtechnik.jpg) left 4px no-repeat;
}

/*--------------------------------------------------------------
	contentContainerIntro => boxWasseraufbereitungstechnik
--------------------------------------------------------------*/
#contentContainerIntro #boxWasseraufbereitungstechnik {
	top:302px;
	left:405px;
}

#contentContainerIntro #boxWasseraufbereitungstechnik ul li {
	color:#1e7eb0;
	background:url(../images/bg-ul-li-wass.jpg) left 4px no-repeat;
}

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

#push {
	height:64px;
	clear:both;
}

#footerContainerIntro {
	width:100%;
	height:64px;
	background:url(../images/bg-footer-container-intro.jpg) center 0 no-repeat;
}

#footer {
	width:855px;
	height: 36px;
	padding:28px 0 0 139px;
	margin:0 auto;
	position:relative;
	z-index:3;
}

#footer ul.naviAddIntro, 
#footer ul.info {
	float:left;
}

#footer ul.naviAddIntro li {
	float:left;
	padding:0 14px 0 9px;
	background:url(../images/bg-navi-add-intro.gif) left 4px no-repeat;
}

#footer ul.naviAddIntro li a {
	font-size:1.1em;
	color:#ffffff;
	text-decoration:underline;
}

#footer ul.naviAddIntro li a:hover {
	text-decoration:none;
}

#footer ul.info {
	width:580px;
	padding:0 0 0 51px;
}

#footer ul.info li {
	float:left;
	font-size:1.1em;
	color:#ffffff;
	padding:0 3px;
}

#footer ul.info li a {
	color:#ffffff;
	text-decoration:underline;
}

#footer ul.info li a:hover {
	text-decoration:none;
}
