/*
Project Name: 25933
Description: Website for NTaxi
Version: 1.0
Author: Proximedia
*/

/* YUI reset CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
table {	border-collapse:collapse; border-spacing:0;}
fieldset,img,abbr,acronym { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal;	font-weight:normal;}
ol,ul {	list-style:none;}
caption,th { text-align:left;}
h1,h2,h3,h4,h5,h6 {	font-size:100%;	font-weight:normal;}
q:before,q:after {	content:'';}

/* Proximedia */
Body { scrollbar-3d-light-color : #3A3A3A; scrollbar-arrow-color : #9C9C9C; scrollbar-base-color : #9C9C9C; scrollbar-dark-shadow-color : #3A3A3A; scrollbar-face-color : #3A3A3A; scrollbar-highlight-color : #3A3A3A; scrollbar-shadow-color : #9C9C9C;}
td { font-family : verdana ; font-size : 10px ;}
input, select, textarea	{ font:normal 11px/14px Tahoma, Arial, Helvetica, sans-serif;  border: solid #3A3A3A ; border-width: 1 ; background-color:#ffffff ; }

/* START WINDOWS OVERLAY*/
#GB_overlay { background-color: #000000; position: absolute; margin: auto; top: 0; left: 0; z-index: 100; }
#GB_window {left: 0; top: 0; font-size: 1px; position: absolute; overflow: visible; z-index: 150; }
#GB_window .content { width: auto; margin: 0; padding: 0; background-color: #fff; border: 3px solid #ccc; border-top: none; }
#GB_frame { border: 0; margin: 0; padding: 0; overflow: auto; white-space: nowrap; }
.GB_Window .content { background-color: #fff; border: 3px solid #ccc; border-top: none; }
.GB_Window .header { border-bottom: 1px solid #aaa; border-top: 0px solid #999; border-left: 1px solid #ccc; border-right: 1px solid #ccc; margin: 0; height: 20px; font-size: 12px; padding: 3px 0; color: #333;}
.GB_Window .caption { font-size: 11px; font-weight: bold; white-space: nowrap; padding-right: 20px; }
.GB_Window .close { text-align: right; }
.GB_Window .close span { font-size: 11px; cursor: pointer }
.GB_Window .close img { cursor: pointer; padding: 0 3px 0 0; }
.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }
/* END WINDOWS OVERLAY*/

.clear_float {clear:both; font-size:1px; display:block; height:1px; line-height:0;}
strong { font-weight:bold;}

body {
	background: url(../images/bg_body.jpg) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3a3a3a;}
	
h1{
	font-size: 14px;
	color: #221b6b;
	font-weight: bold;
	margin-bottom: 21px;}
	
h2{
	font-size: 14px;
	color: #221b6b;
	font-weight: bold;
	margin-left: 40px;}

#container {
	width: 910px;
	margin: 0 auto;}

	#header {
		}
	
		#logo {
			width: 852px;
			height: 121px;
			margin-left: 35px;
			background: url(../images/logo1.jpg) no-repeat top left;}
			
			#logo img {
				float: left;
				padding-top: 20px;}
			
		#logo p{
			font-size: 20px;
			float: right;
			margin-top: 60px;
			margin-right: 35px;
			color: #221b6b;}
		
		#logo p span{			
			font-weight: bold;}		
		
		#banner {
			width: 910px;
			height: 146px;
			background: url(../images/bg_banner.jpg) no-repeat top left;}
			
			#menu {}
				
				#menu ul {
					font-size: 14px;
					font-weight: bold;
					padding-top: 5px;
					margin-left: 200px;}
			
				#menu li {
					display: inline;
					}
					
				#menu li a {
					text-decoration: none;
					color: #fff;
					padding: 6px 6px;}
					
				#menu li a:hover, #menu a.active {
					color: #201868;
					background-color: #FFFFFF;}
	
	#content {
		width: 910px;
		margin-top: -1px;
		min-height: 250px;
		background-color: #FFFFFF;}
		
		#content_left {
			width: 5px;
			height: 200px;
			float: left;
			background: url(../images/content_left.jpg) no-repeat top left;}
	
		#side {
			width: 230px;
			float: left;
			padding-top: 31px;}
			
			#side p {
				margin-left: 40px;}
			
			#ondernemingsnummer {
				margin-left: 20px;
				background: url(../images/ondernemingsnummer.jpg) no-repeat top left;}
			
			#openingsuren {		
				margin-left: 20px;
				margin-top: 32px;
				background: url(../images/openingsuren.jpg) no-repeat top left;}
		
		#main {
			width: 640px;
			float: left;
			margin-top: 31px;
			padding-left: 20px;}
		
					
			#main_content {
				width: 410px;
				float: left;
				padding-top: 31px;
				padding-left: 10px;}
				
				#main_content span{
					font-weight: bold;
					margin-bottom: 10px;
					border-bottom: 1px solid #b5b2c9;
					width: 400px;}
			
			#main_image {
				width: 223px;
				padding-top: 31px;
				margin-left: 15px;
				float: left;}
				
			#main img {
				padding: 0 5px;}
		
		#content_right {
			width: 5px;
			height: 200px;
			float: right;
			background: url(../images/content_right.jpg) no-repeat top left;}
	
	#footer {}
	
		#footer_info {
			width: 902px;
			height: 38px;
			background: url(../images/bg_footer.jpg) no-repeat top left;}
			
			#footer_info ul {
				padding-top: 15px;
				padding-left: 124px;}
			
			#footer_info li {
				display: inline;
				color: #fff;			
				}
				
			#footer_info a {
				color: #FFFFFF;
				text-decoration: none;}
				
			#footer_info a:hover {
				text-decoration: underline;}
				
			.sep {
			margin: 0 5px;}
		
		#proxilogo {
			width: 81px;
			height: 15px;
			margin: 0 auto;
			padding-top: 6px;}
