/* BUREAU-K 2004 */

/* GENERAL */

body {
 	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  	background-image: url(graphics/bkgrd2.jpg);
  	background-color:#C3BAAA;
	color: #625750;
	font-size: 11px;
	font-family: Arial, Helvetica, san-serif;
}

.border {
	background-color:#625750;
}

div#outer {
 /* set total pagewidth */
  width: 748px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -374px;
}

#footer {
	clear:both;
	width:748px;
	margin-top:10px;
	padding-left: 300px;
}


/* TOPZEILE */

#top {
	width:748px;
}
#logo {
	margin-top:25px;
	width:748px;
	height:103px;	
}

/* CONTENT */

#contenttop {
	margin-top:0px;
	width:748px;
	float: left;
}
#contentbottom {
	margin-top:5px;
	width:748px;
	float: left;
	margin-bottom:2px;
}
.contentborder1 {
	width:601px;
	height: 5px;
	background-color:#625750;
	float: right;
}
.menuborder1 {
	width:142px;
	height: 5px;
	background-color:#625750;
	float: left;
}
.contentborder2 {
	width:601px;
	height: 2px;
	background-color:#625750;
	float: right;
}
.menuborder2 {
	width:142px;
	height: 2px;
	background-color:#625750;  /* 625750 */
	float: left;
}


#contentbox {
	margin-top:5px;
	width:748px;
	float: left;
}
#menuleft {
	line-height:18px;
	width:142px;
	float: left;
	padding-top:3px;
}



#contentarea {
	width:601px;
	/* padding:5px; */
	color:#333333;
	float: right;
}
#contenttext {
	padding:5px;
 line-height: 15px;
}

/* LINKSTOFF */
a {
	text-decoration: none;
	color:#333333;
}
a:hover {
	text-decoration: none;
	color: #FF0099;
}

#menuleft a {
	font-size:11px;
	text-decoration: none;
	color:#000000;
	}
#menuleft a:hover {
	font-size:11px;
	color:#FF0099;
	text-decoration: none;

}

#footer a.menu:link, a.menu:visited, a.menu:active {
	font-size: 10px;
	text-decoration: none;
	color:#493129;
	letter-spacing: 0px;
}
#footer a.menu:hover {
	font-size:10px;
	color:#FF0099;
	text-decoration: none;
	letter-spacing: 0px;
}
hr {
	color:#493129; border-style:dotted;
}

#contenttext table tr td a {
	text-decoration: none;
	color:#000000;  /* 493129 */
	font-weight: normal;
}
#contenttext table tr td a:hover {
	color:#FF0099;
	text-decoration: none;
	/* background-color:#FF0000; */
}
.image{ 
 border: 2px solid white;
}
.year {
	padding-top: 5px;
	font-family: helvetica, arial, sans-serif;
	font-size:  30px;
	font-weight: normal;
	color: #625750;
}
p {
	margin-top: 0px;
}
h2 {
	font-size: 12px;
	color:  black;
	margin-top: 0px;
	font-weight: bold;
}
h2 a {
	font-weight: bold;
}
