/**********************************
Datei: termine.css
***********************************
Autor: scaramangado
erste Version: 11.05.2009
letzte Änderung: 11.05.2009
***********************************/

body {
    min-width: 1024px;
}

#termin {
    padding: 5px;
    display: block;
}

#datum {
    width: 25%;
    float: left;
}

#veranstaltung {
    width: 75%;
    float: right;
}

a:link, a:active, a:visited {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

#footer {
    height: 30px;
    padding: 10px 0px 15px 0px;
    clear: both;
    margin: auto;
    text-align: center;
}