/*
paars: 9b4c8c
zwart: 282828
*/

body {
   text-align: left;
   margin: 0px;
   font-family: Tahoma, Arial, Tahoma, verdana, sans-serif;
   color: Grey;
   font-size: 0.8em;
   background-color: #282828;
}

p {
   margin-left: 10px;
   font-size: 1.0em;
}

h1 {
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	color: #9b4c8c;
	margin: 10px;
	border-bottom: 2px solid #9b4c8c;
	border-length: 200px;
	margin: 0px;
	margin-left: 10px;
        margin-bottom: 10px;
	text-indent: 10px;
}

h2 {
	font-size: 1.2em;
	color: #9b4c8c;
	margin: 10px;
        margin-bottom: 10px;
	border-bottom: 2px solid #9b4c8c;
	text-indent: 10px;
}

h3 {
	font-size: 1em;
	color: #9b4c8c;
	margin: 0px;
	margin-left: 10px;
	margin-top: 10px;
    margin-bottom: 5px;
	border-bottom: 1px solid #9b4c8c;
	text-indent: 10px;
}

label {
	margin-left: 10px;
    width: 140px;
    float: left;
	line-height: 14px;
	margin-bottom: 5px;
}

input {
	line-height: 14px;
	margin-bottom: 5px;
	border: 1px solid #9b4c8c;
	width: 200px;
}

input.submit {
	width: 200px;
	margin: 10px 0px 0px 150px;
}

a img{
	border: 0px;
}

/* ##########  DIVS  ############## */

div.top {
   height: 40px;
   width: 1000px;
   background-color: white;
   font-size: 12px;
   margin-left: auto;
   margin-right: auto;
   color: #282828;
   text-align: right;
   padding: 10px 0px 0px 0px;
}

div.image {
   height: 180px;
   width: 100%;
   border-top: 2px solid #282828;
   background-image: url("site_img/Top-image.jpg");
   background-position: center;
   background-repeat: none;
   background-color: white;
   font-size: 12px;
   color: #282828;
}

div.menuside {
   width: 100%;
   height: 30px;
   margin: 0px;
   background-color: #282828;
   font-size: 12px;
   color: white;
}

div.menu {
   height: 20px;
   width: 1000px;
   vertical-align: center;
   margin-left: auto;
   margin-right: auto;
   background-color: #282828;
   font-size: 14px;
   font-weight: bold;
   color: White;
}

div.mainside {
   width: 100%;
   margin: 0px;
   background-color: white;
   font-size: 12px;
   color: #282828;
}

div.main {
   font-family: Tahoma, verdana, arial, sans-serif;
   width: 1000px;
   margin-left: auto;
   margin-right: auto;
   padding-bottom: 30px;
   padding-top: 10px;
   background-color: white;
   font-size: 12px;
   color: #282828;
}

/* ##########  MENU TEXT STYLES  ############## */
ul.menu {
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	padding-top: 5px;
	
}
li.menu {
	list-style-type: none;
	display: inline;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 50px;
	margin: 0px;
}

/* ##########  LINK STYLES  ############ */
a:link{
color: #9b4c8c;
text-decoration: none;
}

a:active{
color: #9b4c8c;
text-decoration: none;
}

a:visited{
color: #9b4c8c;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

#main a:link{
color: #9b4c8c;
text-decoration: none;
}

#main a:active{
color: #9b4c8c;
text-decoration: none;
}

#main a:visited{
color: #9b4c8c;
text-decoration: none;
}

#main a:hover {
text-decoration: underline;
}

#menu a:link{
	color: White;
	text-decoration: none;
}

#menu a:active{
	color: White;
	text-decoration: none;
}

#menu a:visited{
	color: White;
	text-decoration: none;
}

#menu a:hover {
	color: #9b4c8c;
}

