﻿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;
}

img  
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
}

.main {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.navigation 
{
    width: 200px;
    background-color: #EEEEEE;
    min-height: 450px;   
}

.navTop 
{
    width: 200px;
    height: 30px;
    background-color: #EEEEEE;
}

.navL1  
{
    border-top: solid 1px #EC9124; 
    height: 30px;
    padding-left: 30px;
}

.navL2
{
    padding-left: 45px;
    padding-bottom: 5px;
}

.content 
{
    width: 490px;
    background-color: #ffffff;
    min-height: 450px;
    padding: 36px 30px 30px 30px;
}

.content2 
{
    width: 690px;
    background-color: #ffffff;
    min-height: 450px;
    padding: 36px 30px 30px 30px;
}

.teaser 
{
    width: 170px;
    background-color: #ffffff;
    padding: 36px 30px 30px 0px;
}

.header 
{
    width: 950px;
    height: 250px;
}

.headerTitle 
{
    color: #EEF2F5;
    font-size: 13px;
    padding-right: 15px;
    line-height: 24px;
}

h1 
{
    font-size: 20px;
    color: #EC9124;
    margin-top: 0;
}

a { color: #282828; }
a:Hover { color: #EC9124; text-decoration: none; }

.Level1 
{
    font-size: 17px;
    text-decoration: none;
    line-height: 30px;
    color: #32363f;
    line-height: 30px;
    
}

.Level1:Hover
{
    color: #EC9124;
}

.Level1Active
{
    color: #EC9124;
    font-size: 17px;
    text-decoration: none;
    line-height: 30px;
    
}

.Level2 
{
    font-size: 13px;
    text-decoration: none;
    color: #5B5B5B;
    line-height: 20px;
}

.Level2:Hover
{
    color: #EC9124;
}

.Level2Active
{
    font-size: 13px;
    text-decoration: none;
    color: #EC9124;
}

.Level3 
{
    font-size: 13px;
    text-decoration: none;
    color: #5B5B5B;
    margin-left: 36px;
}

.Level3:Hover
{
    color: #EC9124;
}

.Level3Active
{
    font-size: 13px;
    text-decoration: none;
    color: #EC9124;
    margin-left: 36px;
}

hr.trennlinie {
	border: 0px;
 	border-top: solid 1px #EC9124;
 	border-bottom: solid 1px #ffffff;
}

.anlaesse tr td
{
	vertical-align: top;
	border-bottom: solid 1px grey;
}

.tbxLarge 
{
    width: 350px;
    height: 80px;
}

.tbxMedium
{
    width: 200px;
}