/* Positionierung der HIntergrundgrafik etc. */
body {
        background-image: url(img/bgstribe.jpg);
        background-repeat: repeat-y;
        background-position: 20px ;
        background-attachment: fixed;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        height: 0px;
        width: 0px;
        background-color: #FFE372;

}

/* Positionierung der Grafischen Elemente der Website (das Design) */
.imgposheader {
        position: absolute;
        height: 149px;
        width: 759px;
        left: 20px;
        top: 20px;
}
.imgposmenu {
        position: absolute;
        height: 35px;
        width: 759px;
        left: 20px;
        top: 169px;
}
.imgposcont1 {
        position: absolute;
        height: 29px;
        width: 759px;
        left: 20px;
        top: 204px;
}
.imgposcontbg {
        position: absolute;
        height: 324px;
        width: 759px;
        left: 20px;
        top: 233px;
}
.imgposfooter {
        position: absolute;
        height: 17px;
        width: 759px;
        left: 20px;
        top: 557px;
}

/* Positionierung der DIV-Ebene indem das Untermenü drin ist */
.submenu {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #ffaa55;
        z-index: 3;
        left: 160px;
        top: 213px;
        position: absolute;
        text-align: right;
        overflow: visible;
        visibility: visible;
        height: 12px;
        width: 590px;
}

/* Positionierung der Ebene für die Überschrift und der 2 Contentebenen */
.uberschrift {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #401b02;
        z-index: 3;
        left: 52px;
        top: 234px;
        position: absolute;
}
.divpooscont1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #401B02;
        position: absolute;
        visibility: visible;
        height: 262px;
        width: 345px;
        left: 52px;
        top: 263px;
        z-index: 2;
}
.divpooscont2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #401B02;
        position: absolute;
        visibility: visible;
        height: 262px;
        width: 345px;
        left: 401px;
        top: 264px;
        z-index: 2;
}
.divpooscontbig {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #401B02;
        position: absolute;
        visibility: visible;
        height: 262px;
        width: 690px;
        left: 52px;
        top: 264px;
        z-index: 2;
}

/* Positionierung der Ebenen die die Navigationslinks "Weiter" und "Zurück" im Contentbereich enthalten */
.zurueck {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        color: #401B02;
        position: absolute;
        visibility: visible;
        left: 52px;
        top: 538px;
        z-index: 3;
}
.weiter{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        color: #401B02;
        position: absolute;
        visibility: visible;
        left: 305px;
        top: 538px;
        z-index: 3;
}
.weiter2{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        color: #401B02;
        position: absolute;
        visibility: visible;
        left: 660px;
        top: 538px;
        z-index: 3;
}
/* Positionierung der AKTUELL auf Startseite*/
.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	position: absolute;
	visibility: visible;
	left: 52px;
	top: 537px;
	z-index: 3;
	width: 310px;
}

/* Positionierung der 2 Ebenen mit dem Text in der Fußleiste (Footer)*/
.footerleft {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        position: absolute;
        z-index: 3;
        left: 38px;
        top: 559px;
}
.footerright {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        position: absolute;
        z-index: 3;
        left: 652px;
        top: 559px;
}

/* Stylesheet Definierung der Links */
a:link {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #ffaa55;
        text-decoration: none;
}
a:hover {
                font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #401b02;
        text-decoration: none;
}
a:active {
                font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #401B02;
        text-decoration: none;
}

a:focus {
                font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #401B02;
        text-decoration: none;
}
a:visited {
                font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #ffaa55;
        text-decoration: none;
}

/* Positionierung eines Blindgifs das seine Funktion als Link hat wenn der verlinkte Text drunter unverändert bleiben soll*/
.team1link {
        position: absolute;
        height: 12px;
        width: 120px;
        top: 559px;
        z-index: 4;
        left: 304px;
}
.sitemaplink {
        position: absolute;
        z-index: 4;
        height: 12px;
        width: 42px;
        left: 652px;
        top: 559px;
}
.impressumlink {
        position: absolute;
        height: 12px;
        width: 60px;
        top: 559px;
        z-index: 4;
        left: 702px;
}

/* Positionierung der Bilder die im Contentbereich eingefügt werden */
.contpic1 {
        left: 501px;
        top: 264px;
        position: absolute;
        z-index: 4;
}
.contpic2 {
        left: 630px;
        top: 264px;
        position: absolute;
        z-index: 4;
}
.contpic3 {
        left: 501px;
        top: 393px;
        position: absolute;
        z-index: 4;
}
.contpic4 {
        left: 630px;
        top: 393px;
        position: absolute;
        z-index: 4;
}

