/* volner.ch Style Sheet */


*{
margin: 0;
padding: 0;
}

html{
  /*overflow: visible;*/
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  padding: 0px;
  overflow: auto; /*CHanged from auto to hidden*/
  height: 100%;
  margin: 0;
  background: #000; /* #370000 url(../pics/bg/overlay_brun5.jpg); */
  text-align: center;
}


#main {   /*Main Container infos*/
  background: url(../pics/bg/index_bg-new.jpg) no-repeat scroll top center;
  position: relative;
  /*overflow: auto; TO PUT BACK TO AUTO*/
  color: white;
  width: 720px;
  height: 591px;
  margin : 0 auto;
  background-color: black;
  z-index: 0;
}


#index_header {
  position: relative;
  width: 720px;
  height: 60px;
  border: none;
  font-family: Century Gothic;
  z-index: -1;  
}

ul#lang{
  position: absolute;
  right: 0px;
  top: 20px;
  list-style: none;
  font-size: 8px;
  height: 20px;
  width : 150px;
}

ul#lang li{
  position: relative;
  float: left;
  height: 20Px;
  width: 33Px;
}

ul#lang img{
  border: none;
}



#content_index {
    position: absolute;
    top: 380px;
    left:0px;
    width: 720px;
    z-index: 2;
}

#index_menu img{
  border: none;
}

#index_menu span{
  display: block;
  margin: 0;
  margin-top: 15Px;
  color:#d2d2d2;
}

a {
 text-decoration: none;
}

.active {
    filter: alpha(opacity=50);
    -moz-opacity:.5;
    opacity:.5;
    min-width:0;
    display:block;    
}
.inactive{
    filter: alpha(opacity=100);
    -moz-opacity:1.0;
    opacity:1.0;
    min-width:0;
    display:block;
}
.txt-inactive {
    filter: alpha(opacity=50);
    -moz-opacity:.5;
    opacity:.5;
    min-width:0;
    display:block;    
}
.inactive span{
color: gray;
}

span.inactive {
color: gray;
}

.inactive:hover{
text-decoration: none;
}


/* Nord's styles*/
#logo_contact {
    position:absolute;
    top: 115px;
    right:70px;
}


#earth {
    position:absolute;
    top: 295px;
    left:70px;
}

#index_menu {
  font-family: Candara, "Trebuchet MS", Tahoma;
  font-size: 16px;
}

#index_menu .text {
  font-family: Tahoma,Arial,sans-serif;
  font-size: 12px;
}

#bottom_menu {
    position:absolute;
    bottom:0px;
    left:0px;
    text-align: center;
    width:720px;
    margin-bottom: 10px;
}

#bottom_menu td {
    white-space:nowrap;
}

#bottom_menu A {
    color: #c1973f;
    padding: 0px 5px;
    font-family: Candara, "Trebuchet MS", Tahoma;
    font-size: 15px;
}
#bottom_menu A:hover {
    color:#FFFFFF;
}
#bottom_menu A.inactive:hover {
    color:#c1973f;
}

a:active, a:link {
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
}

