body {
	margin: 0;
	padding: 0;
  color: #222;
  font-size: 0.8em;
  font-family: Arial, Verdana, Tahoma, Geneva, Helvetica, sans-serif;
  height: 100%;
}

h1 {
  font-size: 1.7em;
	color: #366;
	margin: 16px 0;
  border-bottom: 1px solid #366;
}
h2{
  font-size: 1.3em;
	color: #7d7d7d;
  margin: 16px 0;
}

h3 {
  font-size: 1.1em;
	color: #7d7d7d;
  margin: 16px 0;
}

h4{margin: 2px 0;}

h3.search {
  font-size: 1.4em;
	color: #366;
  margin: 16px 0;
  border-bottom: 1px solid #366;
}

a:active, a:focus { outline: none; }  /* gepunktete Umrandung beim Anklicken unterdrücken */

img { border:0; }

.name {
  color: #fff;
  font-size: 1.5em;
}
.description, .fileExtension {
  color: #888;
  font-size: 0.8em;
}

#maincontainerIndex, #maincontainer {
  margin: 0 auto; /*Center container on page*/
	padding: 0;
	width: 100%;
	height: auto;
	height: 100%;
}
#maincontainerIndex {
  background: url('/grt-fundacion/images/body_bg_home.jpg') repeat-x;
}
#maincontainer {
  background: url('/grt-fundacion/images/body_bg.png') repeat-x;
  background-color: #fff;
}

#headerEs, #headerPt, #headerEc {
  margin: 0 auto;
  padding: 0;
  width: 960px;
  height: 160px;
  position: relative;
}
#headerEs {
  background: url('/grt-fundacion/images/top_bg_es.png') no-repeat;
}
#headerPt {
  background: url('/grt-fundacion/images/top_bg_pt.png') no-repeat;
}
#headerEc {
  background: url('/grt-fundacion/images/top_bg_ec.png') no-repeat;
}

#top {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 200px;
  background: transparent;
}

#topIndex {
  margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
}
#topIndex table tr td.topName {
  margin: 0;
  padding: 30px 0;
  color: #fff;
  font-size: 4em;
  text-align: center;
}
#topIndex table, #bottomIndex table {
  margin: 0 auto;
  padding: 0;
  width: 960px;
  height: auto;
  color: #fff;
  background: transparent;
  border-collapse:collapse;
}
#topIndex table tr td, #bottomIndex table tr td {
  margin: 0;
  padding: 0 10px 5px 10px;
  width: 33.3%;
  height: auto;
  background: transparent;
  vertical-align: top;
}

#bottomIndex {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
}
#topIndex table tr td.topMiddle,
#topIndex table tr td.topRight { border-left: 1px solid #fff; }
#bottomIndex table tr td.topMiddle,
#bottomIndex table tr td.topRight { border-left: 1px solid #9faaaa; }

#bottomIndex ul {
  margin: 0;
  padding: 0;
}
#bottomIndex ul li {
  margin: 20px 0;
  padding-left: 15px;
  font-size: 1em;
  color: #698;
  list-style-type: none;
  background: transparent url("/grt-fundacion/images/pfeil_green.gif") no-repeat top left;
}
#bottomIndex ul li:hover {
  background: transparent url("/grt-fundacion/images/pfeil_grau.gif") no-repeat top left;
}
#bottomIndex ul li a { color: #698; text-decoration: none;}
#bottomIndex ul li a:hover { color: #444; }
#bottomIndex p.readMoreLogo { text-align: center; }

#main {
  margin: 25px auto 30px auto;
  padding: 0;
	width: 960px;
	height: 100%;
	background-color: #fff;
  position: relative;
}
/* Fuer IE7 */
*+html #main {
  margin: 35px auto 30px auto;
}

#content {
  margin: 0 auto;
  padding: 10px 0 0 60px;
  font-size: 1em;
  width: 625px;
	min-height: 300px;
	height: auto;
  background-color: transparent;
  float: left;
}
#contentSitemap {
  margin: 0 auto;
  padding: 10px 10px 30px 10px;
	width: 960px;
	height: auto;
}

#content a, #contentSitemap a {
	color: #599;
  text-decoration: none;
}
#content a:hover, #contentSitemap a:hover {
	color: #444;
  text-decoration: underline;
}
#content ul li, #contentSitemap ul li {
  padding-top: 0.2em;
  margin: 0;
  list-style-image: url(/grt-fundacion/images/list.gif);
  list-style-position: outside;
}

.service {
  margin: 14px 0 0 0;
  padding: 0;
  list-style: none;
  float: right;
  position: absolute;
  top: 0;
  right: 320px;
}
.service ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service ul li {
  margin: 0 24px 0 0;
  padding: 0;
  float: left;
}
.service ul li a {
  margin: 0;
  padding: 0;
  color: #444;
  text-decoration: none;
}
.service ul li a:hover {
  margin: 0;
  padding: 0;
  color: #aaa;
  text-decoration: none;
}

