/* font-face */






@font-face {

    font-family: 'aller_lightregular';

    src: url('fonts/aller_lt-webfont.eot');

    src: url('fonts/aller_lt-webfont.eot?#iefix') format('embedded-opentype'),

         url('fonts/aller_lt-webfont.woff') format('woff'),

         url('fonts/aller_lt-webfont.ttf') format('truetype'),

         url('fonts/aller_lt-webfont.svg#aller_lightregular') format('svg');

    font-weight: normal;

    font-style: normal;


}


/* global */

html { width:100%;overflow:hidden; }
body { background:#242424;width:100%;font-size: 11pt; font-family: aller_lightregular,helvetica, arial, verdana; color:#fff;text-transform:none; }


a { color:#fff; text-decoration:none; }
a:hover { color:#25b0b1; text-decoration:none;}
img { border:none; }


 #changer{ position:fixed;top:0;left:0;margin:0;padding:0;width:100%;height:100%; background: #242424 url('new_images/new_bg.jpg') no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
 #wrapper { margin: 0 auto; } 



/* content */

#content { width:100%; margin:30px; padding: 0; } /* width formerly 930px, margin 30px */
#leftwrap { width:100%; }
#left { width:260px;float:left;padding: 0; border: 0;}
#navi { width:;padding: 20px; text-align:left; background: url('new_images/box-bg.png') top left repeat; -moz-border-radius: 10px; border-radius: 10px;}


.highlight:hover img{ filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8; }
.highlight img{ filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); -moz-opacity: 1; opacity: 1; }


span.dropt {border-bottom: 0; background:; margin-right:5px;}
span.dropt:hover {text-decoration: none; z-index: 6; }

span.dropt span {position: absolute; left: -9999px;
  margin: 20px 0 0 0px; padding: 3px 3px 3px 3px;
  border-style:solid; border-color:black; border-width:1px; z-index: 6;}

span.dropt:hover span {left: 10px; } 

span.dropt span {position: absolute; left: -9999px;
  margin: 4px 0 0 0px; padding: 30px 20px 30px 20px; 
  border:0px;}

span.dropt:hover span { float:left;width:220px;position:fixed; left:100%; top: 30px;  margin: 0 0 0 -290px; background: url('new_images/box-bg.png') top left repeat; -moz-border-radius: 10px; border-radius: 10px; z-index:6;} 