/*allgemeine Einstellungen*/
* {
  margin: 0;
  padding: 0;
}

html {
  color: #666;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  background-color: #FFF;
}

/* html, body {  
  height: 100%;
  margin: 0;  
} */

/*zentrierter Bereich um alles*/
#all {
  position: relative;
  width: 960px;
  margin: 0 auto;
  text-align: left;
  /*position: absolute;
  left: 50%;
  top: 0;
  width: 960px;
  padding: 0;
  margin-left: -480px;*/ /*Positionierung ausgleichen, damit zentrieren*/
  /*background: none;*/
}

/*Texte, Links und Ueberschriften*/
a {
  color: #1FB5B5;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 0 0 1em 0;
  line-height: 150%;
}

h1 {
  font-size: 150%;
  color: #004896;
  margin: 1em 0 0.5em 0;
}

h2, h3 {
  font-size: 120%;
  color: #0070BA;
  font-weight: normal;
  margin: 0.5em 0;
}

h4 {
  font-size: 100%;
  color: #0070BA;
  margin: 0.5em 0;
}

h5 {
  font-size: 100%;
  color: #666;
  margin: 0.5em 0;}

h6 {
  font-size: 100%;
  color: #666;
}

/*Navigation oben (nav1)*/
#nav1box {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 30px;
  width: 960px;
  background-color: #AAA;
}

#nav1 {
  position: absolute;
  left: 0px;
  top: 0px;
  font-weight: bold;
  z-index: 9999; /*Wichtig fuer das Popup-Menue*/
  display: none; /*Achtung hidemenu() im body einbinden*/
}

.menu {
  position: absolute;
  display: block;
  width: 715px; /* important pour Opera7 */
}

.menu li a {
  display: block;
  font-size: 1.1em;
  color: #FFF;
  text-decoration: none;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #666;
  height: 23px;
  padding: 7px 12px 0 12px;
  margin: 0;
}

.menu li a.act, .menu li a:hover {
  background-color: #666;
}

.menu ul {
  position: absolute; /* pour sortir la liste du flux de donn?e */
  display: block;
}  

.menu li ul {
  visibility: hidden;
  background-color: #AAA;
  /*filter:Alpha(opacity=80);
  opacity:.80;*/
}

.menu li {
  height: auto;
  display: inline;
  display/**/: block;
  float: none;
  float/**/: left;
}

.menu li li{
  display: block;
  float: none;
  /*height: 27px;*/
}

/* correct a little IE bug */
* html .menu li li{
  display: inline;
}

/* weitere Deklarationen Untermenues */
#nav1 li li a {
  width: 150px;
  z-index: 9999;
  /*min-height: 1em;*/ /* fuer moderne Browser */
  height: auto !important; /* fuer moderne Browser */
  height: 1em; /*fuer IE*/
  font-size: 1em;
  line-height: 1em;
  padding-bottom: 5px;
  border: 1px solid #666;
  margin-top: -1px; /*doppelten Rahmen vermeiden*/
}

.menu li li a:hover {
}

/*Dritte Menueebene*/
.menu li li ul{
  position: absolute; /* pour sortir la liste du flux de donn?e */
  top: auto;
  left: auto;
  margin-left: 174px;
  margin-top: -27px; /* move the sub menu verticaly */
}

/*Sprachwechsler*/
#language {
  position: absolute;
  left: 740px;
  top: 8px;
  width: 90px;
  text-indent: -9999px;
}

#language a {
  display: block;
  width: 19px;
  height: 12px;
  margin-right: 3px;
  margin-left: 3px;
  border: 1px solid #666;
}

#language #german a {
  float: left;
  background-image: url(../images/flagge_de.gif);
  background-repeat: no-repeat;
  background-position: left top;
}

#language #english a {
  float: left;
  background-image: url(../images/flagge_en.gif);
  background-repeat: no-repeat;
  background-position: left top;
}

#language #italian a {
  float: left;
  background-image: url(../images/flagge_it.gif);
  background-repeat: no-repeat;
  background-position: left top;
}

/*Suche*/
#searchbox {
  position: absolute;
  left: 837px;
  top: 4px;
  height: 30px;
  width: 155px;
}

#searchbox p {
  display: inline;
}

#searchbox .searchlabel {
  display: none;
}

#searchbox .searchbox {
  color: #666;
  border: 1px solid #FFF;
  padding: 1px;
}

#searchbox .searchbutton {
  width: 23px;
  height: 20px;
  color:#FFF;
  border:1px solid #FFF;
  margin-left: -4px;
  background-image: url(../images/lupe.png);
  background-repeat: no-repeat;
  background-position: left;
  text-indent: -9999px;
}

/*trailer*/
#trailer {
  position: absolute;
  left: 0px;
  top: 30px;
  height: 76px;
  width: 958px;
  overflow: hidden;
  border: 1px solid #AAA;
}

/*Link Home über Trailerbild-Logo*/
#linkHome {
  z-index: 9999;
  left: 0px;
  top: 31px;
  position: absolute;
}

#linkHome a {
  display: block;
  width: 219px;
  height: 76px;
  text-indent: -9999px;
}

/*breadcrumb*/
#breadcrumb {
  position: absolute;
  left: 198px;
  top: 120px;
  font-size: 80%;
  z-index: 9998;
}

