*, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0;
	padding: 0;
	color: #404040;
}
body {
	background-color: #cccccc;
	padding-bottom: 10px;
}
a, a em, a i, a b {
	color: #e3671b;
	/* color: #339933; */
	text-decoration:none;
}
a:hover, a:hover em, a:hover i, a:hover b {
	color: #000000;
}
a img {
	border:none;
}
.clearer {
	clear: both;
}

#container {
	width: 955px;
	margin:10px auto 0;
	/* background-color: #e9e9e9; */
	background:url(../images/bgall.jpg) no-repeat #f0f0f0;
}

/* header and nav */
#langnav {
	list-style-type:none;
	width: 240px;
	height: 20px;
	padding-top: 1px;
	float: right;
}
#langnav li {
	float: left;
	margin-top: 2px;
	margin-right: 10px;
}
#langnav li a {
	color: #000;
}
#langnav li a:hover, #langnav li.act a {
	color: #FFF; 
}
#langnav li.act a {	
	color: #FFF;
	font-weight:bold;
}
#langnav li.inact {
	color: #CCCCCC;
}
#langnav li p {
	margin: 0;
	padding: 0;
}
#langnav .csc-textpic {
	margin-top: -1px;
}

#header {
	clear:both;
	margin-bottom: 47px;
}
#logo {
	width: 200px;
	height: 152px;
	margin-left: 37px;
	float:left; 
	background:url(../images/logo_bg.png) no-repeat;
}
#getactivenav {
	float: right;
	width: 140px;
	list-style-type:none;
	margin-top: 152px;
}
#getactivenav li {
	padding: 0 0 8px 0;
}
#getactivenav li a {
	display:block;
	padding-left: 15px;
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
	background: url(../images/arrow_white.gif) no-repeat;
}
#getactivenav li a:hover, #getactivenav li.act a {
	color: #000000;
	background-image: url(../images/arrow_black.gif);
}
#mainnav {
	list-style-type:none;
	float:left;
	width: 750px;
	padding-left: 37px;
}
#mainnav li {
	float:left;
	padding-right: 25px;
}
#mainnav li a {
	color: #FFFFFF;
	font-size:12px;
}
#mainnav li a:hover,#mainnav li.act a {
	color: #000000;
}

/* home content area layout */
#content-widest {
	padding-left: 37px;
	padding-right: 38px;
	clear:both;
}
.four-columns, .three-columns {
	clear:both;
}
.four-columns .column, .three-columns .column {
	width: 200px;
	margin-right: 20px;
	float:left;
}
.three-columns .column-double {
	width: 420px;
	margin-right: 20px;
	float:left;
}
.column-last {
	margin-right: 0;
}


/* normal content area layout */
#content-container {
	background:url(../images/bg_leftnav.gif) repeat-y;
	padding-left: 37px;
	clear:both;
}
#leftnav {
	float:left;
	background:url(../images/corner_nav_top.gif) no-repeat;
	width:200px;
}
#content {
	float:left;
	width: 422px;
	padding: 0 37px;
}
#content-right {
	float:left;
	width: 185px;
}
#content-clearer {
	clear:both;
	background:url(../images/corner_nav_bottom.gif) no-repeat;
	height:16px;
}

/* subnavigation left */
#leftnav ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px 0;
}
#leftnav ul li {
	border-bottom: 1px solid #f5963b;
}
#leftnav ul li a {
	display:block;
	padding: 6px 10px;
}
#leftnav ul li.act a {
	color:#000000;
}
#leftnav ul li.level2 {
	padding-left: 20px;
}
#leftnav ul li.level2 a {
	font-size:10px;
}

