/*
   Fix:
    * ideal size: 760x410 (http://www.markboulton.co.uk/journal/comments/five_simple_steps_to_designing_grid_systems_part_4/)
*/

html {
	color: black;
	background-color: white;

	font-family: verdana, helvetica, arial, sans-serif;
}

body {
	color: black;
	background-color: #ffff99; /* geel */

	background-image: url(/images/menu_spacer.gif);
	background-repeat: repeat-y;

	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	line-height: 14px;

	margin-top: 14px; /* same as line-height */

	margin-left: auto;
	margin-right: auto;

	width: 720px; /* added for Internet Explorer, which doesn't understand max-width */
	max-width: 720px; /* 250 + 470 */

	min-height: 542px; /* 366 (anim) + 176 (cat. menu) */

}

div#animmenu {
	float: left;

	width: 250px;
}

div#animation {
	background: transparent;

	width: 250px;
	height: 366px;
}

div#category-menu {
	/* The real background is built in body */
	background: transparent;

	/* I know, it's stupid, but Firefox needs this, otherwise there is an ugly 3-pixel high yellow gap on the left of the first menu item */
	background-image: url(/images/menuspacer/algemeen.gif);
	background-repeat: repeat-y;

	top: 366px; /* animation-height */
	width: 250px; /* same as animation-width */

	min-height: 176px; /* height of all hovered menu items together */

	z-index: 1;
}

div#wrapper {
	float: left;

	width: 470px;

	min-height: 528px; /* minimal body height - address height */
}

div#content {
	width: 455px; /* 470 - 15 (right margin) */
	margin-right: 15px;
	margin-bottom: 15px;
}

h1 {
	margin: 0;
	padding: 0;

	width: 470px;
	height: 109px;
}

h1 img {
	border: none;
}

h2 {
	color: #ff6600; /* oranje */

	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;

	margin-top: 20px;
	margin-bottom: 10px;
}

h3 {
	color: black;

	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
}

a {
	color: #660066; /* ? */

	text-decoration: none;

	/* removed because it was superfluous */
	/* font-size: 11px; */
}
a:link {
}
a:visited {
}
a:hover {
        text-decoration: underline;
}
a:active {
}

ul#nav-category {
	list-style-type: none;
	
	padding: 0;
}

ul#nav-main {
	list-style-type: none;

	background-color: #ff0000; /* rood */

	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;

	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0; /* needed to remove gap on the left of menu in IE */

	width: 470px;
	height: 23px;
}

ul#nav-main li {
	background-color: #ff0000; /* rood */

	padding-left: 12px;
	padding-right: 12px;

	line-height: 21px; /* vertically center text in box */
	height: 21px;

	border-color: white;
	border-style: solid;
	border-width: 1px;
}

ul#nav-main li {
	float: left;
}

ul#nav-main li a {
	color: white;
}

/* bullets hang against the left margin */
div#content ul {
	padding-left: 0;
	margin-left: 15px;
}

div#column-text-wide {
	width: 285px;
	margin-right: 15px;
}

div#column-text-normal-first {
	float: left;

	width: 220px;
	margin-right: 15px;
}

div#column-text-normal-second {
	float: left;

	width: 220px;
}

div#column-text-normal-first img,
div#column-text-normal-second img {
	margin: 0;
	padding: 0;

	margin-top: 20px;
}

address#footer {
	color: white;
	background-color: black;

	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;

	margin-left: 250px; /* same as animation-width */

	width: 470px;
	height: 14px;

	clear: left;
}
