body {
	background-color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}




#wrapper {
	background-color: #fff;
	width: 900px;
	margin: 50px auto;
}

.left {
	width: 140px;
	float: left;
	margin-left: 90px;
	display: inline;	/* workaround for IE double-margin-bug */
}

.right {
	margin-left: 250px;
	border-left: 3px solid #72B4E5;
	width: 450px;
	padding-left: 35px;
}


#header .left,
#header .right {
	height: 80px;
}

#header .left {
	background: url(img/header-bars_2.gif) 0px 0px no-repeat;
}

#header .right {
	background: url(img/header-international_conference.gif) 35px 10px no-repeat;
}

#logo-gtz {
	margin-top: 30px;
}




#title {
	margin: 20px 0;
	height: 50px;
	background: #72B4E5 url(img/title-value_chains_2.gif) 90px 15px no-repeat;
}

#content {
	margin-bottom: 20px;
	position: relative;
}

#content .right {
	min-height: 457px;
	color: #333;
}

* html #content .right {
	height: 457px;
}

#content .right .nospaceafter {
	margin-bottom: 0px;
}

#content .right h1 {
	color: #00c;
	margin-bottom: 15px;
}
#content .right h1.spacing-before {
	margin-top: 20px;
}

#content .right h2 {
	line-height: 160%;
}
#content .right h2 strong {
	color: #72B4E5;
}

#content .right p,
#content .right ul,
#content .right ol {
	line-height: 160%;
	margin-bottom: 1em;
}

#content .right ul {
	list-style: disc outside;
	margin-left: 17px;
}

#content .right ol {
	list-style: decimal outside;
	margin-left: 20px;
}
#content .right table {
	border-collapse: collapse;
	border-top: 1px dashed #ccc;
	margin: 1em 0;
}
#content .right table.program {
	margin-bottom: 2em;
}
#content .right table th,
#content .right table td {
	vertical-align: top;
	padding: .5em 0;
	text-align: left;
	border-bottom: 1px dashed #ccc;
}
#content .right table th {
	font-weight: normal;
	width: 100px;
}

#content .right table td p,
#content .right table td ul,
#content .right table td h3 {
	margin-bottom: 0px;
	line-height: normal;
}


#content .right a {
	color: #999;
}
#content .right a:hover,
#content .right a:active {	
	color: #009;
}

#content .right p.teaser {
	padding: 15px;
	background-color: #dcecf9;
	margin: 1.5em 0 2em;
}


.lang-switch {
	width: 120px;
	height: 1.2em;
	position: absolute;
	top: 0px;
	right: 40px;
	
	font-style: italic;
}
#content .lang-switch a {
	color: #009;
}
#content .lang-switch a:hover,
#content .lang-switch a:active {
	color: #666;
}



#footer {
	padding-left: 250px;
	padding-top: 0px;
	/*background: url(img/footer-on_behalf_of.gif) 288px 0 no-repeat;*/
}

#footer img {
	margin-bottom: 15px;
}



/*
 *	Navigation
 */

#nav-main li {
	display: block;
	width: 140px;
	height: 20px;
	overflow: hidden;
/*
	float: left;
	clear: left;
*/
	margin-bottom: 20px;
	vertical-align: bottom;
}
#nav-main li a {
	display: block;
	width: 140px;
	height: 20px;
	background-repeat: no-repeat;
	line-height: 1em;
}

#nav-main li a:hover,
#nav-main li a:active {
	background-position: 0 -20px;
}
#nav-main li.act a {
	background-position: 0 -40px;
}

#nav-main li#nav-main-home a { background-image: url(img/nav-main-home_2.gif); }
#nav-main li#nav-main-context a { background-image: url(img/nav-main-context_2.gif); }
#nav-main li#nav-main-program a { background-image: url(img/nav-main-program_2.gif); }
#nav-main li#nav-main-followup a { background-image: url(img/nav-main-followup_2.gif); }
#nav-main li#nav-main-specialtopic a { background-image: url(img/nav-main-specialtopic_2.gif); }
#nav-main li#nav-main-venue a { background-image: url(img/nav-main-venue_2.gif); }
#nav-main li#nav-main-hotels a { background-image: url(img/nav-main-hotels_2.gif); }
#nav-main li#nav-main-partner a { background-image: url(img/nav-main-partner_2.gif); }
#nav-main li#nav-main-downloads a { background-image: url(img/nav-main-downloads_2.gif); }
#nav-main li#nav-main-links a { background-image: url(img/nav-main-links_2.gif); }
#nav-main li#nav-main-contact a { background-image: url(img/nav-main-contact_2.gif); }
#nav-main li#nav-main-documentation a { background-image: url(img/nav-main-documentation_2.gif); }
#nav-main li#nav-main-photos a { background-image: url(img/nav-main-photos_2.gif); }
#nav-main li#nav-main-manual a { background-image: url(img/nav-main-manual_2.gif); }

#nav-main-rctlac {
	border-top: 3px solid #72B4E5;
	padding-top: 20px;
	width: 140px;
}
#nav-main-rctlac a {
	display: block;
	width: 140px;
	background: url(img/nav-main-rctlac.gif) no-repeat;
	height: 32px;
}
#nav-main-rctlac a:hover,
#nav-main-rctlac a:active {
	background-position: 0 -32px;
}
#nav-main-rctlac.act a {
	background-position: 0 -64px;
}


/* General Styles */

.hidden {
	display: block;
	width: 0px;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}

.clearfix:after {
        content:".";
        display:block;
        height:0;
        clear:both;
        visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
* html .clearfix {display:block;}
/* End hide from IE Mac */

/* during development */
/*
#footer { background-color: #FFFF99; }

#nav-main li { background-color: #6699CC; }

.left { background-color: #cc0; }
.right { background-color: #cc0; }
*/


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash #content .right h1 {
	visibility: hidden;
	font-size: 21px;
	font-weight: normal;
}

#content .right h1.sIFR-replaced embed {
	margin-top: -10px;
}
#content .right h1.spacing-before.sIFR-replaced embed {
	margin-top: 0px;
}
/*
.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
*/