@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #e3caff;
}



#container {
	width: 1050px;
	background-image: url(../images/schilderijtest1.jpg);
	height: 650px;
	visibility: visible;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center;
	top: auto;
	right: auto;
	position: static;
}



#container    #main    #maincontent    #table    .MenuBarHorizontal    .active  {
	background-color: #662289;
	font-family: Arial, Helvetica, sans-serif;
	color: #F29503;
}



#containerrest {
	width: 1050px;
	float: none;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center;
	background-image: url(../images/schilderijdef.jpg);
	height: 650px;
	background-repeat: no-repeat;
}





#banner {
	float: right;

}




#nav  {
	width: 200px;
	float: left;
	margin-top: 50px;
}
li     {

}
ul  {
	height: 20px;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
}

#main  {
	width: 755px;
	float: right;
	height: 550px;
	margin-top: 100px;
} 


#maincontent  {
	color: #662289;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-type: none;
	text-decoration: none;
	width: 460px;
	margin-left: 58px;
	overflow: auto;
	margin-top: 12px;
	text-align: justify;
	height: 370px;
	padding-right: 125px;
	margin-bottom: 5px;
}
#container #main #maincontent #referenties {
	height: 250px;
	padding-bottom: 50px;
	width: 500px;
	padding-right: 85px;
	overflow: auto;
}





a {
	color: #662289;
	text-decoration: none;
}
#foto {
	float: right;
	height: 100px;
	width: 102px;
	margin-right: 25px;
	margin-top: 35px;
	background-image: url(../images/foto1aleida..jpg);
}

#foto1 {
	height: 148px;
	width: 151px;
	background-image: url(../images/foto5aleida..jpg);
	background-repeat: no-repeat;
}
a:hover {
	color: #F29503;
	background-color: #662289;
}



#table   {
	height: auto;



}


#table  th   {
	height: 22px;
	width: 160px;
	font-size: 13px;
	text-align: center;
	padding: 2px;
	background-color: #F29503;
}


#formulier   {
	padding-left: 135px;
	overflow: auto;
}
ul.MenuBarHorizontal
{
	padding: 0;
	list-style-type: none;
	font-size: 15px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 42px;
	margin-top: 200px;
	float: left;
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
	background-color: #66FFCC;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	padding: 0;
	margin: 0px;
	width: auto;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	z-index: 1020;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{


}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{

}

/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{

}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	top: 0;
}
ul.MenuBarHorzontal       a:active       {
	background-color: #66FF66;
}


/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{

}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	cursor: pointer;
	background-color: #F29503;
	padding: 3px;
	color: #662289;
	text-decoration: none;
	text-align: center;
	margin-top: 15px;
	display: block;
}
#container #main #maincontent #table .MenuBarHorizontal a {
	font-weight: normal;
	font-size: 14px;
}

ul.MenuBarHorizontal  /* Menu items that have mouse over or focus have a blue background and white text */
a:hover, ul.MenuBarHorizontal   a:focus
{
	background-color: #662289;
	color: #FF9900;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #662289;
	color: #F29503;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{

}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{

}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{

}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{

}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
	display: block;
	float: left;
	}
}

.style1 {
	color: #f29503;
	font-weight: bold;
}
.style2 {
	color: #521C72;
	font-weight: bolder;
	font-size: 17px;
}
.style3 {
	font-weight: bold;
	font-size: 14px;
	color: #3F007D;
}
.style4 {
	font-style: italic;
}


.style5 {color: #f29503; font-weight: bold; font-size: 16px; }

.style6 {
	color: #FF6603
}

.style7 {
	color: #3F007D;
	font-size: 18px;
}

.style8 {
	color: #3F007D;
	size: 24px;
	font-size: 26px;
	font-weight: bold;
	}
.style9 {color: #339933}
.style11 {
	color: #993300
}

