/* CSS Document */
html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body {
	height: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	position: absolute;
	left: 50%;
	width: 970px;
	margin-left: -485px;
}

	#header {
		position: absolute;
		left: 0px;
		top: 0px;
		height: 142px;
	}
	
		#header_left {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 16px;
			height: 142px;
			background-image: url('/site/images/watteeuw/top_left.jpg');
		}
		
		#header_logo {
			position: absolute;
			left: 16px;
			top: 0px;
			width: 188px;
			height: 142px;
		}
		
		#header_right {
			position: absolute;
			left: 204px;
			top: 0px;
			width: 766px;
			height: 142px;
			background-image: url('/site/images/watteeuw/top_right.jpg');
		}
	

	#menu {
		position: absolute;
		left: 0px;
		top: 142px;
		height: 19px;
	}
	
		#menu_left {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 16px;
			height: 19px;
			background-image: url('/site/images/watteeuw/menu_bg.jpg');
		}
		
		#menu_right {
			position: absolute;
			left: 204px;
			top: 0px;
			width: 766px; 
			height: 19px;
			background-image: url('/site/images/watteeuw/menu_bg.jpg');
			padding: 0px;
			padding-top: 1px;
		}
		
			#nav ul { 
				margin: 0; 
				padding: 0; 
			} 
			#nav li { 
				float: left; 
				display: inline;
				height: 40px; 
				margin: 0 1px 0 0; 
				padding-left: 12px; 
				padding-right: 12px;
				border-right: solid;
				border-right-color: #FFFFFF;
				border-right-width: 1px;
				font-weight: bold;
			}
			
			#nav li a {				
				text-align:center; 
				text-decoration: none; 
				display: block; 
				color: #FFFFFF; 
				font-size: 11px; 
				padding-top: 1px;
			}	
			
			#nav li a:hover { 
				text-decoration: underline; 
				color: #000000; 
			}
			
			#nav li.selected { 
				background-color: #1A4E80;
			}
				
			#nav li.selected a { 
				color: #FFFFFF; 
			}
			
	#leftfill {
		position: absolute;
		top: 161px;
		left: 0px;
		width: 16px;
		height: 90px;
		background-image: url('/site/images/watteeuw/page_bg_left.jpg');	
	}
	
	#submenu {
		position: absolute;
		top: 142px;
		left: 16px;
	}
	
		#submenu_picture {
			/* position: absolute; */
			left: 0px;
			top: 0px;
			width: 186px;
			/* height: 109px; */
			border: solid #9FC2E6 1px;
			overflow-x: hidden; 
		}
		
		#subnav {
			position: relative;
			left: 0px;
			/* top: 109px; */
			width: 188px;
			padding-top: 25px;
			background-color: #DAE9F3;
			background-image: url('/site/images/watteeuw/submenu_bottom.jpg');
			background-repeat: no-repeat;
			background-position: bottom;
			min-height: 350px;
		}
		
			#subnav ul { 
				margin: 0; padding:0; 
			} 
			
			#subnav li { 
				overflow: hidden; 
				padding-top: 4px; 
				padding-bottom: 4px;
				border-bottom: solid;
				border-bottom-color: #FFFFFF;
				border-bottom-width: 2px;
			}
			
			#subnav li a { 
				text-align: center; 
				text-decoration: none; 
				line-height: 23px; 
				display: block;
				overflow: hidden;
				color: #000000; 
				font-size: 11px; 
			}	
			
			#subnav li a:hover { 
				text-decoration: underline;
			}
			
			#subnav li.selected { 
				background-color: #1A4E80;
			}
			
			#subnav li.selected a { 
				color: #FFFFFF; 
			}
		
	#content {
		position: absolute;
		top: 161px;
		left: 204px;
		width: 641px; /* 766 - padding */
		height: 19px;
		background-image: url('/site/images/watteeuw/page_bg_right.jpg');
		background-repeat: no-repeat;
		background-position: top;
		min-height: 200px;
		margin: 0;
		padding: 0;
		padding-left: 25px;
		padding-right: 100px;
		padding-top: 15px;
	}
	
		.textTitle {
			font-size: 14px;
			font-weight: bold;
		}
	
	#bmtbutton {
		position: absolute;
		top: 175px;
		left: 810px;
		width: 120px; /* 766 - padding */
		height: 19px;
		z-index: 1000;
	}