#slideshow {list-style:none; color:#fff; margin-top:-20px;}
#slideshow span {display:none}
#wrapper {width:900px; display:none}

#fullsize {position:relative; width:300px; height:200px; border:none; background:#fff; overflow:hidden; border:1px solid #fff; margin:40px 40px 10px 40px;}
#information {position:absolute; bottom:0; left:0; width:300px; margin:0; height:120px; background:#fff; color:#666; overflow:hidden; z-index:200;}
#information h3 {padding:2px; margin:0; font-size:13px}
#information p {padding:2px 4px; margin:0; font-size:11px;}

#tekst, #tekst1 {width:444px; padding:10px 20px 10px 10px; margin:40px 0px 10px 40px; height:180px; float:left; text-align:left; overflow: auto; background-color:#fff}

#image img {position:absolute;  z-index:25; width:auto; left:0%; height:200px;}




.imgnav {position:absolute; width:25%; height:224px; cursor:pointer; z-index:10}
#imgprev {left:0; }
#imgnext {right:0; }
#imglink {position:absolute; height:300px; width:100%; z-index:100;}

#thumbnails {margin-top:25px; width:820px;}
#slideleft {float:left; width:20px; height:61px; background:url(images/left_s.gif) center center no-repeat; background-color:#fff}
#slideleft:hover {background-color:#fff; cursor:pointer;}
#slideright {float:right; width:20px; height:61px; background:#fff url(images/right_s.gif) center center no-repeat}
#slideright:hover {background-color:#fff; cursor:pointer;}
#slidearea {float:left; position:relative; width:760px; margin-left:5px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:61px}
#slider img {cursor:pointer; cursor:hand; border:4px solid #ccc; padding:2px; height:55px; }


ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 500px;;
}

ul#menu a {
  display: block;
  text-decoration: none;
  z-index:1000;	
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a, ul#menu li a:active {
  background: #fff; background-image:url(gfx/a1.png); background-position: left center; background-repeat:no-repeat;
  color: #036850;	
  padding: 0.4em; padding-left:30px;
}

ul#menu li a:hover {
  background: #fff; background-image:url(gfx/a2.png); background-position: left center; background-repeat:no-repeat;
}

ul#menu li ul li a {
  background: #fff;
  color: #000;

}

ul#menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;

}

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 2px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }