﻿body {
    background-color: #32363f;
    font-family: Trebuchet MS, Arial, Verdana, Sans-Serif;
    font-size: 13px;
    line-height: 18px;
    color: #282828;
    overflow-x: hidden;
    overflow-y: scroll;
}

.header
{
    background: url(/images/topnavBgr.jpg) top repeat-x;
    width: 1180px;
    height: 84px;
}

.header a
{
    display: block;
    width: 140px;
    height: 26px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    float: left;
    padding-top: 58px;
    font-weight: bold;
}

.header a:hover
{
    background: #ADAEAE;
    color: White;
}

.Level1Active 
{
    display: block;
    width: 140px;
    height: 26px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    float: left;
    padding-top: 58px;
    font-weight: bold;
    background: #ADAEAE;
    color: White;
}

.header2
{
    width: 200px;
    height: 212px;
    background-color: #0071BC;
}

img  
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
}

.main {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.navigation 
{
    width: 200px;
    background-color: #EEEEEE;
    min-height: 450px;   
}

.navTop 
{
    width: 200px;
    height: 50px;
    background-color: #EEEEEE;
}

.navL2  
{
    border-top: solid 1px #ADAEAE; 
    height: 30px;
    padding-left: 20px;
    color: #A2A1A1;
}

.content 
{
    width: 720px;
    background-color: #ffffff;
    min-height: 450px;
    padding: 48px 30px 30px 30px;
}

.teaser 
{
    width: 160px;
    padding: 48px 20px 30px 20px;
}

.teaser2 
{
    width: 160px;
    padding: 0px 20px 30px 20px;
}

.headerTitle 
{
    color: #EEF2F5;
    font-size: 13px;
    padding-right: 15px;
    line-height: 24px;
}

h1 
{
    font-size: 20px;
    color: #0071BC;
    margin-top: 0;
}

h2 
{
    font-size: 16px;
    color: #0071BC;
}

.subTitel { color: #0071BC; font-weight: bold; }
.blue { color: #0071BC; }

a { color: #282828; }
a:Hover { color: #0071BC; text-decoration: none; }

.Level2 
{
    font-size: 17px;
    text-decoration: none;
    line-height: 30px;
    color: #A2A1A1;
    line-height: 30px;
}

.Level2:Hover
{
    color: #0071BC;
}

.Level2Active
{
    font-size: 17px;
    text-decoration: none;
    line-height: 30px;
    line-height: 30px;
    color: #0071BC;
}

hr.trennlinie {
	border: 0px;
 	border-top: solid 1px #0071BC;
 	border-bottom: solid 1px #ffffff;
 	margin-top: 15px;
 	margin-bottom: 15px;
}

.anlaesse tr td
{
	vertical-align: top;
	border-bottom: solid 1px grey;
}

.tbxLarge 
{
    width: 350px;
    height: 80px;
}

.tbxMedium
{
    width: 200px;
}

.tbxLarge1 
{
    width: 350px;
}

.tbxMedium1
{
    width: 200px;
}

.titel3 
{
    color: #CE0404;
}

.error
{
    font-weight: bold;
    color: #CE0404;
}