
/*** HTML ELEMENTS ***/
p, form, img, h1, h2, h3, h4, h5, h6, ul, ol, li, html, body {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

a {
	color:#222E71;
	overflow: hidden;
}
a:visited {
	color:#222E71;
}

html {
	background: #1b2e73 url(/fileadmin/templates/images/theme/bg-site-bottom.png) repeat-x 0 100%;
	min-height: 100%;
}

body {
	background: url(/fileadmin/templates/images/theme/bg-site-top.png) repeat-x 0 0;
	font: 62.5% Trebuchet MS, Arial, Helvetica, sans-serif;
	min-height: 100%;
}

/*** CONFIRMED SPONSORS FCE ***/
.confsponsor {
	margin-top:10px;
	width: 280px;
	height: auto;
	font-family:Arial, Helvetica, sans-serif;
	border: #77B7E5 solid 1px;
	background: #fff;
}
.confsponsortitle {
	width: auto;
	height: 18px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	background-color:#77B7E5;
	padding:2px;
	text-align:center;
}
.confsponsorname {
	width: 280px;
	height: 18px;
	color: #333;
	font-size:14px;
	font-weight:bold;
	padding:2px;
	text-align:center;
}
.confsponsorcountry {
	width: 280px;
	height: 18px;
	color: #333;
	font-size:12px;
	padding:2px;
	text-align:center;
}

.confsponsorlogo {
	height: 80px;
	width: auto;
	text-align:center;
}

.confsponsor a {
	display: block;
	padding-top: 10px;
}

/*** GENERAL STYLE **/
.hide {
	position: absolute;
	left: -5000px;
}


/*** PAGES ***/
#page {
	background: url(/fileadmin/templates/images/theme/bg-page.png);
	width: 880px;
	margin: 0 auto;
	padding: 0 10px;
	min-height: 100%;
}

#header {
	background: #fff url(/fileadmin/templates/images/theme/bkgrd_header.jpg) 100% 0 no-repeat;
	width: 880px;
	height: 188px;
	position:relative;
	z-index: 100;
}

#content {
		background: url(/fileadmin/templates/images/theme/bg-content-right.png) repeat-y right;
}

#content h3 a {
	text-decoration:none;
}

/*** HEADER ***/

#header h1 a {
	background: url(/fileadmin/templates/images/theme/logo_EWEC2010.gif) 0 0 no-repeat;
	display: block;
	width:234px;
	height:109px;
	position:absolute;
	top:10px;
	left:10px;
	z-index: 400;
	overflow:  hidden;
	text-indent: -5000px;
}

#header h2 a {
	background: transparent;
	width:133px;
	height:50px;
	position:absolute;
	top:67px;
	left:231px;
	z-index: 200;
	overflow:  hidden;
}

#header p,
#header h3,
#header h4 {display: none;}
#headerImg {position: absolute; top: 0; right: 0;}
#header #polish   {position: absolute; top: 68px; left: 265px; width: 107px; height: 46px; display: block;}
#header #polish a {display: block; text-indent: -5000px; width: 107px; height: 46px; background: url(/fileadmin/templates/images/theme/logo_polish.gif) 0 0 no-repeat;}


/*** NAVIGATION ***/
#header #nav {
	background: url(/fileadmin/templates/images/theme/bg-nav.png) repeat-x;
	width: 880px;
	height: 52px;
	position: absolute;
	top: 136px;
}

#header #nav li {
	display: block;
	float:left;
}

#header ul li a {
	float: left;
	padding: 17px 16px;
	color: #fff;
	text-decoration: none;
	font-size: 1.5em;
}

#header ul li a:hover {
	background: url(/fileadmin/templates/images/theme/bg-nav-hover.png) repeat-x;
	color: #1d2b7d;
}

#header ul li.active a {
	background: url(/fileadmin/templates/images/theme/bg-nav-hover.png) repeat-x;
	color: #1d2b7d;
}
/*SUblevel no background */
#header ul li.active li a {
	background: url(/fileadmin/templates/images/theme/none.png) repeat-x;
}
#header ul li.active li a:hover {
	background: url(/fileadmin/templates/images/theme/bg-nav-hover.png) repeat-x;
	color: #1d2b7d;
}

