/* uServer swissdutch.ch style sheet, updated 19 june 2015 */
#uSrv_nav {
	position: fixed;            /* makes it non-scrollable, 12 nov 2016 */
    top: 0px;
    left: 0px;
    font-family: Arial;
    z-index: 99;
}
#uSrv_nav_wrapper {
    width: 1210px;
    margin: 0 auto;
    z-index: 99;
}
#uSrv_nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
	z-index: 999;
}
#uSrv_nav ul li {
    display: inline-block;
    text-align: center;
    z-index: 99;
}
#uSrv_nav a:link  {              /* good */
    display: block;
    padding: 4px;
    min-width: 140px;
    text-decoration: none;
    color: #22f;
    z-index: 99;
}
#uSrv_nav a:visited  {           /* good */
    display: block;
    padding: 4px;
    min-width: 140px;
    text-decoration: none;
    color: #002;
    z-index: 99;
}
#uSrv_nav ul li:hover ul {
    display: block;
    z-index: 99;
}
#uSrv_nav ul ul {                /* good */
    display: none;
    position: absolute;
    background-color: #EEE;
    border: 3px solid #0a0;
    margin-left: -75px;
    min-width: 300px;
    z-index: 99;
}
#uSrv_nav ul ul li {
    display: block;
    text-align: left;
    z-index: 99;
}
#uSrv_nav ul li a:hover {        /* good */
    color: #fff;
    background-color: #0a0;
    z-index: 99;
}
#pic{							/* added 12 nov 2016 to only show section of europe radar image */
    width: 426px;
    height: 426px;
    overflow: hidden;
}
#wind{							/* added 14 jan 2020 to only show section of wind chart */
    #width: 600px;
    #height: 400px;
    overflow: hidden; 
}
#CHmap{							/* added april 2020 to only show section of CH prediction  */
    width: 680px;
    height: 450px;
    overflow: hidden; 
}
#holfuy{							/* added 20 oct 2021 for LSZM holfuy weather */
    width: 580px;
    height: 250px;
    overflow: hidden; 
}
#agnda ul {						/* added 25 nov 2016 for agenda hover capability */
  display: inline;
  margin: 0;
  padding: 0;
  z-index: 99;
}
#agnda ul li {display: inline-block;z-index: 99;}
#agnda ul li:hover {z-index: 99;}
#agnda ul li:hover ul {display: block;z-index: 99;}
#agnda ul li ul {
  position: absolute;
  min-width: 200px;
  margin-left: -100px;
  display: none;
  background-color: #DFD;
  z-index: 99;
}
#agnda ul li ul li {  
  display: block; 
  z-index: 99;
}
#cld-container {
  position: relative;
  background-image: url("http://www.sat24.com/zoomimage2.ashx?region=eu&index=1&ir=False&lat=47&lon=8");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  width: 465px;
  height: 369px;
  text-align: left;
}
#cld {display: inline;z-index: 99;margin-top: 0;margin-left: 0;margin-bottom: 0;margin-right: 0;padding-left: 0;padding-right: 0;}
#cld ul {display: inline;z-index: 99;padding-left: 0;padding-right: 0;}
#cld ul li {display: inline;z-index: 99;padding-left: 0;padding-right: 0;}
#cld ul li:hover {z-index: 99;color: #F00;padding-left: 0;padding-right: 0;}
#cld ul li:hover ul {display: inline;z-index: 99;}
#cld ul li ul {
  position: absolute;
  width: 465px;
  height: 370px;
  top: 20px;
  right: 0px;
  display: none;
  z-index: 99;
}
#cld-cont2 {
  position: relative;
  width: 486px;
  height: 376px;
}
#cld-slides{
  display:none;
}  

