
html {


   background:transparent url(images/bghtml.jpg) repeat;
   height: 100.05%;
}

body {

  margin: 0;

  /*padding: 20px;*/
  font: 13px verdana, arial;
  color: #404040;
  height: 100.05%;
  }

#window {

  background:transparent url(images/window.jpg)repeat;
  text-align: left;
  width: 85%;
  height: 100.05%;
  margin-left:7.5%;
  margin-right:7.5%;

     }
#center{
        width: 980px;
        position: relative;
        margin-left:0px;
        margin-right:0px

        /*height: 100%;*/

}

#kopf {
  position: relative;
  text-align: center;
  margin: 0px;

  height: 110px;
  width: 100%;
  padding-top:0px;
  top: 0px;
  /*border-bottom: 1px solid #000000;*/

}

#container {
 position: relative;
  background: #ffffff;


}
#left_column
{
  width: 230px;

  background:transparent url(images/left.jpg) repeat;
   vertical-align:top;
   border: 0px solid blue;
   float:buttom;
   size:auto;
   }

#right_column
{
  width: 750px;
  padding-top: 20px;
  vertical-align:bottom;


}
#div_title
{

 padding-left: 0px;
 padding-right: 20px;
 vertical-align: top;

 }

#title_h1
{
    width:260px;
    height:30px;
    background:transparent url(images/folder.jpg);
    padding-right:10px;
    padding-top:10px;

        /*padding-buttom:10px;*/
    margin-left:10px;
    font-size: 18px;
    font-weight: bold;
    color: #00DDC0;
    letter-spacing:1px;
    word-spacing:5px;

}
#inhalt
{
 overflow-x:hidden;
 overflow-y:scroll;
 height:550px;
 /*z-Index: 2;*/
}

#navi_left {
  position: relative;
  margin: 0;
  top: 10px;
  border: 0px solid blue;


}

#inhalt {
  line-height: 14px;
  padding-top: 30px;
  margin: 0;
  width: 710px;
  top: 0px;
  background: #FFFFFF;
  border: 0px solid red;
}

.td_inhalt
{
         width: 750px;
         padding-top: 60px;
         vertical-align:top;
}


ul.opened {
        display:block;
         padding-bottom:0px;
}

ul.closed {
        display:none;
}

