/* DATEI: hauza.css */
body {
    margin-top:5px;
    margin-bottom:5px;
	background : #ffe;
}
h1, h2, h3, h4, ol, div, address, blockquote, nobr, b, i {
    text-align:center;
}
p {
    text-align:justify;
}
h1 {
    font-size:20pt;
}
h2 {
    font-size:18pt;
}
h3 {
    font-size:16pt;
}
h4 {
    font-size:14pt;
}
h5 {
    font-size:12pt;
}
a {
   white-space : nowrap;
}
a:visited {
    color:#ff0000;
    text-decoration:none;
}
a:link {
    color:#0000ff;
    text-decoration:none;
}
a:hover {
    color:#ff00ff;
    text-decoration:none;
}
.links {
    font-family:Arial,sans-serif;
    text-align:left;
}
.rechts {
    font-family:Arial,sans-serif;
    text-align:right;
}
.mitte {
    font-family:Arial,sans-serif;
    text-align:center;
}
.bigfett {
    font-size: larger;
    font-weight: bold;
}
.nowrap {
    white-space : nowrap;
}
.zentrum {
    vertical-align : middle;
    text-align : center;
}
.fett120 {
    Font-Size: 120%;
    Font-Weight: bold;
    text-align : center;
}
table, td, tr {
 text-align: center;
 vertical-align: top;
}
.klein {
 font-size : smaller;
 text-align : center;
}