body {
        background-color:   #FFFFFF;
        font-family:        Arial, Helvetica, Sans-Serif;
}


.navigation {
	padding:            5px;
	padding-top:        10px;
        background-color:   #A6D5FF;
}

.navigation a {	
	text-decoration:    none;
	font-weight:        bold;
	color:              #5570D1;
	font-size:          14pt;
	margin:		    5px;
}


.navigation a:hover {	
	color:              yellow;
}


.pagetitle {
        color:              #276EF2;
        font-family:        Arial, Helvetica, Sans-Serif;
        font-size:          24pt;
        font-weight:        900;
        text-align:         center;
}

.pagesubtitle {
        font-family:        Arial, Helvetica, Sans-Serif;
        font-size:          12pt;
        font-weight:        bold;
        font-style:         italic;
        text-align:         center;
}

.hauptteil {
        padding: 1em;
}

.fussleiste {
        background-color:   #FFFFFF;
        font-size:          small;
        padding:            1em;
        text-align:         right;
}

.fussleiste a {
        text-decoration:    none;
}

.titel {
        color:              #5570D1;
        font-size:          24pt;
        font-weight:        bold;
        margin-top:         1em;
        margin-bottom:      1em;
        text-align:         center;
}

.subtitel {
        color:              #5570D1;
        font-size:          18pt;
        font-weight:        bold;
        margin-top:         1em;
        text-align:         left;
}

p {
        text-align:         justify;
}


