﻿
/* MENU*/

.menutop li {float:left;list-style-type:none;}

.menutop{
  font-family:Arial;
  font-size:15px;  
  color:gray;
  text-decoration:none;
  height:45px;
  vertical-align:top;
  width:721px;
  text-align:right;
  
}
.menutop ul{
margin: 0;
list-style: none;
}
.menutop li{
padding-left:25px;
padding-top:5px;
height:40px;
text-align:center;
vertical-align:middle;
}
.menutop a:link, .menutop a:visited{
display: block;
color: #919394;
padding-top:5px;
height:40px;
text-align:center;
vertical-align:middle;
text-decoration: none;

}
.menutop a:hover, .menutop a:focus, .menutop a:active{
color: #6b9ece;
cursor:pointer;
height:45px;
text-align:center;
vertical-align:top;
}

/* ----------------------------------------------------
POPUP*/
.pop2 {
  position: absolute;
  display: inline; }

.pop2 .pop2_menu {
    display: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; }

.pop2 .pop2_toggle {
    background-image: url(img/popon.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 79px;
    height: 33px;
    overflow: hidden;
    cursor: pointer; }

.pop2 .pop2_toggle:hover {
    background-image: url(img/popover.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 79px;
    height: 33px;
    overflow: hidden;
    cursor: pointer; }

.active .pop2_menu {
  display: block;
  background-color: transparent;
  position: absolute;
  padding: .6em;
  width: 12em; }

.active .pop2_toggle {
  z-index: 2000;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(img/popoff.jpg); }

.active .pop2_toggle:hover {
  z-index: 2000;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(img/popoveroff.jpg); }
  
  
/* ----------------------------------------------------
POPUP EN*/
  
  .pop2en {
  position: absolute;
  display: inline; }

.pop2en .pop2en_menu {
    display: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; }

.pop2en .pop2en_toggle {
    background-image: url(img/popon_en.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 79px;
    height: 33px;
    overflow: hidden;
    cursor: pointer; }

.pop2en .pop2en_toggle:hover {
    background-image: url(img/popover_en.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 79px;
    height: 33px;
    overflow: hidden;
    cursor: pointer; }

.active .pop2en_menu {
  display: block;
  background-color: transparent;
  position: absolute;
  padding: .6em;
  width: 12em; }

.active .pop2en_toggle {
  z-index: 2000;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(img/popoff_en.jpg); }

.active .pop2en_toggle:hover {
  z-index: 2000;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(img/popoveroff_en.jpg); }
  
/* ----------------------------------------------------
POPUP EN*/

.pop2de {
  position: absolute;
  display: inline; }

.pop2de .pop2de_menu {
    display: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; }

.pop2de .pop2de_toggle {
    background-image: url(img/popon_de.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 79px;
    height: 33px;
    overflow: hidden;
    cursor: pointer; }

.pop2de .pop2de_toggle:hover {
    background-image: url(img/popover_de.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 79px;
    height: 33px;
    overflow: hidden;
    cursor: pointer; }

.active .pop2de_menu {
  display: block;
  background-color: transparent;
  position: absolute;
  padding: .6em;
  width: 12em; }

.active .pop2de_toggle {
  z-index: 2000;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(img/popoff_de.jpg); }

.active .pop2de_toggle:hover {
  z-index: 2000;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(img/popoveroff_de.jpg); }
  
/*----------------------------------------------------
 BOX POPUP*/
 
.droppop { 
   width:515px;
   height:202px;
   padding:10px 10px 10px 10px;
   text-align:left;
   vertical-align:top; 
   font-family:Arial;
   color:#848484;
   font-size:12px;
   border:solid 4px #c8dd2b;
   background-color:White;
   background-image:none;
   overflow:auto;
}

.droppop  a:link, .droppop a:visited { 
   text-align:left;
   font-family:Arial;
   color:#6b9ece;
   font-size:18px;
   background-color:White;
   background-image:none;
   width:100%;
   height:100%;
   vertical-align:middle;
}

.droppop a:hover, .droppop a:focus, .droppop a:active { 
   text-align:left;
   font-family:Arial;
   color:#c0d334;
   font-size:18px;
   background-color:White;
   background-image:none;
   width:100%;
   height:100%;
   vertical-align:middle;
   text-decoration:underline;
}

.bottompop { 
   width:513px;
   height:20px;
   padding:0px 20px 0px 10px;
   text-align:right;
   vertical-align:middle; 
   font-family:Arial;
   color:#848484;
   font-size:12px;
   background-color:#6b9ece;
   background-image:none;
}

.bottompop  a:link, .bottompop a:visited { 
   text-align:right;
   font-family:Arial;
   color:white;
   font-size:12px;
   background-color:#6b9ece;
   background-image:none;
   width:513px;
   height:100%;
   vertical-align:middle;
   font-weight:bold;
   margin:0;
   padding:0;
}

.bottompop a:hover, .bottompop a:focus, .bottompop a:active { 
   text-align:right;
   font-family:Arial;
   color:white;
   font-size:12px;
   background-color:#6b9ece;
   background-image:none;
   width:513px;
   height:100%;
   vertical-align:middle;
   text-decoration:underline;
   font-weight:bold;
   margin:0;
   padding:0;
}




