@charset "utf-8";
/* CSS Document */

/* General Elements */
html, body {
  background: #FFF url(../imgs/bg_page.gif) repeat-x left bottom;
  color: #333;
}

hr {
  background: #EEE;
  clear: left;
  height: .083em;
  margin-bottom: 1.417em;
}



/* Links */
a {
  color: #CC0033;
  text-decoration: underline;
}

a:hover, a:focus {
  color: #CC0033;
  text-decoration: underline;
}

a:active {
  color: #999;
}

a:visited {
  color: auto;
}

a.loud {
  color: #C00;
}

#content-subpages a:link, #content-subpages a:active {
  color: #C03;
  text-decoration: underline;
}

#content-subpages a:visited {
  color: #666666;
  text-decoration: underline;
}

#content-subpages a:hover, #content-subpages a:focus {
  color: #000;
  text-decoration: none;
}






/* Font Styles */
.large {
  line-height: 1.25em;
}

.quiet {
  font-weight: normal;
}

.loud {
  color: inherit;
  font-weight: bold;
}

.extra-quiet {
  color: #AAA;
}

.extra-loud {
  color: #C00;
  font-weight: bold;
  background-color: #FFFF66;
}

.caps {
  text-transform: uppercase;
}

.alt {
  font-style: italic;
}

.na {
  color: #AAA;
  text-decoration: line-through;
}

.normal {
  color: inherit;
  font-style: normal;
  font-weight: normal;
}



/* Text Alignment */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}



/* Height & Line Height */
.lh-3 {
  line-height: 3em;
}



/* Lists */
ul.inline,
ul.no-style {
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

ul.inline {
  overflow: hidden;
  width: 100%;
}

ul.inline li {
  float: left;
  margin-right: 1em;
}

ul.inline li.last {
  margin-right: 0;
}

li.large {
  margin-bottom: 0;
}



/* Box Layer */
.box {
  background: #F0F0F0;
  margin-bottom: .83em;
  padding: 1.5em 1.2em;
  line-height: 1.4em;
  }

.box-start-weiss {
  background-color:#FFF;
  }
.box-start-flieder {
  background-color:#dacbe2;
  }
.box-start-blau {
  background-color:#b0dff5;
  }
.box-start-gruen {
  background-color:#d5e08e;
  }
.box-start-hellrot {
  background-color:#e6a9aa;
  }


.col0_box {
  margin:0 10px 10px 0;
  padding: 30px 10px 10px 10px;
  width:450px;
  float:left;
}

#p-home .col0_box {
  border-top: none;
  padding: 1.5em 1.2em;
}

.col1_box {
  background: #FFF url(../imgs/bg_col1.gif) repeat-x left top;
  min-height: 24.67em;
  padding: 1.5em 1.2em;
}


.split {
  background: #DDD;
  height: 1.33em;
  margin-bottom: .83em;
}

.clear {
  overflow: hidden;
}

#tag_cloud {
  margin: -15px 0pt 0pt; 
  font-size: 1em; color: 
  rgb(136, 136, 136); 
  line-height: 2.4em;
}

#tag_cloud a:link { 
  color: #666666;
}

#tag_cloud a:visited { 
  color: #999999;
}

#tag_cloud a:hover { 
  color: #CC0033;
}

.tag1  { font-size: 2.3em; }
.tag2  { font-size: 1.8em; }
.tag3  { font-size: 1.3em; }
.tag4  { font-size: 1.0em; }
.tag5  { font-size: 0.8em; }
.ws { visibility: hidden }


/* Floating */
.float-left,
.float-right {
  width: auto !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}



/* Icons */
.icon {
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 1.5em; 
}

.grid {background-image: url(../imgs/icons/grid.png)}



/* Image Styles */
#header img,
#footer img,
.news-single-img img {
  display: block;
  float: none;
}



/* Header Styles */
#header {
  background:#FFFFFF url(../imgs/head_bg.gif) repeat-x;
  margin-bottom: .417em;
  margin-top: 1.5em;
}

#header-logo {margin: 0}
#header-logo a {display: block}

#header-slideshow {
  background: #ECECED;
  height: 180px;
  margin-bottom: .83em;
  position: relative;
}

#header-slideshow div {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
    height: 180px;
    background-color: #FFF;
}

#header-slideshow div.act {
    z-index: 10;
    opacity: 1.0;
}

#header-slideshow div.cur {
    z-index: 9;
}

#header-main_menu,
#footer-main_menu {
  margin: .08em 0 2.4em;
}