/* content */
h1 {
	font-weight:normal;
	font-size:18px;
	color:#000000;
	margin-top:18px;
}
h1 a {
	font-size: 18px;
}
h1.csc-firstHeader {
	margin-top:0;
	margin-bottom: 9px;
}
h2, h2 a {
	margin-top: 9px;
	margin-bottom: 3px;
	font-size:13px;
	color:#000000;
	font-weight:bold;
}
h2 a {
	color: #e3671b;
}
h3 {
	margin-top: 3px;
	font-size:11px;
	color: #000000;
	font-weight:bold;
}
p {
	padding-top: 2px;
	padding-bottom: 3px;
	line-height:1.3em;
}
table {
	width: 100%;
	padding: 0;
	margin: 0;
	vertical-align:top;
	border-collapse:collapse;
	border-spacing:0;
}
td {
	border: 1px solid #DF842B;
	padding: 5px;
	margin: 0 0 0 0;
	vertical-align:top;
}
#content ul, #content-right ul, #content-left ul, #content-widest ul {
	list-style-type:none;
	padding: 3px 0 3px 10px;
}
#content ul li, #content-right ul li, #content-left ul li, #content-widest ul li {
	padding-left: 15px;
	font-size: 11px;
	color:#404040;
	background: url(../images/dash.gif) no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
}
/* remove dash from images */
#content .csc-textpic ul, #content-right .csc-textpic ul, #content-left .csc-textpic ul, #content-widest .csc-textpic ul {
	padding: 0;
}
#content .csc-textpic ul li, #content-right .csc-textpic ul li, #content-left .csc-textpic ul li, #content-widest .csc-textpic ul li {
	padding: 0 5px 5px 0;
	margin: 0;
	background:none;
}

.csc-frame-frame1 {
	background: url(../images/corner_bottom_right.gif) no-repeat bottom right;
	border-top: 1px solid #b77230;
	border-left: 1px solid #b77230;
	margin-bottom:8px;
}
.csc-frame-frame1 p, .csc-frame-frame1 h2 {
	padding-left: 6px;
	padding-right: 6px;
}

.csc-frame-frame1 h1 {
	/*background-color: #f5963b;*/
	background-color: #b77230;
	border-right: 1px solid #b77230;
	margin-top: 0;
	margin-bottom: 4px;
	padding: 6px;
	font-size: 11px;
	color:#FFFFFF;
}
/* styles for last column on home-page */
.column-last .csc-frame-frame1 h1 {
	background-color: transparent;
	margin-bottom: 5px;
}
.column-last .csc-frame-frame1 {
	padding-bottom: 6px;
}

.csc-linkToTop {
	margin-bottom: 10px;
}

/* filelist */
#content ul.filelist, #content-right ul.filelist, #content-left ul.filelist {
	padding-left: 0;
}
#content .csc-frame-frame1 ul.filelist,#content-right .csc-frame-frame1 ul.filelist, #content-left .csc-frame-frame1 ul.filelist {
	padding-left: 6px;
}
#content ul.filelist li, #content-right ul.filelist li, #content-left ul.filelist li {
	margin-bottom: 4px;
	margin-top: 2px;
	background-image:none;
	padding-left: 0;
}
#content ul.filelist li a, #content-right ul.filelist li a, #content-left ul.filelist li a{
	background-image: url(../../../typo3/gfx/fileicons/default.gif);
	background-repeat:no-repeat;
	padding-left: 23px;
}
ul.filelist li a.pdf {
	background-image: url(../../../typo3/gfx/fileicons/pdf.gif) !important;
}
ul.filelist li a.doc {
	background-image: url(../../../typo3/gfx/fileicons/doc.gif) !important;
}
ul.filelist li a.gif {
	background-image: url(../../../typo3/gfx/fileicons/gif.gif) !important;
}
ul.filelist li a.jpg {
	background-image: url(../../../typo3/gfx/fileicons/jpg.gif) !important;
}
ul.filelist li a.xls {
	background-image: url(../../../typo3/gfx/fileicons/xls.gif) !important;
}

