/****** 2-Spalten-Style ****** */

*html
{
        margin: 0;
        padding: 0;
}

body {
        background-color: white;
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    }

#gesamt {
        text-align: left;
        width: 950px;
        margin: 0 auto;
        padding: 0;
        color: #333;
        line-height: 2em;
    background-image: url(../images/hintergrund_fix_06.gif);
        background-repeat: repeat-y;
        background-position:left;
    background-color: ivory;
        border: 1px solid #00588F;
        position: relative;


}

#kopf {
        background-color: ivory;
        width: 950px;
        /*border-bottom: 1px solid #005288;*/
}

#links {
        width: 200px;
    position: absolute;
    top: 136px;
    left: 0;
    background: FFE49D;
    z-level: 100;
}

#inhalt {
    margin: 10px 60px 10px 220px;
    margin-top: 10px;
    min-height: 400px;
    height:auto !important;
    height:400px;
    background-color: ivory;
}

*html #inhalt {
   padding-top: 10px;
}

html>body #inhalt {
   padding-top: 10px;
}

/* Caption fixes */
.img_caption.left {
        float: left;
        margin-right: 1em;
}

.img_caption.right {
        float: right;
        margin-left: 1em;
}

.img_caption.left p {
        clear: left;
        text-align: left;
}

.img_caption.right p {
        clear: right;
        text-align: left;
}

h2, h1 {
    margin: 5px 0;
    margin-bottom: 10px;
    line-height: 1.2em;
    text-align: left;
    font-size: 15px;
}

h3 {
    margin-bottom: 6px;
    line-height: 1.3em;
    text-align: left;
    font-size: 14px;
    }

p {
        padding: 2px;
    }

td, tr, p, div {
  font-size        : 12px;
  color            : darkslategray;
  line-height      : 15px;
  }

ul {
  margin           : 2px;
  padding-left     : 20px;
  list-style       : square;
  }
li {

  line-height      : 14px;
  padding-left     : 5px;
  padding-bottom   : 5px;
  background-repeat: no-repeat;
  background-position: 0px 5px;
}

hr {
  color            : #999999;
  height           : 1px;
  width            : 100%;
  }

form {
  margin           : 0;
  padding          : 0;
  }

a {
  font-size        : 12px;
  color            : #006600;
  text-decoration  : none;
  font-weight      : bold;
  }

a:link, a:visited {
  font-size        : 12px;
  color            : #006600;
  text-decoration  : none;
  font-weight      : bold;
  }
a:hover {
  font-size        : 12px;
  color            : #5B9332;
  text-decoration  : underline;
  font-weight      : bold;
  }

.leading_separator, span.article_separator {
  margin-bottom: 20px;
  border-bottom: dashed 1px silver;
  display: block;
  width: 100%;
  }


/******* Ende Template Layout *****/

/******* Navi *****/

#menu2 {
  margin-top: 20px;
}

#menu3 {
  margin-top: 20px;
}


a.mainlevel  {
  display           : block;
  width             : 199px;
  padding          : 0;
  font-size        : 12px;
  background       : none;
  text-indent      : 10px;
  border-right: 1px solid 2D6681;
  }

a.mainlevel:link, a.mainlevel:visited {
  display          : block;
  font-size        : 12px;
  border-bottom    : 1px solid floralwhite;
  background-color : #FFE49D;
  font-weight      : normal;
  padding          : 2px 0;
  color            : #3B545F;
  font-weight      : bold;
  height: 19px;
  text-indent      : 10px;
  }

a.mainlevel:hover {
  border-bottom    : 1px solid #cccccc;
  background-color : #FFFFF0;
  font-size        : 12px;
  font-weight      : normal;
  color            : #395F17;
  font-weight      : bold;
  text-decoration  : none;
  text-indent      : 10px;
  }

#active_menu {
  color            : #FDF6EE;
  border-bottom    : 1px solid #2D6681;
  background-color : #2D6681;
  font-weight      : bold;
  /*text-decoration  : underline; */
  }

a#active_menu:hover {
  color            : #FDF6EE;
  }

#mainlevel-nav {
  font-size        : 11px;
  list-style       : none;
  padding          : 0;
  margin           : 0;
  position: absolute;
  top: 134px;
  left: 320px;
}