#header .nav2 {
	position: absolute;
	top: 154px;
	right: 15px;
	z-index: 300;
}

#header .nav2 li {
	list-style: none;
	display: block;
	float:left;
}

#header .nav2 a {
	display: block;
	margin: 0;
	padding: 0 0 0 19px;
	text-align: center; 
	color: #ddddff;
	font-size: 13px;
}

#header .nav2 a:hover {
	color: #fff;
	text-decoration: underline;
}

#header .nav2 #register a {
	background: url(/fileadmin/templates/icons/icon_register.png) 0 2px no-repeat;
	height: 22px;
	margin: 0 15px 0 0;
}

#header .nav2 #contact a {
	background: url(/fileadmin/templates/icons/email.gif) 0 2px no-repeat;
	height: 22px;
}



/*** CONTENT ***/
.content-left {
	background: url(/fileadmin/templates/images/theme/bg-content-top.png) repeat-x top;
	width: 640px;
	float: left;
	padding: 20px 20px 0;
	min-height: 800px;
}

.content-right {
	background: #e4ebf5 url(/fileadmin/templates/images/theme/bg-content-right-top.png) repeat-x top;
	width: 164px;
	float: right;
	padding: 0 18px;
	margin-top: 2px;
}

.content-left .col {
	margin: 20px 0 0;
	width: 200px;
	float: left;
	position: relative;
}
/*** CONTENT-LEFT ***/

#content h3 {
	font: bold 2.2em  Arial;
	color: #3a4682;
	border-bottom: 1px solid #3a4682;
}

/*#content .content-center ul, #content .content-left ul {*/
#content .content-center ul {
    list-style: disc;
    /*list-style-position: inside;*/
    padding-left: 16px;
    text-decoration: none;
    color: #312F2F;
    font-size: 1.3em;
    margin-top: 4px;
}


/*
.content-left h3 {
	font: bold 2.2em  Arial;
	color: #000;
	border-bottom: 1px solid #000;
}
*/
.content-left .col h5 {
	font: bold 1.5em Arial;
}

.content-left .col .box {
	margin: 10px 0 30px;
	background: #717cbe url(/fileadmin/templates/images/theme/bg-box-col1.png) no-repeat bottom;
	min-height: 98px;
	position: relative;
}

.content-left .col .box h4 {
	font: bold 1.6em  Arial;
	color: #030824;
	height: 27px;
	padding: 0 0 0 10px;
	line-height: 1.6em;
}

.content-left .col .box p {
	margin: 0;
	font-size: 1.5em;
	color: #fff;
	padding: 10px 35px 0 10px;
	vertical-align: middle;
}

.content-left p {
	margin: 10px 0 0;
	font-size: 1.3em;
	color: #312f2f;
}

.content-left #col2 {
	margin: 20px 20px 0;
}

.content-left .col img {
/*
	margin-top: 15px;
	padding: 3px;
	width:198px;
	height:67px;
	border: 1px solid #000;
*/
}

.content-left .chapeau{
	font-weight: bold;
}

.content-left .col p {
	font-size: 1.1em;
}

.content-left .col  a.pdf {
	display: block;
	text-align: center; 
	padding: 40px 40px;
}

/** col1 **/
.content-left #col1 .box {
	border: 1px solid #101744;
	background: #717cbe url(/fileadmin/templates/images/theme/bg-box-col1.png) no-repeat bottom;
}

.content-left #col1 .box h4 {
	border-bottom: 1px solid #3f4879;
	background: url(/fileadmin/templates/images/theme/bg-h4-col1.png) repeat-x;
}

/*.content-left #col1 .box .box-reg {*/
.content-left .box .box-reg {
	background: url(/fileadmin/templates/images/theme/box-reg.png) no-repeat;
	width: 49px;
	height: 49px;
	position: absolute;
	top: 65px;
	left: 165px;
}

.content-left #col1 h5 {
	font: bold 1.5em Arial;
	color: #222e71;
	border-bottom: 1px solid #222e71;
}
.content-left #col1 ul {
    list-style: disc;
    list-style-position: outside;
    padding-left: 16px;
    text-decoration: none;
    color: #312F2F;
    font-size: 1.2em;
    margin-top: 4px;
}