ul.search {
  margin: 10px 10px 0 0;
  padding: 0;
  list-style: none;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}
ul.search li {
  margin: 0;
  padding: 0 5px 0 5px;
  color: #fff;
}
input.text {
  margin: 0;
  padding: 0 5px;
  font-size: 1em;
  width: 192px;
  height: 24px;
  line-height: 24px;
  background: url('/grt-fundacion/images/search_bg.png') no-repeat;
  border: none;
  background-color: transparent;
  cursor: default;
  outline: medium none;
}

/* Hack für IE7 wegen background  */
*+html input.text {
  margin: 0;
  padding: 0 5px;
  font-size: 0.8em;
  width: 192px;
  height: 24px;
  line-height: 24px;
  background: url('/grt-fundacion/images/search_bg.png') no-repeat;
  border: none;
  background-color: transparent;
  cursor: default;
  outline: medium none;
}
*+html .inputText {
  background: url('/grt-fundacion/images/search_bg.png') no-repeat scroll 0 0;
}
.ac_input {
  margin: 0;
  padding: 0 0 0 23px;
  width: 75px;
  height: 24px;
  line-height: 24px;
  color: #444;
  background: url('/grt-fundacion/images/search_lupe.png') top left no-repeat;
  border: none;
  cursor: pointer;
}

.ac_results {
	height: 186px;
  width: 240px!important;
  margin-left: -8px;
  padding: 25px 15px 25px 25px;
  overflow: hidden;
  z-index: 99999;
  background: url('/grt-fundacion/images/bg_suche_dropdown.png');
}
.ac_results ul{
  margin: 0;
	padding: 0;
	width: 100%;
  list-style-position: outside;
  list-style: none;
}
.ac_results li{
	margin: 0;
  padding: 2px 5px;
  cursor: pointer;
  display: block;
  font-size: 1em;
  text-align: left;
  font: menu;
  font-size: 12px;
  line-height: 15px;
  overflow: hidden;
}
.ac_results li strong { color: #3a3; }
.ac_over, .ac_results li.ac_over strong { background-color: #588; color: white; }

#searchResultHeader {
	margin: 0;
  padding: 3px 2px;
  background-color: #eee;
}
#searchResult {
	margin: 10px 0 0 0;
  padding: 2px;
}

.nofloat {
  clear: both;
  visibility: hidden;
  height: 0;
}

/*  Sitemap und Contact */

.sitemap, .contactContainer {
	margin: 0;
  padding: 0;
  width: auto;
}
.sitemap ul, .sitemap ul li ul { margin-left: 5px; }

.contactImage, .cwContactImage {
	margin: 30px 20px 20px 0;
  padding: 0;
  float: left;
}

.contactInfo, .cwContactInfo {
	margin: 30px 0;
  padding: 0;
  color: #444;
  line-height: 24px;
}
.contactInfo .name {
	margin: 35px 0 0 0;
  padding: 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #444;
}
.contactInfo .function {
	margin: 0 0 10px 0;
  padding: 0;
}


/* Bilder-Schatten und Border */
.image_wrap {padding:0;border-collapse:collapse;border:0;margin-top:-2px;margin-bottom:-0.2em;}
.image_wrap td {padding:0;border:0;}
.image_wrap td.top {height:8px;background:url('/grt-fundacion/images/img_wrap/img_wrap_top_middle.png') bottom left repeat-x;}
.image_wrap td.left {width:4px;background:url('/grt-fundacion/images/img_wrap/img_wrap_middle_left.png') top right repeat-y;}
.image_wrap td.right {width:10px;height:8px;background:url('/grt-fundacion/images/img_wrap/img_wrap_middle_right.png') top left repeat-y;}
.image_wrap td.bottom {height:10px;background:url('/grt-fundacion/images/img_wrap/img_wrap_bottom_middle.png') top left repeat-x;}
.image_wrap td.topleft {width:4px;height:8px;background:url('/grt-fundacion/images/img_wrap/img_wrap_top_left.png') bottom left no-repeat;}
.image_wrap td.topright {width:10px;height:8px;background:url('/grt-fundacion/images/img_wrap/img_wrap_top_right.png') bottom right no-repeat;}
.image_wrap td.bottomleft {width:4px;height:10px;background:url('/grt-fundacion/images/img_wrap/img_wrap_bottom_left.png') top left no-repeat;}
.image_wrap td.bottomright {width:10px;height:10px;background:url('/grt-fundacion/images/img_wrap/img_wrap_bottom_right.png') top right no-repeat;}


.imageListContainer h3 {margin-top:25px; margin-bottom:2px;}


.swfObject { border: none; }

.listObjectContainer p.lastModificationDate {display:none;}

/* Image Gallery  */
.showImageGalleryContainer {
	display: block;
  visibility: visible;
}
#gallery .slideshow-controls {display:none;}

