/**
* Stylesheet
* Beispiel 'mit Tabelle'
* media : screen
* @author Martin Kutter
*/

/* HTML */
body {
    background-color : #fff;
    color : #333;
    font : 0.9em Verdana;
}

a:link {text-decoration: none;color:blue}
a:visited {color:blue}
a:active {text-decoration: underline overline;color:purple}
a:hover {color:blue;background:yellow}





h1 {
    font-size : 1.6em;
    letter-spacing : 0.05em;
}

th {
    text-align : left;
    padding-right : 30px;
    vertical-align : top;
}

/* Layer/ID's */
#pic {
    float : right;
    padding : 0 0.5em 0 0.5em;
}

/* CSS-Classes */
.foot {
    font-size : 0.7em;
}

.important {
    font-weight : bold;
}