/** col2 **/
.content-left #col2 .box {
	border: 1px solid #052c8c;
	background: #4dabda url(/fileadmin/templates/images/theme/bg-box-col2.png) no-repeat bottom;
}

.content-left #col2 .box h4 {
	border-bottom: 1px solid #3f4879;
	background: url(/fileadmin/templates/images/theme/bg-h4-col2.png) repeat-x;
}

.content-left #col2 h5 {
	font: bold 1.5em Arial;
	color: #1561ae;
	border-bottom: 1px solid #1561ae;
}

/*.content-left #col2 .box .box-book {*/
.content-left .box .box-book {
	background: url(/fileadmin/templates/images/theme/box-book.png) no-repeat;
	width: 49px;
	height: 49px;
	position: absolute;
	top: 65px;
	left: 165px;
}

.content-left #col2 ul {
    list-style: disc;
    list-style-position: outside;
    padding-left: 16px;
    text-decoration: none;
    color: #312F2F;
    font-size: 1.2em;
    margin-top: 4px;
}

/** col3 **/
.content-left #col3 .box {
	border: 1px solid #318dd6;
	background: #b9dcf2 url(/fileadmin/templates/images/theme/bg-box-col3.png) no-repeat bottom;
}

.content-left #col3 .box h4 {
	border-bottom: 1px solid #3f4879;
	background: url(/fileadmin/templates/images/theme/bg-h4-col3.png) repeat-x;
}

.content-left #col3 h5 {
	font: bold 1.5em Arial;
	color: #489bdb;
	border-bottom: 1px solid #489bdb;
}

/*.content-left #col3 .box .box-spons {*/
.content-left .box .box-spons {
	background: url(/fileadmin/templates/images/theme/box-spons.png) no-repeat;
	width: 49px;
	height: 49px;
	position: absolute;
	top: 65px;
	left: 165px;
}
.content-left #col3 ul {
    list-style: disc;
    list-style-position: outside;
    padding-left: 16px;
    text-decoration: none;
    color: #312F2F;
    font-size: 1.2em;
    margin-top: 4px;
}


.content-left .col img.shaping {
	border: 1px solid #c0c0c0;
	width: 198px;
	height: 158px;
	padding: 0;
}

/*** CONTENT-RIGHT ***/

.content-right .lang {
	margin: 10px 0 63px 48px;
}

.content-right ul.lang {
	list-style-type: none;
}

.content-right ul.lang li {
	float: left;
}

.content-right .lang li a#fr {
	font-size: 1.2em;
	color: #192778;
	background: url(/fileadmin/templates/images/theme/lang-fr.png) no-repeat right;
	padding: 6px 31px 6px 0;
	text-decoration: none;
	float: left;
	position: relative;
	cursor: pointer;
}

.content-right .lang li a#en {
	margin-left: 20px;
	font-size: 1.2em;
	color: #192778;
	background: url(/fileadmin/templates/images/theme/lang-en.png) no-repeat right;
	padding: 6px 31px 6px 0;
	text-decoration: none;
	float: left;
	position: relative;
	cursor: pointer;
}

.content-right blockquote p {
	font: 1.2em Georgia;
	color: #312f2f;
}

.content-right blockquote {
	margin-left: 0;
	margin-right: 0;
}	
	
.content-right .tboone {
	margin: 20px 0 0 -5px;
}

.content-right p {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
}

.content-right a {
	text-decoration: underline;
	color: #222e71;
}

/*
.content-right .banner {
	background-color: aqua;
	height: 601px;
	width: 162px;
	margin: 20px 0;
	border: 1px solid #15255f;
}
*/

/*** EXHIBITION PAGE ***/
.content-left #col4 {
	margin-top: 0;
}

.nav3 li a {
	background: url(/fileadmin/templates/images/theme/exhib-puce.png) no-repeat 15px 14px;
	padding: 8px 11px 20px 30px;
	font: bold 1.3em Arial;
	color: #3791cb;
	border-bottom: 1px solid #3791cb;
	display: block;	
	text-decoration: none;
	width: 159px;
	height: 5px;
}