#gallery ul.thumbs {margin: 0; padding: 0;}
#gallery ul.thumbs li {list-style-type:none;list-style-image:none; float:left; margin: 0; padding:0 0 10px 0;}
#gallery ul.thumbs li img {width:100px; height:67px; margin: 0; padding:0; border: 1px solid white;}
#gallery ul.thumbs li.selected img {margin: 0; padding:0; border: 1px solid #9c0;}
#gallery ul.thumbs li a, #gallery ul.thumbs li.selected a {margin: 0; padding:0;}

#gallery .nav-controls { width:100%;clear:left;}
#gallery .nav-controls .prev, #gallery .nav-controls .next {margin: 10px;padding: 0 5px;text-decoration:none;color:#690;font-weight: bold;}
#gallery .nav-controls .prev:hover, #gallery .nav-controls .next:hover {margin: 10px;padding: 0 5px;text-decoration: none;color: #777;font-weight: bold;}
#gallery .nav-controls .prev:before {content:url("/grt-web/images/arrow_previous_green.png");}
#gallery .nav-controls .next:after {content:url("/grt-web/images/arrow_next_green.png");}
#gallery .nav-controls .prev:hover:before {content:url("/grt-web/images/arrow_previous_darkgrey.png");}
#gallery .nav-controls .next:hover:after {content:url("/grt-web/images/arrow_next_darkgrey.png");}

#gallery .image-wrapper {margin-top: 10px; clear:left;}
#gallery .image-wrapper img {margin: 10px 0 10px 6px;}
#gallery .imageGalleryContainer { margin: 15px 0;}
#gallery .imageGalleryContainer #navigation_.navigation a { padding: 0 5px;}
#gallery .imageGalleryContainer #navigation_.navigation strong { padding: 0 5px;color: #777;border: 1px solid #777;}
#gallery .imageGalleryContainer #navigation_.navigation .top { margin-bottom: 10px;padding: 5px; }
#gallery #image-title_ {text-align:center;font-weight:bold;color:#222;}

h3.gallery { margin:0; padding:0; color:#7d7d7d; background:none; font-size:145%; border:none;}




/* ################   fuer  IE 6 - PNG Transparenz  ############## */

* html #maincontainer,* html #headerEs,* html #headerPt,* html #headerEc,* html #navtop ul li.off,* html #navtop ul li.active,* html #navtop ul li.off:hover,* html #navtop ul li span,* html #mainBg,* html input.text,* html .ac_input,* html .image_wrap td.top,* html .image_wrap td.left,* html .image_wrap td.right,* html .image_wrap td.bottom,* html .image_wrap td.topleft,* html .image_wrap td.topright,* html .image_wrap td.bottomleft,* html .image_wrap td.bottomright {
  background: none;
}

* html #maincontainer {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/grt-fundacion/images/body_bg.png', sizingMethod='crop');}
* html #headerEs {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/grt-fundacion/images/top_bg_es.png', sizingMethod='crop');}
* html #headerPt {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/grt-fundacion/images/top_bg_pt.png', sizingMethod='crop');}
* html #headerEc {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/grt-fundacion/images/top_bg_ec.png', sizingMethod='crop');}
* html #navtop ul li.off {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/grt-fundacion/images/navtop_left_bg_off.png', sizingMethod='crop');}
* html #navtop ul li.active, * html #navtop ul li.off:hover {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/grt-fundacion/images/navtop_left_bg_on.png', sizingMethod='crop');}
* html #navtop ul li span {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/grt-fundacion/images/navtop_right_bg.png', sizingMethod='crop');}
* html #mainBg {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/grt-fundacion/images/main_bg.png', sizingMethod='crop');}
* html input.text {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/grt-fundacion/images/search_bg.png', sizingMethod='crop');}
* html .ac_input {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/grt-fundacion/images/search_lupe.png', sizingMethod='crop');}
* html .image_wrap td.top {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/grt-fundacion/images/img_wrap/img_wrap_top_middle.png', sizingMethod='crop');}
* html .image_wrap td.left {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/grt-fundacion/images/img_wrap/img_wrap_top_middle_left.png', sizingMethod='crop');}
* html .image_wrap td.right {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/grt-fundacion/images/img_wrap/img_wrap_top_middle_right.png', sizingMethod='crop');}
* html .image_wrap td.bottom {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/grt-fundacion/images/img_wrap/img_wrap_bottom_middle.png', sizingMethod='crop');}
* html .image_wrap td.topleft {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/grt-fundacion/images/img_wrap/img_wrap_top_left.png', sizingMethod='crop');}
* html .image_wrap td.topright {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/grt-fundacion/images/img_wrap/img_wrap_top_right.png', sizingMethod='crop');}
* html .image_wrap td.bottomleft {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/grt-fundacion/images/img_wrap/img_wrap_bottom_left.png', sizingMethod='crop');}
* html .image_wrap td.bottomright {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/grt-fundacion/images/img_wrap/img_wrap_bottom_right.png', sizingMethod='crop');}