#breadcrumb a {
  text-decoration: none;
  color: #000000;
}

#breadcrumb a:hover {
  text-decoration: underline;
}

/*content*/
#content {
  position: absolute;
  width: 960px;
  left: 0px;
  top: 120px;
  overflow: hidden;
  background-image: url(../images/bgd_content.gif);
  background-repeat: repeat-y;
}

/*linke Spalte*/
#left {
  float: left;
  width: 167px;
  background-color: #EEE;
}
#left h2 {
  color: #666;
  width: 160px;
  line-height: 25px;
  padding: 0 0 0 10px;
  font-size: 1em;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #FFF;
  font-weight: bold;
}

/*Navigation links*/
#left ul {
  list-style: none;
}

#left li {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #FFF;
}

#left li a {
  margin: 5px 0 0 0;
  padding: 0 0 7px 25px;
  display: block;
  color: #666;
  text-decoration: none;
  /*min-height: 1em;*/ /* fuer moderne Browser */
  height: auto !important; /* fuer moderne Browser */
  height: 1em; /*fuer IE*/
  font-size: 1em;
  line-height: 1em;
}

#left li a.act, #left li a:hover {
  background-image: url(../images/triangle_grey.png);
  background-repeat: no-repeat;
  background-position: 13px 3px;
}

/*2. Menueebene*/
#left li ul {
  margin: 5px 0 0 0;
}

#left li li {
  border: none;
}

#left li li a {
  margin: 2px 0 0 13px;
  font-weight: normal;
}

/*3. Menueebene*/
#left li li li a {
  margin: 1px 0 0 20px;
  padding: 0 0 3px 20px;
}

/*mittlere Spalte*/
#normal {
  float: left;
  margin: 20px 0 0 31px;
  width: 570px;
  overflow: hidden;
}

#normal li {
  margin: 0 0 0 1.3em;
  line-height: 150%;
}

/*rechte Spalte*/
#right {
  float: right;
  width: 167px;
  background-color: #EEE;
  color: #666;
}

#right h1 {
  color: #AAA;
  line-height: 28px;
  margin: 0.1em 0 0.5em 0;
}

#right a {
  color: #666;
  text-decoration: underline;
}

#right a:hover {
  color: #666;
  text-decoration: none;
}

#right #boxes_right {
  padding: 5px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #FFF;
}

#right #boxes_right img{
  border: none;
} 

/*IE clearing*/
#ieclearing {
  clear: both;
  height: 0px;
}

/*footer*/
#footer {
  display: inline; /*behebt double margin bug im ie*/
  clear: both;
  float: left;
  width: 960px;
  height: 18px;
  padding: 4px 0 0 0;
  border-top-width: 10px;
  border-top-style: solid;
  border-top-color: #FFF;
  color: #FFF;
  background-color: #AAA;
  font-size: 0.85em;
  text-align: center;
}

#footer a {
  color: #FFF;
  text-decoration: none;
  font-weight: normal;
}

#footer a:hover {
  text-decoration: underline;
}

/*Specials fuer Typo3 Elemente*/
/*Bildunterschriften, Tabellen*/
.csc-caption {
  font-size: 90%;
  background-color: #DEE3E7;
  padding: 0 0 0 2px;
}

.contenttable {
  width: 100%;
}

.contenttable p {
  margin: 0;
}

.contenttable td {
  margin: 3px;
  padding: 3px;
}

.contenttable .tr-odd {
  background-color: #DEE3E7;
}

.contenttable .tr-0 {
  font-weight: bold;
}

.csc-mailform-field .csc-mailform-submit {
  margin-top: 20px; 
}

/*News Formatierungen*/
.news-list-container H3 {
  font-size: 100%;
}

.news-list-date {
  display: block;
  color: #666666;
  font-size: 80%;
  padding: 1.2em 0 0.5em 0;
}

.news-list-category {
  display: none;
}

.tx-ttnews-browsebox{
  padding: 1em 0 0 0;
}

.news-list-morelink,
.clearer,
.news-single-author {
  display: none;
}

.news-single-timedata{
  display: block;
  color: #666666;
  font-size: 80%;
  padding: 0 0 1em 0;
}

/*Events Formatierungen*/ 
.tx-rlmpeventdb-pi1-listviewheader-timetext {
  display: none;
}

.tx-rlmpeventdb-pi1-listrow-header th{
  text-align: left;
  line-height: 25px;
  min-width: 100px;
} 

.tx-rlmpeventdb-pi1 table{
  display: none;
}

.tx-rlmpeventdb-pi1 .contenttable {
  display: inline;
}

#c1060 table,
#c1061 table{
  display: inline;
} 

#c1060 table td{
  padding-right: 5px;
}

#c1060 table th{
  display: none;
} 

/*Partner-Map*/
.tx-mlmaps-pi1 img{
  border: 0px; /*IE-Anpassung*/
}

/*Suche*/
.tx-indexedsearch p{
  padding: 20px 0 10px 0;
}

.tx-indexedsearch .tx-indexedsearch-browsebox p {
  margin: 0;
  padding: 0;
}

.tx-indexedsearch .tx-indexedsearch-res{
  padding: 10px 0;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup{
  color: #EA9420;
}