#header-main_menu {
  margin-bottom: 3.25em;
}

#header-main_menu .span-6,
#footer-main_menu .span-6 {
  position: relative;
}

#header-main_menu h4,
#footer-main_menu h4 {
  margin-bottom: 0;
}

#header-main_menu h4 a,
#footer-main_menu h4 a {
  background: #EEE;
  color: #000;
  display: block;
  margin: 0;
  padding: .4em 1em;
  text-decoration:none;
}

#header-main_menu ul,
#footer-main_menu ul,
#section_menu {
  background: #EEE;
  border-top: 7px solid #FFF !important;
  display: none;
  left: 0;
  list-style: none;
  margin-bottom: .83em;
  margin-top: 0;
  opacity: .9;
  padding: .83em 0;
  position: absolute;
  top: 30px;
  width: 230px;
  z-index: 1;
}

#section_menu {
  display: block;
  border-top: none !important;
  left: auto;
  opacity: 1;
  position: static;
  top: auto;
}

#header-main_menu li,
#footer-main_menu li,
#section_menu li {
  border-bottom: 1px solid #DDD;
  margin: auto;
  width: 210px;
}

#header-main_menu li a,
#footer-main_menu li a,
#section_menu li a {
  display: block;
  padding: .25em .33em;
  text-decoration:none;
  color:#000;
}

#section_menu li a {
  color: #123;
  padding: .7em .33em;
}

#header-main_menu li a:hover, #header-main_menu li a:hover *,
#footer-main_menu li a:hover, #footer-main_menu li a:hover * {
  background: #FFF !important;
  color: #000 !important;
}

#header-main_menu li a:active, #header-main_menu li a:active *,
#footer-main_menu li a:active, #footer-main_menu li a:active * {
  background: #111 !important;
  color: #FFF !important;
}

#section_menu ul {
  list-style: circle;
  margin: 0 0 1.5em 2.25em;
  padding: 0;
}

#section_menu ul li {
  border: none;
  width: auto;
}

#section_menu ul li a {
  padding: 0;
}

#section_menu li a:hover,
#section_menu li a:active {
  background: none;
}

#section_menu ul li .sections {
  display: block;
  line-height:1.75em;
  margin:0 0 .167em;
}

#header-lang_menu {
  line-height: 3;
  margin-bottom: 0;
}

#header-lang_menu li * {
  padding-left: 1.75em;
}
#header-lang_menu li .de {background: url(../imgs/icons/flags/de.gif) no-repeat left center;}
#header-lang_menu li .en {background: url(../imgs/icons/flags/gb.gif) no-repeat left center;}

#header-searchbox label {
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.25em;
  margin-right: 10px;
}

#header-searchbox .text {
  background: #EEE;
  border-color: #EEE;
  padding: 0.2em 0.48em 0.2em 0.45em;
  height: 1.4em;
}


ul.directory_menu {
  font-size: 1.2em;
  line-height: 1.25em;
  margin-bottom: 0;
}

/* Footer Styles */
#footer {
  margin-bottom: 1.5em;
}

#footer-logo {
  margin: 1.5em 0;
}

#footer-sitemap {
  width: 950px;
  }

#footer-sitemap h4 {
  height: 2.5em;
  font-weight: bold;  
}
#footer-sitemap h4 a {
  color:#000;
  text-decoration:none;
}

#footer-sitemap ul {
  list-style: none;
  padding: 0;  
}

#footer-sitemap li {
  border-bottom: 1px solid #DDD;
    font-size: 0.8em;
    padding: 4px 0;
  margin:0;
}
#footer-sitemap li a {
  color:#000;
  text-decoration:none;
}







/* News Styles */
.news-single-additional-info,
.news-footer {
  overflow: hidden;
  width: 100%;
}
.news-single-files,
.news-single-links,
.news-single-related,
.news-single-backlink,
#social_bookmarks {
  float: left;
  width: 33%;
}

.news-single-backlink {
  width: 66%;
}

.news-image,
.news-single-img {
  float: left;
  margin: 0 1.5em 1.5em 0;
}

.news-image {
  margin: 0;
    padding: 0;
}

.news-single-related,
#social_bookmarks {width: 34%}


/***********news list*/



.news-latest-container {
  background-color:#ececec;
  padding: 0 10px 10px 10px;
  }

.news-latest-image-home-1 {
  width:150px;
  float:left;
  background-color:#FFF;
  border:1px solid #666;
  padding:5px;
  }
.news-latest-image-home-1 img {
  text-align:center;
  }
