@font-face {
	font-family:OpenSans;
	src: url('../fonts/OpenSans/OpenSans-Regular.ttf');
}

@font-face {
	font-family:OpenSansBold;
	src: url('../fonts/OpenSans/OpenSans-Bold.ttf');
}

@font-face {
	font-family:OpenSansCondLight;
	src: url('../fonts/OpenSans/OpenSans-CondLight.ttf');
}


@font-face {
	font-family:OpenSansCondBold;
	src: url('../fonts/OpenSans/OpenSans-CondBold.ttf');
}

@font-face {
	font-family:OpenSansSemiBold;
	src: url('../fonts/OpenSans/OpenSans-Semibold.ttf');
}


* {
	font-family: OpenSans;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> HEADER <<<----------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#logo_header {
  background: url(../images/etw_logo_bg.gif) no-repeat bottom;
  height: 114px;
}

#header {
  	position: relative;
	width: 880px;
	margin: 0 auto;
	height: 115px;
	z-index: 1000;

	/*
	background-image:url(../header.png);
	background-repeat: no-repeat;
	*/
}


#header ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;

	list-style: none;
}

.language {text-align:right;}

.language span {
  margin-right: 3px;
}

a#logo {
  float: left;
  width: 490px;
  height: 114px;
  display: block;
}

.menu-header-menu-container {
  float: left;
  width: 390px;
  height: 114px;
}

.menu-header-menu-container li {
  float: left;
  width: 130px;
}

.menu-header-menu-container li a, .menu-header-menu-container li a:visited {
  font-family: Arial,Helvetica,"sans serif";
  font-size: 10px;
  color: #666666;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 60px 0 43px 0;
  background: url(../images/sub_bg.gif) no-repeat;
  display: block;
}

.menu-header-menu-container li a:hover, .menu-header-menu-container li a:active {
  color: #ff9f00;
  background: url(../images/sub_bg_on.gif) no-repeat;
}

.menu-header-menu-container li.last a:hover{
  color: #ff9f00;
  background: url(../images/sub_bg_last_on.gif) no-repeat;
}

.menu-header-menu-container li.aktiv {
  font-family: Arial,Helvetica,"sans serif";
  padding: 60px 0 43px 0;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #ff9f00;
  background: url(../images/sub_bg_on.gif) no-repeat;
}

.menu-header-menu-container li.aktiv-last {
  font-family: Arial,Helvetica,"sans serif";
  padding: 60px 0 43px 0;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #ff9f00;
  background: url(../images/sub_bg_last_on.gif) no-repeat;
}

#header_pic {
  /*height: 291px;*/
  margin-top: 15px;
}

/**************************************
#header {
	position: relative;
	
	width: 890px;
	margin: 0 auto;
	height: 115px;
	background-image:url(../header.png);
	background-repeat: no-repeat;
}
***************************************/

#header-rainbow {
	background-image: url(../images/raibow.png);
	height: 6px;
	width: 100%;
	position: relative;
}


#main {
	position: relative;
	top: 0px;
	
	width:880px;
	margin-left:auto;
	margin-right:auto;
	background-color:#292829;
	background-image: url(../images/graynoise.png);
	height: 2800px;
}

#unesco {
	height: 200px;
	padding: 20px;
	background-image: url(../images/sharenoise.png);
	position: relative;
}

#unesco .text {
	position: absolute;
	top: 50px;
	left: 250px;
	right: 40px;
	color: #626262;
}

#unesco .text a {
	text-decoration: underline;
}

#abstractwrapper {
	position: relative;
	height: 190px;
	padding: 10px 0px;
	width: 880px;
	background-image: url(../images/scanlines.png);
}

#abstractcontainer {
	position: relative;
	height: 190px;
	overflow:hidden;
}

#abstract {
	position: relative;
	height: 820px;
	width: 880px;
	background-image: url(../images/blacknoise.png);
	
	padding: 30px 25px;	
}

#abstract-title {
	font-family: OpenSansCondBold;
	color: white;
	text-transform: uppercase;
	font-size: 35px;
}

#abstract-icon {
	background-image:url(../images/abstracticon.png);
	width: 137px;
	height: 135px;
	position: absolute;
	right: 55px;
	top: 30px;
	
}

#abstract-intro {
	color: #cecece;
	width: 100%;
	font-size: 25px;
	font-family: OpenSansCondLight;
	letter-spacing: 0.1em;
}

.abstract-green {
	display: inline;
	color: #c5ffb5;
	font-family: OpenSansCondLight;
}

.abstract-section {
	color: white;
	position: relative;
	margin-top: 40px;
	width: 700px;
}

.abstract-section .title {
	font-family: OpenSansCondBold;
	text-transform: uppercase;
	font-size: 1.7em;
}

