@charset "UTF-8";

/* ==============================================================================
   GLOBAL SETTINGS (background, scroll, default font)
   ============================================================================*/
body {
	height:100%;
	padding:0;
	margin:0;
	border:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../img/back_fill_alt.jpg);
	background-repeat: repeat-x;
	background-color: #110061;
}

html {
	height:100%;
	padding:0;
	margin:0;
	border:0;
	font-family:arial;
    overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 

}

/* ==============================================================================
   CONTAINERS (contains the header, content and columns)
   ============================================================================*/
#container {
	width: 790px;
	position : relative;
	margin : 0 auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

	/* ==============================================================================
	   HEADER (contains the animated flash object)
	   ============================================================================*/
	#header {
		position: relative;
		float: left;
		height: 195px;
		width: 100%;
		overflow: hidden;
		border-left: 2px solid #900;
		border-right: 2px solid #900;
	}
	
	/* ==============================================================================
	   NEW NAVIGATION CONTAINER (contains navigation buttons)
	   ============================================================================*/
	#navigation {
	position: relative;
	float: left;
	width: 100%;
	border-left: 2px solid #900;
	border-right: 2px solid #900;
	overflow: hidden;
	}
	
	/* ==============================================================================
	   CONTENT CONTAINER (contains the LEFT and RIGHT columns)
	   ============================================================================*/
	#content {
	background-color: #0C0062;
	padding-top: 25px;
	padding-left: 25px;
	padding-bottom:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 16px;
	float: left;
	width: 769px;
	min-height: 450px;
	background-image: url(../img/container_fill.gif);
	}
	
		/* ==============================================================================
		   LEFT COLUMN STYLING (contains the main content)
		   ============================================================================*/
		#left_column {
			width: 430px;
			overflow: hidden;
			float: left;
			margin-right: 50px;
		}
			#left_column h1 {
				font-weight: bold;
				font-size: 14px;
				line-height: 18px;
				margin-bottom: -16px;
			}
	
			ul {
				margin: 0;
				padding: 0;
			}
			li {
				width: 200px;
				list-style-type:none;
				padding-left: 0px;
				margin-left: 0px;
				font-variant: small-caps;
				font-size: 13px;
				margin-top: 5px;
				margin-bottom: 5px;
			}
			a {
				text-decoration: underline;
				color: #FFF;
			}
			a:hover {
				text-decoration: none;
				/*background-color: #F00;*/
			}
			
		#left_column_route {
			width: 730px;
			overflow: hidden;
			float: left;
		}
			#left_column_route h1 {
				font-weight: bold;
				font-size: 14px;
				line-height: 18px;
				margin-bottom: -16px;
			}

		#left_column_voorbeelden {
			width: 620px;
			margin-right: 10px;
			overflow: hidden;
			float: left;
		}
			#left_column_voorbeelden h1 {
				font-weight: bold;
				font-size: 14px;
				line-height: 18px;
				margin-bottom: -16px;
			}

			
		.left_column_contact {
			overflow: hidden;
			float: left;
			width: 220px;
			margin-right: 10px;
		}
			.left_column_contact h1 {
				font-weight: bold;
				font-size: 14px;
				line-height: 18px;
				margin-bottom: -16px;
			}
		
		/* ==============================================================================
		   RIGHT COLUMN STYLING (contains the additional content)
		   ============================================================================*/
		#right_column {
			width: 260px;
			float: left;
			overflow: hidden;
		}
			#right_column h3 {
				font-size: 16px;
				color: #FFFFFF;
				padding-bottom: 3px;
				border-bottom: 1px solid #FFF;
			}
			.medium_image {
				border: 1px solid #FFF;
				margin-bottom: 10px;
				display: block;
				position: relative;
			}
			.smaller_image {
				border: 1px solid #FFF;
				margin-bottom: 10px;
				float: left;
				margin-right: 8px;
			}
		.right_column_voorbeelden {
			width: 100px;
			float: left;
			overflow: hidden;
		}
		
		.right_column_contact {
			width: 500px;
			float: left;
			overflow: hidden;
		}

/* ==============================================================================
   WEBSITE FOOTER (contains the company contact informatie + e-mail)
   ============================================================================*/
/*
#footer {
	background-color:#000032;
	height: 26px;
	width: 763px;
	position: fixed;
	margin: 0 auto;
	left:0;
	right:0;
	bottom: 0;
	padding-left: 25px;
	padding-top: 5px;
	text-align: center;
}
*/
#footer {
	background-color:#000032;
	height: 27px;
	width: 765px;
	bottom: 0;
	padding-left: 25px;
	padding-top: 5px;
	text-align: center;
	float:left;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
}