#mainlevel-nav li {
  float            : left;
  display          : block;
  list-style       : none;
  padding-left     : 0;
  padding-right    : 4px;
  margin           : 2px;
  font-size        : 11px;
  line-height      : 20px;
  white-space      : nowrap;
  border-left      : 0px solid #cccccc;
}

#mainlevel-nav li a {
  padding     : 5px 10px;
  font-size        : 11px;
  color            : white;
  text-decoration  : none;
}

#mainlevel-nav li a:hover {
  font-size        : 11px;
  text-decoration  : underline;
}

.sublevel {
   font-size        : 12px;
   font-weight      : bold;
   color            : #999999;
   padding              : 1px 0px 1px 20px;
   margin                  : 0px;
   display: block;
   width: 179px;
   position: relative;
   left: -4px;
   background-color: #2D6681;
}

a.sublevel:link, a.sublevel:visited {
  color                        : white;
  text-decoration        : none;
}

a.sublevel:hover {
  color            : white;
  text-decoration  : underline;
  background-color: #59899F
}

a.sublevel#active_menu:link, a.sublevel#active_menu:visited  {
        background-color: #59899F;
        color           : white;
        border          : 0px;
    /*border-left: solid 5px #2D6681;
    border-right: solid 5px #2D6681;
     */
    width: 179px;
    text-indent: 8px;
}

td ul {
        list-style: square;
    }

/******* /Navi *****/

/******* Suche *****/

#search {
margin-top: 20px;
width: 190px;
height: 20px;
float: right;
padding: 0 5px;
background-color:  #FFE49D;
border-bottom: 1px solid white;

}

#search .inputbox{
width: 120px;
height: 18px;
font-size: 10px;
background: transparent;
border: none;
margin: 0px;
padding: 0px;
line-height: 14px;
color: #3B545F;
font-weight: bold;
}

#search .button{
margin: 0px;
padding: 0px;
height: 18px;
color: #3B545F;
font-size: 10px;
font-weight: bold;
background: transparent;
border: none;
line-height: 10px;
border-left: 1px solid white;
}

#search form {
margin: 0px;
padding: 0px;
}

/****** /Suche ******/

/******* Suche - links *****/

#search-left {
margin-top: 20px;
width: 190px;
height: 20px;
float: right;
padding: 0 5px;
background-color:  #FFE49D;
border-bottom: 1px solid white;
}

#search-left .inputbox{
width: 150px;
height: 18px;
font-size: 10px;
background: transparent;
border: none;
margin: 0px;
padding: 0px;
line-height: 14px;
color: #3B545F;
font-weight: bold;
}

#search-left .button{
margin: 0px;
padding: 0px;
height: 18px;
color: #3B545F;
font-size: 10px;
font-weight: bold;
background: transparent;
border: none;
line-height: 10px;
border-left: 1px solid white;
}

#search-left form {
margin: 0px;
padding: 0px;
}

/****** /Suche ******/

/***** Ende 2-Spalten-Style *****/

/***** Module *****/

div.module {
  width: 200px;
  margin-bottom: 0px;
}

div.module div {
  width: 200px;
}

div.module div div {
  padding: 0 0px 0 0;
  width: 200px;

}
div.module div div div {
  background: none;
  padding: 0;
  width: auto !important;
  width: 200px;
}

div.module div div div h3 {
  font-family      : Arial, Verdana, Helvetica, sans-serif;
  width            : 200px;
  color            : #FDF6EE;
  border-bottom    : 1px solid #cccccc;
  background-color : #3F6B7F;
  font-weight      : bold;
  padding-bottom   : 3px;
  margin           : 5px 0;
}
/***** /Module *****/

/***** eigene Module *****/

table.moduletable_cluster {
        width: 50px;
    position: absolute;
    top: 173px;
    float: right;
    right: 5px;
        }

table.moduletable_cluster th {
    font-family: Tahoma, Arial, Verdana,  Helvetica, sans-serif;
        font-size : 12px;
        font-weight: bold;
        text-align: left;
        width: 100%;
    background-color   : ivory;
    color              : #ffffff;
        padding            : 2px;
    text-indent        : 10px;
        line-height        : 15px;
        }