.nav3 li a:hover {
	background: #3791cb url(/fileadmin/templates/images/theme/exhib-puce-hover.png) no-repeat 15px 14px;
	padding: 8px 11px 20px 30px;
	color: #fff;
	border-bottom: 1px solid #3791cb;
	display: block;	
	text-decoration: none;
}


.nav3 li {
	list-style-type: none;
}


.box-allianz {
	margin: 0 auto;
	background: gray;
	width: 168px;
	height: 168px;
	border: 1px solid #cdcdcd;
}

.content-left #col4 .box {
	margin-top: 25px;
	border: 1px solid #052c8c;
	background: #4dabda url(/fileadmin/templates/images/theme/bg-box-col2.png) no-repeat bottom;
}

.content-left #col4 .box h4 {
	border-bottom: 1px solid #3f4879;
	background: url(/fileadmin/templates/images/theme/bg-h4-col2.png) repeat-x;
}

.content-left #col4 .box .box-exhib {
	background: url(/fileadmin/templates/images/theme/box-exhib.png) no-repeat;
	width: 49px;
	height: 49px;
	position: absolute;
	top: 65px;
	left: 165px;
}

.content-center {
	width: 420px;
	float:left;
	margin-left: 20px;
}

.content-center h5 {
	margin-top: 50px;
	font: bold 1.5em Arial;
	color: #222e71;
	border-bottom: 1px solid #222e71;
}

.content-center .spacerimg {
	margin: 15px 0 20px;
	background-color: #fff;
	padding: 15px 10px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.content-center h5.confirmed  {
	margin-top: 0;
	font: bold 1.5em Arial;
	color: #222e71;
	border-bottom: none;
}

.confirmed-exhib {
	display: block;
	list-style-type: none;
	background: #fff;
	border-top: 1px solid #dededf;
	border-bottom: 1px solid #dededf;
	height: 65px;
}

.confirmed-exhib ul {
	display: block;
}

.confirmed-exhib  li {
	float: left;
}

.confirmed-exhib  li a {
	display: block;
	width: 110px;
	height: 55px;
	margin-top: 10px; 
	float: left;
}

.content-right ul, .content-right li {
	list-style: none;
}

.content-right .bulletin h2 {
	margin-bottom: 220px;
}

.content-right li a.pdf2{
	background: url(/fileadmin/templates/images/theme/ewecbulletin.png) no-repeat top;
	padding: 200px 5px 0;
}

.content-right .downloads li, .content-right .bulletin li {
	text-align: center;
}

.content-right .downloads h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.content-right .downloads li {
	margin-bottom: 10px;
}


#repower {
	background: url(/fileadmin/templates/images/theme/repower.png) no-repeat;
}

#res {
	background: url(/fileadmin/templates/images/theme/res.png) no-repeat;
}

#abb {
	background: url(/fileadmin/templates/images/theme/abb.png) no-repeat;
	width: 80px;
}

#hansen {
	background: url(/fileadmin/templates/images/theme/hansen.png) no-repeat;
}


/*** SITEMAP ***/
ul#sitemap, ul#sitemap ul {
	margin: 0 0 0 15px;
	border-left: 1px dotted #000000;
	padding: 6px 0;
}

ul#sitemap {
	font-size : 1.2em;
	margin: 0 0 0 25px;
}

ul#sitemap li {
	padding: 0 0 0 15px;
	list-style: none;
	background: url(/fileadmin/templates/images/theme/sitemap-puce.png) no-repeat 0 7px;
}


/*** FOOTER ***/
#spacer-footer	{
	height: 175px;
	clear: both;
}


#footer {

	width: 880px;
	margin: -175px auto 0;
	height: 175px;
	position: relative;
}

#footer .upper-footer {
	background: #fff;
	border-top: 1px solid #dededf;
	border-bottom: 1px solid #dededf;
	text-align: center;
	height: 148px;
}

#footer .upper-footer ul {
	display: block;
}


#footer .upper-footer li {
	list-style: none inside;
	font: bold 1.5em Arial;
	color: #000;
	float: left;
/*	text-transform: uppercase; */
	text-decoration: none;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
}

