﻿body 
{
    background-color: #5c87b2;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}

/* Layout */

header,
footer
{
    display: block;
}

.page {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.main {
    padding: 15px 15px 15px 15px;
    background-color: #fff;
}

.footer
{
     background-color: #fff;
     text-align: center;
     font-size: 0.7em;
}
/* Header */
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #1e3f74;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
    text-align: center;
}

h3 {
    font-size: 1.2em;
    text-align: center;
    color: #f88d1f;
}

h4 {
    font-size: 1.1em;
    text-decoration: underline;
    color: #000;
}

h5, h6 {
    font-size: 1em;
}
/* Menü */

.menu
{
    background: #1e3f74 url(images/button.png) 50% 50% repeat-x;
    height: 32px;
    border-left: 1px solid rgb(227, 218, 209);
    border-right: 1px solid rgb(227, 218, 209);
    border-top: 1px solid rgb(227, 218, 209);
}

.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    line-height: 1;
}

.menu li
{
    float: left;
    position: relative;
}

.menu a
{
    background: #1e3f74 url("images/button.png") 50% 50% repeat-x;
    padding: 10px 14px; 
    color: #fff; 
    line-height: 12px; 
    font-size: 12px; 
    text-decoration: none; 
    border-bottom: 1px solid rgb(227, 218, 209);
    border-right: 1px solid rgb(227, 218, 209);
    display: block; 
    position: relative;
}

.menu a:hover
{
    background: #f88d1f url("images/buttonhover.png") 50% 50% repeat-x;
    color: #000;
}

.imgright
{
    float: right;
    padding: 5px 5px 5px 5px;
}

.tabelle
{
    width: 100%;
}

.verlauftag
{
    text-decoration: underline;
    font-weight: bold;
    
}

.angebotsbox
{
    border: 1px solid #1e3f74;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    width: 350px;
}

.angebotsbox ul
{
    margin: 0 0 0 0;
}

.angebotsbox ul li
{
    margin: 0 0 0 -15px;
    font-size: 12px;
}