/*--------------------------------------------------------------------
Basic Style Sheet

Version: 2.0
Copyright: 2010, dicode® VOF - understanding internet
W: www.dicode.nl
E: info@dicode.nl
T: 0570-750680
--------------------------------------------------------------------*/

/* Global settings
-------------------------------------------------------------------------*/
* { 
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	color: #231f20;
	line-height: 24px;
}

img {
	border: 0;
}

h1 {	
	color: #00aeef;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
}

h2 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;	
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #00aeef;
}

a:hover {
	color: #00aeef;
	text-decoration: underline;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ffffff;
}

div#site {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/* Header
-------------------------------------------------------------------------*/
	div#header {
		position: relative;
		height: 301px;
		width: 1000px;
		background: url(css/images/bg_header.jpg) no-repeat;
		z-index: 4;
	}

		/* Header :: Menu
		---------------------------------------------------------------------*/
		div#header div#menu {
			position: relative;
			top: 260px;
			height: 41px;
			left: 50px;
			z-index: 4;
		}

		div#header div#menu ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}

		div#header div#menu ul li {
			float: left;
		}
		
		div#header div#menu ul .specialhover {
			background: url(css/images/menu_arrow.png) bottom center no-repeat;	
		}
		
		div#header div#menu ul li a {
			display: block;
			height: 31px; /* 41px */
			padding: 10px 20px 0 20px;
			color: #ffffff;
			font-weight: bold;
			text-transform: uppercase;
			font-size: 13px;
			text-decoration: none;
			white-space: nowrap;
		}
		
		div#header div#menu ul li a:hover {
			color: #00aeef;
		}
		
		div#header div#menu ul li ul {
			margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
		}
		
		div#header div#menu ul li ul li {
			float: none;
			display: inline;
			background: url(css/images/bg_menuitem.jpg) repeat-x;
		}
		
		div#header div#menu ul li ul li a {	
			display: block;
			height: 29px; /* 33px */
			padding: 4px 20px 0 20px;
			background: url(css/images/bg_menuitem.jpg) repeat-x;
			color: #ffffff;
		}
		
		div#header div#menu ul li.active ul li a {
			background: url(css/images/bg_menuitem.jpg) repeat-x;
			color: #ffffff;	
		}
		
		div#header div#menu ul li ul li a:hover {
			background: url(css/images/bg_menuitem-on.jpg) repeat-x;
			color: #00aeef;
		}
		
		div#header div#menu ul li.active ul li a:hover {
			color: #00aeef;
		}
		
			/* Header :: Menu :: li.active
			---------------------------------------------------------------------*/
			div#header div#menu ul li.active {
				background: url(css/images/menu_arrow.png) bottom center no-repeat;
				
			}
			
			div#header div#menu ul li.active a {
				background: url(css/images/menu_arrow.png) bottom center no-repeat;
				color: #00aeef;
			}
			
			div#header div#menu ul li.active ul li a:hover {
				color: #00aeef;
				
			}
			
			div#header div#menu ul li.active ul li.active a {
				background: url(css/images/bg_menuitem-on.jpg) repeat-x;
				color: #00aeef;
			}
			
			
			
			
/* Content
-------------------------------------------------------------------------*/
div#content {
	position: relative;
	width: 1000px;
	margin-top: 28px;
	z-index: 3;
}

/* Height
-------------------------------------------------------------------------*/
div#height {
	position: relative;
	float: left;
	width: 1px;
	height: 360px;
}

/* Shadow
-------------------------------------------------------------------------*/
div#shadow {
}

