/*
Hintergrund Grau   #e7e7e7

Decos Blau  #5290c8   => 5290c8
Orange: #dc6b2f

*/

html, body {
    margin: 0px;
    margin-top: 0px;
    padding: 0px;
}

body {
    background-color: #e7e7e7;
    text-align: center;
}

body, p, td, textarea, .kform, li {
        font-family: verdana, arial, sans-serif;
        font-size: 10pt;
        line-height: 13pt;
        color: #6F6F6F;
}


h1, h2, h3, h4, h5, td, table{
        padding-left: 15px;
        padding-right: 15px;
}

p {
        padding-left: 35px;
        padding-right: 35px;
}

a:link {color: black;}
a:visited {color: black;}
a:active {color: #F5B82A;}
a:hover {color: #DB8135;}


#contentRechts li {
  padding-top: 5px;
  margin-left: 35px;
}

h1 {
        margin: 0;
        margin-top: 55px;
        padding: 0;
        font-size: 12pt;
        line-height: 18pt;
        font-weight: bold;
        color:  #dc6b2f;
}

h1.sub {
        margin: 0;
        padding: 0;
        font-size: 10pt;
        line-height: 11pt;
        color: #5290c8;
}

h2 {
        clear: both;
        font-size: 10pt;
        font-weight: bold;
        line-height: 11pt;
        padding-top: 20px;
        color: #dc6b2f;
}

h3 {
        font-size: 9pt;
        font-weight: bold;
        line-height: 13pt;
        color: #5290c8;
}


.Aktuell{
        font-size: 8pt;
}


.titelbild {
      border-right: 1px solid #aeaeae;
      border-bottom: 1px solid #aeaeae;
      margin-right: 45px;
      float: left;
}

.bildrechts {
      margin-left: 10px;
      margin-bottom: 15px;
      float: right;
      border: 1px solid #aeaeae;
}

.visitenkarte {
      margin-right: 15px;
      float: left;
      valign: center;
      border: 0px solid #aeaeae;
}

.textlinks {
        font-size: 8pt;
}



.bildlinks {
      margin-left: 0px;
      float: center;
      border: 1px solid #3F8A5C;
}

.bildmitte {
      margin-left: 15px;
      float: center;
      border: 1px solid #3F8A5C;
}

.bildmitteohnerand {
      margin-left: 15px;
      float: center;
}

.dateityp, .bildzoom {
      border: 0px;
}

.kleingedrucktes {
 font-weight: normal;
 font-size: 7pt;
}


/* Containerpositionen */

#mainContainer
{
    width: 760px;
    margin: auto;
    background: url(../picture/bg.gif) fixed center top;
}

#bodyblock {
 width: 736px;
 padding: 0px;
 margin: auto;
 background-color: #FFFFFF;
 border: 1px solid #aeaeae;
 text-align: left;
}

#menuBild {
float: left;
width: 736px;
height: 160px;
background: url(../picture/logo.gif) scroll top left no-repeat;
}

#navigation {                                /* Menu */
z-index: 1;
width: 736px;
height: 20px;
float: left;
background-color: #5290c8;
border-top: 1px solid #aeaeae;
border-bottom: 1px solid #aeaeae;
}

#headline {
float: left;
width: 736px;
height: 95px;
}

#contentLinks {                             /* Textinhalte */
width: 230px;
float: left;
padding-bottom: 55px;
}

#contentRechts {
width: 500px;
margin-top: 48px;
overflow: hidden;
float: right;
padding-bottom: 55px;
}

p#fusszeile {
clear: both;
font-size: 0.9em;
margin: 0; padding: 0.3em;
text-align: center;
background-color: #FFFFFF;
border-top: 1px solid #aeaeae;
}



/* Menueeinstellungen */

#mainMenu, #mainMenu ul {                                  /* ul erste ebene */
   padding:0;
   margin:0;
   list-style-type:none;
}

#mainMenu ul {                                /* ul zweite ebene */
   z-index: 500;
   margin: -3px;
   margin-top: 1px;
   position: absolute;
   visibility: hidden;
   border: 0px solid #aeaeae;
   background-color: #5290c8;                        /* for right mouseover effect */
}

#mainMenu li {                                /* li erste ebene */
   float:left;
   padding: 1px;
   background-color: #5290c8;                        /* for right mouseover effect */
}

#mainMenu a {
   color: #ffffff;                          /* a erste ebene */
   display: block;
   text-decoration: none;
   font-family: verdana, arial, sans-serif;
   font-size: 9pt;
   padding-left: 5px;
}


#mainMenu ul a {
   z-index: 500;
   border-bottom: none;
   padding: 3px;
   padding-right: 10px;
}

#mainMenu a:hover {                         /* Hover */
   color: #000000;
}


#mainMenu ul a:hover {                         /* Hover ab Ebene 2 */
   background-color: #dc6b2f;
   color: black;
}

/* Ebene 2 */
#mainMenu li:hover ul,
#mainMenu li.hover ul
{
   visibility: visible;
}

#mainMenu li:hover ul ul,
#mainMenu li.hover ul ul
{
   visibility: hidden;
}


/* Ebene 3 */
#mainMenu li:hover ul li:hover ul,
#mainMenu li.hover ul li.hover ul
{
    visibility: visible;
}

#mainMenu li li {
   float: none;
   border: none;
   padding: 0.1em;
}

#mainMenu li {
   behavior: url(css/hover.htc);
}

#mainMenu ul ul {
   z-index: 500;
   position: absolute;
   margin-top: -2em;
   left: 100%;
}

#mainMenu a.daddy
{
       background: url(../picture/rightarrow2.gif) center right no-repeat;
}


/* Menueeinstellungen zweites Menu */

       ul#subMenu  {
                padding:0;
                margin:0;
                margin-top: 35px;
                list-style-type:none;
        }

        ul#subMenu ul {
                padding:0;
                margin:-3px;
                list-style-type:none;
                margin-top:1px;
        }

        ul#subMenu li {
                padding: 3px;
                margin-left: 0px;
                background-color: #FFFFFF;                        /* for right mouseover effect */
                border-top: 10px solid #ffffff;
                border-left: 3px solid #ffffff;
                border-right: 29px solid #ffffff;
                border-bottom: 1px solid #aeaeae;
        }

        ul#subMenu a {
                color: #5290c8;
                padding-left: 10px;
                padding-right: 3px;
                display: block;
                font-family: verdana, arial, sans-serif;
                font-weight: bold;
                font-size: 9pt;
                text-decoration: none;
        }


        #subMenu a:hover {                         /* Hover ab Ebene 2 */
           color: #3F3F3F;
        }


#subMenu a.aktiv
{
       background: url(../picture/rightarrow2.gif) center left no-repeat;
}


/* Formular */

.formular {
  z-index: 1;
  width: 425px;
  color: #000;
  padding-left: 15px;
}

.reihe {
  z-index: 1;
  clear: both;
  padding: 2px 0px;
}

.label {
  float: left;
  width: 130px;
  text-align: left;
  padding-top: 3px;
  padding-right: 5px;
}

.feld {
  float: right;
  width: 270px;
  text-align: left;
}

.knopf {
  clear: both;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
}