/*
Title:		Standard website style definitions
File: 		inc/style_site.css
Version: 	v2.20
Author:		Digitalization
Contact:	info@digitalization.nl
*/

/* Clear all default margins and paddings */
* {
	margin:				0px;
	padding:			0px;
	color:				#ffffff;
}

/* Outline removal */
:active, :focus {
	outline:			none;
}

/* Mozilla outline fix */
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none;
}

/* Body */
body {
	left: 				auto;
}

/* Text throughout the site*/
body,td,th,p {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			11px;
	color: 				#000000;
}

/* Re-set some margins */
table {
	padding-bottom:		10px;
}

ul, ol {
	padding-bottom:		10px;
	margin-left: 		10px;
}

ul li, ol li {
 	margin-left: 		10px;
    list-style: 		disc;
	line-height:		18px;
}

/* Default paragraph text */
p {
	padding-bottom:		10px;
	line-height:		18px;
}

/* Links */
a {
	color:				#fff;
	text-decoration:	none;
}

a:hover {
	text-decoration:	underline;
}

/* Rulers */
hr {
	border: 			1px dotted #777777;
	border-style: 		none none dotted;
	margin-top:			10px;
	margin-bottom:		10px;
}

/* Headers */
h1 {
	font-size:			13px;
	color:				#9d0202;
	font-weight:		bold;
}

h2 {
	font-size:			11px;
	color:				#9d0202;
	font-weight:		bold;
}

h3 {
	font-size:			11px;
	color:				#9d0202;
	font-weight:		bold;
}

/* Success message after form submit */
p.message {
	font-style:			italic;
}

/* Error message after form submit */
p.error_message {
	color:				red;
}

/* Clearing element */
.clear {
	clear: 				both;
}

/* No border for images */
img {
	border: 			none;
}

/* Form elements font style */
input, select, textarea, button, option {
	font-family: 		Arial;
	color: 				#000000;
	font-size: 			11px;
	margin-bottom: 		1px;
	margin-top: 		1px;
}

form {
	display: 			inline;
}

/* Standard width fitting for textarea and selectboxes */
textarea {
	border: 		1px solid #888888;
	width: 			362px;
	height: 		120px;
	padding: 		2px;
}

select {
 	border: 		1px solid #888888;
	width: 			216px;
	height: 		18px;
	padding: 		1px;
}

option {
	padding:		1px;
}

/* Standard width text input boxes */
.input_small {
 	border: 		1px solid #888888;
	width: 			50px;
	height: 		14px;
	padding: 		2px;
}

.input_medium {
 	border: 		1px solid #888888;
	width: 			150px;
	height: 		14px;
	padding: 		2px;
}

.input_regular {
 	border: 		1px solid #888888;
	width: 			210px;
	height: 		14px;
	padding: 		2px;
}

.input_large {
 	border: 		1px solid #888888;
	width: 			362px;
	height: 		14px;
	padding: 		2px;
}

/* Calendar input box and file input box */
.input_calendar {
 	border: 		1px solid #888888;
	width: 			180px;
	height: 		14px;
	padding: 		2px;
}

.input_file, input[type='file'] {
	width: 			221px;
	padding: 		2px;
}

/* Checkboxes */
input[type='checkbox'], input[type='radio'] {
	margin-left: 	4px;
}

/* Correct text blocks div for checkboxes and radio buttons */
div.radio_checkbox_div {
	padding-left: 	40px;
	text-indent: 	-45px;
}
div.radio_checkbox_div input {
	width:			40px;
}

/* Buttons */
button, input[type='submit'], .input_submit {

}

/* Calendar button */
button.calendar_button {
	padding-top:		0px;
	width: 				26px;
	height:				20px;
}

div#main {
	position:			absolute;
	left:				50%;
	margin-left:		-473px;

}

div#container_left {
	float:				left;	
	margin-right:		3px;
}

	div#logo_left {
		width:				157px;
		height:				193px;

	}

	div#container_menu {
		margin-top:			87px;

	}
	
		div#container_menu li {
			list-style:			none;	
			font-family:		verdana;
			font-size:			10px;
		}

			div#container_menu li a {
				color:			#000000;
			}

div#container_right {
	float:				left;
	width:				787px;
}

	div#header_right {
		width:				787px;
		height:				192px;
		background-color:	#000;
		float:				left;
	}

		div#container_contactaddress {
			width:				659px;
			height:				167px;
			margin-right:		25px;
			margin-top:			25px;
			float:				left;
			color:				white;
			text-align:			right;
			
		}

	div#page_image {
		width:				787px;
		height:				244px;
		float:				left;
	}

	div#page_image_projects {
		width:				517px;
		height:				244px;
		float:				left;
	}
	
	div#ball_right {
		float:				left;
		width:				270px;
		height:				244px;
	}

	div#image_light {
		float:				left;
		width:				269px;
		height:				244px;
	}

	div#googlemaps_container {
		float:				left;
		height:				234px;
		width:				490px;
		padding-left:		28px;
		padding-top:		10px;
		background-color:	#322b33;
	}

div#container_bottom {
	clear:				both;
	width:				512px;
	padding-left:		158px;
	padding-top:		23px;
	padding-right:		277px;
	min-height:			223px;
	background-color:	#6c6658;
	border-top:			1px solid #ffffff;
	color:				#ffffff
}

div#container_bottom p {
		font-family:		verdana;
		font-size:			10px;
		color:				#fff;
		padding:			0px;
		margin:				0px;
		line-height:		normal;
}

div#container_bottom a {
		text-decoration:	underline;	
}
	
div#gmap {
    width:		339px;
    height:		225px;
	overflow:	hidden;
}

div#directions {
	color:		#ffffff;
}

div.googledir td {
	color:		#ffffff;
}

td.contact {
	color:		#ffffff;	
}
