/* margin & padding op alle elementen resetten naar 0px */
* {
	padding: 0px;
	font-family: verdana, arial;
	color: #000000;
}
body	{
	font-family: verdana,lucida,helvetica,arial;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	width: 760px;
	margin-left: auto;
	margin-right: auto;

}
h1 {
	display: none;
}
ul.menu {
	list-style-type: none;
	height: 121px;
}
ul.menu li { float: left; }
ul.menu li a {
	display: block;
	height: 121px;
	width: 143px;
	overflow: hidden;
	text-indent: 143px;
	text-decoration: none;
}
#menu_home  { display: none; }
#menu_journalistiek a { background: url(../images/menu-01.jpg) no-repeat; }
#menu_journalistiek a:hover { background: url(../images/menu-01-on.jpg) no-repeat; }

#menu_boeken a { background: url(../images/menu-02.jpg) no-repeat; }
#menu_boeken a:hover { background: url(../images/menu-02-on.jpg) no-repeat; }

#menu_columns a { background: url(../images/menu-03.jpg) no-repeat; }
#menu_columns a:hover { background: url(../images/menu-03-on.jpg) no-repeat; }

#menu_afrika a { background: url(../images/menu-04.jpg) no-repeat; }
#menu_afrika a:hover { background: url(../images/menu-04-on.jpg) no-repeat; }

#menu_contact a { background: url(../images/menu-05.jpg) no-repeat; }
#menu_contact a:hover { background: url(../images/menu-05-on.jpg) no-repeat; }

#navbar {
	margin-left: 20px;

}
#navbar ul li {
	display:inline;
	padding: 0px 5px 0px 9px;
	font-family: Arial;
	color: #BD3442;
	font-size: 9px;
	background: url(../images/li-arrow.gif) no-repeat 0px -1px;
	padding-left: 10px;
}
#navbar ul li:first-child {
	background: none;
}
#navbar ul li a {
	font-family: Arial;
	color: #BD3442;
	font-size: 9px;
}

#content {
	width: 660px;
	margin-top: 40px;
	padding-left: 20px;

}
#submenu {
	float: right;
	background-color: #c0c0c0;
	min-width: 150px;
	margin-top: 50px;
	border: 1px solid #BD3442;
	padding: 10px;
}
a {
	color: #BD3442;
}
a:hover {
	color: #3483BF;
}