#footer .upper-footer ul li a  {
	font: bold 0.44em Arial;
	color: #626162;
	display: block;
	width: 86px;
	margin-top: 10px; 
	padding-top: 62px;
	text-decoration: none;
}

#footer .upper-footer .supporters {
	color:#999999;
	font-size:1.2em;
	font-weight:normal;
	float: left;
	width: 705px;
	padding: 10px 0 0 20px;
	text-align: left;
}

#footer .upper-footer .organizer {	
	color:#999999;
	font-size:1.2em;
	font-weight:normal;
	float: right;
	width: 150px;
	padding: 10px 0 0 0;
	text-align: left;
}

#footer ul ul {
	border-top:1px dotted;
	font-size:1.3em;
	margin-top:5px;
	}

#footer #ce {
	background: url(/fileadmin/templates/images/theme/ce.png) no-repeat 50% 0;
}

#footer #see {
	background: url(/fileadmin/templates/images/theme/see.png) no-repeat 50% 0;
}

#footer #eawe {
	background: url(/fileadmin/templates/images/theme/eawe.png) no-repeat 50% 0;
}

#footer #gwec {
	background: url(/fileadmin/templates/images/theme/gwec.png) no-repeat 50% 0;
}

#footer #psew {
	background: url(/fileadmin/templates/images/theme/logo_pwea.gif) no-repeat 50% 0;
}

#footer #mggovpl {
	background: url(/fileadmin/templates/images/theme/logo_mggovpl.png) no-repeat 50% 0;
}


#footer #EP {
	background: url(/fileadmin/templates/images/theme/logo_EP.gif) no-repeat 50% 0;
}

#footer #ewea {
background:url("/fileadmin/templates/images/theme/ewea.png") no-repeat scroll 50% 5px transparent;
height:100px;
padding:0;
text-indent:-5000px;
width:143px;
}

#footer .bottom-footer {
	background: #f3f6fb;
	height: 25px;
}

#footer .bottom-footer p {
	padding: 8px 20px 0;
}

#footer .bottom-footer a {
	text-decoration: none;
	color: #3a4682;	
}

#footer .by {
	position:absolute;
	right: 20px;
}


/* Outlook Button */
#addCalendar a {display:block; width: 160px; height: 60px; margin: 10px auto 30px auto; padding: 0; overflow: hidden;}
#addCalendar a img {margin-left: 0;}

/* Countdown Box for banner */
#header .countdownBox {
	background: url("/fileadmin/templates/imgs/counter_bkgrd.png") 0 3px no-repeat;
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	height:40px;
	left:440px;
	position:absolute;
	top:20px;
	width:250px;
	z-index:10000;
}
#header .cntr {
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:20px;
	margin: 3px 5px 0 0;
	padding:5px 0 0;
	text-align:center;
	width:34px;
}
#header h4.countdown  {
	color: #005596; 
	display: block; 
	font-size: 12px;}
#header h4.countdown strong {font-size: 18px; color: #cc2229;}
#header h4.countdown a {
	text-decoration: none; 
	display: block; 
	padding: 5px 10px; 
	/*border: 1px solid #97c3e8; */
	white-space: nowrap;}
#header h4.countdown a:hover {
	/*background: #e4f1fa;*/
	border: 1px solid #005596;}

/* EWEC Wish List */
#underNav3 {margin-top: 30px;}
.wl_heading {margin-bottom: 5px; color: #3A4682;}
.wl_description {font-size: 12px; line-height: 14px; color: #000;}

#underNav3 a#wl_goto_floorplan {
background: url(/fileadmin/templates/images/theme/button_floorplan.gif) 0 0 no-repeat;
border-bottom: 0;
border: 0;
color:#005596;
display:block;
font-family:Arial,sans-serif;
font-size:13px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
height: 24px;
margin: 10px 0 0 0;
padding: 8px 0 0 0;
text-align: center;
text-decoration:none;
width: 138px;
}

#underNav3 a:hover#wl_goto_floorplan {
background: url(/fileadmin/templates/images/theme/button_floorplan.gif) 0 -32px no-repeat;
}

#header .countdownBox {display: none;}