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

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

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

/* Headings */
h1 {
	color:				#8d895a;
	font:				24px arial;
	margin-bottom:		5px;
}

h2 {
	color:				#cc5701;
	font:				14px arial;
	margin-bottom:		3px;
}

hr {
	width:				510px;
	height:				1px;
	border:				0px;
	margin-bottom:		8px;
	margin-top:			2px;
	background:			#3a3329;
}

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

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

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

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

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

a:hover {
	text-decoration:	underline;
}

a.button {
	color:			#fff;
	height:			18px;
	width:			auto;
	background: 	#8d895a;
	padding:		4px;
	border-right:	1px solid black;
	border-bottom:	1px solid black;
}

/* 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: 		Verdana;
	color: 				#000000;
	font-size: 			12px;
	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;
}

/* 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'] {
	margin-left: 4px;
}

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

}

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

/* Spans */
span.agenda_date {
	color:				#8d895a;
	padding-left:		15px;
}

/* Menu */
ul#menu {
	float:				left;
	width:				790px;
	margin-top:			8px;
	margin-left:		0px;
}

ul#menu li {
	display:			inline;
	float:				left;
	list-style:			none;
	display:			block;
	background:			url('../gfx/site/bg_menu_button.jpg');
	height:				30px;
	padding:			0px 2px 0px 2px;
	font-size:			10px;
	margin:				0px;
	margin-right:		4px;
}

ul#menu li:hover {
	display:			inline;
	float:				left;
	list-style:			none;
	display:			block;
	background:			url('../gfx/site/bg_menu_button.jpg');
	height:				30px;
	padding:			0px 2px 0px 2px;
}

ul#menu li a {
	display:			block;
	color:				#fff;
	font-weight:		bold;
}

/* Layout */
div#container {
	position:			absolute;
	left:				50%;
	margin-left:		-490px;
	width:				980px;
	height:				auto;
}

div#header {
	width:				980px;
}

div#menu_beam {
	width:				980px;
	height:				56px;
	background:			#fffae7 url('../gfx/site/bg_menu.gif') no-repeat;
	text-align:			left;
}

div#menu {
	float:				left;
	width:				790px;
	height:				40px;
	background:			#fffae7;
	margin-top:			4px;
	text-align:			left;
}

div#search_box {
	float:				left;
	width: 				184px;
	height:				30px;
	background:			#fffae7;
	margin-top:			4px;
}

div#search_input {
	float:				left;
	width:				145px;
	margin-top:			10px;
	background:			#fffae7;
}

div#magnifier {
	float:				left;
	width:				30px;
	margin-top:			10px;
	background:			#fffae7;
}

div#slogan {
	float:				left;
	width:				980px;
	height:				20px;
	text-align:			center;
	color:				#846934;
}

div#banner {
	float:				left;
	width:				200px;
	height:				auto;
	min-height:			600px;
	margin:				10px;
	margin-left:		0px;
	clip:				auto;
	overflow:			hidden;
}

div#content {
	float:				left;
	width:				520px;
	height:				auto;
	min-height:			600px;
	margin:				10px;
	padding:			8px;
	background:			url('../gfx/site/bg_content.gif');
}

div#content p,td,th {
	background:			transparent;
}

div#right_panel {
	float:				left;
	width:				200px;
	height:				auto;
	min-height:			200px;
	margin:				10px;
	margin-right:		0px;
}

div#map {
	float:				left;
	width:				200px;
	height:				auto;
	min-height:			200px;
	margin-bottom:		8px;
	overflow:			hidden;
}

div#big_map {
	float:				left;
	width:				500px;
	height:				auto;
	min-height:			500px;
	margin-bottom:		8px;
	overflow:			hidden;
}

div#agenda {
	float:				left;
	width:				200px;
	height:				auto;
	min-height:			200px;
	margin-bottom:		8px;
}

div#ad {
	float:				left;
	width:				200px;
	height:				auto;
	min-height:			200px;
}