#footer {


         /*background:#AAC4AB;*/
         /*background:#D5F5E0;; */
          background:transparent url(images/foot.jpg) repeat;
          color:#ffffff;
          right:0px;
          width:100%;
          height:45px;
          font-size:10px;

    line-height: 25px;
    font-family: verdana,arial;


}

 a {font-family:verdana;
    font-size:12px;
    font-weight:normal;
    color:#FFFFFF;
    text-decoration:underline;
}

 a:link,visited { color:#FFFFFF;font-size:12px;font-family:verdana;text-decoration:underline;}
 a:hover,active { color:#000000;font-size:12px;font-family:verdana;text-decoration:underline;}

/*
ul#navi  {
 width:180px;
 float:left;
padding-left:0px;
margin:5px;
}
  */
li.navi {

    list-style: none;
    /*
    padding-bottom:10px;
    padding-top:5px;
    */
    padding:5px;
    width:160px;
    border: 1px solid #7E8BEA;
    background:transparent url(images/folder.jpg);

}
/*
img.navi
{
background:transparent url(images/folder.jpg);
height:20px;
width:90%;

}
*/

a.navi {
  display:block;
  left: 0px;
  text-decoration: none;
  color: #fff;
  font-size:13px;
  font-family: verdana, arial;
  font-weight: normal;

}

a.navi:link, visited {
  color: #fff;
  text-decoration: none;

}

a.navi:hover, active {
  color: #CCC;
  text-decoration: none;
 background: #80FF80;
}

a.clicked {
  display:block;
  left: 20px;
  color: #fff;
  padding:4px;
  text-decoration: none;
  background: #80FF80;
  font-size:13px;
  font-family: verdana, arial;
  font-weight: normal;
}

a.clicked:hover, active {
  text-decoration: none;
  color: #fff;
   background: #00DDC0;
}


a.folder {


  display:block;
  left: 20px;
  text-decoration: none;
  color: #FFFFFF;
  padding:4px;
  font-size:13px;
  font-family: verdana, arial;
  font-weight: normal;
}

a.folder:hover, active,visited {
  text-decoration: none;
  color: #fff;
  /*background: #1B50DF;*/
  background: #00AACC;

}


a.all {
    font-family:verdana;
    font-size:13px;
    color: #404040;
    padding-right:20px;
    text-decoration:underline;
}

a.all:link,visited { color:#404040;text-decoration:underline;}
a.all:hover,active { color:#1B50DF;text-decoration:underline;}

#lang {
  position: absolute;
  font-size: 10px;
  width: 600px;
  height: 26px;
  right: 0px;
  top: 20px;
  padding-top: 0px;
  padding-right: 8px;
  margin-right: 0px;
  text-align: right;
  background: transparent;
  color: #404040;
  z-Index: 10;
}

#lang_index {
  position: absolute;
  font-size: 10px;
  width: 600px;
  height: 26px;
  right: 0px;
  top: 20px;
  padding-top: 8px;
  padding-right: 8px;
  margin-right: 0px;
  text-align: right;
  background: transparent;
  color: #404040;
  z-Index: 10;
}

a.lang {
  text-decoration: none;
  font-weight: normal;
  color: #404040;
}

a.lang:link, visited {
  text-decoration: none;
  color: #404040;
}

a.lang:hover, active {
  text-decoration: none;
  color: #0000C0;
}



img.nav {
  border: 0;
  padding-right: 2px;
}

img {
  border: 1px solid #608A60;;
}


hr {
    border: 1px solid #608A60;
}

hr.neu {
    border: 1px dotted #DFDFFF;
}

li.hoch {
    padding-bottom:8px;
}

ol li {
  font: 12px verdana, arial;
  line-height: 18px;
  left: 0;

}



td {
  text-align: left;
  vertical-align: top;
}

h1 {
  font-family: verdana, arial;
  font-size: 18px;
  font-weight: bold;
  color: #00DDC0;
  letter-spacing:1px;
  word-spacing:5px;

}

h2 {
  font-family: verdana, arial;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  letter-spacing:1px;
  word-spacing:5px;
  color:

}


h3 {
  font-family: verdana,arial;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  letter-spacing:1px;
  word-spacing:5px;
padding: 0;

}


span.headline {
  font-family: verdana,arial;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  letter-spacing:1px;
  word-spacing:5px;
  padding: 0;

}

.mitarbeiter_top {
  font: 12px verdana, arial;
  font-weight: bold;
  height: 300px;
  vertical-align: bottom;
  text-align: center;
}

.mitarbeiter {
  font: 12px verdana, arial;
  font-weight: bold;
  height: 290px;
  vertical-align: bottom;
  text-align: center;
}

#lauftext {
  position: absolute;
  width: 745px;
  height: 20px;
  right: 0px;
  top: 10px;
  padding-top: 2px;
  margin: 0px;
  text-align: center;
  color:#FFFFCC;
  /*background: #BBCCCC; */
  background:transparent url(images/lauftext.jpg) repeat;

  border: 0;
  z-Index: 10;
}

 .ticker {
  width:700px;
  font-size: 12px;
  background-color:#BBCCCC;
  border: 0;
  letter-spacing: 2px;
}

#content_datum {
    position:relative;
    color:#0000C0;
    background: transparent;
    font-family:verdana, arial;
    font-size:12px;
    padding-right: 20px;
    margin:0px;
    z-Index:2;
}

.links_seperator
{

  height: 10px;
  padding-top: 10px;
  vertical-align:center;
  text-align: center;
  background: #CCCCDD;
  color:#0055CC;
}

#container_galerie {
  position: relative;
  width: 878px;
  height: 600px;
  background: #EBE8EA;
  margin: 10px auto;
  font: 12px verdana, arial, sans-serif;
  border: 1px solid  #608A60;;
}

