html {
    height: 100%;
}

body {
    height: 100%;
    font: small Verdana;
    color: Black;
    margin: 0;
    padding: 0;
}

table {
    font-size: 11;
}

.tablefarbe {
background-color: #FBDFB0;
}

.tablerahmen {
border:1px solid;
border-color: #800000;
}

.tabletitle {
background-color: #FBDFB0;
}

.tablemenu {
background-color: #950014;
}

img {
    border: none;
}

h1 {
    color: Black;
    background: none;
    font-weight: normal;
    margin: 0.8em 0em 0.5em 0em;
    border-bottom: 1px solid #d8d8d8;
}

h1 { font-size: 150%; }
h2 { font-size: 110%; }

a {
    text-decoration: none;
    color: #002bb8;
    background: none;
}
a:visited { color: #002bb8; }
a:active { color: #ffa500; }
a:hover { text-decoration: underline; }

p {
    margin: 0.4em 0em 0.5em 0em;
    line-height: 1.5em;
}

q {
	quotes: '«' '»';
}

ul {
    line-height: 1.5em;
    list-style-type: square;
    margin: 0.3em 0 0 1.5em;
    padding:0;
}

li { margin-bottom: 0.1em; }