.abstract-section .content {
	font-size: 0.9em;
	line-height: 1.5em;
}

#abstract-learnmore {
	color: white;
	margin: 10px 25px 0px;
	cursor: pointer;
	width: 200px;
	position: absolute;
	bottom: 10px;
	font-size: 1em;
}


#video {
	position: relative;
		
	width:879px;
	height:620px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/graynoise.png);
}

/* 730 443 */

#video-logo {
	width: 879px;
	height: 130px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	top:10px;
}

#video-bg {
	width: 879px;
	height: 620px;
	position: relative;
	background-image: url(../images/earth.png);
	background-position: top center;
	background-repeat: no-repeat;
	top:-81px;
}

#video-youtube {
	position: absolute;
	top: 149px;
	width: 730px;
	height: 420px;
	left: 73px;
}

#video-social {
	width: 100%;
	height: 20px;
	top: -44px;
	position: relative;
	left: 65px;
	background-repeat: no-repeat;
}

#activitieswrapper {
	position: relative;
	width: 100%;
}

.activity {
	position: relative;
	width: 100%;
}

.activity .title {
	position: relative;
	width: 100%;
	height: 50px;
	background-image: url(../images/greentexture.png);
	background-repeat: no-repeat;
	padding-left: 25px;
}

.activity .title .stub {
	position: absolute;
	background-image: url(../images/stub.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 60px;
	left: -6px;
}

.activity .title .main {
	position: relative;
	line-height: 50px;
}

h1 {
	font-family: OpenSansCondBold;
	font-size: 1.20em;
	color: white;
	text-transform:uppercase;
	margin: 0px;


	display: block;
	color: #67b056;
	background-image:url(../images/whiteCircle.png);
	background-position: 0 7;
	background-repeat: no-repeat;
	padding-left: 14px;
}

h1 .text {
	margin-left: 15px;
	color: white;
	display: inline;
	text-transform:uppercase;
	font-family: OpenSansCondBold;
}

.activity .title .signup {
	position: absolute;
	top: 0px;
	right: 70px;
	color: white;
	line-height: 50px;
}

.benext {
	display: inline;
	text-decoration: underline;
	cursor: pointer;
}

.activity .body {
	position: relative;
	height: 275px;
	overflow: hidden;
}

.body .image {
	width: 225px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 225px;
	padding: 25px 15px;
	background-image:url(../images/scanlines.png);
}

.body .content {
	position: absolute;
	left: 255px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	padding: 15px;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #3a3a3a;
}

.body .countmein {
	height: 36px;
	width: 134px;
	padding: 10px;
	position: absolute;
	right: 15px;
	bottom: 0px;
	background-image: url(../images/scanlines.png);
	cursor: pointer;
}

.buttonbackground {
	width: 154px;
	height: 56px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/buttonbackground.png);
	background-repeat: no-repeat;
	background-position: center center;
	
	color: white;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.25em;
	font-family: OpenSansCondBold;
	line-height: 56px;
}

.body .content .learnmore {
	display: inline;
	color: #67b056;
	font-weight: bold;
	cursor: pointer;
}

#footer {
	width: 880px;
	overflow: hidden;
	margin: -6px auto 0px;
}


#footerdivider {
	background-image: url(../images/footergraybar.png);
	position: relative;
	width: 100%;
	height: 9px;
}


#footerrainbow {
	background-image: url(../images/raibow.png);
	height: 6px;
	width: 100%;
	position: relative;
}

#footertext {
	padding: 26px 0px;
	position:relative;
	width: 100%;
	text-align:center;
	color: #222;
	font-size: 0.7em;
}


#lightbox {
	 width:500px;
	 height:380px;
	 display:none;
	 background-image: url(../images/graynoise.png);
}

#lightbox-rainbow-top {
	background-image: url(../images/raibow.png);
	width: 500px;
	height: 6px;
	position: relative;
}

#lightbox-rainbow-bottom {
	background-image: url(../images/raibow.png);
	width: 500px;
	height: 6px;
	position: absolute;
	bottom: 0px;
}


#lightbox-header {
	height: 50px;
	padding-bottom: 10px;
	position: relative;
	width: 100%;
	background: url(../images/scanlines.png);
}

#lightbox-header-title {
	background: url(../images/greentexture.png);
	width: 481px;
	text-transform: uppercase;
	font: OpenSansCondBold;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	position: relative;
	left: -1px;
}



#lightbox .countmein {
	height: 36px;
	width: 134px;
	padding: 10px;
	position: relative;
	left: 150px;
	margin-top: 15px;
	background-image: url(../images/scanlines.png);
	cursor: pointer;
	margin-bottom: 15px;
}

