﻿body 
{
	margin:0px;
	padding:0px;
}

/* Eigenschaften der Items, die statisch angezeigt werden */
.menuitem
{
	color: #000000;
	height: 30px;
	width: 100%;
	border-bottom: solid 1px #ffffff;
}

.menuitem a:visited
{
	color: #000000;
	height: 30px;
	width: 100%;
	border-bottom: solid 1px #ffffff;
}

.menuitem a:hover
{
	color: #cccccc;
	height: 30px;
	width: 100%;
	border-bottom: solid 1px #ffffff;
}

.menuhover
{
    color: #cccccc;
    font-weight: bold;
    background-color:#34476f;
}

.menuhover a:visited
{
    color: #cccccc;
    font-weight: bold;
    background-color:#34476f;
}

.menuvisited
{
	color: #cccccc;
	height: 30px;
	width: 100%;
	border-bottom: solid 1px #ffffff;
}

/* Eigenschaften der Items die als Flyout angezeigt werden */
.dynitem
{
    top:-1px;
    height:30px;
    width:150px;
    color:#000000;
    background-color:#eeeeee; 
    border-bottom:solid 1px #ffffff;  
}

.dynitem a:visited
{
    top:-1px;
    height:30px;
    width:150px;
    color:#000000;
    background-color:#eeeeee; 
    border-bottom:solid 1px #ffffff;  
}

.dynhover
{
    color: #f8b810;
    font-weight: bold;
    background-color:#34476f;
}

.dynhover a:visited
{
    color: #f8b810;
    font-weight: bold;
    background-color:#34476f;
}

