/* ------------------------------------------------------- 

	general stylesheet  /  www.bumet.nl
	
	development by

	tableaux
	www.tableaux.nl
	
	april 2009

---------------------------------------------------------- */

html {
	background-color: #6D6D6D;
	background-image: url(../images/structure/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
	width: 100%;
}

body {
	behavior: url("csshover.htc");
	margin: 0 auto;
	padding: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/structure/bg_content.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Trebuchet MS,Verdana,sans-serif;
	font-size: 12px;
}

#container {
	margin: 0 auto;
	padding: 0;
	*padding: 0 0 0 1px;
	width: 770px;
	height: auto !important;
	min-height: 100%;
	position: relative;
}
	#header {
		position: relative;
		background-image: url(../images/structure/top.jpg);
		width: 770px;
		height: 107px;
	}
	#topimages {
		position: relative;
		height: 75px;
		width: 770px;
	}
	#menu {
		position: relative;
		background-color: #F2D48C;
		height: 24px;
		width: 770px;
	}
		#topmenu {
			position: relative;
			width: 619px;
			height: 24px;
			font-family: Trebuchet MS,Verdana,sans-serif;
			font-size: 12px;
			font-weight: bold;
			margin: 0;
			padding: 0;
			float: left;
		}
			.divmenu {
				float: left;
				background-color: #e3a71b;
				color: #000;
				text-align: center;
				text-decoration: none;
				height: 24px;
				padding-top: 3px;
				margin-right: 2px;
			}
			.divmenu a {
				width: 100%;
				display: block;
				color: #000;
				float: left;
				text-decoration: none;
				text-align: center;
				height: 21px;
			}
			.divmenu a:hover {
				width: 100%;
				display: block;
				background-color: #F2D48C;
				color: #000;
				float: left;
				text-decoration: none;
				text-align: center;
				height: 21px;
				margin-top: -3px;
				padding-top: 3px;
				cursor: hand;
			}
		#talen {
			position: relative;
			margin: 0;
			padding: 0;
			width: 150px;
			float: left;
		}
			.vlag {
				margin: 7px 0 0 12px;
				padding: 0 0 0 0;
			}
	#content-wrapper {
		width: 770px;
		position: relative;
		background-image: url(../images/structure/bg_content.jpg);
		background-repeat: repeat-y;
		display: table;
	}
		#content {
			position: relative;
			width: 533px;
			float: left;
			padding: 47px 35px 0 43px;
			overflow: hidden;
		}
		#content-right {
			width: 146px;
			position: relative;
			float: left;
			margin: 48px 0 0 13px;
			font-size: 12px;
			word-spacing: 0.5em;
		}
			#content-right p.titel {
				font-size: 12px;
				margin-top: 10px;
				padding: 0;
			}
			#content-right p {
				font-size: 10px;
				margin-top: 10px;
				padding: 0;
			}