table.moduletable_cluster td {
    padding-top: 2px;
    }

.contentheading_news {
  font-size        : 15px;
  line-height      : 18px;
  text-align       : left;
  color            : darkslategray;
  font-weight: bold;
  }

.contentpaneopen_download h3 {
  font-size: 12px;
  font-weight: bold;
  }

.contentpaneopen_news p {
     margin: 0;
     padding-top: 5px;
     padding-bottom: 5px;
     }

.contentheading a, .contentheading a:link, .contentheading a:visited, .contentheading a:hover {
    font-size: 15px;
    line-height: 18px;
     }

/***** /eigene Module *****/

#accessibility {
        position: absolute;
        left: -2000px;
        top: -2000px;
        display: none;
    }

#top {
    background-color: white-;
    position: absolute;
    top: 173px;
    right: 60px;
    display: inline;
    width: 150px;
        }

/*************************************************/

/** **********
bizz_black
author: rgb(raduga) http:/mambasana.ru
** **********/


.main {
  float            : left;
  width            : 100%;
  margin           : 0;
  padding          : 0;
}

.mod {
  background       : #FFFFFF;
  width            : 2px;
}

.back_button {
  color            : #999999;
  font-family      : Tahoma, Arial, Verdana,  Helvetica, sans-serif;
  font-size        : 11px;
  font-weight      : normal;
  padding-bottom   : 3px;
  margin-right     : 4px;
  clear            : right;
  text-align: right;
  line-height      : 20px;
  text-decoration  : underline;

  }

.button {
  font-size        : 11px;
  color            : #333333;
  border           : 1px solid #cccccc;
  margin           : 3px 0;
  background-color : #f0f0f0;
  padding          : 2px !important;
  padding          : 1px;
  cursor           : pointer;
}

.inputbox {
 color        : #000000;
 background   : #ffffff;
 border       : 1px solid #cccccc;
 margin       : 3px 0;
}

.contact_email  {
  width            : 100%;
}
.contact_email .inputbox {
  width            : 345px;

}
table.moduletable {
        margin           : 0px 0px 8px 0px;
        width            : 100%;
    background       : #ffffff;
        }

table.moduletable th {
    font-family          : Tahoma, Arial, Verdana,  Helvetica, sans-serif;
        font-size          : 12px;
        font-weight        : bold;
        text-align         : left;
        width              : 100%;
    background-color   : ivory;
    color              : green;
        padding            : 2px;
    text-indent        : 10px;
        line-height        : 15px;
        }

table.moduletable td {
    padding-top: 2px;
    }

.tdEvent {
    font-size: 11px;
    }

.sectiontableheader {
  font-size        : 13px;
  color            : #333333;
  background       : ivory;
  padding          : 1px;
  height: 30px;
  border-bottom: 1px solid gray;
  margin-bottom: 10px;
  vertical-align   : middle;
}


.sectiontableentry1 {
  font-size: 12px;
  vertical-align   : middle;
  padding          : 3px;
  background       : #f6f6f6;
  border-bottom    : 1px solid #ffffff;
  line-height      : 15px;
  height: 30px;

}
.sectiontableentry2 {
  vertical-align   : middle;
  padding          : 3px;
  border-bottom    : 1px solid #ffffff;
  background       : #f0f0f0;
  line-height      : 15px;
  height: 30px;
}
.sectiontableentry1 img{
margin-right: 4px;
}
.sectiontableentry2 img{
margin-right: 4px;
}

.pathway {
  font-size        : 11px;
  color            : #333333;
  padding-left     : 20px;
}

a.pathway:link, a.pathway:visited {
  font-size        : 11px;
  padding-left     : 0;
  font-weight      : bold;
  text-decoration  : underline;
}

a.pathway:hover {
  font-size        : 11px;
  padding-left     : 0;
  font-weight      : bold;
}

a.category:link, a.category:visited {
  font-size        : 11px;
  font-weight      : bold;
}

a.readon:link, a.readon:visited {
  color            : #006600;
  font-size        : 12px;
  white-space      : normal;
  font-weight      : bold;
  padding          : 0px 0px 0px 2px;
  float            : left;
  line-height      : 13px;
  text-decoration  : none;
}