/* forms and powermail */
fieldset {
	border: 1px solid #B77230;
	padding: 10px 10px 0 5px;
	margin-bottom: 10px;
}
legend {
  padding: 0 5px 8px 5px;
  font-weight:bold;
}
label {
	float:left;
	width: 95px;
	padding-left: 5px;
}
input, select, textarea {
	display:inline;
	color: #000000;
	border: 1px solid #CCCCCC;
}
select {
	font-size: 10px;
	height: 15px;
}
.tx_powermail_pi1_fieldwrap_html {
	padding-bottom: 10px;
}
.powermail_mandatory_js {
	padding-left: 100px;
	color: #FF3300;
}
.validation-failed {
	border: 1px solid #FF3300;
}
.powermail_check, .powermail_radio {
	float: left;
	width: 15px;
	margin: 0 0 5px 5px;
	display: inline;
}
.powermail_check_inner input {
	border: 0 !important;
}
.tx_powermail_pi1_fieldwrap_html_check label, .tx_powermail_pi1_fieldwrap_html_radio label {
	width: 375px;
	float: right;
	margin-bottom: 5px;
}
.powermail_check_inner, .powermail_radio_inner {
	clear:both;
}
.tx_powermail_pi1_fieldwrap_html_check, .tx_powermail_pi1_fieldwrap_html_radio {
	margin-bottom: 15px;
}
.tx_powermail_pi1_fieldwrap_html_checkbox_title, .tx_powermail_pi1_fieldwrap_html_radio_title {
	padding-left: 5px;
	font-weight:bold;
}
.powermail_submit {
	margin-left: 5px;
	margin-top: 15px;
	padding: 3px;
	font-size: 12px;
}
.calendar table {
	width: auto;
}
.tx_powermail_pi1_fieldwrap_html_date span div {
	padding-left: 100px;
	font-size: 10px;
}

/* footer */
#footer {
	clear:both;
	background:url(../images/bg_footer.gif) no-repeat bottom;
	height: 68px;
	width: 918px;
	padding: 40px 0 0 37px;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #000000;
}
#footer #footer-left {
	width: 400px;
	float:left;
}
#footer #footer-right {
	width: 185px;
	float:right;
	padding-top: 42px;
}
#footer #footer-right a img{
	border: 0 !important;
}

/* news */
.news-latest-item, .news-list-item {
	padding-bottom: 10px;
}
.news-latest-date, .news-list-date {
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
}
.news-latest-item h3, .news-featured-item  h3 {
	margin-top: 0;
	padding-top: 0;
}
.news-more-link a {
	background: url(../images/arrow.gif) no-repeat;
	padding-left: 10px;
	margin-left: 10px;
}
.news-more-link a:hover {
	background-image: url(../images/arrow_black.gif);
}
.news-single-timedata {
	color: #404040;
	font-weight: bold;
	margin-bottom: 9px;
}
.news-single-backlink {
	margin-top: 20px;
}
.news-amenu-container {
	
}
.news-amenu-container ul {
	padding-left: 6px !important;
	padding-top: 0 !important;
}
#content-right .news-amenu-container ul li{
	margin-left: 2px;
	background-image:url(../images/arrow_black.gif);
}
#content-right .news-amenu-container ul li.news-amenu-item-year {
	font-weight:bold;
	color:#000000;
	background-image:none;
	margin-left:0;
	padding-left:0;
	padding-top: 6px;
}

/* featured projects */
#c827 {
	padding-top: 20px;	
}
.news-featured-item {
}
.news-featured-image {
	width: 200px;
}
.news-featured-content {
}
.news-featured-content h3 {
	padding-top: 6px;
}

/* projects  list */
.news-projects-list-image {
}
.news-projects-list-container td h3 {
	margin-top: 0;
	padding-top: 0;
}
.news-projects-list-container td {
	border-right: none;
	border-left:none;
	padding-left: 0;
	padding-right: 10px;
}
.news-projects-list-cost {
	padding-right: 0;
}

/* projects details */
.news-single-item {
	margin-top: 20px;
}
.news-projects-detail-overview {
	float:left;
	width: 200px;
	margin-right: 20px;
	min-height: 315px;
	padding-bottom: 5px;
}
.news-projects-detail-overview table td {
	border:none;
}
.news-projects-detail-overview table td.title {
	font-weight:bold;	
}
.news-projects-detail-overview h2.contact-person-title {
	border-top: 1px solid #B77230;
	padding-top: 12px;
}

