* {
	margin: 0;
	padding: 0;
}

html {
	background: #fff url("/ext/img/bg.jpg") center center fixed;
	font: 14px "Verdana", "Tahoma", sans-serif;
	color: #424242;
}

img, img a, img a:hover {
	border: none;
}

p {
	padding-bottom: 15px;
}

h1 {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
	color: #a8061b;
}

h3 {
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 10px;
	color: #a8061b;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/***** ID *****/

#ie6 {
	z-index: 400;
	position: relative;
	top: 0;
	height: 21px;
	border-bottom: 1px solid #adad91;
	background-color: #ffffef;
	font: 11px "Verdana", "Tahoma", sans-serif;
	padding: 3px;
}

#container {
	margin: 0 auto;
	width: 800px;
	margin-top: 40px;
}

#logo {
	padding-left: 40px;
}

#header {
	background: transparent url("/ext/img/header/mus.png") bottom center no-repeat;
	height: 187px;
	margin-top: 0px;
}

#menu {
	background: transparent url("/ext/img/menu_bottom.png") bottom center no-repeat;
	height: 20px;
	margin-top: -26px;
	padding-bottom: 3px;
	padding-left: 20px;
	color: #000;
}
	#menu li {
		display: inline;
		padding-left: 37px;
		padding-right: 33px;
		padding-top: 15px;
		padding-bottom: 5px;
	}
	
	#menu li.normal {
		/* just to fill up space :) */
	}
	
	#menu li.home {
		background: transparent url("/ext/img/menu/home.png") top left no-repeat;
	}
		
	#menu li.overheijnen {
		background: transparent url("/ext/img/menu/overheijnen.png") top left no-repeat;
	}
	
	#menu li.referenties {
		background: transparent url("/ext/img/menu/referenties.png") top left no-repeat;
	}
		
	#menu li.foto {
		background: transparent url("/ext/img/menu/foto.png") top left no-repeat;
	}
	
	#menu li.contact {
		background: transparent url("/ext/img/menu/contact.png") top left no-repeat;
	}
	
	#menu a {
		color: #000;
	}
	
	#menu a:hover {
		color: #9e140a;
	}
	
#content {
	padding-top: 20px;
	min-height: 250px;
	background: transparent url("/ext/img/bg_content.png") center center repeat-y; 
	padding-left: 55px;
	padding-right: 55px;
}
	#content ul {
		/*padding-top: 10px;*/
		padding-bottom: 15px;
	}
	
	#content li {
		list-style-position: inside;
		padding-left: 15px;
	}
	
	#content .page_column {
		padding-bottom: 30px;
	}

#bottom {
	height: 38px;
	background: transparent url("/ext/img/bottom.png") bottom center no-repeat;
}