a.readon:hover {
  color            : #5b9332;
  font-size        : 12px;
  white-space      : normal;
  font-weight      : bold;
  padding          : 0px 0px 0px 2px;
  line-height      : 13px;
  text-decoration  : underline;
}


table.contenttoc {
  border           : 1px solid #dcdcdc;
  background       : #F1F1F1;
  padding          : 5px;
  margin-left      : 2px;
  margin-bottom    : 2px;
}

.pagenavcounter {
  font-size        : 11px;
  color            : #999999;
}
.pagenavbar {
  border-top       : 1px solid #999999;
  padding          : 2px;
}
.pagenav {
  font-weight      : normal;
  color: gray;
  }
a.pagenav:link, a.pagenav:visited {
  color            : #333333;
  text-decoration  : none;
  font-weight      : normal;
}
a.pagenav:hover {
  color            : #006600;
  text-decoration  : none;
  font-weight      : normal;
}
.small {
  font-size        : 11px;
  color            : #999999;
}
.smalldark {
  font-size        : 11px;
  color            : #333333;
}
.createdate, .modifydate {
  float            : right;
  font-size        : 10px;
  color            : #666666;
  font-weight      : bold;
  text-align       : left;
  width            : 100%;
}
.content_vote {
  font-size        : 10px;
  height           : 22px;
  padding          : 2px 0;
  }
.content_rating {
  font-size        : 10px;
  color            : #999999;
}

table.content{
  width            : 100%;
  padding          : 0;
  border-collapse  : collapse;
  border-spacing   : 0;
  margin-bottom    : 10px;
}
table.contentpane {
  width            : 100%;
  border-spacing   : 0;
  padding-left     : 5px;
  padding-right    : 5px;
  margin-bottom    : 5px;
}
table.contentpaneopen {
  width            : 100%;
  border-spacing   : 0;
  padding-left     : 5px;
  padding-right    : 5px;
  margin-bottom    : 5px;
}

.contentpane form table {
   margin-top    : 0px;
   padding-top    : 0px;
}

#contentpane form table {
   margin-top    : 0px;
   padding-top    : 0px;
}

.poll {
        color : #333333;
        line-height : 13px;
        font-weight: bold;
}

.pollstableborder{
  border-color     : #999999;
}

.contentheading,.componentheading {
  width            : 100%;
  font-size        : 12px;
  line-height      : 12px;
  text-align       : left;
  color            : darkslategray;
  font-weight: bold;
  }

.ontab {
  border-left      : 1px solid #666666;
  text-align       : center;
  font-weight      : bold;
  color            : #333333;
  padding          : 5px;
  cursor           : pointer;
  line-height      : 30px;
}
.offtab {
  border-left      : 1px solid #666666;
  text-align       : center;
  color            : #999999;
  font-weight      : normal;
  padding          : 5px;
  cursor           : pointer;
  line-height      : 30px;
}
.tabpadding {
 border-left       : 1px solid #666666;
}

.footer {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #666666;
  font-weight      : normal;
  height           : 50px;
  padding-top      : 5px;


 }
.footer a:link, .footer a:visited {
  font-size        : 11px;
  color            : #006600;
  text-decoration  : underline;
  font-weight      : normal;
  line-height      : 17px;
}
.footer a:hover {
  font-size        : 11px;
  color            : #999999;
  text-decoration  : underline;
  font-weight      : normal;
}


.col {
   vertical-align   : top;
   background       : #ffffff;
   padding          : 0 5px 5px 0;

}
#rightcol {
   vertical-align   : top;
   background       : #ffffff;
   padding          : 5px;
  border-left       : 1px solid #e0e0e0;
  }
#rightcol div {
width: 160px;
}


.foot {
  margin-top       : 6px;
  vertical-align   : top;
  border-top       : 1px solid #e0e0e0;

}

.contentdescription {
  width          : auto !important;
  margin-bottom: 0px;
  padding        : 5px 5px 0 5px;
  text-align     : left;
  font-size: 14px;
  }

#contentdescription {
  width          : auto !important;
  margin-bottom: 0px;
  padding        : 5px 5px 0 5px;
  text-align     : left;
  font-size: 14px;
  }

