/** BASIC */

body {
	font: normal .8em Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #053506;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

a {
	color: #053506;
}

a:hover {
	text-decoration: none;
}

/** HEADER */

#header {
	width: 740px;
	height: 130px;
	margin: 0px auto;
	background: url(fobiedokterachter.jpg) ;
}

#header h1 {
	width: 200px;
	float: left;
	margin: 0px;
	padding: 0px 30px 0px 0px;
	background: url(img01.gif) no-repeat left top;

	
}

#header h2 {
	width: 440px;
	float: right;
	margin: 0px;
	padding: 43px 10px 0px 0px;
	background: url(img02.gif) no-repeat right top;
}

/** MENU */

#menu {
	width: 740px;
	height: 30px;
	margin: 0px auto;
	background: url(img03.gif) repeat-x left top;
}

#menu ul {
	width: 740px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
	color:#990000;
}

#menu a {
	display: block;
	float: left;
	padding: 9px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: smaller;
	font-weight: bold;
	color: #b7ac04;
}

#menu a:hover {
	color: #FFFFFF;
}

/** CONTENT */

#content {
	width: 740px;
	margin: 0px auto;
	background: url(img04.gif) repeat-y left top;
}

#columnA {
	float: right;
	width: 460px;
	padding: 20px;
}

#columnB {
	float: left;
	width: 200px;
	padding: 20px 10px
}

#columnB h2 {
	font-size: large;
}

/** FOOTER */

#footer {
	width: 740px;
	margin: 0px auto;
	background: #053506 url(img05.gif) no-repeat left bottom;
}

#footer p {
	margin: 0px;
	padding: 5px 10px;
	background: url(img06.gif) no-repeat right bottom;
	font-size: smaller;
	color: #b7ac04;
}
