/*-----------------------------------------------------------------------------
version:   1.5
date:      16/11/09
author:    mike bernthaler
website:   www.bernthaler.com
-----------------------------------------------------------------------------*/
html, body, img, p, h1, h2, h3, h4, h5, h6, form, fieldset {
        margin: 0;
        padding: 0;
        border: 0px none;/**/
}
/* ############################################################ */
ul, ol, li  {
        /*margin: 0;
        padding: 0;
        border: 0;*/
}

html
{
        height:100%;/**/
        min-height: 100%;
        margin-bottom:1px;
}

body
{
        font: 100.1%  "Arial", Verdana, sans-serif;/**/
        color: #000000;
        line-height: 110%;
        margin: 0;
        padding: 0;
        text-align: left;
        /*background-color: #566276;*/
        background-color: #5E79A7;
}

.layout {
        height: 100%;
        min-height:500px;
}


.hide {
        position:absolute;
        left:-1000px;
        top:-1000px;
        width:0;
        height:0;
        overflow:hidden;
        display:inline;
        }

/* ############## DIV/LAYER Formatierungen ################## */

#spyder {
        position:absolute;
        visibility: hidden;
        width:200px;
        left:-200px;
}

.layout #wrapper {
        width: 1000px;
        margin: 0px auto;
        text-align: left;
        padding: 0px;
        background-image: url('../images/bg.gif');
        background-repeat: repeat-y
}

.layout #container {
        width: 960px;
        margin: 0px auto;
        padding: 0px;
        background-color: #f5f5f5;
        text-align: left;
}


.layout #header {
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: 184px;
        overflow: hidden;
    }
.layout #header .logo {
        margin: 139px 0px 0px 0px;
                float: left;
                width: 355px;
        /*position: relative;
        top: 139px;*/
    }
.Suche {
        /*border: 1px solid #666666;
        padding: 4px 0px 20px 4px;*/
        float: right;
        width: 200px;
        margin: 140px 0px 0px 0px;
        font-size: 60%;
        color: #FFFFFF;
}



.layout #headMenue {
        padding: 0px;
        height: 40px;
        background-image: url('../images/bg-headMenue.jpg');
        background-repeat: repeat-x
    }
.layout #headMenue #menuContainer {
        margin: 0px 0px 0px 200px;
        padding: 18px 0px 0px 0px;
        height: 22px;
        /*background-color: #3333FF;*/
    }

.layout #balken {
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: 24px;
        background-color: #CCCCCC;
        /*background-image: url(../images/bg-balken-grey.jpg);*/
        background-repeat: repeat-x;
    }

.layout #breadCrumb {
        margin: 3px 0px 0px 205px;
        padding: 0px 0px 0px 8px;
        height: 18px;
        font-size: 75%;
    }


.layout #menue {
        float: left;
        width: 188px;
        padding: 0px;
        margin: 0px 0px 0px 6px;
        /*background-color: #99CC99;*/
    }

.layout #contentContainer {
        float: right;
        width: 762px;
        margin: 0 0 0 0px;
        /*background-color: #33FFCC;*/
    }


.layout #content {
        float: left;
        width:598px;/**/
        margin: 0px;
        color: #000000;
        font-size: 75%;
        line-height: 145%;
        /*background-color: #e7e7e7;*/
        background-image: url('../images/page-content.gif');
        background-repeat: repeat
    }

.layout #content2 {
        float: left;
        width: 680px;/**/
        margin: 0px 0px 0px 0px;
        color: #000000;
        font-size: 75%;
        line-height: 145%;
        /*background-color: #e7e7e7;*/
    }

.layout #pageContent {
        /*width:100%;
        background-color: #CC6666;*/
        padding: 4px 8px 0px 15px;
    }

.layout #aktuell {
        float: right;
        width:150px;
        margin: 0px 6px 0px 0px;
        padding: 0px 0px 0px 0px;
        /*background-color: #D8E3EC;*/
    }
