html, body{
height:100%;
margin:0;
padding:0;
text-align:center;
}

body{
height:auto;
background: #bebebe;
text-align:center;
margin: auto;
}


#lang{
margin:auto;
padding:0;
font:10px Verdana, Tahoma, Arial;
font-weight: bold;
color:#666;
text-align:right;
margin-top:10px;
}

#lang a{
color:#666;
text-decoration:none;
}

#lang a:hover{
color:#333;
text-decoration:underline;
}

/* MENU HOME */

#menu_sup_home{
width:790px;
height:20px;
padding:0px;
margin-right:10px;
text-align:right;
padding-top:10px;
background:#fff url(../images/logo_head.gif) center left no-repeat;
font:11px  Arial, Verdana, Tahoma;
color:#7245ba;
text-align:right;
}
#menu_sup_home a{
color:#7245ba;
text-decoration:none;
}
#menu_sup_home a:hover{
color:#7245ba;
text-decoration:underline;
}

/* ##################################################################### */

/* MENU 5 */

#menu_sup_5{
width:790px;
height:20px;
padding:0px;
margin-right:10px;
text-align:right;
padding-top:10px;
background:#fff url(../images/logo_head.gif) center left no-repeat;
font:11px  Arial, Verdana, Tahoma;
color:#0c83d5;
text-align:right;
}
#menu_sup_5 a{
color:#0c83d5;
text-decoration:none;
}
#menu_sup_5 a:hover{
color:#0c83d5;
text-decoration:underline;
}


/* MENU 4 */

#menu_sup_4{
width:790px;
height:20px;
padding:0px;
margin-right:10px;
text-align:right;
padding-top:10px;
background:#fff url(../images/logo_head.gif) center left no-repeat;
font:11px  Arial, Verdana, Tahoma;
color:#ee4fa1;
text-align:right;
}
#menu_sup_4 a{
color:#ee4fa1;
text-decoration:none;
}
#menu_sup_4 a:hover{
color:#ee4fa1;
text-decoration:underline;
}

/* MENU 3 */

#menu_sup_3{
width:790px;
height:20px;
padding:0px;
margin-right:10px;
text-align:right;
padding-top:10px;
background:#fff url(../images/logo_head.gif) center left no-repeat;
font:11px  Arial, Verdana, Tahoma;
color:#eddb6d;
text-align:right;
}
#menu_sup_3 a{
color:#eddb6d;
text-decoration:none;
}
#menu_sup_3 a:hover{
color:#eddb6d;
text-decoration:underline;
}

/* MENU 0 */

#menu_sup_0{
width:790px;
height:20px;
padding:0px;
margin-right:10px;
text-align:right;
padding-top:10px;
background:#fff url(../images/logo_head.gif) center left no-repeat;
font:11px  Arial, Verdana, Tahoma;
color:#44ae52;
text-align:right;
}
#menu_sup_0 a{
color:#44ae52;
text-decoration:none;
}
#menu_sup_0 a:hover{
color:#44ae52;
text-decoration:underline;
}


/* MENU MAIN */

#menu_sup_5{
width:790px;
height:20px;
padding:0px;
margin-right:10px;
text-align:right;
padding-top:10px;
background:#fff url(../images/logo_head.gif) center left no-repeat;
font:11px  Arial, Verdana, Tahoma;
color:#0c83d5;
text-align:right;
}
#menu_sup_5 a{
color:#0c83d5;
text-decoration:none;
}
#menu_sup_5 a:hover{
color:#0c83d5;
text-decoration:underline;
}

/* ##################################################################### */

.curr_page{
font-family: "Arial Black", Arial, Tahoma;
}


#layer_popup{
z-index: 1;
position:absolute;
top:50px;
width:370px;
min-height: 450px;
height:auto;
border:1px solid #ccc;
display:none;
text-align:left;
color:#fff;
background: #fc0;
}
