html, body {
	scrollbar-face-color: 		#f6f6f6; 
	scrollbar-highlight-color: 	#ffffff; 
	scrollbar-shadow-color: 	#e2e2e2; 
	scrollbar-3dlight-color: 	#ffffff; 
	scrollbar-arrow-color: 		#293D89; 
	scrollbar-darkshadow-color: 	#e2e2e2; 
	scrollbar-base-color: 		#edecea;
	}

body {
	min-width:			740px;
 	font-family:			"tahoma", helvetica, sans-serif;
  	font-size:			.9em;
	padding:			0;
	margin:				0 0 0;
	background:			#fff;
	border-top: 	  		1px solid black;
	}

div.copyright {
	font-size:	  		10px;
	text-align:			right;
	color:				#fff;
	height:				100px;
	margin:				0;
	padding:			0 10px 0 0;
	background:			rgb(87,75,57) url(img/marcel-timmer-media-design-banner_top.jpg) top center no-repeat;
	border-top:			5px solid #000;
	}

div.copyright h1 {
	color:				white;
	font-size:	  		10px;
	margin:				10px 0 0 0;
	}

div.copyright h2 {
	color:				white;
	font-size:	  		10px;
	margin:				0;
	}

div.copyright p {
	font-size:	  		10px;
	margin:				0;
	}

div.top {
	overflow:			hidden;
	background:			#000;
	}

div.menubar {
	background: 			#000;
	height:				79px;
	margin:				0;
 	font-family:			"tahoma", helvetica, sans-serif;
	text-align:			right;
	font-size:	  		.8em;
	font-weight:			bold;
	color:				#fff;
	width:				100%;
	}

div.menu ul {
	float:				right;
	padding:			0;
	margin:				0;
	border-right:			5px solid #000;
}

div.menu li{
	display:			inline;
	padding:			0;
	margin:				0;
	}

div.menu a {
	display:			block;
	width:				150px;
	float:				left;
	background:			#000;
	border-bottom:			5px solid #000;
	padding:			50px 10px 10px 10px;
	}

div.menu a:hover {
	background:			#fff;
	border-bottom:			5px solid #6699ff;
	color:				rgb(87,75,57);
	}

div.menu a.this {
	background:			#000;
	border-bottom:			5px solid #6699ff;
	color:				rgb(87,75,57);
	}

div.block1,
div.block2,
div.block3 {
	clear:				both;
	z-index:			10;
 	font-family:			"tahoma", helvetica, sans-serif;
  	font-size:			.9em;
	text-align:			left;
	line-height:			1.5em;
	margin:				15px;
	padding:			10px;
	}

h1 {
	font-size:	  		1.1em;
	font-weight:			bold;
	margin:				0;
	}

h3 {
	font-size:	  		1em;
	font-weight:			bold;
	margin:				0;
	}

p.uitleg {
	font-size:	  		1em;
	margin:				0;
	}

div.footer {
	margin:				0;
	padding:			25px 25px 220px 25px;
	background:			#fff url() top left no-repeat;
 	font-family:			"tahoma", helvetica, sans-serif;
	font-size:	  		10px;
	text-align:			left;
	}

strong {
	display:			inline;
	font-weight:			bold;
	}

img.portfolio {
	display:			block;
 	width:				278px;
	height:				200px;
	text-align:			center;
	margin-top:			10px 0 45px 0;
	border:				0;
	}

div.portret {
	float:				right;
	width:				130px;
	margin:				5px;
	text-align:			center;
	font-style:			italic;
	font-size:			.8em;
	color:				gray;
	}

img#portret {
	float:				right;
 	width:				120px;
	height:				90px;
	margin:				5px;
	border:				1px solid gray;
	}

ul.visie {
	margin:				0 0 1.5em 0;
	}

ul.visie li {
	margin:				1em 0 0 0;
	list-style-type:		none;
	}

ul.visie h3 {
	margin:				0;
	font-weight:			bold;
	color: 				#000;
	}

form {
 	font-family:			"tahoma", helvetica, sans-serif;
	text-align:			left;
	}

input,textarea,select {
 	font-family:			"tahoma", helvetica, sans-serif;
	margin-top:			10px;
	font-size:			1em;
	color:				#000;
	}

textarea.inforemarks {
 	height:				200px;
	width:				460px;
	}


input.field {
	background: 			#6699ff;
	border-top: 			2px solid #999999;
	border-right: 			2px solid #E5E5E5;
	border-bottom: 			2px solid #E5E5E5;
	border-left: 			2px solid #999999;
	-moz-border-radius: 		3px;
	}

.field:hover,
.field:focus {
	background: 			#3F62CC;
	}

a:link,
a:visited {
	color: 				#293D89;
	text-decoration: 		underline;

	}

a:hover {
	color: 				#3F62CC;
	text-decoration: 		none;
	}

a:active,
a.this {
	color:				#293D89;
	text-decoration: 		none;
	}

div.menu a:link,
div.menu a:visited {
	color: 				#fff;
	text-decoration: 		none;
	}

div.menu a:hover {
	color: 				#6699ff;
	text-decoration: 		none;
	}

div.menu a:active,
div.menu a.this:link,
div.menu a.this:visited {
	color:				#6699ff;
	text-decoration: 		none;
}

span.bedrijf, 
span.bedrijf a:link,
span.bedrijf a:hover, 
span.bedrijf a:visited {
	font-weight:			bold;
	color: 				#000;
	text-decoration: 		none;
	}