/* Left
-------------------------------------------------------------------------*/
div.left {
	position: relative;
	float: left;
	margin: 0 0 10px 60px;
	width: 469px;
	background-color: #ededdf;
}

	/* Left::Line
	-------------------------------------------------------------------------*/
	div#content div.left div.line {
		border-bottom: 1px dotted #231f20;
		margin: 0 10px 10px 10px;
	}
	
	/* Left::Box
	-------------------------------------------------------------------------*/
	div#content div.left div.box {
		position: relative;
		width: 449px; /* 469px */
		padding: 10px;
		margin-bottom: 15px;
	}
	
		/* Left::Box::News
		-------------------------------------------------------------------------*/
		div#content div.left div.box span.date {
			display: inline;
			font-weight: bold;
			color: #37332e;
		}
		
		div#content div.left div.box p {
			font-size: 12px;
			font-weight: normal;
			color: #060300;
		}
		
		div#content div.left div.box a {
			font-size: 12px;
		}
	
		/* Left::Box::Contact
		-------------------------------------------------------------------------*/
		div#content div.left div.box.errors {
			padding-bottom: 10px;
		}
	
		div#content div.left div.box.errors * {
			color: #cc0000;
		}
		
		/* Left::Box::Sitemap
		-------------------------------------------------------------------------*/
		div#content div.left ul.sitemap {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
			/* Left::Box::Contact::Form
			-------------------------------------------------------------------------*/
			div#content div.left div.key {
				float: left;
				font-weight: bold;
				color: #231f20;
				font-size: 13px;
				width: 150px;
				vertical-align: top;
				margin: 0 2px 10px 10px;
			}
			
			div#content div.left div.value {
				float: left;
			}
			
			div#content div.left div.button {
				position: relative;
				margin: 0 0 0 295px;
			}

			div#content div.left form div.button a.submitimage {
				display: block;
				width: 82px;
				height: 32px;
				background-image: url(css/images/btn_form.jpg);
				background-repeat: no-repeat;
			}
			
			div#content div.left form div.button a:hover.submitimage {
				background-image: url(css/images/btn_form_on.jpg);
				background-repeat: no-repeat;
			}

			div#content div.left div.formfooter {
				margin: 10px;
			}
			
				/* Left::Box::Contact::Form::input
				-------------------------------------------------------------------------*/
				div#content div.left input.medium {
					border: solid 1px #00aeef;
					line-height: 16px;
					padding: 4px;
					width: 200px;
				}
				
				div#content div.left textarea.medium {
					border: solid 1px #00aeef;
					line-height: 16px;
					padding: 4px;
					width: 200px;
					height: 80px;
					margin-bottom: 20px;
				}
			
				div#content div.left input.small {
					border: solid 1px #00aeef;
					line-height: 16px;
					padding: 4px;
					width: 100px;
				}
				
				div#content div.left input.error {
					border: solid 1px #cc0000;
				}
			
				div#content div.left textarea.error {
					border: solid 1px #cc0000;
				}

/* Right
-------------------------------------------------------------------------*/
div.right {
	position: relative;
	float: right;
	width: 430px;
	color: #ffffff;
}

	div.right div.newsbox {
		background-color: #231f20;	
	}

	div.right div.newsbox div.archivebox {
		margin: 0 20px 0 20px;
		padding-top: 10px;
		color: #ffffff;	
	}

	div#content div.right div.newsbox div.archivebox h1.news {
		margin: 0;
		padding: 0;	
	}

	div#content div.right a {
		text-decoration: none;
	}

	div#content div.right a:hover {
		text-decoration: underline;
	}

	div#content div.right div.line {
		margin: 5px 0 5px 20px;
		height: 1px;
		width: 385px;
		border-bottom: 1px dotted #ffffff;
	}

	div#content div.right div.image {
		position: relative;
		width: 165px; /* 370px */
		height: 250px; /* 228px */
		padding: 5px;
		margin: 0 0 20px 128px;
		background-color: #ffffff;
		background: url(css/images/bg_image.jpg) no-repeat;
	}
	
		/* Right::GoogleMaps
		-------------------------------------------------------------------------*/
		div#content div#googlemaps {
			width: 430px;
			height: 380px;
			overflow: hidden;
			margin: 0;
			border: 1px solid #00aeef;
		}
		
		/* Right::News
		-------------------------------------------------------------------------*/
		div#content div.right h1.news {
			padding: 10px 0 0 20px;
			color: #ffffff;
		}
		
		div#content div.right div.news {
			position: relative;
			line-height: 14px;
			margin: 0 20px 0 20px;
		}

		div#content div.right div.news * {
			line-height: 14px;
			color: #ffffff;
		}

		div#content div.right div.news h1 {
			font-weight: bold;
			font-size: 14px;
			color: #00aeef;
		}

		div#content div.right div.news span.date {
			font-weight: bold;
			color: #ffffff;
		}

		div#content div.right div.news a.readmore {
			color: #ffffff;
			text-decoration: none;
		}

		div#content div.right div.news a.readmore:hover {
			color: #00aeef;
		}
		
		/* Right::InfoDetails
		-------------------------------------------------------------------------*/
		div#content div.right div#infodetails {
			position: relative;
			width: 420px; /* 361px */
			height: 120px; /* 55px */
			padding: 15px 0 0 17px;
			color: #060300;
			background-color: #ffffff;
			
		}

		div#content div.right div#infodetails * {
			color: #060300;
			line-height: 13px;
		}

/* Footer
-------------------------------------------------------------------------*/
div#footer {
	position: relative;
	width: 1000px;
	padding: 5px 0;
}

	div#footer div.left {
		width: 370px;
		color: #a4a08f;
		font-size: 9px;
		background-color: #ffffff;
	}
	
	div#footer div.right {
		width: 540px;
		color: #a4a08f;
		font-size: 9px;
		background-color: #ffffff;
	}
	
	div#footer a {
		font-size: 9px;
		text-decoration: none;
		color: #a4a08f;
	}
	
	div#footer a:hover {
		text-decoration: underline;
	}

/* Other
-------------------------------------------------------------------------*/
div.clear {
	clear: both;
}
