Body{
	background-color:#FFFFCC;
	font-family : arial,sans-serif;
	color:#0033ff;
background-repeat: no-repeat;
background-position: bottom right;
	/*background-image:none;*/
 }

H1,H2,H3{
	text-align:center;
	font-weight:bold;
	color:#3333ff;
	background-color : transparent;
	background-image : none;
}

H2 {
	font-size:large;
}

H4 {
	font-size:smaller;
	font-weight:bold;
}

DIV.menu {
	font-weight:bold;
	text-align:left;
	float:left;
	width:25%;
	color:#0000FF;
	background-color:#66ccFF;
	background-image : none;
}

DIV.indhold {
	float:right;
	text-align:center;
	width:75%;
}

UL.menu{
	margin-left:5%;
	width: 25%;
	background-color:#66ccFF;
	background-image : none;
}

UL.indhold {
	text-align:left;
	margin-left:5%;
	width: 30%;
	background-color:#3399ff;
	background-image : none;
}

UL.link {
	text-align:left;
	margin-left:0%;
	
}

A.menu {
	background-color:transparent;
	color:black;
	background-image : none;
}

A.menu:visited {
	background-color:transparent;
	font-style:italic;
	color:#008080;
	background-image : none;
}
	 
TABLE.indhold{
	border-style: none;
	
}

TD {
	background-repeat:no-repeat;
	background-color:#FFFFCC;
	font-family : arial,sans-serif;
	color:#0033ff;
	/*background-image:none;*/
}
	
TD.links {
  background-color:#CCFFFF;
	font-family : arial,sans-serif;
	color:#0033ff;
	/*background-image:none;*/
}
div.clSlideMenu{ /* All slideMenu2 DIV elements */
	position:absolute;
	font-family:verdana,arial,helvetica;
	font-size:10px;
	overflow:hidden;
	width:150;
	height:22;
}
a.clA0{ /* All top level links */
	color:white;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
a.clA1{ /* All sub level links */
	color:black;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
a.clA2{ /* All sub2 level links */
	color:navy;
	text-decoration:none;
}
a.clA3{ /* All sub3 level links */
	color:black;
	text-decoration:none;
}
a.clA4{ /* All sub4 level links */
	color:green;
	text-decoration:none;
}

/* NEEDED STYLES */
div.slideMenuBG{position:absolute; left:0; top:0; z-index:1}
div.slideMenuText{position:absolute; left:2; top:2; z-index:200;}
/* NEEDED ----- This class should be named like this:
	#NAME_OF_YOUR_MENUcont
*/
#slideMenucont{position:absolute;	height:600; width:200; visibility:hidden;}
