
/* Container */

#Container {
         position: relative;
         width: 930px;
         margin-left: auto;
         margin-right: auto;
         }




/* Menüleiste links */

#apDiv1 {
        position:absolute;
        width:121px;
        height:320px;
        z-index:1;
        left: 2px;
        top: 162px;
        }


/* Logo oben links */

#apDiv2 {
        position:absolute;
        width:200px;
        height:59px;
        z-index:2;
        left: 2px;
        top: 28px;
        }


/* Menüleiste oben */

#apDiv3 {
        position:absolute;
        width:649px;
        height:24px;
        z-index:3;
        left: 274px;
        top: 70px;
        background-image: url(image/leiste.png);
        text-align: center;
        }


/* blauer Balken unter Menüleiste oben */

#apDiv4 {
        position:absolute;
        width:921px;
        height:14px;
        z-index:4;
        left: 2px;
        top: 96px;
        background-color: #99CCFF;
        }


/* Fußleiste mit blauem Hintergrund */

#apDiv5 {
        position:absolute;
        width:921px;
        height:26px;
        z-index:4;
        left: 2px;
        top: 550px;
        background-color: #99CCFF;
        }


/* body */

body  {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        }
		
		
		
/* große blaue Überschrift */

h1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        color: #0033CC;
        font-weight: bold;
        }


/* kursive schwarze Unter-Überschrift */

h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        font-style: italic;
        }

		
/* Fettschrift */
.bold {
		font-weight: bold;
		}
		
/* unterstrichen */
.underline {
		text-decoration: underline;
		}


/* Schrift Menüleiste oben aktiv */

.MLobenaktiv {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #0033CC;
        }


/* Schrift Menüleiste links aktiv */

.MLlinksaktiv {
         font-family: Arial, Helvetica, sans-serif;
         font-size: 12px;
         color: #0033CC;
}


/* Schrift Fußzeile aktiv */

.FZaktiv {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        }


/* Schrift Standard größer fett */

.Standardbigbold {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        }


/* Links fett */

.Linkbold {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #0000FF;
        }


/* Links */

.Link {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #0000FF;
        }


/* Link ZQN */

.ZQN {
        font-family: Book Antiqua, serif;
        font-weight: bold;
        color: #0000FF;
        }

/* Linkanweisungen */

a:link {text-decoration: none; color: #000000;}
a:visited {text-decoration: none; color: #000000;}
a:hover {text-decoration: underline; color: #000000;}
a:active {text-decoration: none; color: #000000;}