@charset "utf-8";
/* CSS Document */
body{
margin:0; 
padding:0; 
background-image:url(../images/mainBg.png); 
background-repeat:repeat-x; 
background-color:#e6f6fb;
font-family:Tahoma, Verdana, Arial;
font-size:12px;
color:#414042;
}
a{color:#414042;}
/* ##################################################         HEADER          ##################################################*/
#header{height:102px; background:url(../images/headerBg.png) repeat-x; position:relative;}
#header #logo{
	position:absolute;
	width:215px;
	height:90px;
	background:url(../images/logo.jpg) no-repeat;
	top: 10px;
}
#header #menu{
	position:absolute;
	left: 220px;
	top: 0px;
	right:0px;
	font-family:"Tahoma", Verdana, Arial;
	font-size:18px;
}
#header .limiter{position:relative; width:930px; margin:0 auto;}
/* ##################################################        GENERAL         ##################################################*/
#content{position:relative;}
#content #mainContent{
background-image:url(../images/contentBg.png); 
background-repeat:repeat-x; 
background-position:27;
background-position:0px -50px;
background-color:#fff;
min-height:300px;
}
#content .limiter{position:relative; width:930px; margin:0 auto;}
#content #middleShadow{
	background:url(../images/mainShadow.png) no-repeat center; 
	width:1024px; 
	height:12px; 
	position:absolute;
	left: 50%;
	margin-left: -512px;
	top:0;
	z-index:999;

  	opacity:0.4;
}
#content #leftShadow{
	background:url(../images/fillShadow.png) repeat-x; 
	width:100%; 
	height:12px; 
	position:absolute;
	float:left;
	top:0;
  	opacity:0.4;
}
#content #rightShadow{
	background:url(../images/fillShadow.png) repeat-x; 
	width:100%; 
	height:12px; 
	position:absolute;
	float:right;
	top:0;
  	opacity:0.4;
}
#content #left{
	width:670px;
	float:left;
}
#content #left .title{
	width:660px;
	height:43px;
	background:url(../images/leftTitleBg.png) no-repeat center;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#58595b;
	font-weight:bold;
	padding:7px 0px 0px 15px;
}

#content #right{
	width:255px;
	float:right;
}
#content #right .title{
	width:240px;
	height:43px;
	background:url(../images/rightTitleBg.png) no-repeat center;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#58595b;
	font-weight:bold;
	padding:7px 0px 0px 15px;
	z-index:999;
}
#content #right #dailies{padding:0;}
#content #right #dailies .item{margin:0px 5px 10px 5px; border-bottom:2px dotted #00a7e1; padding-bottom:10px;}
#content #right #dailies .allLink{text-align:right; margin:0px 5px 10px 5px;}
#content #right #dailies .allLink a{color:#1ab1e4; font-size:11px;}
#content #right #trainCourse{
	position:relative;
	width: 255px;
}
#content #right #trainCourse .image{
	position:absolute;
	top:31px;
	z-index:0;
}
#content #right #trainCourse .text{
	position:absolute;
	background-color:#19a9dd;
	filter:alpha(opacity=90);
	opacity:0.9;
	width:245px;
	text-align:right;
	padding:5px;
	float:left;
	top: 158px;
}
#content #right #trainCourse .text a{
	color:#fff; font-size:11px;
}

#content #main-page{
	padding:0px 20px 0px 20px;
}

.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%;
}

#content #page .title{
	width:915px;
	height:43px;
	background:url(../images/MainTitleBg.png) repeat-x left;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#58595b;
	font-weight:bold;
	padding:7px 0px 0px 15px;
}

#content #page #leftMenu{
	float:left;
	background:url(../images/leftMenuBg.png) no-repeat top;
	width:160px;
	color:#58595b;
	font-size:13px;
	font:Tahoma;
	margin-top:-20px;
	height:500px;
	overflow-y:auto;
	overflow-x:hidden;
}
#content #page #leftMenu li{
	border-bottom:1px solid #c1c5c9;
	height:34px;
	width:135px;
	list-style:none;
	line-height:normal;
	padding:10px 10px 0px 10px;
	margin:0;
}

#content #page a{
	font-size:11px;
	text-decoration:none;
}

#content #page #pageContent{
	float:right;
	width:735px;
	padding-right:10px;
	margin-top:-10px;

}

#content #page #pageContent img{
	border:5px solid #fec02e;
	-moz-border-radius: 4px; -webkit-border-radius:4px; border-radius:4px;
}

#content .news-item{
	font-size:10px;
	float:left;
	width:140px;
	padding:5px;
	border:1px dotted #ccc;
	margin-right:10px;
	min-height:150px;
}
#content .news-item img{
margin-bottom:5px;
	
}

#contactTable{
	color:#1ab1e4;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
}
#contactTable input[type=text]{
	width:190px;
	height:22px;
	border:1px solid #c5c6c9;
}

#contactTable textarea{
	width:100%;
	height:120px;
	border:1px solid #c5c6c9;
}

#contactTable input[type=submit]{
	background-image:url(../images/contactSubmit.png);
	border:1px solid #c5c6c9;
	font-size:12px;
	color:#333;
	font-weight:bold;
	height:22px;
	
}
/*##################################################        FOOTER         ##################################################*/
#footer{
	background:url(../images/footerBg.png) repeat-x;
	position:relative; 
	width:930px; 
	margin:0 auto;
	font-size:11px;
	color:#414042;
	height:75px;
	margin-bottom:30px;
}
#footer .itemBlue{
	font-size:11px;
	color:#1ab1e4;
	font-weight:bold;
}
#footer .bottomShadow{
	background:url(../images/bottomShadow.png) no-repeat center;
	position:absolute;
	top:0;
	width:100%;
	height:10px;
}
#footer .numbers{
	position:absolute;
	left:20px;
	top:0px;
	background:url(../images/menuSeperator.png) no-repeat right;
	padding-right:20px;
	padding-top:20px;
	height:55px;
}
#footer .social{
	position:absolute;
	left:220px;
	top:0px;
	padding-top:30px;
	background:url(../images/menuSeperator.png) no-repeat right;
	padding-right:20px;
	height:45px;
}
#footer .copyright{
	width:130px;
	height:12px;
	position:absolute;
	left: 50%;
	margin-left: -65px;
	top:20px;
}
#footer .egeweb{
	position:absolute;
	right:20px;
	top:20px;
	width:26px;
	height:26px;
	background:url(../images/egeweb.png) no-repeat center;
}
#footer .lastShadow{
	background:url(../images/lastShadow.png) no-repeat center;
	position:absolute;
	bottom:-8px;
	width:100%;
	height:10px;
}