/*
.news-projects-detail-contactimage {
	float:right;
	width: 100px;
	margin-right: 6px;
	margin-left: 10px;
	margin-top: 6px;
}
*/
.news-projects-detail-description {
	float:left;
	width: 200px;
	margin-right: 20px;
}
.news-projects-detail-description h2 {
	margin-bottom: 6px;
}
.news-projects-detail-description h2.project-description {
	margin-top: 0;
}

.news-single-item .news-single-img {
	float: left;
	width: 434px;
}

/* gallery project detail */
.carousel .label {
	color: #FFFFFF;
	font-size: 10px !important;
	bottom: 2px !important;
}
.carousel .label .number {
	font-size: 10px !important;
}
#lbNumber  {
	color: #CCCCCC;
	font-style:italic;
	padding: 0 10px 0 0 !important;
}
#lbTitle {
	color: #FFFFFF;
	margin-right: 90px;
	padding-bottom: 10px;
	font-weight:normal !important
}
#lbCloseLink {
	position:absolute !important;
	right: 10px;
	padding-bottom: 10px;
	background-image:url(../images/closelightbox.gif) !important;
} 
.jdGallery a.open:hover {
	background-image: url(../images/open.png) !important;
}
* html .jdGallery a.open:hover {
	background-image: url(../imgages/open.gif) !important;
}

 
/* programs */
.news-programs-list-container ul {
	padding-left: 0 !important;
}



/* tt_address (team) */
.address-item {
	clear:both;
	width: 422px;
}
.address-name {
	cursor: pointer;
	background: url(../images/arrow_closed.gif) no-repeat 7px 6px;
	background-color: #f5963b;
	border: 1px solid #b77230;
	margin: 0;
	padding: 6px 6px 6px 20px;
	font-size: 11px;
	font-weight:normal;	
}
.address-name strong {
	color: inherit;
}
.address-info {
	float:left;
	width: 267px;
}
.address-info table td {
	padding-left: 0;
	border: 0;
}
.address-info table td.title {
	font-weight: bold;
}
.address-info table td.first-column {
	font-weight:bold;
}

.address-image {
	width: 145px;
	margin-left: 6px;
	display:inline;
	margin-top: 6px;
	margin-bottom: 6px;
	float:left;
}

/* project map */
#map_cover {
	width: 880px;
	height: 500px;
}
/* project map tooltip */
#map-tooltip {
	width: 240px;
	height: 164px;
	position:absolute; 
	z-index: 160; 
	overflow: hidden;
	display:none;
}
#map-tooltip-content {
	width: 226px;
	height: 136px;
	color: #000;
	background: url(../images/box.png) no-repeat;
	padding: 7px 7px 7px 7px; 
	position:absolute;
	top: 0;
	overflow: hidden;
}
#map-tooltip-content.up {
	background-image:url(../images/boxup.png);
	padding-top: 7px;
	padding-bottom: 21px;
	bottom: 0;
	top:auto;
}
#map-tooltip-content h2 {
	margin-bottom: 3px;
	background: #000;
	color: #FFF;
	padding: 2px; 
}
#map-tooltip-content p {
	border-bottom: none;
}
#c862 {
	padding-bottom: 20px;
}
#map-container {
	position:relative;
	top: 0;
	left: 0;
	width: 880px;
	height: 500px;
}

/* paypal payment*/
#paypal input {
	border: 0;
}