td.pw{
margin: 0;
padding:  0;
height: 28px;
padding:  3px 0;
}

.head {
  background     : url(../images/head.jpg) no-repeat top left;
  height         : 43px;
  width          : 129px;
 }
td.top_bar {
  margin : 0;
  padding:  0;
  height         : 43px;
  padding-right  : 30px;
 }
td.top_left{
  margin : 0;
  padding:  0;
  background     : url(../images/body.jpg) no-repeat top left;
  width          : 129px;
  height         : 102px;
 }
td.top_nav_left{
  margin : 0;
  padding:  0;
  background     : url(../images/top_nav_left.jpg) no-repeat top left;
  width          : 22px;
  height         : 102px;
 }

td.top_nav_middle{
  margin : 0px;
  padding:  0px;
  background     : url(../images/top_nav_body.jpg) repeat-x top left;
  height         : 102px;
 }
td.top_nav_right{
  margin : 0;
  padding:  0;
  background     : url(../images/top_nav_right.jpg) no-repeat top left;
  width          : 12px;
  height         : 102px;
 }


td.bgline {
  margin : 0;
  padding:  0;
  width          : 7px;
 }

.blog_more {
margin   : 5px 0 3px 7px;
}

.blog {
margin   : 5px 0 3px 7px;
}

.buttonheading {
padding  : 0 2px;
}

/******************* Top Menu************************/

.moduletable-topnav {
    float: right;
    width                                : auto;
    padding                                : 0px 0px 1px 5px;
                }

.moduletable-topnav td {
    width                                : auto;
        }


.topnav {
        width                                : 0px;



        }

a.topnav {
        position                        : relative;
        width                                : auto;
        background                        : none;
         padding                        : 3px 6px 7px 6px;
        color                                : #FFFFFF;
      border-top                   : 4px solid #666666;
      text-decoration                : none;
        font-weight                        : bold;
      line-height: 25px;

        }
a.topnav:hover {
         width                                : auto;
        color                                : #ffffff;
        background                        : #000000;
      border-top                   : 4px solid #ff3300;
         padding                        : 3px 6px 7px 6px;
         font-weight                        : normal;
        text-decoration                : none;
        font-weight                        : bold;
        }
a.topnav#current {
        cursor                        : default;
        position                        : relative;
        width                                : auto;
        background                        : #000000;
         padding                        : 3px 6px 7px 6px;
        color                                : #ffffff;
      border-top                   : 4px solid #33cc00;
      text-decoration                : none;
        font-weight                        : bold;

        }

a.topnav#current:hover {
        cursor                        : pointer;
        position                        : relative;
        width                                : auto;
        background                        : #000000;
         padding                        : 3px 6px 7px 6px;
        color                                : #ffffff;
      border-top                   : 4px solid #ff0000;
      text-decoration                : none;
        font-weight                        : bold;

        }

.img_caption {
  margin-left: 5px;
  margin-right: 5px;
  padding: 2px;
  color: #666666;
  font-size: 10px;
  }

.img_caption right {
  float: right;
  margin-left: 5px;
  margin-right: 5px;
  padding: 2px;
  color: #666666;
  font-size: 10px;
  }

#img_caption right {
  float: right;
  margin-left: 5px;
  margin-right: 5px;
  padding: 2px;
  color: #666666;
  font-size: 10px;
  }

.img_caption left {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  padding: 2px;
  color: #666666;
  font-size: 10px;
  }

#img_caption left {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  padding: 2px;
  color: #666666;
  font-size: 10px;
  }

.img_caption p {
  clear: both;
  color: #666666;
  font-size: 10px;
  text-align: left;
  }

img .caption {
   margin: 5px 0 0 5px;
   padding: 5px 0 2px 5px;
          }

img #caption {
    margin: 5px 0 0 5px;
    padding: 5px 0 2px 5px;
          }

.languageselection-en {
  position: absolute;
  top: 138px;
  right: 35px;
}

#languageselection-en {
  position: absolute;
  top: 138px;
  right: 35px;
}

.languageselection-de {
  position: absolute;
  top: 138px;
  right: 5px;
}

#languageselection-de {
  position: absolute;
  top: 138px;
  right: 5px;
}
