




table.MenuPart1
{
	background-color: #efebef;
	border-bottom: solid 0px black;
}


table.MenuPart2 { height:50px; }
table.MenuPart2 tr 
{ 

}

/*table.MenuLeft .normal ,table.MenuLeft .hover
{
	width: 169px;
	height:84px;
	padding: 5px 0px 5px 10px;
}*/

table.MenuPart2 .normal ,table.MenuPart2 .hover
{
	
	text-decoration: none;
	text-align:center;
	vertical-align:middle;
	background-repeat:repeat-x;
	font-size: 14px;
	font-weight:bold;
	height:36px;
	cursor:pointer;
	padding: 0px 6px;
}

.en-US table.MenuPart2 .normal ,.en-US table.MenuPart2 .hover
{
	padding: 0px 8px;
}

.de-DE table.MenuPart2 .normal ,.de-DE table.MenuPart2 .hover
{
    padding: 0px 4px;
}
 
table.MenuPart2 .separator
{
	text-align:center; 
	vertical-align:middle;
	font-weight:bold;
    background-repeat:repeat-x;
}
 
table.MenuPart2 .normal, table.MenuPart2 .separator
{
	color: #eeeeee; 
   /* background-color: #012e50;*/
	background-image: url(../image/menuBg.png);
}

table.MenuPart2 .menuRight
{
    background-image: url(../image/menuRight.png);
    background-repeat:no-repeat;

}

table.MenuPart2 .menuLeft
{
    background-image: url(../image/menuLeft.png);
    background-repeat:no-repeat;

}


table.MenuPart2 .hover
{
	color: black;  
    background-color: white;
	background-image: url(../image/menuBgHover.png);
    background-color: #c8d4d1;
}



/* Popup Menu */
table.PopupMenu {	border:  1px solid #cccccc; border-top: none;}
table.PopupMenu td {padding : 0px 0px 0px 0px;  }
table.PopupMenu tr {background-color: transparent; }
table.PopupMenu tr td {	font-size: 15px;	color: black; background-color : #012e50; }
table.PopupMenu tr td a { text-decoration: none; font-weight : normal; color: white;  border-bottom: 0px;  padding : 8px 30px 8px 10px; display:block;}
table.PopupMenu tr td a:hover {	text-decoration: none;	color: black; background : #c8d4d1;}



/*tree menu*/


.level0 
{
    display: block;
    /*font-size: 15px !important;*/
    padding: 5px 0px;
} /* společné pro všechny větve */

.level1 {


}
a:hover.level1 {
    
}
.level1b {

}
.level2 {
    font-size: 15px !important;
}
a:hover.level2 {

}
.level3 {
    padding-left: 15px;
}
a:hover.level3 {

}
.level3b {

}
.level4 {
    padding-left: 25px;
}
a:hover.level4 {

}

.level5, .level6 
{
    padding-left: 35px;
}

.fixlevel {

}


.hover3, .fixlevel{
    text-decoration: underline !important;
}