#container_galerie a.pics {
  float: left;
  padding-left: 6px;
  padding-right: 6px;
  display: inline;
  color: #000000;
  text-decoration: none;
  width: 75px;
  height: 75px;
}

#container_galerie a.pics img.thumb {
  display: block;
  border: 1px solid #404040;
}

#container_galerie a.pics span {
  display: none;
  width: 360px;
  height: 270px;
  background: #FFFFFF;
  margin-left: 245px;
  margin-top: 70px;
  text-align: center;
}

#container_galerie a.pics span img {
  margin-top: 0px;
  margin-bottom: 0px;
  border: 2px solid #808080;
  vertical-align: middle;
}

#container_galerie a.pics:hover {
  white-space: normal;
}

#container a.pics:hover img.thumb {
  border: 2px solid #808080;
}

#container_galerie a.pics:hover span.info {
  display: block;
  position: absolute;
  left: 10px;
  top: 123px;
  z-index: 10;
  height: 270px;
}

#container_galerie a.pics:active img.thumb {
  border: 2px solid #808080;
}

#container_galerie a.pics:active span {
  display: block;
  position: absolute;
  left: 10px;
  top: 230px;
  z-index: 5;
  height: 270px;
}

#container_galerie a.pics:focus {
  outline: 0;
}

#container_galerie a.pics:focus img.thumb {
  border: 2px solid #FFFFFF;
}

#container_galerie a.pics:focus span {
  display: block;
  position: absolute;
  left: 10px;
  top: 230px;
  z-index: 5;
  outline: 0;
  height: 270px;
}





#container_galerie span.info {
  position: absolute;
  display: block;
  background: transparent;
  vertical-align: middle;
  top: 291px;
  padding-top: 0px;
  margin-left: 254px;
  width: 360px;
  height: 270px;
  margin-top: 10px;
  text-align: center;

  z-index: 1;
}


#Links_Links   ul
{
        list-style-type:none;
        /* margin-left:-40px;  */
         width:100%;
}

#Links_Links li
{
    /*float:left;*/
    display:inline;
    background: #CCCCDD;
    color:#0055CC;
    margin-bottom:5px;
    border-right:1px solid #000;

     }
   #Links_Links
{

         width:100%;
         padding-bottom:20px;
         padding-top:20px;

        /* background: #EECCDD; */


}

#Links_Links table
{

}


#Links_Links tr.
{


}

#Links_Links td
{


   padding-top:5px;
   margin-left:20px;
   background: #CCCCDD;
   color:#0055CC;
 }

 #Links_Links td:hover
{
   /* background: #CCCCDD; */
   background: #AAA;
   color:#0055CC;
   padding-top:5px;
   margin-left:20px;
 }


 #Links_Links a
 {
  color:#0055CC;
  text-decoration: none;
   margin-left:20px;
  /*background: #AACCDD;*/
  }
  #Links_Links a:hover
 {
   color:#1199CC;


 }

 #Aktivtaeten_Links td
 {
  color:#0044CC;
  text-decoration: none;
   margin-left:20px;
  background-color:#CCF3F1;

}
#Aktivtaeten_Links th
 {
  color:#0044CC;
  text-decoration: none;
   margin-left:20px;
  background-color:#78EAB1;

}


 #Aktivtaeten_Links a
 {
  color:#0044CC;
  text-decoration: none;
   margin-left:20px;

  }
  #Aktivtaeten_Links a:hover
 {
   color:#A52F1C;


 }
 div#Aktivitaeten_Veroeffentlichkeit
 {
        display: block;
   background-color:#0044CC;
   vertical-align: middle;
    font: 9px verdana, arial;
   top: 20px;
   padding: 10px;

 }

 #dakz-kontakt-table
 {

 }

 td.aktivitaet_title
{
        background-color:#005050;
        color:#FFFFFF;
        text-align:center;
}

 ul#root
{

}
ul.withImg
{
        /*padding-top:10px; */
        list-style-image:url(images/play.png);

}
ul.withImg li {
margin-top:6px;
}