/* CSS Document Design voor Website Paarse Lotus*/

body	{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
	font-family: Georgia;
	font-size: 12px;
	color: #651580;
	
}

#buitenbox	{
	height: 600px;
	width: 882px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;	
	 }

#box_header_1	{
	float: left;
	height: 40px;
	width: 882px;
	background-image: url(../images/bovenbalk_kl.jpg);
	background-repeat: no-repeat;
}
#box_header_2	{
	float: left;
	height: 39px;
	width: 882px;
	background-image: url(../images/bovenbalk2_kl.jpg);
	background-repeat: no-repeat;
}
#box_bloem_header	{
	float: left;
	height: 141px;
	width: 882px;
	background-image: url(../images/bloembalk_kl.jpg);
	background-repeat: no-repeat;
}
#box_links_content	{
	float: left;
	height: 345px;
	width: 60px;
	background-image: url(../images/links_content_kl.jpg);
	background-repeat: no-repeat;
}
#box_content	{
	float: left;
	height: 345px;
	width: 795px;
	background-image: url(../images/content_kl.jpg);
	background-repeat: no-repeat;
	overflow: auto;
	scrollbar-arrow-color:#c178dc;
   scrollbar-track-color:#f1ebf4;
   scrollbar-face-color:#db9ff9;
   scrollbar-highlight-color:#FFFFFF;
   scrollbar-3dlight-color:#651580;
   scrollbar-darkshadow-color:#7619a5;
   scrollbar-shadow-color:#8127ae; 
}
#box_rechts_content	{
	float: left;
	height: 345px;
	width: 27px;
	background-image: url(../images/rechts_content_kl.jpg);
	background-repeat: no-repeat;
}
#box_footer {
	float: left;
	height: 35px;
	width: 882px;
	background-image: url(../images/footer_kl.jpg);
	background-repeat: no-repeat;
}
a:link, a:visited{
	color: #ffa000;
	text-decoration: none;
}
a:hover, a:active{
	color: #651580;
	text-decoration: none;
}
a.tekstlink:link, a.tekstlink:visited{
	color: #f1ebf4;
	text-decoration: none;	
}
a.tekstlink:hover, a.tekstlink:active{
	color: #ffa000;
	text-decoration: none;
}

a.tekstlink2:link, a.tekstlink2:visited{
	color: #ffa000;
	text-decoration: none;	
}
a.tekstlink2:hover, a.tekstlink2:active{
	color: #f1ebf4;
	text-decoration: none;
}

.float_img_left {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}

.float_img_right {
	float: right;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