#lightbox-footnote {
	position: absolute;
	height: 60px;
	width: 480px;
	background-image: url(../images/blacknoise.png);
	color: white;
	font-family: OpenSans;
	font-size: 0.9em;
	line-height: 25px;
	padding-left: 20px;
	bottom: 6px;
}

#lightbox-form {
	margin-left: 35px;
	font-family: OpenSans;
}

#lightbox-form tr {
	height: 40px;
}


a {
	color: inherit;
	text-decoration: inherit;
}




#path {
	position: relative;
	height: 66px;
	width: 890px;
	padding: 10px 0px;
	margin: 0 auto;
	top: -5px;
}

#path-logo {
	position: relative;
	height: 66px;
	width: 215px;
	margin-left: 15px;
	background-image: url(../images/commitmentlogo.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#path-text {
	position: absolute;
	line-height: 66px;
	top: 10px;
	left: 240px;
	padding-left: 10px;
	border-left: solid thin #cecece;
	font-family: OpenSans;
}

.path-link {
	color: green;
	display: inline;
}


#commitment-main {
	position: relative;
	top: 0px;
	
	width:880px;
	margin-left:auto;
	margin-right:auto;
	background-color:#292829;
	/* background-image: url(../images/sidemenu.jpg); */
	background-image: url(../images/graynoise.png);
	height: 585px;
}

.image-wrapper {
	position: relative;
	height: 271px;
	padding: 10px 0px;
	background-image: url(../images/scanlines.png);
	top: -4px;
}

.commitment-activity {
	position: relative;
	width: 100%;
}

.commitment-activity .title {
	position: relative;
	width: 100%;
	height: 54px;
	top: -2px;
	background-image: url(../images/greenheaderonly.png);
	background-repeat: no-repeat;
	padding-left: 25px;
}



.commitment-activity .title .leftstub {
	position: absolute;
	background-image: url(../images/leftstub.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 60px;
	left: -6px;
	top: 2px;
}

.commitment-activity .title .rightstub {
	position: absolute;
	background-image: url(../images/rightstub.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 60px;
	right: 16px;
	top: 2px;
}

.commitment-activity .title .main {
	position: relative;
	line-height: 50px;
}


.commitment-activity .title .signup {
	position: absolute;
	top: 0px;
	right: 70px;
	color: white;
	line-height: 50px;
	font-family: OpenSans;
}

.benext {
	display: inline;
	text-decoration: underline;
	cursor: pointer;
}

.commitment-activity .content {
	position: relative;
	padding: 20px 25px;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #3a3a3a;
	width: 550px;
	height: 120px;
	font-family: OpenSans;
}

.commitment-activity .count {
	position: absolute;
	width: 154px;
	right: 68px;
	top: 348px;
	bottom: 37px;
	height: 217px;
	
	text-align: center;
}

.count .count-number {
	font-family: OpenSansCondBold;
	font-size: 2em;
	line-height: 1em;
	color: #3a3a3a;
}

.count .count-text {
	font-family: OpenSansCondLight;
	font-size: 1em;
	color: #3a3a3a;
}

.commitment-activity .countmein {
	height: 36px;
	width: 134px;
	padding: 10px;
	position: relative;
	top: 15px;
	right: 0px;
	bottom: 0px;
	background-image: url(../images/scanlines.png);
	cursor: pointer;
}

.commitment-activity .buttonbackground {
	width: 154px;
	height: 56px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/buttonbackground.png);
	background-repeat: no-repeat;
	background-position: center center;
	
	color: white;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.25em;
	font-family: OpenSansCondBold;
	line-height: 56px;
}

#details {
	width: 880px;
	position: relative;
	margin-top:30px;
}

#details-bar {
	position: relative;
	width: 100%;
	height: 47px;
	background-image: url(../images/blacknoise.png);

	text-transform: uppercase;
	text-align: center;
	color: white;
	line-height: 47px;
	font-size: 1.5em;
}

#details-bar * {
	font-family: OpenSansCondBold;
}


#details-bar .left-section {
	position: relative;
	width: 440px;
}

#details-bar .right-section {
	position: absolute;
	width: 440px;
	right: 0px;
	top: 0px;
}



#details-content {
	position: relative;
	width: 100%;
	padding-bottom:20px;
}


#details-content * {
	font-family: OpenSans;
	font-size: 0.8em;
	line-height: 1.7em;
}

#details-content .left-section {
	position: relative;
	width: 400px;
	padding: 20px;
}

#details-content .right-section {
	position: absolute;
	width: 400px;
	right: 0px;
	top: 0px;
	padding: 20px;
}

#details-content .right-section a {
	text-decoration: underline;
	font-size: 1em;
}


.details-divider {
	position: absolute;
	width: 10px;
	top: 0px;
	bottom: 0px;
	left: 435px;
	padding: 0px;
	background-image: url(../images/scanlines.png);
}


