/* CSS Document */

body, html {
padding:0px;
margin:0px;
height:100%;
width:100%;
text-align:center;
}

div {
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
color: #000000;
line-height:1.5;
}

b{
font-size:11px;
}

a {
color:#000000;
}
a:hover {
color:#2fb2ce;
}

#containerom {
text-align:left;
top:20px;
position:relative;
width:767px;
height:600px;
margin:0 auto;
background-image:url(images/linerepeat.jpg);
background-repeat:repeat-x;
background-position:top;
}
	#left {
	width:361px;
	height:600px;
	float:left;
	background-position:left;
	background-repeat:no-repeat;
	}
		#nav {
		padding-top:50px;
		padding-left:30px;
		float:left;
		width:120px;
		}
			#nav a{
			display:block;
			color:#000000;
			text-decoration:none;
			width:100px;
			}
			#nav a:hover{
			color:#2fb2ce;
			}
			#nav .active {
			color:#2fb2ce;
			}
		
		#navsub {
		padding-top:59px;
		padding-left:21px;
		padding-right:16px;
		float:left;
		width:131px;
		}
			#navsub a{
			display:block;
			width:131px;
			color:#000000;
			font-style:italic;
			text-decoration:none;
			}
			#navsub a:hover{
			color:#2fb2ce;
			}
			#navsub .active{
			color:#2fb2ce;
			}
			#navsub b{
			font-size:11px;
			font-style: normal;
			}
	
	#right {
	float:left;
	width:406px;
	height:600px;
	background-image:url(images/rightafronding.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	}
			#content2 {
			padding-top:44px;
			width:406px;
			}

	
/* form */
input, textarea, select, option {
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
border:1px solid #333333;
background-color:transparent;
}
#zoek {
width:40px;
font-size:10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align:left;
cursor:pointer;
border:none;
padding:0px;
margin:0px;
}

/* scrolling */

.root     {
    position:relative;
    height:      490px;
    width:      375px;   
    }
.root p   {
    }
.thumb     {
    position:      absolute;
    height:      9px;
    width:      15px;
    left:       10px;
    }
.up, .dn   {
    position:      absolute;
    left:       10px;
    }
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
    border:      0;
    }
.scrollContainer {
    position:      absolute; 
    left:      0px; 
    top:      0px; 
    width:      375px; 
    height:      490px; 
    clip:      rect(0 375 490 0); 
    overflow:      auto; 
	
   }
.scrollContent { 
    position:      absolute; 
    left:      0px; 
    top:      0px; 
	width: 375px;
		padding-top:20px;
	padding-bottom:20px;
	
    }

			#weergaveom {
			height:450px;
			}
			
			#weergave {
			width:330px;
			}
			#weergave2 {
			text-align:right;
			width:20px;
			}