body {
         background-color: white;
         font-family: arial;
}

h1, .news-latest-item h2 {
         margin-top: 0px;
         margin-bottom: 18px;
         margin-left: 0px;
         text-transform: uppercase;
         color: #707070;
         font-size: 14pt;
}

h2 {
         margin-top: 0px;
         margin-bottom: 18px;
         margin-left: 0px;
         text-transform: uppercase;
         color: #707070;
         font-size: 12pt;
}

h3 {
         margin-top: 0px;
         margin-bottom: 18px;
         margin-left: 0px;
         text-transform: uppercase;
         color: #707070;
         font-size: 13pt;
}


a {
         color: #008cad;
         text-decoration: none;
}

a:hover {
         color: #707070;
}

p {
         margin: 0px;
         padding: 0px;
}




#headline {
  height: 36px;
  background-color: #3e3e3e;
}
/***************************************************************/
/* Wrapper zum Zentrieren */
/***************************************************************/
#headline_wrapper {
  width: 1000px;
  margin: auto;
  padding: auto;
  
}
/***************************************************************/
/* Der linke DIV-Container mit Navi und Suchfeld*/
/***************************************************************/
#headline_menu {
  float: right;
  text-align: right;
  /*width: 630px;*/
  height: 36px;
}
#headline_menu ul , #headline_menu ul li{
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#headline_menu ul {
  margin-left: 10px;
  margin-top: 6px;
}

#headline_menu ul li {
  margin-left: 20px;
}

#headline_menu ul li a {
  font-size: 1.0em;
  text-decoration: none;
  color: #c6c6c6;
}
#headline_menu ul li a:hover {
  text-decoration: underline;
}

/***************************************************************/
/* Das Suchfeld im linken DIV */
/***************************************************************/
#headline_menu form {
  float: left;
  margin-top: 6px;
  font-size: 1.0em;
  color: #c6c6c6;
  margin-left: 25px;
}

/***************************************************************/
/* Das Sprachmenü rechts */
/***************************************************************/
#headline_langmenu {
  float: right;
  width: 100px;
  padding-top: 10px;
  height: 26px;
}

#headline_langmenu ul, #headline_langmenu ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#headline_langmenu ul {
  margin-top: 7px;
}

#headline_langmenu ul li {
  float: left;
  margin-left: 15px;
}

/***************************************************************/
/* Die Seite bis zum Abschlussbalken --> Wrapper  */
/***************************************************************/
#page_wrapper {
  margin: auto;
  padding: auto;
  width: 1000px;
  min-height: 800px;
  
}

/***************************************************************/
/* Kopfbereich mit Logo und Navi rechts  */
/***************************************************************/
#page_header {
  background-color: white;
  height: 127px;
}

#logo {
  float: left;
  width: 250px;
  padding-top: 10px;
}

#mainnavi {
  float: left;
  width: 750px;
  text-align: right; 
 height: 127px; 
 
}

#mainnavi span {
  display: block;
  margin-top: 74px;
  margin-right: 15px;
  font-size: 1.5em;
}

#mainnavi span a, #mainnavi span {
  font-size: 1.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: #575756;
}

#mainnavi span a: {
  margin-left: 10px;
}

#mainnavi span a:hover, #mainnavi span a.active {
  text-decoration: underline;
}


/***************************************************************/
/* Die Subnavigation */
/***************************************************************/
#subnavi {
  position: relative;
  text-align: right;
  height: 20px;
  top: -15px;
}

#subnavi span {
  display: block;
  margin-right: 20px;
}

#subnavi span a {
  color: #575756;
  text-decoration: none;
  padding-left: 10px;
}

#subnavi span a:hover, #subnavi span a.active {
  text-decoration: underline;
}



/***************************************************************/
/* Der Slider unterhalb der Navi  */
/***************************************************************/
#main_slider {
  width: 1000px;
  height: 333px;
}



/***************************************************************/
/* Content */
/***************************************************************/
#content_wrapper {
  background-color: #c6c6c6;
  margin: auto;
  padding: auto;
  min-height: 200px;
  display: table-cell;
}


#content_col1 {
  float: left;
  width: 200px;
  min-height: 200px;
}

