/*Änderungen--------------------------------------------------------------------------*/
/*


*/
/*Änderungen-end-------------------------------------------------------------------------*/

/*Allgemein--------------------------------------------------------------------------*/


/*Universalselektor*/
* {margin:0;
   padding:0;}

/*Verweise (Links) allgemein*/
a {cursor:pointer;}

/*Bilder allgemein*/
img {border:0px;}

/*Tabellen allgemein*/
table {width:100%;}

/*Körper*/
body{
   font-family:ARIAL,VERDANA,HELVETICA,sans-serif;
   font-size:10pt;
   background:#FFFFFF/*weiss*/;
   }


.Zoomable,.zoom a img, a .zoom img {
    background:none;
}
#ZoomPic {
    display:none;
}


/*Allgemein-end-------------------------------------------------------------------------*/

/*Scrollbereich--------------------------------------------------------------------------*/



/*Hülle des Hauptteils*/
#scrollbereich {
   background:#FFFFFF/*grau*/;
   width:90%;
   height:auto;
   padding:5px;
   }


/*Scrollbereich-end-------------------------------------------------------------------------*/

/*Logo--------------------------------------------------------------------------*/



/*Logo (Kasten oben links)*/
#logo { display:none;}


/*Logo-end-------------------------------------------------------------------------*/

/*Kopfbereich--------------------------------------------------------------------------*/



/*Kopfbereich (Kasten oben rechts)*/
#kopfbereich { display:none;}


/*Kopfbereich-end-------------------------------------------------------------------------*/

/*Navigation--------------------------------------------------------------------------*/



/*Navigation (Kasten mitte links)*/
#navi {display:none;}


/*Navigation-end-------------------------------------------------------------------------*/

/*Inhalt--------------------------------------------------------------------------*/




/*Inhalt (Kasten mitte rechts)*/
#inhalt {
   border:0px;
   float:left;
   background:#FFFFFF/*wiess*/;
   width:100%;
   height:auto;
   padding:10px;
   font-size:10pt;
   }

/*Überschrift vom Inhalt)*/
#inhalt h1 {
   text-align:center;
   font-size:15pt;
   text-decoration:none;
   color:#A02000/*braun*/;
   font-weight:bold;
   margin:20px 0px 30px 0px;
   padding-bottom:20px;
   border-bottom:1px solid #CFCFCF;
   }

/*Unterschrift vom Inhalt)*/
#inhalt h6 {
   text-align:center;
   text-decoration:none;
   font-weight:bold;
   margin:45px 0px 20px 0px;
   padding-bottom:10px;
   border-top:1px solid #CFCFCF;
   }

h6 a {color:#000000/*schwarz*/; font-weight:normal; text-decoration:none;}

h6 #knopf {display:none;}

#inhalt li {
   margin-bottom:5px;}

/*Ebene von Sitemap*/
#es {
   margin-left:15px;
   }

/*erste Ebene von Sitemap*/
.e1s {
   margin-left:0px;
   }

/*erste Ebene von Sitemap*/
.e2s {
   margin-left:20px;
   }


/*Kontaktformular*/
#spam {display:none;}



/*Inhalt-end-------------------------------------------------------------------------*/

/*Fussbereich--------------------------------------------------------------------------*/



/*Fussbereich (Kasten unten)*/
#fussbereich {
   clear:both;
   border:0px;
   background:#FFFFFF/*weiss*/;
   width:780px;
   height:11px;
   font-size:10px;
   padding:4px;
   text-align: left;
   }

/*Webansicht*/
.webansicht {display:none;}

/*Druckansicht*/
.druckansicht {display:block; clear:both;}


/*Fussbereich-end-------------------------------------------------------------------------*/