.menuid {
/* border-top: solid 1px #89a; */
    background-color: #c7d8f6;
    /* FONT-SIZE: 8pt; */
}
.menuid ul {
    margin: 0;     /*Remove all spacings from the list items*/
    padding: 0;
    list-style-type: none;
}
.menuid li {
    margin: 0px;
    padding: 0px;
    border-bottom: solid 1px #c7d8f6; /* patch */
}
.menuid a {
    display: block;
    /* border-bottom: solid 1px #89a; */
    padding: 3px;
    color: #036;
    text-decoration: none;
}

.menuid a:hover {
    background-color: #def;
    text-decoration: underline;
}
/*
.menuheader {
padding: 2px 12px;
width: 100%;
font-weight: bold;
font-style:italic;
}
*/
.menuid .menuActive {
    font-weight: bold;
    background-color: #bcd;
}
/*
.menuid form {
padding: 2px 12px;
}
*/
.myblockh {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    /*font-size: 11px; */
    color: white;
    padding: 4px;
    background-color: #5c8fd1;
    text-align: left;
    margin: 0px;
    margin-bottom: 4px;
}
.myVIPlink {
    color: white;
    padding: 4px;
    text-align: left;
    margin: 0px;
}
/*
.tabmenu {
    text-align: center;
    border-bottom: 3px solid #5c8fd1;
    padding: 12px;
    z-index: -1;
}
.tabmenu a {
    border: 3px solid #c7d8f6;
    border-bottom: 3px solid #5c8fd1;
    padding: 12px;
    background-color: white;
    z-index: 0;
}
.tabmenu .active {
    border-left: 3px solid #5c8fd1;
    border-top: 3px solid #5c8fd1;
    border-right: 3px solid #5c8fd1;
    border-bottom: 3px solid white;
    background-color: white;
}
*/
.myAddObjectMenu {
    border: 2px solid #5c8fd1;
    border-top-width: 0px;
}

.myAddObjectMenu ol {
    margin-top: 0px;
    padding-top: 2px;
    margin-bottom: 2px;
}
.myAddObjectMenu .menuActive {
    font-weight: bold;
}
/*
ul {
    margin-left: 10px;
    padding-left: 10px;
}
*/
/* menuinline
.menuinline ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menuinline li {
    display: inline;
    padding-right: 0.5em;
}

.menuinline a	{
    background : #c7d8f6;
    color: #036;
    padding: 0em 1em;
    text-decoration : none;
}

.menuinline .menuActive {
    font-weight: bold;
    background : magenta;
}
*/


/* StyleSheet: tabmenu */
.tabmenu ul {
	border-bottom : 2px solid #5c8fd1;
	margin : 0;
	padding-bottom : 32px;
	padding-left : 4px; /* fist tab padding left */
	list-style-type : none;
}

.tabmenu li	{
	display : inline;
}

.tabmenu a	{
	background : #E8EBF0;
	border : 2px solid #5c8fd1;
	color : #666;
	float : left;
	font-size : small;
	font-weight : normal;
	line-height : 20px;
	margin-right : 4px; /* padding between tabs */
	margin-top: 6px; /* weniger hoch */
	padding : 2px 6px 2px 6px; /* tab text padding */
	text-decoration : none;
}
/*
.tabmenu a:link.active, .tabmenu a:visited.active	{
	background : #fff;
	border-bottom : 1px solid #fff;
	color : #000;
}
.tabmenu a:hover	{
	color : #f00;
}
.tabmenu ul a:hover {
	color : #f00 !important;
}
*/
.tabmenu .menuActive {
    font-weight: bold;
    background-color: #bcd;
}

.tabmenu li .menuActive {
	background : #5c8fd1;
	color : white;
	margin-top: 0px;
	line-height : 26px;
}
