/*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*/;
   }



.zoom a img, a .zoom img{
    background: url("../images/zoom.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
    padding-bottom: 13px;
    margin-top:13px;
}
.Zoomable {
    background: url("../images/zoom.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
    cursor: url("../images/magplus.gif"), url("../images/magplus.cur"), pointer;
    padding-bottom: 13px;
    margin-top:13px;
}
#ZoomPic {
    background: url("../images/cross.png") no-repeat scroll right bottom #000000;
    cursor: url("../images/magminus.gif"), url("../images/magminus.cur"), pointer;
    padding-bottom: 17px;
}



/*Allgemein-end-------------------------------------------------------------------------*/

/*Scrollbereich--------------------------------------------------------------------------*/



/*Hülle des Hauptteils*/
#scrollbereich {
   background-image:url(../images/wood.jpg);  /* Adresse des Hintergrundbildes */
   background-attachment: fixed;    /* Hintergrundbild fixieren */
   width:790px;
   height:auto;
   padding:5px;
   }


/*Scrollbereich-end-------------------------------------------------------------------------*/

/*Logo--------------------------------------------------------------------------*/



/*Logo (Kasten oben links)*/
#logo {
   float:left;
   border:1px solid #000000/*schwarz*/;
   width:171px;
   height:130px;
   background:#FFFFFF/*weiss*/;
   }

/*Bild von Logo*/
#logobild {
   border:0px;
   width:100%;
   height:100%;
   }


/*Logo-end-------------------------------------------------------------------------*/

/*Kopfbereich--------------------------------------------------------------------------*/



/*Kopfbereich (Kasten oben rechts)*/
#kopfbereich {
   float:right;
   border:1px solid #000000/*schwarz*/;
   width:610px;
   height:130px;
   background:#EFEFEF/*grau*/;
   position:relative;
   }

#kopfbereich a        {color:#000000/*schwarz*/; font-weight:normal; text-decoration:none;}
#kopfbereich a:hover  {color:#A02000/*braun*/; font-weight:normal; text-decoration:none;}

/*Bild von Kopfbereich*/
#kopfbild {
   border-bottom:1px solid #000000/*schwarz*/;
   width:100%;
   height:110px;
   }

#kopfbereich #links {float:left;}
#kopfbereich #rechts {float:right;}

#kopfbereich .symbol {
   border:0;
   }

#kopfbereich .login{
    position: absolute;
    top: 59px;
    left: 516px;
    height: 9px;
    width: 8px;
    cursor: default;
}


/*Kopfbereich-end-------------------------------------------------------------------------*/

/*Navigation--------------------------------------------------------------------------*/



/*Navigation (Kasten mitte links)*/
#navi {
   clear:both;
   float:left;
   margin:5px 0px;
   width:auto;
   }

#navi .nav-header{
   display:none;
}

/*Links von Navi.*/
#navi a {
   display: block;
   border:1px solid #000000;
   margin-bottom:5px;
   padding:5px 0px 5px 21px;
   color:#000000/*schwarz*/;
   background-color:#FFFFFF;
   background-image:url('../images/axt_oben.gif');
   background-repeat:no-repeat;
   background-position:center left;
   }

#navi input {
   width: 170px;
   height: 30px;
   margin-bottom:5px;
}

/*Ebene 1 (Hauptkapitel)*/
#navi li a{
   width:150px;
   }

#navi .active > a{
   color:#A02000 !important/*braun*/;
   font-weight:bold;
   background-image:url('../images/axt_unten.gif');
   }

/*Ebene 2 (Unterkapitel)*/
#navi li li a{
   width:128px;
   margin-left:22px;
   }


/*Verweise (Links) von Navigation*/

/*unbesuchter Link*/
#navi a:link    {
   text-decoration:none;
   }

/*besuchter Link*/
#navi a:visited {
   text-decoration:none;
   }

/*überfahren mit Maus*/
#navi a:hover {
   background-image:url('../images/axt_unten.gif');
   color:#A02000/*braun*/;
   font-weight:bold;
   text-decoration:none;
   }

/*anklicken mit Maus od. Tab.*/
#navi a:active {
   background-image:url('../images/axt_unten.gif');
   color:#A02000/*braun*/;
   font-weight:bold;
   text-decoration:none;
   }


/*Navigation-end-------------------------------------------------------------------------*/

/*Inhalt--------------------------------------------------------------------------*/



/*Inhalt (Kasten mitte rechts)*/
#inhalt {
   border:1px solid #000000/*schwarz*/;
   float:right;
   background:#EFEFEF/*grau*/;
   width:590px;
   height:auto;
   padding:10px;
   margin:5px 0px;
   }

/*Ü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;
   }


hr {
    border: 0;
    border-bottom: 1px solid #CFCFCF;
}


/*Tabellen*/

table {
   border-collapse:collapse;

}

td{
    padding:5px;
}

.rahmentabelle td{
   border:1px solid #CFCFCF;
}
.rahmenlosetabelle3 td{
   border:none;
   width:33%;
}
.rahmenlosetabelle2 td{
   border:none;
   width:50%;
}



/*Inhalt-end-------------------------------------------------------------------------*/

/*Fussbereich--------------------------------------------------------------------------*/



/*Fussbereich (Kasten unten)*/
#fussbereich {
   text-align: center;
   clear:both;
   border:1px solid #000000/*schwarz*/;
   background:#FFFFFF/*weiss*/;
   width:780px;
   height:11px;
   font-size:10px;
   padding:4px;
   }

#fussbereich p, #fussbereich div {
    display:inline;
}


/*Webansicht*/
.webansicht {display:block;}

#fussbereich #links {float:left;}
#fussbereich #rechts {float:right;}

/*Druckansicht*/
.druckansicht {display:none;}

/*Fussbereich-end-------------------------------------------------------------------------*/


/*Joomla--------------------------------------------------------------------------*/
#system-message-container {
    display:none;
}


/*Joomla-end--------------------------------------------------------------------------*/