@charset "UTF-8";

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    min-width: 980px;
}

body {
    background-color: #dfdfdf;
    font-family: Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-size: 62.5%; /* base of 10px */
}

#page, #head, #topbar, #main, #foot {
    font-size: 1.1em;
    float: left;
    width: 100%;
}

#head {
    background-image: url('../img/bg_head.png');
    background-repeat: repeat-x;
    height: 125px;
    color: white;
}

#topbar {
    background-color: #d3d3d3;
    height: 2em;
}

#main {
    background-color: white;
    background-image: url('../img/bg_border.png');
    background-position: top left;
    background-repeat: repeat-x;
    min-height: 450px;
}

#foot {
    background-color: #dfdfdf;
    border-top: 1px solid #cccccc;
    min-height: 5em;
}

#headcontent, #topbarcontent, #maincontent, #footcontent {
    text-align: left;
    width: 90%;
    margin: 0 auto;
    max-width: 1180px;
}

#headcontent {
    height: 125px;
}

#topbarcontent {
    background-color: #dfdfdf;
    height: 2em;
}

#maincontent {
    background-image: url('../img/white.png');
    background-repeat: repeat;
}

#maincontent .inner {
    padding: 10px 20px;
}

#footcontent {
    color: #888888;
    text-align: center;
    font-size: 0.8em;
    margin-top: 1em;
}

#logo {
    float: left;
    width: 860px;
    height: 100px;
    margin-left: 10px;
    margin-top: 15px;
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    background-position: center left;
    text-indent: -1000em;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

h1, h2, h3 {
    font-weight: normal;
    margin: 0;
    padding: 0.5em 0 0.2em 0;
}

table {
    padding: 10px 5px;
    border: 1px solid #cccccc;
    background-color: #f4f4f4;
}

th, td {
    text-align: left;
    vertical-align: top;
    margin: 1px 0;
    padding: 4px 6px;
}

#termine th {
    color: white;
    background-color: #004ba0;
}

#planung th {
    color: white;
    background-color: #f87704;
}

tr.odd {
    background-color: #efefef;
}

tr.even {
    background-color: #e4e4e4;
}

.small {
    font-size: 0.8em;
    font-weight: lighter;
}

#main img {
    padding: 4px 5px;
    background-color: #f8f8f8;
    border: 1px solid #cccccc;
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
}

#main img.right {
    float: right;
    margin-left: 5px;
}

#main img.left {
    float: left;
    margin-right: 5px;
}