body{
font-family:arial;
}

h1{
 font:bold;
 color:#8ab0a9;
}

#block{

}

#block1{
margin-left:20px;
float:left;
width:10%;
height:650px;
overflow:hidden;
display:inline;
}

#block1 img{
width:100%;
height:650px;
display:inline;
}

#block2{
position:absolute;
display:inline;
padding-left:0.5cm;
padding-right:0.5cm;
background-color:black;
right-margin:20px;
top-margin:20px;
bottom-margin:20px;
width:auto;
max-width:80%;
min-width:80%;
/*bbackground-color:#222222; */
}

#font1{
font:arial;
word-spacing:30px;
color:white;
}

#content{
margin-right:2px;
font:arial;
color:#8ab0a9;
height:500px;
float:left;
max-width:100%;
min-width:100%;
overflow-y: auto;
overflow-x: hidden;
scrollbar-3dlight-color: #666666;
scrollbar-arrow-color: white;
scrollbar-base-color: #666666;
scrollbar-darkshadow-color: black;
scrollbar-face-color: #999999;
scrollbar-highlight-color: black;
scrollbar-shadow-color:#666666;
}

a{
font:arial;
 text-decoration:none;
 color:white;
}

a:link {color:white}  /*unvisited link */
a:visited {color:white} /* visited link */
a:hover {color:#8ab0a9} /* mouse over link */
a:active {color:#8ab0a9} /* selected link */
a img{ 
border:0; 
} 

input[type="text"] {
font:bold 10px/12px verdana,arial,serif;
padding:3px;
background-color:#cccccc;
}

input[type="button"] {
font:bold 10px/12px verdana,arial,serif;
padding:3px;
background-color:#cccccc;
}

textarea {
font:bold verdana,arial,serif;
padding:3px;
background-color:#cccccc;
}

/* SLIMBOX */

#lbOverlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter, #lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading {
    background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}

#lbPrevLink {
    left: 0;
}

#lbPrevLink:hover {
    background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
    right: 0;
}

#lbNextLink:hover {
    background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url(closelabel.gif) no-repeat center;
    margin: 5px 0;
    outline: none;
}

#lbCaption, #lbNumber {
    margin-right: 71px;
}

#lbCaption {
    font-weight: bold;
}

#picbox{
/*width:500px; 
float:left;
margin-left:20px;*/

max-width:800px;
float:left;
}

#picture{
margin-left:20px;
margin-top:20px;
}

#picture2{
margin-left:20px;
margin-top:20px;
/*width:50px;*/
}

#buttonne{
  width: 35px;
  height: 20px;
  /*margin: 0;
  padding: 0; */
  border: 0;
  background: transparent url(flagNL.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

#buttonen{
  width: 35px;
  height: 20px;
  /*margin: 0;
  padding: 0;*/
  border: 0;
  background: transparent url(flagEN.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

#purple{
text-decoration:blink;
color:#A465D7;
}