div.csc-textpic-caption-c .csc-textpic-caption {
	text-align:center;
}
div.csc-textpic-caption-r .csc-textpic-caption {
	text-align:right;
}
div.csc-textpic-caption-l .csc-textpic-caption {
	text-align:left;
}
div.csc-textpic div.csc-textpic-imagecolumn {
	display:inline;
	float:left;
}
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border:2px solid black;
	padding:0px;
}
div.csc-textpic-imagewrap {
	padding:0pt;
}
div.csc-textpic img {
	border:medium none;
}
div.csc-textpic div.csc-textpic-imagewrap div.csc-textpic-image {
	float:left;
}
div.csc-textpic div.csc-textpic-imagewrap ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}
div.csc-textpic div.csc-textpic-imagewrap ul li {
	float:left;
	margin:0pt;
	padding:0pt;
	background:none;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	float:left;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dt {
	float:none;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd {
	float:none;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd img {
	border:medium none;
}
dl.csc-textpic-image {
	margin:0pt;
}
dl.csc-textpic-image dt {
	display:inline;
	margin:0pt;
}
dl.csc-textpic-image dd {
	margin:0pt;
}
div.csc-textpic-clear {
	clear:both;
}
div.csc-textpic-left div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-left div.csc-textpic-imagewrap .csc-textpic-image {
	display:inline;
	margin-right:10px;
}
div.csc-textpic-right div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-right div.csc-textpic-imagewrap .csc-textpic-image {
	display:inline;
	margin-left:10px;
}
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	display:inline;
	margin-left:10px;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin:0pt;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	margin:0pt;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom:5px;
}
div.csc-textpic-equalheight div.csc-textpic-imagerow {
	display:block;
	margin-bottom:5px;
}
div.csc-textpic div.csc-textpic-imagerow {
	clear:both;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-firstcol {
	margin-left:0px !important;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-lastcol {
	margin-right:0px !important;
}
div.csc-textpic-intext-left div.csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin-right:10px !important;
}
div.csc-textpic-intext-right div.csc-textpic-imagewrap, div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin-left:10px !important;
}
div.csc-textpic-above div.csc-textpic-text {
	clear:both;
}
div.csc-textpic-center {
	text-align:center;
}
div.csc-textpic-center div.csc-textpic-imagewrap {
	margin:0pt auto;
}
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	text-align:left;
}
div.csc-textpic-center div.csc-textpic-text {
	text-align:left;
}
div.csc-textpic-right div.csc-textpic-imagewrap {
	float:right;
}
div.csc-textpic-right div.csc-textpic-text {
	clear:right;
}
div.csc-textpic-left div.csc-textpic-imagewrap {
	float:left;
}
div.csc-textpic-left div.csc-textpic-text {
	clear:left;
}
div.csc-textpic-intext-left div.csc-textpic-imagewrap {
	float:left;
}
div.csc-textpic-intext-right div.csc-textpic-imagewrap {
	float:right;
}
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	clear:both;
	float:right;
}
* html div.csc-textpic-intext-right-nowrap .csc-textpic-text {
	height:1%;
}
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	clear:both;
	float:left;
}
* html div.csc-textpic-intext-left-nowrap .csc-textpic-text {
	height:1%;
}
.csc-textpic img {
	border: 1px solid #b77230;
}
.csc-textpic-below .csc-textpic-imagewrap {
	padding-top: 10px;
}

/* credit card payment */
.hidden {
	display:none;
	border: none;
}
.creditcard-label {
	width: 60px;
	font-weight:bold;
}
.creditcard-fieldset {
	padding-top: 5px;
}
.creditcard-check {
	margin-left: 5px;
	margin-top: 10px;
	float:left;
	width:20px;
}
.creditcard-check-label {
	width: 350px;
	margin-top: 10px;
	float: left;
}
.creditcard-submit {
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
}
#langnav img {
	border: 0 !important;
}
#c439 {
	padding-left: 5px;
}

/* search project overview */
#leftnav h1 {
	font-size: 11px;
	margin: 20px 10px 3px 10px;
	font-weight:bold;
}
#leftnav .news-search-form {
	margin: 0 10px 10px 10px;
}
#leftnav input, #leftnav select {
	margin-top: 3px;
}
#leftnav .news-search-form select {
	height: 17px;
}
.news-search-form-submit input {
	color: #666 !important;	
}

.gsc-search-box td {
	border:none;
}
.gsc-control-cse {
	background: none !important;
	padding: 0 !important;
}
.gsc-resultsHeader {
	display:none;
}
table.gsc-search-box {
	width: 300px !important;
}
input.gsc-input {
	font-size: 14px;
}
#getactivenav a {
	color: #FFF;
}
#getactivenav a:hover {
	color: #000;
}

.column-last div.csc-textpic img {
	border: 0;
}
/* title "news" on homepage */
#c804 {
	margin-bottom: 9px;
}
/* title Projects map on Projects page */
#c818 .csc-textpic-below .csc-textpic-imagewrap {
	padding-top: 3px;
}