h1 {
        color: white;
        font-family: Verdana;
        font-size: large;
        text-shadow: black 3px 2px;
        letter-spacing: 2;
}

#text {
        color: white;
        font-family: Verdana;
        font-size: 80%;
}
#textbig {
        color: white;
        font-family: Verdana;
        font-size: big;

}
#navigation {
        color: white;
        font-family: Verdana;
        font-size: 100%;
        letter-spacing: 1.5;
        font-variant: small-caps;
        line-height: 1.5;
}

#fusszeile {
        color: white;
        font-family: Verdana;
        font-size: x-small;
}

* {
        margin: 0;
        padding: 0;
}

/* Höhen- und Breitenanpassung zu 100%; Scrollbar ausblenden */
body,html {
        width: 100%;
        height: 100%;
        overflow: auto;
}

/* BG-Image auf unterste Ebene anordnen */
#bgImg {
        position: absolute;
        top: 0;
        left: 0;
        border: 0;
        z-index: 1;
}

/* Body-Dummy absolut über BG-Image legen; Scrollbar bei Bedarf einblenden */
#bodyDiv {
        position: absolute;
        top: 25%;
        left: 0;
        z-index: 2;
        overflow: auto;
        width: 100%;
        height: 75%;
        text-align: center;
}

#navDiv {
        position: relative;
        top: 25%;
        left: 0;
        z-index: 2;
        overflow: auto;
		float: left;
        width: 13%;
        height: 75%;
	text-align: left;
}

#contentDiv {
        position: relative;
        top: 25%;
        left: 13%;
        z-index: 2;
	float: left;
        overflow: auto;
        width: 50%;
        height: 75%;
        text-align: left;
}
#imgRightDiv {
        position: relative;
	display: inline;
        top: 25%;
        right: 0;
        z-index: 2;
        overflow: auto;
        float: right;
width: 23%;
        height: 75%;
        text-align: right;
}
#contentDivWImg {
        position: absolute;
        top: 25%;
        left: 25%;
        z-index: 2;
        overflow: auto;
        width: 70%;
        height: 75%;
        text-align: left;
}
#contentDivPrint {
        position: relative;
	float: left;
        overflow: auto;
left:5%;
        width: 60%;
        text-align: left;
}
#imgRightDivPrint {
        position: relative;
	display: inline;
        right: 50%;
        overflow: auto;
	width: 25%;
}
#headlinePrint {
        color: black;
        font-family: Verdana;
        font-size: big;
        text-shadow: black 3px 2px;
        letter-spacing: 2;
}
#textPrint {
        color: black;
        font-family: Verdana;
        font-size: 80%;
}
#textbigPrint {
        color: black;
        font-family: Verdana;
        font-size: big;

}
#linkImText{
        color: white;
        font-family: Verdana;
	text-decoration: underline;
}

a:link {text-decoration: none;
        color: white;
        font-family: Verdana;
}

a:visited {
        text-decoration: none;
        color: white;
        font-family: Verdana;
}

a:hover {
        text-decoration: none;
        color: white;
        font-family: Verdana;
}

a:active {
        text-decoration: none;
        color: white;
        font-family: Verdana;
}

a:focus {
        text-decoration: none;
        color: white;
        font-family: Verdana;
}
a.print:link {text-decoration: none;
        color: black;
        font-family: Verdana;
}

a.print:visited {
        text-decoration: none;
        color: black;
        font-family: Verdana;
}

a.print:hover {
        text-decoration: none;
        color: black;
        font-family: Verdana;
}

a.print:active {
        text-decoration: none;
        color: black;
        font-family: Verdana;
}

a.print:focus {
        text-decoration: none;
        color: black;
        font-family: Verdana;
}
