/*********************************************************************************************/
/* HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML */
/*********************************************************************************************/
body {
	margin: 0px;
	overflow: auto;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	
	color: #ac9e52;
}

marquee {
	color: #ac9e52;
	font-size: 14px;
	font-weight: bold;
}

a {
	color: #AC9E52;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}
/*********************************************************************************************/
/* ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID */
/*********************************************************************************************/
div#bld-home {
	left: 460px;
	top: 235px;
	
	width: 255px;
	height: 185px;
	
	position: absolute;
	
	z-index: 20;
}

div#body {
	width: 800px;;
	height: 530px;

	position: relative;
	margin: 80px auto 0;
}

div#content {
	left: 300px;
	top: 0px;
	
	width: 500px;
	height: 400px;
	
	position: absolute;
	overflow: hidden;
	
	z-index: 5;
}

div#content_container {
	left: 300px;
	top: 50px;
	
	width: 501px;
	height: 350px;
	
	position: absolute;
	overflow: auto;
	
	z-index: 15;
	
	scrollbar-face-color: #FFFFFF; 
	scrollbar-shadow-color: #ac9e52; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #ac9e52; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-arrow-color: #ac9e52;
}

div#logo {
	left: 50px;
	top: 50px;
	
	width: 100px;
	height: 100px;
	
	position: absolute;
	z-index: 2000;
}

div#menu {
	left: 300px;
	top: 400px;
	
	width: 500px;
	height: 100px;
	
	position: absolute;
}

div#menu div {
	left: 0px;
	top: 0px;
	
	width: 100px;
	height: 100px;
	
	position: relative;
	
	float: left;
}

div#text {
	left: 20px;
	top: 0px;
	
	width: 450px;
	height: auto;
	
	position: relative;
}

div#ticker {
	left: 0px;
	top: 510px;
	
	width: 800px;
	height: 20px;
	
	position: absolute;
}

div#works {
	left: 0px;
	top: 180px;
	
	width: 798px;
	height: 153px;
	
	position: absolute;
	
	z-index: 10;
}

/*********************************************************************************************/
/* CLASS CLASS CLASS CLASS CLASS CLASS CLASS CLASS CLASS CLASS CLASS CLASS CLASS CLASS CLASS */
/*********************************************************************************************/
.black {
	background-color: #000000;
}

.grey {
	background-color: #CCD3DB;
}

.plattegronden {
	left: 0px;
	top: 0px;
	
	width: 420px;
	height: auto;
	
	position: relative;
}

.plattegronden div {
	left: 0px;
	top: 0px;
	
	width: 100px;
	height: 100px;
	
	position: relative;
	
	float: left;
}

.plattegronden div.txt {
	font-size: 11px;
	color: #5A7A8E;
	
	padding: 0 5px;
}

.plattegronden div.txt a {
	font-size: 11px;
	color: #5A7A8E;
	text-decoration: none;
}

.plattegronden div.txt a:hover {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

img.png {
	behavior: url("css/pngstijl.htc");
}

div.txt_black {
	color: #000000;
	font-size: 11px;
	line-height: 17px;
}

.txt_black td{
	color: #000000;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
}

.txt_black a {
	color: #000000;
	text-decoration: underline;
}

.txt_black a:hover {
	color: #000000;
	text-decoration: none;
}

div.txt_white {
	color: #575757;
	font-size: 11px;
	line-height: 17px;
}

