/* DATEI: urlaub.css */
body {
    margin-top:5px;
    margin-bottom:5px;
    background : #ffe;
}
p, h1, h2, h3, h4, ol, div, address, blockquote, nobr, b, i {
    text-align:center;
}
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 {
    text-align:left;
}
.rechts {
    text-align:right;
}
.mitte {
    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;
}
.blind {
    display: non;
}
