body {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	margin: 0;
	background-image: url(img/bodybg.jpg);
	background-repeat: repeat-x;
	background-color: #c2b8d0;
}

a {
   color: #57278d;
}

table	{
	margin: 0;
}
input{
	margin: 0;
}
p{
	margin: 0;
}
form{
	margin: 0;
}
h1, h2, h3{
	color: #57278d;
	font-size: 10px;
	margin: 0;
}

/*form kleurinstellingen*/

input[type=text]{
	border: #fdd60d 1px solid;
	background-color: #ffffff;
}
input[type=password]{
	border: #fdd60d 1px solid;
	background-color: #ffffff;
}
input[type=submit]:hover{
	border: #fdd60d 1px solid;
	background-color: #fdd60d;
	color: #57278d;
}
input[type=submit]{
	border: #fdd60d 1px solid;
	background-color: #57278d;
	color: #fdd60d;
}

/*opbouw div's*/

#main{
	width: 1014px;
	margin: 0;
}
#topbg{
	width: 1014px;
	height: 191px;
	margin: 0;
	background-image: url(img/topbg.jpg);
	background-repeat: no-repeat;
	float:left;
}
#inloggen{
	color: #57278d;
	margin-top: 64px;
	padding-right: 10px;
}
#menu_balk {
	width: 1004px;
	top: 221px;
	height: 215px;
	right: 10px;
	margin-left: 60px;
	
}
	#menu_absolute {
		width: 1004px;
		top: 191px;
		position: absolute;
	}
		
		#menu_absolute ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
			#menu_absolute a {
				color: #000000;
				text-decoration: none;
				display: block;
				padding: 5px 5px;
				font-size: 10px;
				font-family: Verdana;
			}
				#menu_absolute a:hover {
					color: #fdd60d;
				}
					.menuitem_head {
						line-height: 24px;
						font-size: 10px;
						color: #ffffff;
					}
						.active .menuitem_head {
							color: black;
							background-color: #ffffff !important;
						}
					.menu_item {
						color: #000000;
						float: left;
						overflow: hidden;
						height: 24px;
						font-size: 10px;
						width: 135px;
						background: url('img/submenu1.png');
					}
						.current * {
							background: url('img/submenu1-active.png') !important;
							color: #57278d !important;
						}
							#menu_content .menu_item ul a {
								color: #000000;
								font-size: 10px;
								line-height: 14px;
							}
							#menu_content .menu_item ul a:hover {
								color: #57278d;
								font-size: 10px;
								padding-left: 10px;
								line-height: 14px;
							}
#leftbar{
	background-image: url(img/contentleft.png);
	height: 553px;
	width:40px;
	float:left;
}
#content{
	background-color: #f8f3fd;
	float:left;
	width:974px;
}
#contentplace{
	font-size: 10px;
	width: 732px;
	float:left;
	padding-bottom: 20px;
}
#contenttext{
	font-size: 10px;
	padding-top: 20px;
	width: 692px;
	padding-left: 20px;
	margin-right: 20px;
}

#contentright{
	margin: 0;
	width: 222px;
	height: 553px;
	float:left;
	margin-left: 20px;
	background-image: url(img/contentrighttop.jpg);
	background-repeat: no-repeat;
}
/*stukje bij zoeken*/
#contentrightform{
	color: #57278d;
	padding-left: 35px;
	padding-top: 20px;
}
#contacttext{
	font-size: 10px;
	padding-right: 10px;
}	

#routeomschrijving{
		background-color: #f9f3fd;
		color: #000000;
		font-family: verdana;
}
#routetext{
		margin: 0 auto;
}

.tblyellow{
		background-color: #ffe352;
}
.purpletext{
		font-family: verdana;
		font-size: 10px;
		color: #57278d;
}
