a:link, a:visited, a:active { 
	color : #606164; 
	text-decoration: none; 
	font-family : Arial, Tahoma;
	font-weight : bold;
}

a:hover {
	color : #606164; 
	text-decoration: underline;
	font-family : Arial, Tahoma; 
	font-weight : bold;
} 

P {
	text-indent : 0; 
	margin-top : 0; 
	margin-bottom : 15px; 
} 

body, tbody {
	font-family : Arial, Tahoma; 
	color: #3c3c3c; 
	font-size: 13px;
	margin-top : 0;
} 

td, ul, li {
	font-family : Arial, Tahoma; 
	font-size : 13px; 
} 

h1 {
	font-family : Arial, Tahoma; 
	color: #606164; 
	font-size: 16px;
	font-weight : bold;
	word-spacing: 0;  
	margin-top: 0; 
	margin-bottom: 0;
}

h2 {
	font-family : Arial, Tahoma; 
	color: #606164; 
	font-size: 17px;
	font-weight : bold;
	word-spacing: 0;  
	margin-top: 0; 
	margin-bottom: 15px;
}

h3 {
	font-family : Arial, Tahoma; 
	color: #606164; 
	font-size: 15px;
	font-weight : bold;
	word-spacing: 0;  
	margin-top: 0; 
	margin-bottom: 0;
}

a.navlink:link, a.navlink:visited, a.navlink:active, .navtext {
	color: #000000; 
	text-decoration: underline;
	font-size: 10px; 
	font-weight : normal;
	font-family : Arial, Tahoma; 
}

a.navlink:hover {
	color: #000000; 
	text-decoration: none; 
	font-size: 10px; 
	font-weight : normal;
	font-family : Arial, Tahoma;
}

/*** BEGIN STYLING BUSINESS PAGINA ***/
#container { width: 960px; margin: 0 auto;}

#container div { margin: 0; padding: 0; }

#header { 
	background:url(new/beach-top.jpg) left top no-repeat; 
	width: 100%; height: 121px; 
	position: relative;
}

#header .menu { position: absolute; right: 10px; top: 80px; }

#banner {
	background: url(new/images/bolletjes.jpg) bottom left repeat-x; 
	width: 100%; 
	padding-bottom: 10px !important; 	
}

#content { width: 100%; margin-top: 0px !important; }

#content .menu { float: left; width: 159px; margin-top: 26px !important; }
#content .menu p { margin-bottom: 5px !important;}
#content .menu p a.active { text-decoration: underline; }

#content .float-content {float: right; margin-top: 0px !important; width: 800px; background: url(new/images/bolletjes.jpg) repeat-y; }
#content .seperator { background: url(new/images/bolletjes.jpg) bottom left repeat-x; width: 100%; height: 30px; } 
#content .seperator2 { background: url(new/images/bolletjes.jpg) bottom left repeat-x; width: 100%; height: 20px; margin-bottom:5px; } 

#content .content { padding: 5px 10px; width: 100%; }
#content .content h2,
#content .content h3,
#content .content p { padding: 0 5px; }

#bottom { background: url(new/images/bolletjes.jpg) top left repeat-x; width: 100%; height: 20px; padding-top: 15px !important; }
#bottom .icons {float: left; }
#bottom .bg { float: right; background: #9d9fa2 url(businesspage/images/bottom-bg.jpg) right bottom no-repeat; height: 38px; width: 700px; }
#bottom .social {float: left; padding: 10px 0 0 10px !important;  }
#bottom .menu { float: right;  padding-right: 20px !important; }

#footer { background: url(new/images/bolletjes.jpg) top left repeat-x; width: 73%; height: 20px; padding-top: 15px !important; margin: 15px auto !important; }
#footer p {text-decoration:none; }

