body, html {
	height: 100%;
}

body {
	background-color: #90C7DB;
	background-image: url("/graphics/behoudenhuis/bodybg.gif");
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	color: #2F2F2F;
}

h1 {
	font-size: 19px;
	line-height: 20px;
}

h2 {
	font-size: 16px;
	color: #004E69;
	line-height: 150%;
}

h3 {
	font-size: 15px;
	line-height: 110%;
	font-weight: bold;
	margin: 15px 0 7px 0;
	color: black;
}

/**
 * Default font for all elements that hold their own font definition.
 */
input, textarea, body, table {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 11px;
}

input, textarea {
	border: 1px solid silver;
}

div.maindiv {
	width: 822px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

	.maindiv .pagetop {
		width: 822px;
		height: 174px;/*158px*/
		background-image: url("/graphics/behoudenhuis/geveltop_2.jpg");
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.maindiv .bodydiv {
		width: 783px;
		margin-left: auto;
		margin-right: auto;
		background-color: white;
		background-image: url("/graphics/behoudenhuis/bodydivbg.gif");
		background-repeat: repeat-y;
		background-position: center;
	}
	
		.maindiv .bodydiv .leftbar {
			width: 187px;
			float: left;
			padding-top: 5px;
		}
		
			.maindiv .bodydiv .leftbar h1 {
				color: white;
				font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
				font-weight: bold;
				font-size: 15px;
				display: inline;
			}
			
			.maindiv .bodydiv .leftbar h2 {
				color: white;
				font-weight: bold;
				font-size: 11px;
				margin: 0px;
				margin-bottom: 24px;
			}
			
			.maindiv .bodydiv .leftbar a {
				color: white;
			}
		
			.maindiv .bodydiv .leftbar a:hover {
				text-decoration: none;
			}

			.maindiv .bodydiv .leftbar .headlines {
				padding: 20px;
				padding-top: 10px;
				padding-right: 10px;
				text-align: left;
				color: white;
			}
			
			.maindiv .bodydiv .leftbar .logindiv {
				padding: 20px;
				padding-top: 10px;
				padding-right: 10px;
				text-align: left;
				color: white;
			}
			
				.maindiv .bodydiv .leftbar h1.logintitle {
					background-color: #9CC2D0;
					display: block;
					margin-bottom: 9px;
					margin-left: 4px;
					margin-right: 1px;
					padding: 3px 10px 3px 10px;
					width: 162px;
					overflow: hidden;
				}
				
				.maindiv .bodydiv .leftbar .logindiv input {
					height: 13px;
					padding: 1px;
				}
				
				.maindiv .bodydiv .leftbar .logindiv a {
					display: block;
					float: right;
					border: 1px solid white;
					padding: 0px 10px 0px 10px;
					text-decoration: none;
					margin-top: 7px;
					margin-right: 22px;
					background-color: #6E9BAC;
				}

		.maindiv .bodydiv .menubar {
			width: 594px;
			height: 27px;
			background-color: #DBEAEF;
			float: left;
		}
		
		.maindiv .bodydiv .menubar img {
			width: 25px;
			height: 5px;
			float: left;
		}
		
			.maindiv .bodydiv .menubar a {
				display: block;
				font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
				font-weight: bold;
				font-size: 15px;
				color: #3A758A;
				padding: 4px;
				padding-bottom: 7px;
				padding-left: 12px;
				padding-right: 12px;
				text-decoration: none;
				float: left;
			}
			.maindiv .bodydiv .menubar a:hover {
				background-color: #3A758A;
				color: white;
			}
			.maindiv .bodydiv .menubar a.selectedlink {
				color: #79611F;
			}
		
		.maindiv .bodydiv .content {
			width: 594px;
			float: left;
			text-align: left;
		}
		
			.maindiv .bodydiv .content .paddingdiv {
				padding: 15px;
				padding-left: 40px;
			}
		
		.maindiv .bodydiv .copyright {
			font-size: 10px;
			color: gray;
			text-align: right;
			padding-right: 20px;
			margin-top: 20px;
		}
		
		.maindiv .bodydiv .pagebottom {
			background-image: url("/graphics/behoudenhuis/pagebottom.gif");
			background-repeat: no-repeat;
			width: 783px;
			height: 5px;
			overflow: hidden;
		}
		
/*******************************************************************************
** ELEMENTS THAT DEFINE THE DROPDOWN MENUS
*******************************************************************************/

.dropdown {
	position: absolute;
	visibility: hidden;
	top: 0px;
	width: 250px;
	overflow: hidden;
	background-color: #DBEAEF;
	font-family: sans-serif, verdana, arial;
	font-size: 12px;
	border: 1px solid #006386;
	border-right: 2px solid #006386;
	border-bottom: 2px solid #006386;
}

	.dropdown a {
		color: #3A758A;
		text-align: left;
		display: block;
		width: 100%;
		padding: 5px 10px 5px 30px;
		text-decoration: none;
		font-weight: bold;
		font-size: 14px;
	}
	.dropdown a:hover {
		background-color: #3A758A;
		color: white;
	}
	.dropdown a.selectedlink {
		color: #79611F;
	}		