
/* --------allgemeine Einstellungen---------- */

* {
    margin: 0;
    padding: 0;
    border: none;
  }


body {
    width: auto;
    height: 100%;
    padding: 10px;
    font-size : 13px;
    font-family:"Myriad Web","Arial",sans-serif;
    color: black;
  }


table {
    vertical-align : top;
    font-size : 13px;
  }


.floatright {
    float: right;
    display: inline;
  }


.floatleft {
    float: left;
    display: inline;
  }


center,h1,h2,h3,h4,h5,h6,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,strong {
    font-family:"Myriad Web","Arial",sans-serif;
    color: black;
  }

/*---Header mit Logo---------------------------------------------*/






#header {
    background-color : #000000;
    border : 1px black solid;
    height : 73px;
  }

/*--------linke Übersichtsseite-----------------------------------*/






#tabelle {
    background-image : url('../bilder/wolken_pur.jpg');
    background-position : 0px 75px;
    background-repeat : repeat-y;
  }


#hbild {
    background-image : url('../bilder/wolken_alpha.jpg');
    background-repeat : no-repeat;
    background-position : -10px -15px;
    border : 1px #7F7F7F solid;
    margin-left : 10px;
    margin-right : 10px;
    margin-top : 10px;
    margin-bottom : 10px;
    width : 13em;
  }


#leftbox {
    vertical-align : top;
    width : 14em;
    height: auto;
    min-height:100%;
  }


#leftbox a:link, #leftbox a:visited, #leftbox a:active {
    color : black;
    text-decoration : none;
  }


#leftbox a:hover {
    color : #05117F;
    text-decoration:underline;
  }


.leftlist li {
    font-size : 0.9em;
    margin-left : 2.5em;
    line-height : 1.3em;
    list-style-image : url('../bilder/black_dot.gif');
  }


.listfirst {
    margin-top : -0.5em;
    list-style-image : url('../bilder/black_dot.gif');
  }


.lulist li {
    font-size : 0.8em;
    list-style-image : url('../bilder/sw_pfeil.gif');
    margin-left : 1.5em;
    line-height : 1.3em;
  }


.luulist li {
    font-size : 0.8em;
    list-style-image : url('../bilder/black_slash.gif');
    margin-left : 2.0em;
    line-height : 1.3em;
  }


h5 {
    font-size : 1.1em;
    font-weight : bold;
    line-height : 2.5em;
    margin-left : 0.5em;
  }

/*---rechte Spalte----------------------------------------------*/






#rightbox {
    background-color : #e2e2e2;
    border : 1px #7F7F7F solid;
    vertical-align : top;
  }

/*--- Informationsleiste---*/






.infoline {
    background-color : #BCBCBC;
    border-bottom-color : #7F7F7F;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    color : black;
    height : 1.2em;
    left : 0em;
    margin-bottom : 0em;
    margin-left : 0em;
    margin-right : 0em;
    margin-top : 0em;
    /*overflow : hidden;
    */ padding-bottom : 0.2em;
    padding-left : 0.1em;
    padding-right : 0.1em;
    padding-top : 0.2em;
    top : 0em;
  }


.infoline ul {
    list-style-type: none;
  }


.infoline #lang li {
    display : inline;
    float : left;
    margin-bottom : 0em;
    margin-left : 0.7em;
    margin-right : 0.7em;
    margin-top : 0em;
  }


#lang li img {
    height : 0.8em;
    border-color : #BCBCBC;
    margin-top : 0.2em;
  }


#kontaktbox {
    background-color : #edf907;
    border : 1px black solid;
    text-align : center;
    width : 5em;
    font-size : 0.8em;
  }


#kontaktbox a:link, #kontaktbox a:visited, #kontaktbox a:active {
    color : black;
    text-decoration : none;
  }


#kontaktbox a:hover {
    color : #05117F;
    text-decoration:underline;
  }

/* ---Navigation in der Informationsleiste ---*/






#mainRootline {
    margin-left : 0.7em;
  }


#mainRootline A:link,#mainRootline A:active,#mainRootline A:visited {
    color: black;
    text-decoration:none;
    font-size : 0.8em;
  }


#mainRootline A:hover {
    color: #05117F;
    text-decoration:underline;
    font-size : 0.8em;
  }

/*---Inhalt---*/




.content {
    height:auto;
    min-height:100%;
    background-color : #e2e2e2;
    vertical-align : top;
    padding-top: 15px;	
    padding-left : 30px;
    padding-right: 200px;
    padding-bottom: 50px;
    font-size : 10.5pt;
    line-height:1.4;
    width:680px
  }


.content a:link, .content a:visited, .content a:active {
    color : #05117F;
    text-decoration : underline;
  }


h1 {
    border-bottom-color : #7F7F7F;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    font-size : 1.3em;
    line-height : 2em;
    margin-bottom : 1em;
  }


.ulist li {
    list-style-image : url('../bilder/black_circle.gif');
    margin-left : 1.5em;
    margin-top : 0.5em;
  }


.ulisto li {
    list-style-type : none;
    margin-top : 0.5em;
  }


.uulist li {
    list-style-image : url('../bilder/black_dot.gif');
    margin-left :1.5em;
    margin-top : 0.3em;
  }


.olist li {
    margin-left :1.5em;
    margin-top : 0.3em;
  }


.plist li {
    list-style-image : url('../bilder/black_slash.gif');
    margin-left :2.5em;
    margin-top : 0.3em;
  }


.plist A:link, .plist A:active, .plist A:visited {
    color: black;
    text-decoration:none;
  }


.plist A:hover {
    color: #05117F;
    text-decoration:underline;
  }


.bild_mitte {
    margin-bottom : 15px;
    margin-top : 15px;
    margin-left:auto;
    margin-right:auto;
    padding-right:30px;
    text-align : center;
    font-size: 10pt;
    font-weight:bold;
    overflow: auto;
  }


h3 {
    font-size : 1.3em;
    font-weight : bold;
    line-height : 2em;
  }


h4 {
    font-size : 1.1em;
    font-weight : bold;
    margin-top : 0.5em;
  }


h6 {
    font-size : 1.2em;
    margin-top : 0.5em;
    margin-bottom : 0.5em;
    font-weight : normal;
  }


p {
    margin-top : 0.5em;
    margin-bottom : 0.5em;
  }


.pers_text td {
    vertical-align : top;
    padding : 5px;
    padding-right:15px;
    font-size : 10.5pt;
  }


.info td {
    padding : 3px;
    font-size : 0.9em;
    border : 1px black solid;
  }


.bildtab td {
    font-size : 1.1em;
    padding-bottom : 5px;
    padding-left : 5px;
    padding-right : 5px;
    padding-top : 0px;
    text-align : center;
    vertical-align : middle;
  }


.bildtab img {
    border : 1px #7F7F7F solid;
  }


.hometab {
    font-size : 10.5pt;
    padding-bottom : 0px;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 0px;
    vertical-align : middle;
  }

/* holly hack \*/


* html .clearfloat {
    height: 1%;
  }


.clearfloat {
    display: block;
  }

/* */

/* Hides from IE-mac \*/











* html .floatitem {
    display: inline;
  }

/* End hide from IE-mac */
