@charset "utf-8";
/* CSS Document */

/* GENRAL */
body{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
img{
	border:0;
}

a{
	color:black;
}
a:hover{
	color:#CC0000;
}
a:active{
	color:black;
}

/* colors */
.black{
	color:#333333;
}
.white{
	color:#FFFFFF;
}

/* CONTAINERS */
div#containerSite{
	width:960px;
	margin:auto;
	margin-top:15px;
}

div#containerHeader{
	background-image:url(../images/header_bg.jpg);
	padding-top:89px;
	padding-bottom:22px;
	padding-left:240px;
}

div#containerNavi{
	float:left;
}
div#containerLanguages{
	float:right;
	margin-right:5px;
	margin-top:2px;
}

div#containerStage{
	padding-top:10px;
}

div#containerStageLeft{
	float:left;
	width:205px;
	background-color:#eff5fa;
	margin-right:7px;
}

div#containerStageMiddle{
	float:left;	
	width:540px;
	margin-right:8px;
}

div#containerStageRight{
	float:left;
	width:200px;
	background-color:#eefafa;
}

/* TITLES */
div#containerStage h1{
	text-indent:-9999px;
	background-repeat:no-repeat;
	height:20px;
	margin:0;
}
div#containerStage h2{
	font-weight:bold;
	font-size:12px;
	color:#e0022a;
}
div#containerStage h3{
	font-weight:bold;
	font-size:12px;
	color:#e0022a;
	margin:0;
	padding:0;
}
div#blockCaseStudies{
	float:left; 
	width:180px; 
	margin-top:10px;
}
div#blockZms{
	float:left; 
	width:350px; 
	margin-left:10px; 
	margin-top:10px;
}
div#blockLoggedByElpro{
	margin-top:10px;
}

h1#titleKurzprofil{
	background-image:url(../images/title_kurzprofil_d.jpg);
}
h1#titleNiederlassungen{
	background-image:url(../images/title_niederlassungen_d.jpg);
}
h1#titleNews{
	background-image:url(../images/title_news_d.jpg);
}
h1#titleSeminare{
	background-image:url(../images/title_seminare_d.jpg);
}
h1#titleWebcam{
	background-image:url(../images/title_webcam.jpg);
}
h1#titleCaseStudies{
	margin-top:10px;
	background-image:url(../images/title_case_studies_d.jpg);
	background-repeat:no-repeat;
}
h1#titleZms{
	margin-top:10px;
	background-image:url(../images/title_zms_d.jpg);
	background-repeat:no-repeat;
}
h1#titleLoggedByElpro{
	background-image:url(../images/title_logged_by_elpro_d.jpg);
}
h1#titleLibero{
	background-image:url(../images/title_libero.jpg);
}

/* PARAGRAPHS */
.indent{
	margin-left:10px;
	margin-right:10px;
}

.justified{
	text-align:justify;
}

.newsBright{
	padding:10px 10px 10px 10px;
	margin-top:0;
}
.newsBright p{
	padding:0;
	margin:0;
}
.newsDark{
	padding:10px 10px 10px 10px;
	background-color:#d3e2e4;
	margin-top:0;
}
.newsDark p{
	padding:0;
	margin:0;
}

/* BUTTONS */
a.imageBtn{
	background-repeat:no-repeat;
	text-indent:-99999px;
	display:block;
	margin-bottom:10px;
	outline:none;
}

a#btnMehr{
	background-image:url(../images/btn_mehr_d.gif);
	width:37px;
	height:30px;
	float:right;
}

a#btnAnmelden{
	background-image:url(../images/btn_anmelden_d.jpg);
	width:187px;
	height:29px;
	margin: 5px 0 5px 7px;
}
a#btnAnmelden:hover{
	background-image:url(../images/btn_anmelden2_d.jpg);
}

a#btnSchweiz{
	background-image:url(../images/niederlassung_schweiz_d.gif);
	width:190px;
	height:95px;
	margin:5px 0 5px 9px;
}
a#btnDeutschland{
	background-image:url(../images/niederlassung_deutschland_d.gif);
	width:190px;
	height:95px;
	margin:5px 0 5px 9px;
}
a#btnUSA{
	background-image:url(../images/niederlassung_usa_d.gif);
	width:190px;
	height:95px;
	margin:5px 0 5px 9px;
}
a#btnGrossbritannien{
	background-image:url(../images/niederlassung_gb_d.gif);
	width:190px;
	height:95px;
	margin:5px 0 5px 9px;
}
a#btnWeltweit{
	background-image:url(../images/niederlassung_weltweit_d.gif);
	width:190px;
	height:95px;
	margin:5px 0 5px 9px;
}



/* NAVI */
#menu1{
	position:relative !important;
	left:0 !important;
	top:0 !important;
	height:15px !important;
	padding:1px;
	width:508px !important;
	margin-top:1px !important;
}
#menu1 div{
	height:15px !important;
	margin:0 !important;
}
