html, body {
 font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
 font-size: 100.01%;
 background-color: #999999;
 background-image:url(bilder/hg-dunkelgrau.jpg);
 background-repeat:repeat-y;
 background-position:center;
 text-align:center;
}

* {
 margin: 0;
 padding: 0;
}

#hintergrund {
 position: absolute;
 width: 894px;
 text-align: left;
 left: 50%;
 margin-left: -450px;
 }

#container {
 position: absolute; 
 width: 900px;
 margin: 30px 0 0 10px;
 background-image: url(bilder/hintergrund-neu.jpg);
 background-repeat: repeat-y;
 text-align: left;
 }



#headerschrift {
 position: absolute; top: 45px; left: 515px;
 width: 308px;
 height: 50px;
 }

#headerlogo {
 position: absolute; top: 25px; left: 780px;
 width: 60px;
 height: 100px;
 }

#hauptnavi {
 position: absolute; left:137px; top:120px;
 width: 710px;
 height: 23px;
 float:right;
 }

#navi-vertikal-1 {
 position: absolute; top: 155px; left: 163px;
 width: 175px;
 height: 50px;
 font-size: 10pt;
 line-height: 150%;
 float:right;
 text-align: left;
 }

#navi-vertikal-2 {
 position: absolute; top: 155px; left: 320px;
 width: 175px;
 height: 50px;
 font-size: 10pt;
 line-height: 150%;
 float:right;
 text-align: left;
 }


#contentGanzeBreite {
 position: relative;  margin: 230px 0 0 162px;
 width: 650px;
 padding:0 10px 0 0;
 }

#footer {
	position: relative;
	margin: 10px 0 10px 150px;
	width: 640px; height:40px;
 }



.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




p {
 text-align: left;
 font-size: 13px;
 color: #333333;
 padding:0 0 6px 0;
 }

h1 {
 font-size: 32px;
 text-align: left;
 padding: 1px 0 10px 0;
 }

h2 {
 font-size: 18px;
 text-align: left;
 font-weight: normal;
 padding: 1px 0 0 0;
 }

h3 {
 font-size: 13px;
 text-align: left;
 padding: 1px 0 12px 0;
 font-weight: normal;
 }


table{
 font-size: 12px;
 color: #432D0D;
 margin: 0 0 0 1px;
 line-height: 18px;
 }
 
IMG.zentriert {
    display: block;
    margin-left: auto;
    margin-right: auto }

.gross10 {
  font-size: 13px;
}

.gross {
  font-size: 17px;
}

.gross17 {
  font-size: 23px;
}

.gross16px {
  font-size: 16px;
}

.gross20 {
  font-size: 26px;
}


.klein {
  font-size: 11px;
}

.fett {
 font-weight: bold;
}

.kursiv {
 font-style:italic;
 }

.textgrau {
 color: #333333;
 }

.hellgrau {
 color: #999999;
 }

.dunkelgrau {
 color: #666666;
 }

.weiss {
 color: #FFFFFF;
 }

.rot {
 color: #990000;
 }

.fehler {
 color: #660000;
 }


.z180{
 line-height: 180%;
 }

.z160{
 line-height: 160%;
 }

.z150{
 line-height: 150%;
 }

.z140{
 line-height: 140%;
 }

.z130{
 line-height: 130%;
 }

.z120{
 line-height: 120%;
 }

.z115{
 line-height: 115%;
 }

.foto {
 font-size:15px;
 margin: 10px 2px 10px 0px;
 float:left;
 }
 