.news-latest-image-home-2 {
  width:270px;
  float:right;
  }
.news-latest-image-home-2 a {
  color:#000;
  text-decoration:none;
  }
  
.news-category-home {
  font-style:italic;
  }
.news-category-home a {
  color:#999;
  text-decoration:none;
  }
.news-latest-home-mehr {
  background-color:#ececec;
  padding: 0 10px 10px 10px;
  text-align:right;
  }
.news-latest-home-mehr a {
  color:#000;
  text-decoration:none;
  }

.news-date-home {
  margin-top: 0.5em;
  margin-bottom: 0;
      font-weight: normal;
      font-size: 0.9em;
}

.news-category-list {
/*  margin-top: 1.0em;*/
  font-size: 1.0em;
  font-weight: bold;
  color: #999999;
}

.news-latest-item,
.news-list-item {
  border-bottom: 1px solid #CCCCCC;
    clear: left;
    padding: 20px 0 10px;
    width: 450px;
}

.news-list-item h4 {
  margin-bottom: 0.7em !important;
}

.news-latest-container p:last {
  margin-top: 0.8em;
}

.news-latest-container h5 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.news-latest-container hr {
  border: 1px solid #999999;
  margin-bottom: 0;
}

.news-list-container h4 a:link, 
.news-list-container h4 a:active, 
.news-list-container h4 a:visited  {
  font-weight: bold !important;
  text-decoration: none !important;
  color: #666666 !important;
}

.news-list-container h4 a:hover {
  font-weight: bold !important;
  text-decoration: none !important;
  color: #000000 !important;
}

.news-hr {
  clear: left;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.browseLinksWrap a,
.browseLinksWrap span {
  margin-right: 8px;
}

.news-single-files {white-space: nowrap}

.goto-link {
  margin-top: 0.8em;
}


/* CSS Styled Content Styles */
div.csc-textpic-left div.csc-textpic-imagewrap {
  margin:-8px -1.2em 1.5em;
}

#content-col2 div.csc-textpic-left div.csc-textpic-imagewrap {
  margin:0;
}

.csc-textpic-caption {
  color:#999;
}


/* Misc Content Styles */

ul.directory_menu {
  color: #682;
  list-style-type: circle;
  margin-left: 1.2em;
  margin-right: 0;
  padding-left: 0;
}

ul.directory_menu .sections {
  display: block;
  line-height:1.5em;
  margin:0 0 .167em;
}

#content-col2 {
  float:left;
  margin:30px  0 0 0;
  width:230px;
  }

.csc-frame-frame1 {
  width:450px;}
/* Hinweisrahmen */
.csc-frame-frame2 {
  background-color:red;
  }
  
#content-subpages {
  width: 710px;
  margin: 0 0 10px 0;
  border-top:1px solid #EEE;
  background: url(../imgs/bg_col0.gif) repeat-x left bottom;
  }



/* Misc Styles */
.last {border-bottom: none !important}
.nopad-inbox {display: block; margin: -1.5em -1.2em 1.5em}
.lh-3 {line-height: 3em}
.size {white-space: nowrap}



/* Color Concept */
#p-info .box, .c-info, .c-info * {background: #DACBE2 !important; border-color: #CABBD2 !important}
#p-info-en .box, .c-info-en, .c-info-en * {background: #DACBE2 !important; border-color: #CABBD2 !important}

#p-way .box, .c-way, .c-way * {background: #D5E08E !important; border-color: #C5D07E !important; color:#000;}
#p-way-en .box, .c-way-en, .c-way-en * {background: #D5E08E !important; border-color: #C5D07E !important; color:#000;}

#p-trade .box, .c-trade, .c-trade * {background: #B0DFF5 !important; border-color: #A0CFE5 !important}
#p-trade-en .box, .c-trade-en, .c-trade-en * {background: #B0DFF5 !important; border-color: #A0CFE5 !important}

#p-events .box, .c-events, .c-events * {background: #FCCB74 !important; border-color: #ECBB64 !important}
#p-events-en .box, .c-events-en, .c-events-en * {background: #FCCB74 !important; border-color: #ECBB64 !important}

#p-about .box, .c-about, .c-about * {background: #C1002A !important; border-color: #D1103A !important; color: #FFF !important}
#p-about-en .box, .c-about-en, .c-about-en * {background: #C1002A !important; border-color: #D1103A !important; color: #FFF !important}

