/* CSS Document */

body {
		margin:10px 10px 0px 10px;
		padding:0px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		}
		



/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-scope".
 */
.jcarousel-scope {
    position: relative;
    width: 180px;
    -moz-border-radius: 10px;
    background: white;
    padding: 0px 40px;
	height:100px;
}

/**
 * Similar styles will be applied by jCarousel. But we additionally
 * add it here for better displaying with browsers having
 * javascript disabled.
 */
.jcarousel-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.jcarousel-list li {
    float: left;
    list-style: none;
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
	position: absolute;
    color: #00639a;
    background-color:white;
    font-weight: bold;
	font-size:16px;
	left:210px;
	top:45px;
	width:30px;
	border:0px;
}

.jcarousel-next-disabled {
    color: #CCCCCC;
    cursor: default;
}

.jcarousel-prev {
    position: absolute;
	left:0px;
	top:45px;
	width:30px;
    border: 0px;
    color: #00639a;
    background-color:white ;
    font-weight: bold;
	font-size:16px;
	border:0px;
}

.jcarousel-prev-disabled {
    color: #CCCCCC;
    cursor: default;
}




#intro {	
position:absolute;	
top: 50%;	
left: 50%;	
width:850px;	
height:479px;	
margin-top: -240px; /*set to a negative number 1/2 of your height*/	
margin-left: -425px; /*set to a negative number 1/2 of your width*/	
background-color: #FFF;    
text-align: center;
}


#intro_menu{
position:absolute;
bottom:10px;
right:15px;
top:340px;
width:300px;
z-index:1;
font-weight:bold;
}

#intro_header{
position:absolute;
top:69px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
left:300px;
}

#intro_menu a{
font-family:Arial, Helvetica, sans-serif;
color:white;
text-decoration:none;
font-variant:small-caps;
}

#intro_menu a:hover{
letter-spacing:1px;
}
	
#banner{
		width:1000px;
		background-color:white;
}

#banner2{
		
		background-color:#7fb1cc;
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		width:1000px;
}


/*horizontale navigatiebalk*/
				#navcontainer{
				z-index:0;
				height:30px;
				vertical-align:middle;
				width:1000px;
				}
				#navcontainer ul
				{
				
				width:100%;
				margin-top:0;
				margin-bottom:0;
				padding-left: 0;
				margin-left: 0;
				background-color: white;
				color: White;
				float: left;
				font-family: arial, helvetica, sans-serif;
				}
				
				#navcontainer ul li { display: inline; }
				
				#navcontainer ul li a
				{
				padding-top:5px;
				padding-bottom:5px;
				padding-left:10px;
				padding-right:10px;
				font-size:13px;
				background-color: white;
				color: #006699;
				font-weight:bold;
				font-variant:small-caps;
				text-decoration: none;
				float: left;
				border-right: 1px solid #fff;
				}
				
				#navcontainer ul li a:hover
				{
				background-color: #369;
				color: #fff;
				}

/*--------- einde horizontale navigatiebalk*/
#container{
background-color:white;
clear:both;
padding-top:0px;
height:600px;
width:1000px;
}



#menu{
background-color:white;
width:270px;
float:left;		
height:100%;				
}

#content{
background-color:white;
height:100%;
left:280px;
padding-left:15px;
margin-right:15px;
font-size:11px;
padding-top:0px;
position:absolute;
width:730px;

}

.menu_table a{
text-decoration:none;
color:#00639a;
font-weight:bold;
font-size:12px;
font-variant:small-caps;

}

.menu_table td{
height:30px;
vertical-align:middle;
padding-left:10px;
}

.formulier td{
font-size:11px;
font-weight:bold;
}

.formulier{
background-color:#006699;
color:white;
width:100%;
}

.sublink a{
font-size:10px;
font-variant:normal;
color:#999999;
}

.sublink a:hover{
color:#990000;
}

h1{
font-size:16px;
color:#00639a;
font-variant:small-caps;
}

#formke input{
background-color:#bad8e5;
border:0px;
width:200px;
font-size:11px;
}

#formke textarea{
background-color:#bad8e5;
border:0px;
width:100%;
height:100px;
font-size:11px;
}

#formke table td{
vertical-align:top;
}

#prijsaanvraag input{
background-color:#bad8e5;
width:200px;
border:0px;
font-size:11px;
}

#prijsaanvraag textarea{
background-color:#bad8e5;
width:200px;
border:0px;
height:50px;
font-size:11px;
}