#content_col2 {
  float: left;
  width: 590px;
  background-color: white;
  padding-left: 5px;
  padding-right: 5px;
  min-height: 200px;
  display: tabla-cell;
}

#content_col3 {
  float: left;
  width: 200px;
  min-height: 200px;
}

/* Fuer das Layout ohne dritte Spalte*/
#content_col2u3 {
  float: left;
  width: 790px;
  background-color: white;
  padding-left: 5px;
  padding-right: 5px;
  min-height: 200px;
  display: tabla-cell;
}

























/***************************************************************/
/* Sonstiges */
/***************************************************************/
div.divspacer10 {
  height: 20px;
}



 p.bodytext, .formu , .news-single-item p, .news-latest-item p, .news-list-item p {
         color: #707070;
         font-size: 11pt;
         line-height: 14pt;
 }




/*Gallery */

dl.list {
  background-color: #ffffff;
  border: 0px;
  float: left;
  margin: 0 10px 10px;
}


#lightbox {
  z-index: 100;

}

#overlay {
  z-index: 99;
}




/*   News   */

.news-latest-item {
    width: 560px;
    position: relative;
    float: left;
    padding-bottom: 25px;
}

.news-latest-gotoarchive {
    background-color: white;
    font-size: 10pt;
}

.news-latest-gotoarchive a  {
    color: #707070;
}

.news-latest-item a {
    color: #008cad;
    font-size: 10pt;
}

.news-latest-gotoarchive a:hover  {
    color: #008cad;
}

.news-latest-item a:hover {
    color: #707070;
}

.news-single-img p {
    margin-bottom: 16px;
}

.news-single-rightbox , .news-latest-date {
         color: #707070;
         font-size: 8pt;
         line-height: 12pt;

}


.news-single-item h2 {
         margin-top: 0px;
         margin-bottom: 18px;
         margin-left: 0px;
         text-transform: uppercase;
         color: #707070;
         font-size: 10pt;
}

.news-single-img {
    border: 0px solid black;
    width: 100%;
}

.news-single-img img {
    margin-left: 10px;
    margin-right: 10px;
    float: left;
}


.news-article-navi {
    width: 570px;
    height: 20px;
    background-color: #e5f5f9;
    margin-bottom: 20px;

}


.news-latest-container {
    border: 4px solid #e5f5f9;
    -moz-border-radius:10px; /* Firefox */
    -webkit-border-radius:10px; /* Safari, Chrome */
    -khtml-border-radius:10px; /* Konqueror */
    border-radius:10px; /* CSS3 */
    padding-bottom: 20px;
    display: table-cell;
}

div.nivo-caption , div.nivo-caption p, div.nivo-html-caption {
    visibility: hidden;
    width: 0px;
    height: 0px;
}




/* In der Tabbed-Version des TT-Content */

.easy-accordion dt.active, .easy-accordion dd.active {
    background-color: #d8d8d8; 
    float: left;
}
div.effectBox dl.easy-accordion dt.effectBoxItem span  {
/*    font-weight: bold; */
    padding-left: 10px;
    padding-bottom: 8px;
    display: block;
    font-family:  Arial, sans-serif;
}

/* Internet Explorer 10 Hack */

html[data-useragent*='MSIE 10.0'] div.effectBox dl.easy-accordion dt.effectBoxItem span  {
  height: 350px;
  color: black;
  padding-left: 0px;
  position: relative;
  left: -14px;
}
div.effectBoxText {
/*    background-color: green;*/
    float: left;
}
dt.effectBoxItem {
    background-color: #c6c6c6;
}
dd.effectBoxItem h1 {
    padding-top: 10px;
    margin-left: 10px;
}

dd.effectBoxItem p.bodytext {
    padding-right: 30px;
    padding-left: 8px;
}
div.effectBoxImage {
/*    background-color: red;*/
    float: left;
    padding-top: 5px;
}
div.webkitspacer1 {
    height: 310px;
    -webkit-height: 10px;
/*    display: table-cell;*/
    
}

/* Das Hintergrundbild fuer die Historie */
#c553 {
    background-image: url(/t3everlite/fileadmin/user_upload/History/Pfeile_Web_Everlite.jpg);
}



