/*****************************************************/
/******************  MAIN CONTAINERS *****************/
body{
	font: 12px arial;
	color: #000;
	background-color: #fff;
}
body.grey{
	background-color: #888;
}

#container { 
	margin: 0px auto; 
	width: 950px; 
	background: #fff; 
	position: relative;
	
}
	#container.opac  {
		filter: alpha(opacity=30);
		moz-opacity: 0.30;
		opacity: 0.30;
	}
	
	#container.opac * {
		filter: alpha(opacity=30);
	}


#logo {
	margin:0 0 20px 120px;
	width: 732px;
}
.home #logo {
	margin-bottom: 0px;
}

#pretext {
	background: url(images/home-text.gif);
	font-weight: bold;
	overflow: hidden;
	margin-right: 87px;
	width:502px;
	float: right;
	height: 76px;
	display:inline;
}

#pretext div {
	margin-left: -9999px;
	display:block;
}

#corporate {
	height: 220px;
	width: 100%;
	float: left;
	overflow: hidden;
}
.home #corporate {
	height: 330px;
}
#main {
	padding-top: 10px;
}

#footer {
	margin-top: 10px;
	margin-right: 87px;
	text-align: right;
}
#footer p {
	margin-right: 5px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 0.9em;
}
#footer a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted;
}
#footer a:hover { text-decoration: none; }

/*****************************************************/
/******************  MENU CONTAINERS *****************/

#main-menu {
	width: 200px;
	float: left;
}

#main-menu ul {
	float: right;
	margin-right: 10px;
}

#main-menu a {
	display:block;
	width: 176px;
	height: 18px;
}
#main-menu a span {
	margin-left: -9999px;
}
a#menu-home { background: url(images/menu_home.gif); }
a#menu-bio { background: url(images/menu_biography.gif); }
a#menu-news { background: url(images/menu_newzz.gif); }
a#menu-gallery { background: url(images/menu_gallery.gif); }
a#menu-projects { background: url(images/menu_projects.gif); }
a#menu-press { background: url(images/menu_press.gif); }
a#menu-reps { background: url(images/menu_reps.gif); }
a#menu-extra { background: url(images/menu_extra.gif); }
a#menu-wishes { background: url(images/menu_whishes.gif); }
a#menu-contact { background: url(images/menu_contact.gif); }

a:hover#menu-home { background: url(images/menu_home_1.gif); }
a:hover#menu-bio { background: url(images/menu_biography_1.gif); }
a:hover#menu-news { background: url(images/menu_newzz_1.gif); }
a:hover#menu-gallery { background: url(images/menu_gallery_1.gif); }
a:hover#menu-projects { background: url(images/menu_projects_1.gif); }
a:hover#menu-press { background: url(images/menu_press_1.gif); }
a:hover#menu-reps { background: url(images/menu_reps_1.gif); }
a:hover#menu-extra { background: url(images/menu_extra_1.gif); }
a:hover#menu-wishes { background: url(images/menu_whishes_1.gif); }
a:hover#menu-contact { background: url(images/menu_contact_1.gif); }


#header {
	width:660px;
	float: left;
}
#header .left {
	display:block;
	float: left;
	width:440px;
	height: 218px;
	overflow:hidden;
	background: url(images/head-left1.jpg);
}
#header .right {
	float: left;
	width:219px;
	height: 218px;
	overflow: hidden;
	background: url(images/head-right.jpg);
	text-align: center;
}
#header .right h1 {
	color: #fff;
	text-transform:uppercase;
	letter-spacing: .1em;
	margin-top: 95px;
	font-family: "Arial Black",arial, helvetica;
}

/*****************************************************/
/******************  HOOFD GEDEELTE  *****************/

#content {
	margin-left: 200px;
	width: 440px;
	float: left;
	display: inline;
	margin-top: 30px;
}
.full #content {
	width: 660px;
}
.full #modules {
	width: 0;
	height:0;
	display: none;
}

#modules {
	width: 220px;
	float: left;
	margin-top: 30px;
}

/*****************************************************/
/******************  Gallery  Block  *****************/
	#gal-info {
		background: #fff;
		position: absolute;
		left: 50%;
		top: 60px;
		margin: 0 auto;
		width: 650px;

		/*margin-left: -325px;
		margin-top: -325px;*/		
		margin-left:-325px;
		border: 1px solid #000;
		text-align:center;
		padding-bottom: 30px;
	}
	#gal-info img {
		margin: 10px;
		border: 2px solid #000;
	}
	#gal-info p {
		margin: 0 50px;
	}

/*****************************************************/
/******************  ALGEMENE STYLEN *****************/


.clear {
	clear: both;
	height:1px;
	width: 100%;
}
.component {
	margin: 0 15px 0 0;
	clear: both;
}
.full .component {margin: 0;clear: both; width:100%;}
p {
	margin-bottom:10px;
}
h1,h2 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}
h2 {
	font-size: 20px;
	margin-bottom:0;
}

a {
	color: #d38e05;
}

.nieuwsitem {
	clear: both;
	margin-bottom: 50px;
}
.bodytext {
	float: left;
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

img.left {
	float: left;
	margin: 0 10px 5px 0;
}
img.right {
	float: right;
	margin: 0 0 5px 10px;
}
.gallery {
	margin-right: 0px;
}

.gallery img  {
	border: 2px solid #000;
	width: 80px !important;
}


a:hover {
	text-decoration: underline;
}

a.big {
	font-size: 15px;
	font-weight: bold;
}
hr {
	border: 0;
	border-bottom: 1px solid #000;
}


/***********************************************************************
/** Formulieren */

form.contact{
	display:block;
}
form.contact span{
	display:block;
	margin: 0;
	padding: 4px 0 4px 0;
	width:460px;
	clear:both;
}

form label,
form div.labspacing{
	width: 100px;
	display:block;
	float:left;	
	clear:both;
	padding:0;
	margin:0;
}

form input,
form textarea{
	font: 1em arial;
	display:block;
	float:left;
	border: 1px solid  #888;
	background-color: #ddd;
	width: 200px;
	clear:right;
}
form.nieuwsbrief input,
form.nieuwsbrief textarea{
	clear: both;
}

form. input.readonly{
	border:0;
}

form input.button{
	width: auto;
	background: #888;
	color: #fff;
}
form span .tekst{
	display:block;
	float: left;
	width: 350px;
	text-align:left;
}
form.contact textarea{
	width: 300px;
}

form span.status {
	font-weight: bold;
	color: #FF6600;
}
#captcha{
	padding-bottom: 5px;
}

#motigo-teller {
	position: absolute;
	left: 0;
	top: 0;
}
#motigo-teller img {
	width: 4px;
	height: 4px;
}
	