@charset "utf-8";

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

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

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

html, body {
	height:100%;
}

html {
	background:url(../images/bg-html.jpg) 0 0 repeat;
}

body {
	background:url(../images/bg-body.jpg) 0 0 repeat-x;
	font:12px/20px arial, tahoma, verdana, sans-serif;
	color:#333333;
}

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

textarea {
	overflow:auto;
}

a {
	text-decoration:underline;
	color:#0079d6;
}

a:hover {
	text-decoration:none;
}

.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;
	font-size:0.001em;
	line-height:0.001em;
}

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

img {
	border:none;
}

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

#container {
	min-height:100%;
	height:auto !important;
	height:100%;
	width:960px;
	margin: 0 auto -197px;
}

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

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

/*--------------------------------------------------------------
	header => branding
--------------------------------------------------------------*/
#header h1.branding a {
	position:absolute;
	display:block;
	width:247px;
	height:231px;
	top:76px;
	left:78px;
	overflow:hidden;
}

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

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

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

/*--------------------------------------------------------------
	header => naviLanguage
--------------------------------------------------------------*/
#header ul#naviLanguage {
	position:absolute;
	width:250px;
	height:26px;
	left:30px;
	top:12px;
}

#header ul#naviLanguage li {
	float:left;
	width:40px;
	height:26px;
	padding:0 10px 0 0;
}

#header ul#naviLanguage li a {
	display:block;
	width:40px;
	height:26px;
	text-indent:-9999px;
	background:url(../images/bg-navi-language.jpg) 0 0 no-repeat;
}

#header ul#naviLanguage li a.de:hover {background-position:0 -26px;}
#header ul#naviLanguage li a.en {background-position:-50px 0;}
#header ul#naviLanguage li a.en:hover {background-position:-50px -26px;}
#header ul#naviLanguage li a.fr {background-position:-100px 0;}
#header ul#naviLanguage li a.fr:hover {background-position:-100px -26px;}

#header ul#naviLanguage li a.it {background-position:-150px 0;}
#header ul#naviLanguage li a.it:hover {background-position:-150px -26px;}

#header ul#naviLanguage li a.es {background-position:-200px 0;}
#header ul#naviLanguage li a.es:hover {background-position:-200px -26px;}


/*--------------------------------------------------------------*/
/*----------------[ =contentContainer ]-------------------------*/
/*--------------------------------------------------------------*/
#contentContainer {
	width:960px;
	min-height:400px;
	background:url(../images/bg-content-container.jpg) 0 0 no-repeat;
}

* html #contentContainer {
	height:400px;
}

/*--------------------------------------------------------------
	contentContainer => contentMain
--------------------------------------------------------------*/
#contentMain {
	width:810px;
	padding:43px 75px 35px 75px;
}

#contentMain h3 {
	font-size:24px;
	line-height:25px;
	color:#022340;
	margin:0 0 20px 0;
}

#contentMain .imgContanet {
	padding:3px;
	background:#ffffff;
	margin:0 0 12px 0;
}

#contentMain .imgBox {
	float:right;
	width:530px;
	margin:0 0 0 30px;
}

#contentMain .imgBox p {
	font-size:11px;
	line-height:15px;
}

#contentMain .news {
	float:left;
	width:530px;
	padding:0 29px 0 0;
}

#contentMain .messen {
	float:left;
	width:251px;
}

#contentMain .cmsBox {
	padding:30px 0 0 0;
}

#contentMain img.cmsImg {
	padding:3px;
	background:#ffffff;
	margin:0 30px 0 0;
	float:left;
}

#contentMain .cmsImgBox {
	padding:30px 0 0 0;
}

#contentMain img.cmsImgLast {
	margin:0;
	padding:3px;
	background:#ffffff;
	float:left;
}

#contentMain img.cmsImgMessen {
	margin:0 0 0 30px;
	padding:3px;
	background:#ffffff;
	float:right;
}

#contentMain img.border {
	padding:3px;
	background:#ffffff;
}

#contentMain .column1 {
	float:left;
	width:390px;
	padding:0 30px 30px 0;
}

#contentMain .column2 {
	float:left;
	width:390px;
	padding:0 0 30px 0;
}

#contentMain .column1of3 {
	float:left;
	width:250px;
	padding:0 30px 0 0;
}

