@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
}

html{
    width: 100%;
}

body {
    width: 100%;
    background-color: #649dc7;
    margin: 0;
    padding: 0;
    border=0;
}

body * {
    font: 14px arial, helvetica, sans-serif;
}


div.clearFloat {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0px;
}

li.clearFloat {
    clear: both;
}

.left_float {
    float: left;
    margin: 0 10px 10px 0;
}

#main {
    margin: 0px auto;
    padding: 0px;
    border:0px;
    background-color: white;
    width: 722px;
}

header {
    margin: 0px;
    padding: 0px;
    border: 0px;
    height: 124px;
    width: 100%;
}

nav {
    width: 100%;
    background: #306184;
    text-align: center;
    color: white;
}

nav a {
    text-decoration: none;
    color: white;
}

nav a:hover {
    color:  #649dc7;
}

nav ul {
    list-style: none;
    margin: 0 auto;
}

nav ul li {
    display: inline;
    padding: 4px 6px;
    width: 140px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

section{
    padding: 8px 8px;
}

.bigmenu {
    text-align: center;
    padding: 12px 6px;
}

.bigmenu a {
    text-decoration: none;
    color: #306184;
    font-size: 18pt;
}

.bigmenu a:hover {
    color: #649dc7;
}

footer {
    padding: 6px;
    display: block;
    background: 12px #306184;
    color: white;
}

footer a {
    font-style: italic;
    text-decoration: none;
    color: white;
}

footer a:hover {
    color: #649dc7;
}

p {
    margin: 8px 0;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    padding: 8px 0;
}
h3 {
    font-weight: bold;
    padding: 8px 0;
}

table.termine {
    table-layout: fixed;
}

table.termine th {
    padding: 4px;
    background-color: aliceblue;
}

table.termine td {
    padding: 4px;
}