#confirmation-main {
	position: relative;
	top: 0px;
	
	width:880px;
	margin-left:auto;
	margin-right:auto;
	background-color:#292829;
	/* background-image: url(../images/sidemenu.jpg); */
	background-image: url(../images/graynoise.png);
	height: 0px;
}

.confirmation-image-wrapper {
	position: relative;
	height: 256px;
	padding: 10px 0px;
	background-image: url(../images/scanlines.png);
	top: -4px;
}

.confirmation-activity {
	position: relative;
	width: 100%;
}

.confirmation-activity .title {
	position: relative;
	width: 100%;
	height: 54px;
	top: -2px;
	background-image: url(../images/greenheaderonly.png);
	background-repeat: no-repeat;
	padding-left: 25px;
}


.confirmation-activity .title .leftstub {
	position: absolute;
	background-image: url(../images/leftstub.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 60px;
	left: -6px;
	top: 2px;
}

.confirmation-activity .title .rightstub {
	position: absolute;
	background-image: url(../images/rightstub.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 60px;
	right: 16px;
	top: 2px;
}

.confirmation-activity .title .main {
	position: relative;
	line-height: 50px;
}


.confirmation-activity .title .signup {
	position: absolute;
	top: 0px;
	right: 70px;
	color: white;
	line-height: 50px;
	font-family: OpenSans;
}

#confirmation-details {
	width: 880px;
	position: relative;
	top:-6px;
	background-image: url(../images/graynoise.png);
}

#confirmation-details .share {
	background-image: url(../images/sharenoise.png);
	height: 150px;
	padding: 30px 20px;
	color: #474747;
	position: relative;
}


#confirmation-details .share .buttons {
	position: absolute;
	left: 0px;
	right: 0px;
	height: 56px;
	padding: 12px;
	background-image: url(../images/scanlines.png);
	margin-top: 25px;
}



#confirmation-details .share .buttons * {
	cursor: pointer;
	height: 56px;
	width: 273px;
	float: left;
	margin-right: 12px;
}

#confirmation-details .share .buttons .facebook {
	background-image: url(../images/facebook.png);
}


#confirmation-details .share .buttons .twitter {
	background-image: url(../images/twitter.png);
}


#confirmation-details .share .buttons .email {
	background-image: url(../images/email.png);
}



#confirmation-details .tellfriends {
	text-transform: uppercase;
	font-size: 1.6em;
	display: block;
	font-family: OpenSansCondBold;
}



#confirmation-details .bar {
	width: 100%;
	height: 12px;
	background-image: url(../images/scanlines.png);
}

#confirmation-details-bar {
	position: relative;
	width: 857px;
	height: 47px;

	padding-left: 23px;

	background-image: url(../images/blacknoise.png);

	text-transform: uppercase;
	font-family: OpenSansCondBold;
	text-align: center;
	color: white;
	line-height: 47px;
	font-size: 1.5em;

	text-align: left;
}


#confirmation-details-content {
	position: relative;
	width: 100%;
}


#confirmation-details-content {
	font-family: OpenSans;
	font-size: 0.8em;
	line-height: 1.7em;
	height: 400px;
}

.beg-text {
	font-family: OpenSans;
	display: inline;
	font-weight: bold;
	font-size: 1em;
}

#confirmation-details-content .left-section {
	position: relative;
	width: 300px;
	padding: 20px;
	font-size: 1.5em;
	line-height: 1.5em;
}

#confirmation-details-content .right-section {
	position: absolute;
	width: 500px;
	right: 0px;
	top: 0px;
	padding: 20px;
	font-size: 1em;
}

#confirmation-details-content .right-section a {
	text-decoration: underline;
}


#confirmation-details-content .left-section .beg-text {
	font-family: OpenSansCondBold;
	text-transform: uppercase;
	font-size: 1.2em;
}


#confirmation-details-content .details-divider {
	position: absolute;
	width: 10px;
	top: 0px;
	bottom: 0px;
	left: 325px;
	padding: 0px;
	background-image: url(../images/scanlines.png);
}


.guide-button-wrapper {
	height: 36px;
	padding: 10px;
	background-image: url(../images/scanlines.png);
	float: left;
}

.guide-button-left {
	background-image: url(../images/leftorangestub.png);
	width: 4px;
	height: 36px;
	float: left;
}

.guide-button-main {
	background-color: #FF9908;
	height: 36px;
	float: left;

	color: white;
	font-size: 1.5em;
	text-transform: uppercase;
	font-family: OpenSansCondBold;
	line-height: 36px;
	padding: 0px 5px;
}

.guide-button-right {
	background-image: url(../images/rightorangestub.png);
	width: 4px;
	height: 36px;
	float: left;
}