/*
Author:		Robbert Minnaar
Company:	VPRI
Project:	inwonerspartijrozenburg.nl
*/

/* Main elements */
body, html 					{ padding : 0px; margin : 0px; width : 100%; height : 100%; } 
.site						{ padding: 0px; margin: 0px; text-align: center; background: #EFF5FC url("images/achtergrond.jpg") TOP CENTER repeat-x; }

.site, table				{ color: #000000; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;   line-height: 120%;}

.wrapper					{ position: relative; width: 950px; margin: 0px auto; text-align: left; }

a							{ color: #000000; }
a:hover						{ color: #1C60AB; }

h1, h2, h3, h4, h5, h6		{ margin: 0px; padding: 2px 0px; }
h1							{ color: #004789; font-size: 16px; }
h2							{ color: #2275D0; font-size: 16px; }
h3							{ color: #3E3E3E; font-size: 16px; }
h4							{ color: #004789; font-size: 14px; }
h5							{ color: #2275D0; font-size: 14px; }
h6							{ color: #3E3E3E; font-size: 14px; }

hr							{ border: none; border-bottom: 1px Solid #A30A00; background: none; }
.site_hr					{ width: 930px; }

img							{ border: none; text-decoration: none; }

td							{ vertical-align: top; text-align: left; }


/* Top: */
.top						{ background: #FFFFFF url("images/top.jpg") TOP LEFT no-repeat; }
.top a						{ text-decoration: none; z-index: 2; }
.top_wrapper				{ position: relative; width: 950px; height: 190px; }
#carousel14					{ position: absolute; top: 13px; right: 38px; z-index: 1; }
#thema_afbeelding			{ position: absolute; top: 13px; right: 38px; }
.text_menu					{ position: absolute; bottom: 7px; left: 40px; color:#FFFFFF; font-size: 14px; font-weight: bold; }
.text_crumblepad			{ position: absolute; bottom: 7px; left: 262px; color:#FFFFFF; }
.text_crumblepad a			{ color:#FFFFFF; font-size: 14px; font-weight: bold; text-decoration: none; }
.text_crumblepad a:hover	{ color:#FFFFFF; text-decoration: underline; }
.motor						{ position: absolute; bottom: 22px; right: 450px; background: transparent url("images/motor.png") TOP LEFT no-repeat; width: 98px; height: 72px; }
.auto						{ position: absolute; bottom: 23px; right: 318px; background: transparent url("images/auto.png") TOP LEFT no-repeat; width: 116px; height: 70px; }
.aanhanger					{ position: absolute; bottom: 18px; right: 153px; background: transparent url("images/aanhanger.png") TOP LEFT no-repeat; width: 144px; height: 73px; }
.bromfiets					{ position: absolute; bottom: 19px; right: 50px; background: transparent url("images/bromfiets.png") TOP LEFT no-repeat; width: 96px; height: 81px; }
.motor:hover				{ background: transparent url("images/motor_hover.png") TOP LEFT no-repeat; }
.auto:hover					{ background: transparent url("images/auto_hover.png") TOP LEFT no-repeat; }
.aanhanger:hover			{ background: transparent url("images/aanhanger_hover.png") TOP LEFT no-repeat; }
.bromfiets:hover			{ background: transparent url("images/bromfiets_hover.png") TOP LEFT no-repeat; }

/* Center: */
.center						{ text-align: center;}
.center_wrapper				{ background-color: #FFFFFF; width: 930px; background-color: #FFFFFF; text-align: left; margin: 0px auto; }

/* Menu: */
.menu						{ width: 215px; padding: 20px 0px; }
/* Content: */
.content					{ width: 715px; padding: 25px 20px 15px 35px; }


/* Footer: */
.footer						{ background: #FFFFFF url("images/footer.jpg") TOP LEFT no-repeat; height: 29px; 
							text-align: center; color: #FFFFFF; padding-top: 6px; font-size: 10px; }
.footer a					{ color: #FFFFFF; text-decoration: none; }							
.footer a:hover				{ text-decoration: underline; }							

