html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background-color:#3E547B;
	background-image:url('/graphics/bg.gif');
	background-repeat:repeat-x;
	background-position: top;
	text-align:center;
	margin:0px;
	font-family: Trebuchet MS, Garamond, Times New Roman;
	font-size:12px;
	line-height:20px;
}

div.main {
	width:900px;
	margin:0 auto;
	background-color:white;
	text-align:left;
	background-image:url('/graphics/translines.gif');
	background-position:557px 0px;
	background-repeat:repeat-y;
	background-color:#ffffff;
}

	div.main ul{
	 	list-style-type:square;
	}

	div.main div.bottombar{
	 	height:19px;
	 	background-image:url('/graphics/bottombar.gif');
	 	background-position: left;
	 	background-repeat:no-repeat;
	 	clear:both;
	 	padding-left:470px;
	}
	
	div.main div.bottombar a {
	 	color:white;
	}
	
	div.main div.bottom {
	 	height:50px;
	 	background-image:white;
	 	padding:10px 20px 50px 14px;
	}
	
		div.main div.bottom table{
	 		color:#3F557C;
	 		line-height:16px;
		}
	
	
	div.main div.topbar {
		height:122px;
		background-image:url('/graphics/topbar1.gif');
		background-position:bottom left;
		background-repeat:no-repeat; 
	}

  	div.main div.topbar div.logoclickable {
  	 	width:250px;
  	 	height:45px;
  	 	float:left;
  	 	margin-top:35px;  	 	  	 	
		}
	
		div.main div.topbar div.menubar {
			float:left;
 			width:558px;
			height:20px;
 			background-image:url('/graphics/menubar.gif');
 			background-position:top left;
 			background-repeat: no-repeat;
 			margin-top:95px;
			margin-left:-250px;
			padding-left:22px;
			font-weight:bold;
		}
		
			div.main div.topbar div.menubar a {
				font-family: verdana, arial;
				font-size: 11px;
				color: white;
				text-decoration: none;
				display: block;
				float: left;
				border-left: 1px solid #C7DFFD;
				padding: 4px 8px 4px 8px;	
				line-height:100%;
			}
			
		 div.main div.topbar div.menubar a:hover {
 				background-color:#354869;			
			}

		div.main div.first_container {
			width:900px;
		}

			div.main div.first_container div.second_container {
 				width:745px;
 				margin-right:155px;
 				background-image:url('/graphics/pand.jpg');
 				background-position:bottom right;
 				background-repeat:no-repeat; 				
			}

				div.main div.first_container div.second_container div.third_container {
					width:745px;
					background-image:url('/graphics/translines.gif');
					background-position:right;
					background-repeat:repeat-y;
				}

					div.main div.first_container div.second_container div.third_container div.text_content {
 						float:left;
 						width:555px;
 						margin-right:1px;
 					}

						div.main div.first_container div.second_container div.third_container div.text_content div.padding_text {
							padding:19px;
							min-height: 400px;
							_height:400px;
						}
							div.main div.first_container div.second_container div.third_container div.text_content div.padding_text h1 {
								font-family:Times New Roman, Garamond, Trebuchet MS;
								font-size:21px;
								margin-top:0px;
								padding-top:0px;
								margin-bottom:20px;
							}
							div.main div.first_container div.second_container div.third_container div.text_content div.padding_text h2 {
								font-family:Trebucht MS;
								font-size:16px;
								font-weight:bold;
							}
						
					div.main div.first_container div.second_container div.third_container div.right_menus {
 						float:left;
 						width:184px;
 						padding-top:20px;	 
					}
					
						div.main div.first_container div.second_container div.third_container div.right_menus img.header_images {
							margin-left:2px;
						}
						
						div.main div.first_container div.second_container div.third_container div.right_menus div.menucontent {
							padding:12px 8px 15px 8px;
						}
							div.main div.first_container div.second_container div.third_container div.right_menus div.menucontent ul {
								padding:0;
							  margin:0;
							  margin-left:5px; 
							  list-style-type:none;
							}
							div.main div.first_container div.second_container div.third_container div.right_menus div.menucontent ul li {
								padding:0;
								margin:0;
								padding-left:15px;
								background-image:url('/graphics/menu_bullet.gif');
								background-position: 0px 3px; 
								background-repeat: no-repeat;	
							}
							
/*
 * De dropdown doosjes als onderdeel van het bovenmenu.
 */
div.dropdown {
	position: absolute;
	top: 0px;
	background-color: #6B82A5;
	visibility: hidden;
	border-top: 1px solid black;
	margin-top: 0px;
	padding-bottom:10px;
	opacity: 0.93;
	filter: alpha(opacity=93,style=0);
	line-height:16px;
}

	div.dropdown a {
		text-align: left;
		display: block;
		padding: 3px 23px 5px 8px;
		color: white;
		font-family:Verdana, arial;
		font-size:11px;		
		text-decoration: none;
		_height: 17px;
		-height:17px;
		width: 150px;
	}
	div.dropdown a:hover {
		border: 1px; 
		background-color: #4E6C8E;
		color: white;
	}
	div.dropdown a.selectedlink {
		background-color:#9FB9D9;
	}
	div.menubar a.selectedlink{
	 	background-color:#9FB9D9;
	}

.err{
    color:red;
}

input, textarea {
	font-family: Trebuchet MS, Garamond, Times New Roman;
	font-size:12px;
}