body{}


.button {font-family: Arial ;letter-spacing:1px; font-weight: bold; font-size: 13px; color: #D96D00; text-decoration: none;}
.buttonon {font-family: Arial ;letter-spacing:1px; font-weight: bold; font-size: 13px; color: #855800; text-decoration: none;}
.netvigation {font-family: Arial ;letter-spacing:1px; font-weight: bold; font-size: 15px; color: #D96D00; text-decoration: none;}
.netvigation2 {font-family: Arial ;letter-spacing:1px; font-weight: bold; font-size: 15px; color: #000000; text-decoration: none;}
.sitemap { font-family: Arial ; font-weight: light;letter-spacing:0.5px;font-size: 13px; color: #FFFFFF; text-decoration: none; line-height:160%;}
.disclaimer {font-family: Arial ;letter-spacing:1px;font-size: 12px; color: #000000; text-decoration: none; line-height:100%;}
.content { font-family: Arial ; letter-spacing:0.5px; font-weight: 400; font-size: 14px; color: #000000; text-decoration: none; line-height:160%;}
.slidetext { font-family: Arial ; letter-spacing:0.5px; font-weight: bold; font-size: 14px; color: #FFFFFF; text-decoration: none; line-height:180%;}




.btn_language:link {font-size: 12px; color: #141014; text-decoration: none;}

div.bgcarousel{ /* CSS for main carousel container */
background: black url(images/ajaxload.gif) center center no-repeat; /* loading gif while caoursel is loading */
width:746px; /* default dimensions of carousel */
height:250px;
z-index: 5;
}

img.navbutton{ /* CSS for the nav buttons */
margin:5px;
opacity:0.7;
}

div.slide{ /* CSS for each image's DIV container within main container */
background-color: black;
background-position: center center; /* center image within carousel */
background-repeat: no-repeat;
background-size: cover; /* CSS3 property to scale image within container? "cover" or "contain" */
color: black;
}

div.selectedslide{ /* CSS for currently selected slide */
}

div.slide div.desc{ /* DIV that contains the textual description inside .slide */
position: absolute;
color: white;
left: 20px;
top: 210px;
width:600px;
padding: 10px;
font: 13px Arial;
text-shadow: 0 -1px 1px #8a8a8a; /* CSS3 text shadow */
z-index:5;
}

div.selectedslide div.desc{ /* CSS for currently selected slide's desc div */
}

div.slide div.desc h2{
font-size:100%;
margin:0;
}

div.slide div.desc a{
color:yellow;
text-decoration:none;
}