#p-contacts .box, .c-contacts, .c-contacts * {background: #C1002A !important; border-color: #D1103A !important; color: #FFF !important}
#p-contacts-en .box, .c-contacts-en, .c-contacts-en * {background: #C1002A !important; border-color: #D1103A !important; color: #FFF !important}

#p-news .box, .c-news, .c-news * {background: #E6A9AA !important; border-color: #D6999A !important}
#p-news-en .box, .c-news-en, .c-news-en * {background: #E6A9AA !important; border-color: #D6999A !important}

#p-newsletter .box, .c-newsletter, .c-newsletter * {background: #ECECEC !important; border-color: #DCDCDC !important}
#p-newsletter-en .box, .c-newsletter-en, .c-newsletter-en * {background: #ECECEC !important; border-color: #DCDCDC !important}

/* Color Headers Concept */
.c-info h2, .c-info h2 a,
.c-info-en h2, .c-info-en h2 a {color: #648}
.c-way h2, .c-way h2 a, .c-way a,
.c-way-en h2, .c-way-en h2 a, .c-way-en a{color: #684} 
.c-trade h2, .c-trade h2 a, .c-trade a,
.c-trade-en h2, .c-trade-en h2 a, .c-trade-en a {color: #468}
.c-events h2, .c-events h2 a,
.c-events-en h2, .c-events-en h2 a {color: #864}
.c-about h2, .c-about h2 a,
.c-about-en h2, .c-about-en h2 a {color: #FFF}
.c-news h2, .c-news h2 a,
.c-news-en h2, .c-news-en h2 a {color: #855}
.c-newsletter h2, .c-newsletter h2 a,
.c-newsletter-en h2, .c-newsletter-en h2 a {color: #777}


/* jQuery Bookmark styles v1.2.0 */
.bookmark_list {
  background-color: #F5F5F5;
  border: 1px dashed #DDD;
  display: inline-block;
  float: left;
  font-size: 80%;
  list-style-type: none;
  margin: 0px;
  padding: 5px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {  /* Safari3/Opera9 */
  .bookmark_list {
    font-size: 100%;
  }
}
html:first-child .bookmark_list {  /* Opera */
  font-size: 80%;
}
.bookmark_list li {
  float: left;
  height: 16px;

  margin: 0;
  padding: 2px;
  width: 16px;
}
.bookmark_list a {
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}
.bookmark_list span {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.bookmark_list span.bookmark_icons {

  background: url(../imgs/bookmarks.png) no-repeat center;
}
.bookmark_list img {
  border: none;
}



/* Grid Styles */
#grid-container {
  position: relative;
}

#grid-control {
  background: #FD0;
  border-bottom: 1px solid #CB0;
  border-bottom-right-radius: 3px;
  border-right: 1px solid #DC0;
  border-top-right-radius: 3px;
  cursor: pointer;
  padding: 1em;
  position: fixed;
  top: 50%;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
}

#grid {
  cursor: pointer;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

#grid .container {
  height: 100%;
}

.showgrid {
  background: url(../imgs/grid.png);
}

.event-item {
  background: url(/fileadmin/media/imgs/content/htgr_event.jpg);
  background-repeat:no-repeat;
  padding: 1.0em;
  border: 1px solid #d7d7d7;
  color:#929292;
  margin:0px 0px 20px 0px;
  background-color:#FFF;
  width: 420px;
}
.foreign-news {
  background: url(/fileadmin/media/imgs/content/htgr_foreign.jpg);
  background-repeat:no-repeat;
  padding: 1.0em;
  border: 1px solid #d7d7d7;
  background-color:#FFF;
  
}


.csc-default {
  margin: 0 0 30px 0;
}

.csc-default tbody, table, td, th {
  border: 0px;
  padding: 0.2em;
  margin: 10px 0px 0px 0px;
}

.countryinfo td {
  font-size: 0.8em;
}

.countryinfo caption{
  font-size: 1.0em;
  font-weight: bold;
  background-color: #b0dff5;
  padding-left: 0px;
}

.countryinfo tr.tr-even {
background-color: #c0e5f7;
  }

table.text {
  width: 440px;
}

table.text caption {
  font-weight: bold;
}

.csc-uploads {
  width: 450px;
}

/********** Special Style Homepage **********/

.video-player {
  margin-bottom: 12px;
}

#home-video-description {
  width:220px;
  }
#home-video-list {
  width:220px;
  }

#home-video-description h4 {
  font-weight: bold;
  
}

#home-video-list h4 {
  font-weight: bold;  
}

#home-video-list ul {
  margin-left: -5px !important;  
}

#home-video-list li {
  margin-bottom: 7px;  
}
