

/*-----------------------------------------------------------------------------------*/
/* Style for Header and Menu Structure */
/*-----------------------------------------------------------------------------------*/
#mainmenu {
	clear: both;
	position: absolute;
	z-index: 150;
	bottom: 12px;
	right: 0px;
	top:-33px;
	}

#mainmenu * {
	font-family:'Calibri','Arial', sans-serif;
	font-size:16px;
	list-style-type: none;
	display: block;
}

#mainmenu * a {
	font-weight: 700;
	overflow: hidden;
	padding: 8px 10px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
}
#mainmenu * a:hover {
	color:#00F;
	}

#mainmenu > ul {
	height: 2.1em;
}

#mainmenu ul li {
	float: left;
	margin: 0;
}

#mainmenu h4,
#mainmenu h5 {
	padding: 8px 10px;
	margin: 0;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
	font-family:'Calibri','Arial','sans-serif';
	}

#mainmenu > ul > li > h4 {
	color: #000066;
	font-weight: 700;
	overflow: hidden;
}

#mainmenu > ul > li > h4:hover {
	background:#FFF;
	border-radius:2px 2px 0 0;
	}

#mainmenu > ul > li > ul h5 {
	color: #333333;
	font-size: 17px;
	border-bottom: thin solid #CCC;
	font-weight: normal;
}

#mainmenu > ul > li > ul {
	background-color: #FFFFFF;
	border-radius: 0 0 2px 2px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
	display: none;
	overflow: hidden;
	padding: 18px 10px 26px;
	position: absolute;
	top: 28px;
	right: -11px;
	width: 942px;
	height: 272px;
	margin-top:16px;
	z-index:1;
	overflow:visible;
}

#mainmenu > ul > li > ul > li {
	height: 244px;
	overflow: visible;
	margin: 0 10px;
	width: 196px;
}

#mainmenu ul ul ul > li {
	clear: both;
	float: none;
	border-bottom: thin solid #ccc;
}

#mainmenu .more_info {
	visibility: hidden;
	position: absolute;
	top: 18px;
	right: 10px;
	width: 265px;
	max-height: 234px;
	padding: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}
#mainmenu .more_info.default {
	visibility: visible;
	}
	
#mainmenu .more_info * {
	padding: 0;
	}
#mainmenu .more_info p {
	margin-bottom: 0.5em;
	}
#mainmenu .more_info img {
	margin-bottom: 18px;
	}
#top-right{
	position:relative;
	z-index:999;
	}
a.tt{
    position:relative;
    z-index:9999;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

a.tt:hover{ z-index:9999; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:5px; right:-20px;
	padding: 15px 0 0 0;
	width:200px;
	color: #000;
    text-align: left;
/*	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;*/

	font: 1em Arial,sans-serif;

	color: #333333;


}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ 
	display: block;
	padding: 0 8px; 
	background: url(bubble_filler.gif) repeat bottom; 
	text-decoration:none;
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(bubble.gif) no-repeat bottom;
}
	
img.photo-center { display: block; margin-left: auto; margin-right: auto;margin-bottom: 10px;;
                  border-radius: 6px;
                  -moz-border-radius: 6px;
                  -webkit-border-radius: 6px;
                    }

.top-div { margin-left:10px; margin-top:10px; margin-bottom:-15px;}

#tbl-wiss td{
 text-align:left !important;
 vertical-align:top !important;
 }

.photo-right {
    border-radius: 20px 20px 20px 20px;
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.8);
    clear: right;
    float: right;
    margin-bottom: 10px;
    margin-left: 1.5em;
    margin-right: 8px;
}