﻿@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;

}  
body{
position:relative;
}

#container {
  position: absolute;
  top:130px;
  width:100%;
	height:500px;
  overflow: hidden;
  background-color:#000000;
}

#scroller {
height:500px;
  width: 16000px; 
  /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}
#scroller_web {
  width: 2000px; 
  /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}



#container_photo {
  position: absolute;
  top:130px;
  width:100%;
	height:500px;
  overflow: hidden;
  background-color:#000000;
}
#scroller_photo {
  width: 2000px; 
  /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}


#scroller_photo ul li{
list-style-type:none;
height:107px;
display:block;
float:left;
padding-bottom:5px;
}
#scroller_photo ul li a img{
border:none;
}




#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }



#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}









#subcontent{
position:absolute;
top:700px;
z-index:100;
}


#scroller_contact {
  width: 100%;
  height:359px;
  background-color:#fff;
  background-image:url('images/desktop/contact.jpg'); 
  background-repeat:no-repeat;
  /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}

.content {
  width: 385px;
  height:auto;
  float: left;
 }

.scrollNav {
position:absolute; 
top: 210px;
left:0px;
width:400px;
 color:#fff;
 font-family: 'Tahoma',Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 text-decoration:none;
}

.scrollNav, .scrollNav a:link, .scrollNav a:visited  {

 color:#fff;
 font-family: 'Tahoma',Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 position:absolute;
 top:55px;
 left:10px;
 text-decoration:none;
}


#start{
left:33px;
top:55px;
position:absolute;
}
#end{position:absolute;
left:134px;
top:57px;
}
#toright{
position:absolute;
left:155px;
top:57px;
}
#toleft{position:absolute;
left:20px;
top:55px;
}

#citat{
position:absolute;
top:367px;
font-size:17px;
left:20px;
font-weight:bold;
font-family: 'Arial',Verdana, Helvetica, sans-serif;
}



 #about{
 position:absolute;
 top:357px;
 font-size:11px;
 font-family: 'Arial',Verdana, Helvetica, sans-serif;
 color:#fff;
 width:520px;
 left:220px;
 }

 
#about a{
text-decoration:none;
color: #666;
}
#about a:hover{
text-decoration:none;
color:#666;
}


 #about_www{
 position:absolute;
 top:357px;
 font-size:11px;
 font-family: 'Arial',Verdana, Helvetica, sans-serif;
 color:#fff;
 width:520px;
 left:20px;
 }

 
#about_www a{
text-decoration:none;
color: #666;
}
#about_www a:hover{
text-decoration:none;
color:#666;
}

 #about_www_2{
 position:absolute;
 top:357px;
 font-size:11px;
 font-family: 'Arial',Verdana, Helvetica, sans-serif;
 color:#fff;
 width:520px;
 left:970px;
 }

 
#about_www_2 a{
text-decoration:none;
color: #666;
}
#about_www_2 a:hover{
text-decoration:none;
color:#666;
}


#elinavg a{
position:absolute;
color:#fff;
font-family:'Arial';
font-size:17pt;
font-weight:bold;
text-decoration:none;
padding:1em;
left:60px;
}

#menu{
position:absolute;
top:50px;
font-family:'Arial';
width:auto;
}

#menu li{
list-style:none;
display:block;
width:750px;
font-family:'Arial',Sans-serif;
}

#menu li a.active{
list-style:none;
padding-left:14em;
width:auto;
color:#666666;
font-family:'Arial',Verdana,  Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

#menu li a{
padding-left:14em;
text-decoration:none;
color:#666666;
font-family:'Arial',Verdana,  Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
padding-left:auto;
}


<!--[if IE]>
<style type="text/css">
#scroller{
  width: 982px; /* = width + margin left + margin right from the content rule + border*2 from the container rule*/
}

</style>
<!-- [endif]-->










