/*  
	bernard_main.css 
*/

body { 
	background-attachment:	fixed;
	background-color:	#ffffff;
	background-image:	url(images/frontpage.jpg);
	background-position:	0px 0px;
	font-family:	verdana, arial, helvetica, sans-serif;
	font-size:		0.8em;
}

#main {
	text-align: center;
	position : absolute;
	height:			680px;
	left : 			50%;
	width:			980px;
	margin-top :	-340px;
	margin-left :	-490px;
	top : 			50%;
	background-color: transparent;
	color: 			#31281F;
	overflow:   hidden;
	font-weight:	bold;
}

a:link {
	color:		#FFFFFF;
	text-decoration:	none;
	font-weight:	bold;
}

a:visited {
	color:		#FFFFFF;
	text-decoration:	none;
	font-weight:	bold;
}

a:hover {
	color:		#D4AB35;
	font-weight:	bold;
	text-decoration:	none;
}

a:active {
	color:		#FFD400;
	font-weight:	bold;
	text-decoration:	none;
}

#tekeningen {
	text-align: center;
	position : absolute;
	left:	300px;
	top: 	32px;
}

img {
	border: 		0;
	margin-left:	0;
	margin-top:		0;
}

#diversen {
	text-align: center;
	position : absolute;
	left:	200px;
	top: 	320px;
}

#contact {
	text-align: center;
	position : absolute;
	right:	100px;
	bottom: 	32px;
}