#contentMain .columnLast {
	padding:0 0 0 0 !important;
}


#contentMain .column2of3 {
	float:left;
	width:530px;
	padding:0 30px 0 0;
}

#contentMain .KalkulationenBerechnung, 
#contentMain .Anleitungen, 
#contentMain .Praesentationen {
	padding:0 0 30px 0;
}

#contentMain a.pdf {
	padding:3px 0 3px 57px;
	background:url(../images/bg-pdf.jpg) left center no-repeat;
}

#contentMain .spacer {
	float:none;
	clear:both;
	height:20px;
	width:100%;
}

div#contentMain ul {
	margin: 0 30px 10px 0;
	padding: 0;
	list-style: none;
}

div#contentMain ul li {
	padding: 0 0 10px 17px;
	background: url(../images/li.gif) no-repeat 0 5px;
	line-height: 20px;
}

div#contentMain div.separator {
	border-bottom:1px solid #b9c5da;
	padding-top:10px;
	margin:0 0 30px 0;
}

div#contentMain dl.history dt{
	font-weight:bold;
	float:left;
}
div#contentMain dl.history dd{
	padding:0 0 10px 80px;
}

div#contentMain div.video {
	margin-bottom:28px;
}

.ie6HeightFix {
	_height:165px;
}

/*--------------------------------------------------------------
	contentMain => headline
--------------------------------------------------------------*/
#contentMain h2 {
	font-size:36px;
	line-height:25px;
	color:#022340;
	margin:0 0 20px 0;
	background:url(../images/bg-h2.jpg) left bottom no-repeat;
}

#contentMain h2.h2Willkommen {background-position:241px 26px;}
#contentMain h2.h2Welcome {background-position:112px 26px;}
#contentMain h2.h2Accueil {background-position:90px 26px;}
#contentMain h2.h2Jobs {background-position:55px 26px;}
#contentMain h2.h2Recrutement {background-position:110px 26px;}
#contentMain h2.h2News {background-position:70px 26px;}
#contentMain h2.h2Messen {background-position:90px 26px;}
#contentMain h2.h2tours {background-position:65px 26px;}
#contentMain h2.h2Expositions {background-position:132px 26px;}
#contentMain h2.h2Expositions {background-position:132px 26px;}
#contentMain h2.h2Impressum {background-position:132px 26px;}
#contentMain h2.h2Anfahrt {background-position:95px 26px;}
#contentMain h2.h2Approach {background-position:113px 26px;}
#contentMain h2.h2itineraire {background-position:110px 26px;}
#contentMain h2.h2AGB {background-position:60px 26px;}
#contentMain h2.h2Ueberuns {background-position:105px 26px;}
#contentMain h2.h2Aboutus {background-position:105px 26px;}
#contentMain h2.h2aproposdenous {background-position:200px 26px;}
#contentMain h2.h2Anwendungen {background-position:173px 26px;}
#contentMain h2.h2Application {background-position:285px 26px;}
#contentMain h2.h2App {background-position:135px 26px;}
#contentMain h2.h2Vertriebsnetz {background-position:160px 26px;}
#contentMain h2.h2Salesnetwork {background-position:170px 26px;}
#contentMain h2.h2reseau-de-vente {background-position:190px 26px;}
#contentMain h2.h2Login {background-position:70px 26px;}

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

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

#footer {
	width:885px;
	height: 169px;
	margin:0 auto;
	padding:28px 0 0 75px;
	background:url(../images/bg-footer.jpg) 0 0 no-repeat;
}

#footer h3 {
	font-size:24px;
	line-height:25px;
	color:#022340;
	margin:0 0 9px 0;
}

#footer ul {float:left;}
#footer ul.address {width:280px;}
#footer ul.contact {width:282px;}

#footer ul.contact li {
	padding:0 0 0 22px;
	background:url(../images/bg-footer-contact.jpg) left 4px no-repeat;
}

#footer ul li {
	color:#022340;
}

#footer ul li.fax {background-position:left -17px;}
#footer ul li.mail {background-position:left -35px;}
#footer ul li.vcard {background-position:left -56px;}

#footer ul li a.anfahrt, 
#footer ul li a.Approach, 
#footer ul li a.itineraire {
	padding:0 0 0 18px;
	background:url(../images/bg-anfahrt.jpg) left 1px no-repeat;
}

