﻿body 
{
	font-family: Arial, "Trebuchet MS" , Helvetica, sans-serif;
	font-size: 14px;
    color: #000000;
    line-height: 14px;
}

h1, h2 , h3, h4, h5
{
	color:#085aa5;
	padding-bottom: 0.15em;
	border-bottom-color: #ff3207;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top: 0px;
}

h6
{
    font-size: 13px;
	color:#085aa5;
}

.MainMenu
{
    padding-left: 1px;
    padding-right: 1px;
    cursor: default;
}

.MainMenuItem
{
    cursor: pointer;
    width: 195px;
    white-space: nowrap;
    padding: 0px;
    height: 30px;
    color: White;
    text-align: center;
    background-image: url(../Bilder/mainmenu.gif);
    background-repeat: no-repeat;
}

.MainMenuItemHover
{
    border: 0px;
    padding: 0px;
    height: 30px;
    color: white;
    text-align: center;
    white-space: nowrap;
    cursor: pointer !important;
    background: url(../Bilder/mainmenuhover.gif) no-repeat;
}

.MainMenuItem a
{
    font: bold 10px Verdana;
    text-decoration: none;
    color: White;
    background-image: none;
    
}

.MainMenuItem a:link, .MainMenuItem a:focus, .MainMenuItem a:visited., .MainMenuItem a:active, .MainMenuItem a:hover 
{
    font: bold 12px Verdana;
    text-decoration: none;
    color: White;
    background-image: none;
}

.LevelMenu
{
    padding: 0px;
    cursor: pointer;
    z-index: 100 !important;   /*Wegen Bug im Framework für IE8*/
}

.LevelMenuItem
{
    border: 0px;
    height: 22px;
    color: white;
    width: 179px;
    text-align: left;
    font: 10px Arial;
    white-space: nowrap;
    background: url(../Bilder/submenu.gif) no-repeat;
    background-position: 0px 0px;
}

.LevelMenuItem a
{
    font: 12px Verdana;
    cursor: auto;
    cursor: pointer;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    border:none;
    display:inline-block;
    height:100%;
    width:100%;
}

.LevelMenuItem a:link, .LevelMenuItem a:focus, .LevelMenuItem a:visited., .LevelMenuItem a:active, .LevelMenuItem a:hover 
{
    text-decoration: none;
    cursor: pointer;
    display:inline-block;
    
    /*height: 100%;*/
    width: 100%;
    color: #FFFFFF;
}

.LevelMenuItemHover
{
    border: 0px;
    padding: 0px;
    height: 22px;
    width: 179px;
    color: White;
    white-space: nowrap;
    background: url(../Bilder/submenuhover.gif) no-repeat;
    background-position: 0px 0px;
}

.LevelMenuItemSpan
{
    padding-left:20px;
    /*width:100%;*/
    color: White;
}

img
{
    max-width:100%;
}