.layout #aktuell .aktuell_header {
        background-image: url('../images/aktuell-header.gif');
        background-repeat: no-repeat;/**/
        height: 27px;
        width: 150px;
        padding-top: 5px;
        padding-left: 15px;
        padding-bottom: 0px;
        padding-right: 0px;
        font-size: 80%;
        font-weight: bold;
        color: #FFFFFF
}
.layout #aktuell .aktuell_sub {
        background-image: url('../images/aktuell-sub.gif');
        background-repeat: no-repeat;/**/
        height: 18px;
        width: 150px;
        font-size: 80%; padding-left:18px; padding-right:0px; padding-top:0px; padding-bottom:0px
}

.fltrt {
            float: right;
            margin-left: 8px;
    }
.fltlft {
            float: left;
            margin-right: 8px;
    }
.clearfloat {
            clear:both;
        height:0;
        font-size: 100.1%;
        line-height: 110%;
    }

.nono {
        font: 100.1%  "Arial", Verdana, sans-serif;/**/

}

/* ##########   TEXT-/LINKFORMATIERUNGEN  ############### */

h1 {
        color: #ffffff;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 150%;
        height: 24px;
        /*background-color: #92C9F7;
        background-color: #4E7B9C;*/
        margin: 0px 0px 2px 0px;
        padding: 3px 0px 3px 15px;
}

h2         {
        font-size: 125%;
}

hr {
        color: #CCC;
        height: 1px;
        width: 99%;
}

p         {
        /*color: #666666;
        margin-top: 1.5em;
        width: 548px;
        font-size: 75%;
        line-height: 145%;*/
}

ul, ol, dl         {
        /*list-style: none;
        font-size: 1.2em; /* Equivalent to 12pt
        color: #b4b4b4;*/
}

li, dd, dt         {
        /* color: #b4b4b4;
        font-size: 1.2em; Equivalent to 12pt */
}


.klein {
        font-size: 90%;
        color: #000000;
}

.Klein70 {
        font:75%  "Verdana", Arial, sans-serif;

}



.breadcrumb {
        font: 80%  "Tahoma", Arial, Verdana, sans-serif;
        color: #666666;
}

.headerNews {
        font: 70%  "Arial", Verdana, sans-serif;
        color: #ffffff;
        font-weight: bold;
        background-color: #86A9C3;
        padding: 5px 0px 4px 8px;
}
.contentNews {
        font: 90%  "Verdana", Arial, sans-serif;
}
.contentNews100 {
        font: 100%  "Verdana", Arial, sans-serif;
}
.text_einruecken20 {
        margin-left: 20px;
}
.contentVer {
        font: 110%  "Verdana", Arial, sans-serif;
}
.contentEvent {
        font: 80%  "Verdana", Arial, sans-serif;
}
.contentEvent1 {
        font: 80%  "Verdana", Arial, sans-serif;
        padding-left: 10px;
        padding-left: 10px;
}
.contentEvent2 {
        font: 80%  "Verdana", Arial, sans-serif;
        padding-left: 10px;
        font-weight: bold;
}


/* Header
-----------------------------------------------------------------------------*/



/* Links
-----------------------------------------------------------------------------*/
a {
        text-decoration: none;
        /*color: #0B62B0;*/
}

a:hover {
        color: #000000;
        text-decoration: underline;
}



/* ----------*/

.serviceNav {
        text-decoration: none;
        color: #000000;
        font-size: 80%;
}

.serviceNav:hover {
        color: #000000;
        text-decoration: underline;
        /*font-weight: bold;*/
}

/* ----------*/

.footerNav {
        text-decoration: none;
        color: #ffffff;
}

