* { 
	font-family	:verdana; 
	font-size	: 10pt; 
	color		: gray; 
}

body {
	text-align	:center;
	background	: url(standingmouse.gif);
	padding		:0;
	margin		:0;
}


/* Layout */

#container {
	position	:absolute;
	top		:20px;
	left		:350px;
	width		:650px;
	text-align	:left;
	height		:560px;
	/*background	:transparent url(mightymouse2.gif) -30px -10px repeat;*/	

}

#leftcontent {
	position	:absolute;
	top		:130px;
	left		:180px;
	width		:155px;
	z-index		:100;
	
}

#centercontent {
	float		:right;
	width		:650px;
	height		:auto;
	border-top	:1px solid white;
}

#rightcontent {
	float		:left;
	width		:350px;
	
}
	

#banner {
	display		:block;	
	background	:#1c3740;
	background	:url(banner.gif) 0 0 no-repeat;
	margin		:0;
	padding		:0;
}

#object {
	display		:block;
	background	:none;
	margin		:10px 35px;
	width		:180px;
	border		:1px dotted gray;
}
		
#footer {
	width		:900px;
	float		:left;	
	height		:100px;
	background 	:#1c3740;
	text-align	:center;	
}

ul#menu {
	list-style	:none;		
}

ul#menu	{
	margin		:0;
	padding		:0;
		
}

li {
	text-align	:right;
	padding		:4px 5px;		
	border		:1px solid #1c3740;
	border-top	:none;
	background	:transparent url(standingmouse_dark.gif);

}

li.persbericht {
	text-align	:left;
	margin		:5px;
	border		:0;
	background	:none;
}



li#cover {	
	background	:none;
	text-align	:right;
	padding		:0;
	margin		:5px 0 0 0;
	border		:0;
}

a {
	text-decoration	:none;
	color		:white;
}

a.menu, a#title {
	display		: block;
	font-size	:20px;
	color		:white;			
}

a.menu:hover {
	color		:black;
	
}	
a.menu#current {
	color		: red;

}
	


#content {
	margin		:0;/*20px 15px 0 15px;*/
	padding		:0;
	border		:1px solid #1c3740;
	background	:transparent url(standingmouse_dark.gif) -352px -130px;
}

#content a#readmore {
	display	:block;
	text-decoration: none;
	margin: 15px 10px;
	color	: red;
}

h1, h2 { 
	padding		:0;
	margin		:0;
}

h1 {
	text-align	:center;
	font		:3.5em/1.8em "Verdana", sans-serif; 
	color		:white;

	
}

h2 {
	font		:italic bold 1em/1.8em sans-serif;
	text-align	:right;
	padding-right	:15px;
}

h3 {
	background	:#3c3740;
	padding		:8px 0 8px 10px;
	margin		:0;
	font-size	:20px;
	font-weight	:normal;
	letter-spacing	:0.5em;
	/*height		:33px;*/
}

b { 
	font-weight	: bold; 
}

.txt {
	width		:auto;
	text-align	:justify; 
	text-indent	:20px;
	font-size	:10px;
	line-height	:2; 
	color		:white;
	margin		:15px 15px 15px 15px;
}

i {
	color		:white;
}

img#bul {
	margin		: 10px;
}

#proefdruk {
	margin: 5px;
}


	





