body {
color: #e7d5e5; /* kleur licht paars */
text-align:left;
margin-bottom: 0;
font-family: verdana,arial;
font-size: 10pt;
background: #e7d5e5; 
}
a.home:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a.home:visited {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
a.home:hover {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
a.home:active {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
h1 {
	font-size: large;
	color:#29002a;  
}
h2 {
	font-size: larger;
	font-weight:bold;
	color:#333333;
}
p {
	font-size: 12px;
	color: #333333;
	line-height: 1.5;
}
a:link {
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	text-decoration: underline;
	color: #333333;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	color: #666666;
	font-weight: normal;
}
a:active {
	text-decoration: underline;
	color: #333333;
	font-weight: normal;
}
td, tr {
	font-size:12px;
	color: #333333;
}

#container {
margin-top:10px;
background-image:url(../images/logo.jpg);
margin-left: auto;
width: 994px;
margin-right:auto;
position: relative;
height: 700px;
text-align: left
}
#menu_outer {
overflow: hidden;
float: left;
width: 152px;
height: 100%;
margin-right: 18px;
text-align: center;
margin-left: 69px;margin-top: 5px;
}
#menu {
width: 153px;
border: 0px solid #be38f3; /*hokje hover*/
font-family: verdana,arial;
font-size: 10pt;
border-bottom: 0px;
overflow: hidden;
}
#menu_inner {
width: 151px;
margin-top: 0;
overflow: hidden;
}
#content_inner {
overflow: hidden;
width: 726px;
margin: 5px;
word-wrap: break-word;
}
#content {
text-align: left;
overflow: hidden;
}
#menu_inner a {
color:#e7d5e5;
text-decoration: none; padding: 2px;
padding-left: 7px;
padding-right: 7px;
border-bottom: 0px solid #be38f3; /*hokje hover*/
background: #782978; /*hokje */
display:block;
border-right: 0px solid #be38f3; /*hokje hover*/
font-style: normal;
text-align: left;
}
#menu_inner a:visited {
color: #e7d5e5;
text-decoration: none; padding: 2px;
padding-left: 7px;
padding-right: 7px;
border-bottom: 0px solid #be38f3; /*hokje hover*/
background: #782978; /*hokje */
display:block;
border-right: 0px solid #be38f3; /*hokje hover*/
font-style: normal;
text-align: left;
}
#menu_inner a:hover{
color: #e7d5e5;
text-decoration: none; padding: 2px;
padding-left: 7px;
padding-right: 7px;
border-bottom: 0px solid #be38f3; /*hokje hover*/
background: #be38f3; /*hokje hover*/
display:block;
border-right: 0px solid #be38f3; /*hokje hover*/
font-style: normal;
text-align: left;
}
	
