
/*** 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(http://www.ewec2011.info/fileadmin/templates/images/theme/bg-site-bottom.png) repeat-x 0 100%;
	min-height: 100%;
}

body {
	/*background: url(http://www.ewec2011.info/fileadmin/templates/images/theme/bg-site-top.png) repeat-x 0 0; JASON HIDE: changing background to EWEA grey*/
	background: #D3DBE3;
	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(http://www.ewec2011.info/fileadmin/templates/images/theme/bg-page.png);
	width: 880px;
	margin: 0 auto;
	padding: 0 10px;
	min-height: 100%;
}

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

#content {
		/* background: url(http://www.ewec2011.info/fileadmin/templates/images/theme/bg-content-right.png) repeat-y right; 
		  JASON HIDE: changing background to white */
		background: #fff;
		min-height: 800px;
}

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

/*** HEADER ***/

#header h1 a {
	background: url(http://www.ewec2011.info/fileadmin/templates/images/theme/logo_EWEC2011.png) 0 0 no-repeat;
	display: block;
	width:260px;
	height:110px;
	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(http://www.ewec2011.info/fileadmin/templates/images/theme/logo_polish.gif) 0 0 no-repeat;}


/*** NAVIGATION ***/
#header #nav {
	background: url(http://www.ewec2011.info/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(http://www.ewec2011.info/fileadmin/templates/images/theme/bg-nav-hover.png) repeat-x;
	color: #1d2b7d;
}

#header ul li.active a {
	background: url(http://www.ewec2011.info/fileadmin/templates/images/theme/bg-nav-hover.png) repeat-x;
	color: #1d2b7d;
}
/*SUblevel no background */
#header ul li.active li a {
	background: url(http://www.ewec2011.info/fileadmin/templates/images/theme/none.png) repeat-x;
}
#header ul li.active li a:hover {
	background: url(http://www.ewec2011.info/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(http://www.ewec2011.info/fileadmin/templates/icons/icon_register.png) 0 2px no-repeat;
	height: 22px;
	margin: 0 15px 0 0;
}

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



/*** CONTENT ***/
.content-left {
	/* background: url(http://www.ewec2011.info/fileadmin/templates/images/theme/bg-content-top.png) repeat-x top;
	  JASON HIDE: changing background to white */
	background: #fff;
	width: 640px;
	float: left;
	padding: 20px 20px 0;
}

.content-right {
	background: #e4ebf5 url(http://www.ewec2011.info/fileadmin/templates/images/theme/bg-content-right-top.png) repeat-x top;
	width: 164px;
	float: right;
	padding: 0 18px 30px;
	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: #5c9631;
	border-bottom: 1px solid #5c9631;
}

/*#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(http://www.ewec2011.info/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(http://www.ewec2011.info/fileadmin/templates/images/theme/bg-box-col1.png) no-repeat bottom;
}

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

/*.content-left #col1 .box .box-reg {*/
.content-left .box .box-reg {
	background: url(http://www.ewec2011.info/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(http://www.ewec2011.info/fileadmin/templates/images/theme/bg-box-col2.png) no-repeat bottom;
}

.content-left #col2 .box h4 {
	border-bottom: 1px solid #3f4879;
	background: url(http://www.ewec2011.info/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(http://www.ewec2011.info/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(http://www.ewec2011.info/fileadmin/templates/images/theme/bg-box-col3.png) no-repeat bottom;
}

.content-left #col3 .box h4 {
	border-bottom: 1px solid #3f4879;
	background: url(http://www.ewec2011.info/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(http://www.ewec2011.info/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(http://www.ewec2011.info/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(http://www.ewec2011.info/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-transform: none;
	text-decoration: underline;
	color: #222e71;
}

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

.content-right .banner div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
margin-left:0;
}


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

.nav3 li a {
	background: url(http://www.ewec2011.info/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(http://www.ewec2011.info/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(http://www.ewec2011.info/fileadmin/templates/images/theme/bg-box-col2.png) no-repeat bottom;
}

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

.content-left #col4 .box .box-exhib {
	background: url(http://www.ewec2011.info/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(http://www.ewec2011.info/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(http://www.ewec2011.info/fileadmin/templates/images/theme/repower.png) no-repeat;
}

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

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

#hansen {
	background: url(http://www.ewec2011.info/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(http://www.ewec2011.info/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;  JASON HIDE: changing background to white*/
	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: 50px;
	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(http://www.ewec2011.info/fileadmin/templates/images/theme/ce.png) no-repeat 50% 0;
}

#footer #edora {
	background: url(http://www.ewec2011.info/fileadmin/templates/images/theme/edora.gif) no-repeat 50% 10px;
	width: 130px;
}

#footer #ode {
	background: url(http://www.ewec2011.info/fileadmin/templates/images/theme/ode.gif) no-repeat 50% 5px;
	width: 130px;
}

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

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

#footer #ewea {
background:url("http://www.ewec2011.info/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 0 30px 0; padding: 0; overflow: hidden;}
#addCalendar a img {margin-left: 0;}

#content .tx-felogin-pi1 {font-size: 12px;}
#content .tx-felogin-pi1 h3 {font-size: 14px; font-weight: bold; color: #222E71; border: 0; margin: 20px 0 20px 0;}
#content .tx-felogin-pi1 fieldset {margin: 10px 0 0 0; border: 1px solid #5C9631; padding: 10px;}
#content .tx-felogin-pi1 legend {color: #5C9631;}
#content .tx-felogin-pi1 .feUsername {font-weight: bold; font-size: 13px;}
#content .tx-felogin-pi1 .feSubmit {margin: 15px 0 0 0; background: #5C9631; color: #fff;}
.feLogout {float: right; background: #5C9631; color: #fff;}


/* EXHIBITOR ZONE */
#exhibZoneButtons p.bodytext {
background: url(http://www.ewec2011.info/fileadmin/templates/images/buttons/exZoneButton_r.jpg) #84a03b;
color: #fff;
display: block;
float: left;
font-family: myriad pro, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
height: 70px;
margin: 0 10px 10px 0;
position: relative;
text-align: center;
text-decoration: none;
vertical-align: middle;
width: 200px;
}
#exhibZoneButtons p.bodytext a.exzoneButton {
background: url(http://www.ewec2011.info/fileadmin/templates/images/buttons/exZoneButton.jpg) #84a03b;
color: #fff;
display: block;
float: left;
font-family: myriad pro, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
height: 45px;
padding: 25px 0 0 0;
text-align: center;
text-decoration: none;
vertical-align: middle;
width: 200px;
}
#exhibZoneButtons p.bodytext a.alert {
background: none;
color: #ff0;
display: block;
float: none;
font-family: myriad pro, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
height: auto;
padding: 0;
position: absolute;
left: 35px;
bottom: 10px;
text-align: left;
text-decoration: none;
width: auto;
}
#exhibZoneButtons p.bodytext a.exzoneButton:hover {
background: none;
}