.fotorahmen {
	border: 1px solid #CCCCCC;} 

a.hauptnavi:link {
 font-size: 15px;
 text-decoration: none;
 text-align: left;
 color: #333333;
 padding-left: 25px;
 padding-right: 0px;
 }
a.hauptnavi:visited {
 font-size: 15px;
 text-decoration: none;
 text-align: left;
 color: #333333;
 padding-left: 25px;
 padding-right: 0px;
}

a.hauptnavi:active {
 font-size: 15px;
 text-decoration: none;
 text-align: left;
 color: #333333;
 padding-left: 25px;
 padding-right: 0px;
}

a.hauptnavi:hover {
 font-size: 15px;
 color: #990000;
 text-decoration: none;
 padding-left:25px;
 padding-right: 0px;
}

.aktuelleseite {
 font-size: 15px;
 color: #990000;
 text-decoration: none;
 padding-left:25px;
 padding-right: 0px;
 }


a.footernavi:link {
 font-size: 15px;
 text-decoration: none;
 text-align: left;
 color: #333333;
 padding-left: 15px;
 padding-right: 0px;
 }
a.footernavi:visited {
 font-size: 15px;
 text-decoration: none;
 text-align: left;
 color: #333333;
 padding-left: 15px;
 padding-right: 0px;
}

a.footernavi:active {
 font-size: 15px;
 text-decoration: none;
 text-align: left;
 color: #333333;
 padding-left: 15px;
 padding-right: 0px;
}

a.footernavi:hover {
 font-size: 15px;
 color: #990000;
 text-decoration: none;
 padding-left:15px;
 padding-right: 0px;
}

a.navi-vertikal:link {
 text-decoration: none;
 text-align: left;
 color: #333333;
 font-size: 13px;
 font-weight: normal;
 }
a.navi-vertikal:visited {
 text-decoration: none;
 text-align: left;
 color: #333333;
 font-size: 13px;
 font-weight: normal;
}

a.navi-vertikal:active {
 text-decoration: none;
 text-align: left;
 color: #333333;
 font-size: 13px;
 font-weight: normal;
}

a.navi-vertikal:hover {
 color: #990000;
 text-decoration: none;
 font-size: 13px;
 font-weight: normal;
}

.aktuelleseite-vertikal {
 color: #990000;
 text-decoration: none;
 font-size: 13px;

}

a.text:link {
 color: #666666;
 text-decoration: none;
 font-size: 13px;
 padding-left: 0px;
 }

a.text:visited {
 color: #666666;
 font-size: 13px;
 }

a.text:active {
 color: #666666;
 font-size: 13px;
 }

a.text:hover {
 color: #990000;
 font-size: 13px;
 }

a.header:link {
 text-decoration: none;
 color:#333333;
 font-weight: normal;
 }

a.header:visited {
 text-decoration: none;
 font-weight: normal;
 color:#333333;
 }

a.header:active {
 text-decoration: none;
 font-weight: normal;
 color:#333333;
 }

a.header:hover {
 text-decoration: none;
 font-weight: normal;
 color:#333333;
 }

a.footer:link {
 text-decoration: none;
 color: #FFFFFF;
 }

a.footer:visited {
 text-decoration: none;
 color: #FFFFFF;
 }

a.footer:active {
 text-decoration: none;
 color: #FFFFFF;
 }

a.footer:hover {
 text-decoration: none;
 color: #6699CC;
 }



a:link {
 text-decoration: none;
 color: #6699CC;
 }

a:visited {
 text-decoration: none;
 color: #6699CC;
 }

a:active {
 text-decoration: none;
 color: #6699CC;
 }

a:hover {
 text-decoration: none;
 color: #FFFFFF;
 }


.quadrat {
 list-style-type: square;
 padding: 0 0 0 15px;
 color: #4A4A4A;
 }

li.navi {
 display: block;
 float: left;
}

li.quer {
 display: block;
 float: left;
 font-size: 11pt;
 padding: 0 40px 0 0;
}

li {
 font-size: 15px;
 }


img{
  border:0;
}

img.slideshow{
  border:0;
  margin: 0 10px 12px 0;
  border:1px;
  border-style:solid;
  border-color:#CCC;
/*  padding: 0 6px 8px 0; als content-bilder noch daneben war */
  
}

.formStyle{
        width:270px;
        border-color:#9A9A9A;
        border-width:1px;
        border-right-width: 8px;
        border-right-color: #660000;
        border-right-style:solid;
        border-style:solid;
        background-color:#EBEBEB;
        padding:5px;
}

.formText{
        font-family:Verdana,Arial,Helvetica,sans-serif;
        font-size:11px;
        border-width:1px;
        border-style:solid;
        border-color:#9A9A9A;
        margin-bottom:1px;
        width:200px;
}

.formTextArea{
        font-family:Verdana,Arial,Helvetica,sans-serif;
        font-size:11px;
        border-width:1px;
        border-style:solid;
        border-color:#9A9A9A;
        margin-bottom:2px;
        width:200px;
}

.formSubmit{
        font-family:Verdana,Arial,Helvetica,sans-serif;
        font-size:11px;
        background-color:#E0E0E0;
        border-width:1px;
        border-style:solid;
        border-color:#9A9A9A;
}

.table{
 text-align: left;
 font-size: 13px;
 color: #333333;
 margin: 0 0 0px;
 line-height: 18px;
 }

.table2{
 font-family: Arial;
 text-align: left;
 font-size: 13px;
 color: #333333;
 margin: 0 0 0 -17px;
 line-height: 18px;
 }

 /* SLIMBOX */

#lbOverlay {
        position: absolute;
        z-index: 9999;
        left: 0;
        width: 100%;
        background-color: #666666;
        cursor: pointer;
}

#lbCenter, #lbBottomContainer {
        position: absolute;
        z-index: 9999;
        left: 50%;
        overflow: hidden;
        background-color: #fff;
}

.lbLoading {
        background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
        position: absolute;
        left: 0;
        top: 0;
        border: 10px solid #fff;
        background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
        display: block;
        position: absolute;
        top: 0;
        width: 50%;
        outline: none;
}

#lbPrevLink {
        left: 0;
}

#lbPrevLink:hover {
        background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
        right: 0;
}

#lbNextLink:hover {
        background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        font-size: 10px;
        color: #666;
        line-height: 1.4em;
        text-align: left;
        border: 10px solid #fff;
        border-top-style: none;
}

#lbCloseLink {
        display: block;
        float: right;
        width: 113px;
        height: 22px;
        background: transparent url(images/closelabel.gif) no-repeat center;
        margin: 5px 0;
        outline: none;
}

#lbCaption, #lbNumber {
        margin-right: 71px;
}

#lbCaption {
        font-weight: bold;
}
