screen
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.foo
{
	background-image: url(http://www.trommel-workshops.de/bilder/sjabloon-achtergrond2nw.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 0px 4px;
	width: 978px;
	height: 1457px;
}

body
{
	text-align: left;
	background-color: #faeece;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13PX;
	color: #4d200a;
}

.bodytext-tipbg
{
	position: absolute; background-color: #ed1010;
	width: 256px;
	height: 116px;
	display: block;
	top: 466px;
	left: 610px;
	visibility: visible;
}

h1
{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20PX;
	color: #8c0d14;
}

h2
{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15PX;
	color: #9c1821;
}

h3
{
	text-align: left;
	line-height: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15PX;
	font-weight: normal;
	color: #e99000;
}

h4
{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20PX;
	font-weight: bold;
	color: #f9c22b;
}

h5
{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24PX;
	font-weight: bold;
	color: #e99000;
}


.bodytext-tip
{
	position: absolute;
	width: 280px;
	height: 130px;
	display: block;
	top: 450px;
	left: 620px;
	visibility: visible; z-index:1;
}

.bodytext-tiptext
{
	position: absolute;
	width: 230px;
	height: 200px;
	display: block;
	top: 500px;
	left: 623px;
	visibility: visible; z-index:1;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.menu ul ul { width: 110px; }

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li
{
	float: left;
	width: 125px;
	position: relative;
}

/* style the links for the top level */
.menu a, .menu a:visited
{
	display: block;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #0c95cf;
	width: 114px;
	height: 30px;
	border: 1px solid #f9c22b;
	border-width: 1px 0px 1px 0px;
	background: yellow;
	padding-left: 10px;
	line-height: 29px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited
{
	width: 110px;
	w\idth: 110px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited { background: #949e7c; }

/* style the second level hover */
.menu ul ul a.drop:hover { background: #c9ba65; }
.menu ul ul :hover > a.drop { background: #c9ba65; }

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited { background: #ebbb26; }

/* style the third level hover */
.menu ul ul ul a:hover { background: #b3aa48; }
.menu ul ul ul :hover > a { background: #0c95cf; }

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul
{
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 31px;
	left: 0;
	width: 110px;
}

/* another hack for IE5.5 */
* html .menu ul ul
{
	top: 30px;
	t\op: 31px;
}

/* position the third level flyout menu */
.menu ul ul ul
{
	left: 150px;
	top: 0;
	width: 150px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left { left: -150px; }

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table
{
	position: absolute;
	top: 0;
	left: 0;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited
{
	background: #e36c2e;
	color: #205cc5;
	height: auto;
	line-height: 1em;
	border: 1px solid black;
	border-width: 0px 0px 1px 1px;
	padding: 5px 10px;
	/* yet another hack for IE5.5 */
	width: 129px;
}

* html .menu ul ul a
{
	width: 150px;
	w\idth: 129px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover
{
	color: #fff;
	background: #949e7c;
}

/*style de hover van de 1e en 2e menulagen */
.menu :hover > a, .menu ul ul :hover > a
{
	color: white;
	background: #0d6f98;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
	.menu ul a:hover ul { visibility: visible; }

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul { visibility: hidden; }

/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul { visibility: hidden; }

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul { visibility: visible; }

/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { visibility: visible; }
div.content { clear: left; }

/* code om rest vd pagina naast de navigatiebar te laten zweven */

.naam
{
	position: absolute;
	background-color: #77050c;
	width: 874px;
	height: 44px;
	display: block;
	top: 346px;
	left: 61px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22PX;
	font-weight: bold;
	color: #fbc73a;
	border: 1px solid #f9c22b;
	border-width: 1px 0px 1px 0px;
	visibility: visible;
	z-index: 1;
}

.ondertitel
{
	position: absolute;
	background-color: transparent;
	width: 300px;
	height: 15px;
	display: block;
	top: 355px;
	left: 100px;
	visibility: visible;
	z-index: 1;
}

.naw
{
	position: absolute;
	background-color: transparent;
	width: 500px;
	height: 15px;
	display: block;
	top: 352px;
	left: 630px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13PX;
	font-weight: normal;
	color: #f4a018;
	visibility: visible;
	z-index: 1;
}



a:link
{
	color: blue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

a:visited
{
	color: #5A91f2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

a:hover
{
	color: #c3132f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

a:active
{
	color: #48aba4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

a { text-decoration: none; }

/* plaats extra linkmenu aan de rechterkant*/
.link
{
	position: relative;
	background-color: #4d200a;
	width: 84px;
	height: 100px;
	display: block;
	top: -1456px;
	left: 810px;
	visibility: visible;
}

/* style the outer div to give it width */
.menu
{
	position: relative;
	width: 880px;
	height: 20px;
	top: -1075px;
	left: 53px;
	visibility: visible;
	font-size: 0.85em;
	padding-bottom: 200px; z-index:8;
}

.bodytext
{
	position: relative;
	width: 670px;
	height: 800px;
	display: block;
	top: 20px;
	left: 59px;
	visibility: visible;
}

/* plaatsing textblok*/
.text
{
	position: relative;
	width: 450px;
	height: 800px;
	display: block;
	top: 30px;
	left: 18px;
	visibility: visible;
}



.foo3 { display: none; }
.top { display: none; }
.hide { display: none; }