.footerNav:hover {
        color: #ffffff;
        text-decoration: underline;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer
        {
        clear:both;
        font-size: 60%;
        color: #CCCCCC;
        background-color: #000000;
        text-align: center;
        padding: 2px 0px 2px 0px;
}


/* Forms
-----------------------------------------------------------------------------*/
input.text
{
        padding: 3px;
        border: 1px solid #999999;
}



/* Tables
-----------------------------------------------------------------------------*/
table

{
          /*border-spacing: 0;*/
        border-collapse: collapse;
}

td
{
          /*text-align: left;
        font-weight: normal;*/

}


/* Menu-Buttons
-----------------------------------------------------------------------------*/

.MB-l {
        background-image: url('../images/MB-l-grey.gif');
        padding-top: 5px;
        vertical-align: top;
        width: 16px;
        height: 22px
}
.MB-m {
        background-image: url('../images/MB-mm-grey.gif');
        padding-top: 5px;
        vertical-align: top;
        width: 38px;
        height: 22px
}
.MB-r {
        background-image: url('../images/MB-r-grey.gif');
        padding-top: 5px;
        vertical-align: top;
        width: 35px;
        height: 22px
}


.MainButton {
        background-image: url('../images/MB-m-grey.gif');
        background-repeat: repeat;
        /*background-position: top;
        height: 22px;*/
        padding-top: 5px;
        vertical-align: top
}
.MainButton_active {
        /*background-image: url(../images/MainButton_active.gif);
        background-repeat: no-repeat;
        height: 22px;
        padding: 9px 0px 0px 0px;*/
        padding-top: 5px;
        vertical-align: top;
}
.mHeader {
        /*background-image: url(../images/SubButton.gif);
        background-repeat: no-repeat;*/
        height: 27px;
        width: 185px;
        padding-top: 5px;
        padding-left: 15px;
        padding-bottom: 0px;
        padding-right: 0px;
        font-size: 80%;
        font-weight: bold;
        color: #FFFFFF;
}
.mHeader2 {
        background-image: url('../images/SM-header-grey.gif');
        background-repeat: no-repeat;/**/
        height: 27px;
        width: 185px;
        padding-top: 5px;
        padding-left: 15px;
        padding-bottom: 0px;
        padding-right: 0px;
        font-size: 80%;
        font-weight: bold;
        color: #FFFFFF
}
.SubButton {
        /*background-image: url(../images/SubButton.gif);
        background-repeat: no-repeat;*/
        height: 18px;
        width: 185px;
        padding-top: 0px;
        padding-left: 18px;
        padding-bottom: 0px;
        padding-right: 0px;
}
.SubButton_active {
        /*background-image: url(../images/SubButton_active.gif);
        background-repeat: no-repeat;*/
        height: 17px;
        width: 185px;
        padding-top: 0px;
        padding-left: 18px;
        padding-bottom: 0px;
        padding-right: 0px;
}
.SubSubButton {
        /*background-image: url(../images/SubSubButton.gif);
        background-repeat: no-repeat;*/
        height: 19px;
        width: 185px;
        padding-top: 0px;
        padding-left: 33px;
        padding-bottom: 0px;
        padding-right: 0px;
}
.SubSubButton_active {
        /*background-image: url(../images/SubSubButton_active.gif);
        background-repeat: no-repeat;*/
        height: 14px;
        width: 185px;
        padding-top: 0px;
        padding-left: 33px;
        padding-bottom: 0px;
        padding-right: 0px;
}


/* Menu-Links
-----------------------------------------------------------------------------*/
.MainLink {
        font-size: 90%;
        font-weight: bold;
        text-transform: uppercase;
        color: #999999;
        text-decoration: none;
}
.openedMainLink {
        font-size: 90%;
        font-weight: bold;
        text-transform: uppercase;
        color: #000000;
        text-decoration: none;
}
.SubLink {
        font-size: 80%;
        color: #000000;
        text-decoration: none;
}
.openedSubLink {
        font-size: 80%;
        font-weight: bold;
        color: #000000;
        text-decoration: none;
}
.SubSubLink {
        font-size: 75%;
        color: #000000;
        text-decoration: none;
}
.openedSubSubLink {
        font-size: 75%;
        font-weight: bold;
        color: #000000;
        text-decoration: none;
}


/* Diverse
-----------------------------------------------------------------------------*/
.abisz {
        font-size: 110%;
        background-repeat: no-repeat;
        background-image: url('../images/pfeil.gif');
        padding-left: 15px;
        text-indent: 10px
}
.abisz_blau {
        font-size: 100%;
        color: #0000ff;
        background-repeat: no-repeat;
        background-image: url('../images/pfeil.gif');
        padding-left: 15px;
        text-indent: 10px
}

.abisz_kopf {
        font-size: 160%;
        font-weight: bold;
        padding-left: 15px;
        text-indent: 0px

}
.service {
        font-size: 75%;
        width: 185px;
        background-image: url('../images/SM-bg-grey.gif');/**/
        background-repeat: repeat-y; padding-left:10px; padding-right:0px; padding-top:8px; padding-bottom:10px
}
.service2 {
        padding: 8px 0px 10px 10px;
        font-size: 75%;
}
.service3 {
        padding: 4px 0px 4px 10px;
        font-size: 75%;
}


.news {
        padding: 4px 0px 0px 10px;
        font-size: 75%;
}

.serviceLink {
        font-size: 90%;
        color: #000000;
        text-decoration: none;
}



.search {
        border: 1px solid #000066;
        height: 16px;
        /*font-size: 90%;*/
}
.searchButton {
        border: 1px solid #000066;
        height: 18px;
        background-color: #8DBBEB;
        font-size: 90%;/**/
        font-weight: bold;
        color: #FFFFFF;
}

.abstand_re {
        margin-right: 6px;
}

.abstand_li {
        margin-left: 6px;
}

.align_re {
        text-align: right;
}
.align_li {
        text-align: left;
}
.align_top {
        vertical-align: top;
}

.align_center {
        text-align: center;
}

.align_block {
        text-align: justify;
}

.valign_top {
        vertical-align: top;
}

.aktualisiert {
        text-align: right;
        font-size: 80%;
        color: #666666;
        font-style: italic;
}





.bild_li {
        float: left;
        margin-right: 6px;
        margin-bottom: 6px;
}
.bild_re {
        float: right;
        margin-left: 6px;
        margin-bottom: 6px;
}
.text_li {
        text-align: left;
}
.text_center {
        text-align: center;
}
.text_re {
        text-align: right;
}
.text_block {
        text-align: justify;
}
.text_einruecken {
        margin-left: 20px;
}
.text_einruecken120 {
        margin-left: 120px;
}
.tabelle_center {
        text-align: center;
        margin-left:auto;
        margin-right:auto;
}
.vertical_top {
        vertical-align: top;
}
.Gross {
        font-size: 135%;
        font-weight: bold;
}
.Klein {
        font-size: 80%;
}
.Titel_1 {
        font-size: 135%;
        font-weight: bold;
        background-color: #CCC;
}
.Titel_2 {
        font-size: 120%;
        font-weight: bold;
        color: #C00;
}
.Titel_3 {
        font-size: 120%;
        font-weight: bold;
        color: #FFF;
}
.Titel_4 {
        font-size: 120%;
        font-weight: bold;
        color: #FFF;
        background-color: #000;
}
.Titel_5 {
        font-size: 140%;
        font-weight: bold;
        color: #000000;
  line-height: 30pt;
  margin-left:5px;
}
.Titel_6 {
        font-size: 110%;
        font-weight: bold;
        color: #000000;
        background-color: #98B1DD;
  line-height: 20pt;
  margin-left:0px;
}


.rot {
        color: #C00;
}
.blau {
        color: #369;
}
.gruen {
        color: #393;
}
.gelb {
        color: #FC0;
}
.grau {
        color: #666;
}
.vertical_top {
        vertical-align: top;
}

.TextButton {
        font-weight: bold;
        color: #ffffff;
        padding-right: 4px;
        padding-left: 4px;
        border: 1px solid #666;
        margin-bottom: 20px;

}

TextButtonFFlav {
        padding:4px; font-weight: bold;
        background-color: #FFFFFF;
        color: #000000;
        padding-left: 4px;
        border:20px dotted #666;
        margin-top: 0px;
        font: 70%
}
