/***************************************************************************************************************/
/* ------------------------------------------------------------------------------------------------------------*/
/***************************************************************************************************************/
/***************************************************************************************************************/
/* COPYRIGHT 2010 RIJNBERG-ENGINEERING.NL */
/* DESIGN BY DAAN WIJLENS & DEVELOPMENT BY CHIEL SCHUTTER */
/***************************************************************************************************************/
/***************************************************************************************************************/
/* ------------------------------------------------------------------------------------------------------------*/
/***************************************************************************************************************/
/*   
Theme Name: Rijnberg Engineering
Theme URI: www.rijnberg-engineering.nl/
Author: Chiel Schutter
Author URI: www.vizcom.nl
.
*/
/* FIX VOOR VERSPRINGEN TEKST WANNEER SCROLLBALK IN FIREFOX VERSCHIJNT */
html {
    overflow-y: scroll;
	font-family: Arial, Verdana, Tahoma; font-size:12px; color:#003b79; text-decoration:none; font-weight:normal;
	}

body {
	margin: 0; padding: 0;
	background-color: #fff;
	}	
/* ------------------------------------------------------------------------------------------------------------*/
/* MAIN FRAME VAN 924*100%*/
/* ------------------------------------------------------------------------------------------------------------*/
#mainFrame {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:924px;
	height:1007px !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	left: 50%; /* nodig voor juist centreren van de container*/
	margin-left: -465px; /* nodig voor juist centreren van de container*/
	background-color: #fff;
	}
/* ------------------------------------------------------------------------------------------------------------*/
/* HEADER
/* ------------------------------------------------------------------------------------------------------------*/
div#headerTitle {
	height: 53px;
	background-image: url("img/header_title.png");
	}

div#headerLink {	 height: 53px; width: 328px; }

div#headerGoogle { position: absolute; top: 12px; right: 24px; /*background-color: #ccc;*/ height: 27px; width: 24px; }
div#headerTwitter { position: absolute; top: 12px; right: 61px; /*background-color: #666;*/ height: 27px; width: 24px; }
div#headerLinkedIn { position: absolute; top: 12px; right: 99px; /*background-color: #000;*/ height: 27px; width: 24px; }
	
div#headerFoto { width: 924; height: 281px; }
/* ------------------------------------------------------------------------------------------------------------*/
/* MENU
/* ------------------------------------------------------------------------------------------------------------*/
div#menuBalk {
	width: 924;
	height: 57px;
	background-image: url("img/menubalk.png");
	}
div#menuBalk a:hover {
	color: #f45089;
	}
/* ------------------------------------------------------------------------------------------------------------*/
/* CONTENT
/* ------------------------------------------------------------------------------------------------------------*/
div#contentContainer {
	width: 924px;
	overflow: hidden
	/*background-color: #ccc;*/
	}
div#contentLeft {
	
	width: 570px;
	/*height: 425px;*/
	float: left;
	/*background-color:#666;*/
	}	
div#contentRight {
	width: 354px;
	/*height: 425px;*/
	float: right;
	/*background-color:#ccc;*/
	}
div#contentRight img { float:right;}	
/* ------------------------------------------------------------------------------------------------------------*/
/* FOOTER
/* ------------------------------------------------------------------------------------------------------------*/
div#footerTags {
	margin-top: 20px;
	width: 924px;
	height: 101px;
	background-image: url("img/footer_tags.png");
	}
div#footerTagCloud {
	position: relative;
	top: 18px;
	left: 27px;
	width: 870px;
	height: 70px;
	/*background-color: #ccc;*/
}
div#footerTagCloud p {
	text-align: center;
	color: #82a8c6;
	font-size: 13px;
}
div#footerTekst {
	position: absolute;
	width: 924px;
	height: 28px;
	font-size: 12px;
	background-image: url("img/footer_contact.png");
	}
div#footerTekst p {
	margin-top: -2px; 
}	
	
div#footerTekst p {color: #fff; text-align: center; padding-top: 5px; padding-bottom: 5px; }
div#footerTekst a {color: #fff; text-align: center;}
/* ------------------------------------------------------------------------------------------------------------*/
/* OPMAAK VOOR LINKS / P / H1 / LI ETC */
/* ------------------------------------------------------------------------------------------------------------*/		
a { text-decoration: none; color: #e3004f;font-weight:bold; }
a:hover {text-decoration:underline; color: #f45089;}
p { line-height:160%; color: #003b79; margin-left: 30px; }
a img { border : 0; padding: 0; margin: 0}
div img { border : 0; padding: 0; margin: 0}
h2 	{ color: #e3004f; font-size: 14px;  margin-top: -2px; margin-left: 30px; }
li {padding: 2px; margin:2px;}		
input { width: 150px; margin: 2px; font-family: Arial, Verdana, Tahoma; font-size:12px; color:#003b79; text-decoration:none; font-weight:normal;line-height:150%; text-align: justify;  }
select { font-family: Arial, Verdana, Tahoma; font-size:12px; color:#003b79; text-decoration:none; font-weight:normal;line-height:150%; text-align: justify;}
textarea {margin: 2px; font-family: Arial, Verdana, Tahoma; font-size:12px; color:#003b79; text-decoration:none; font-weight:normal; width:229px;height:60px; line-height:150%; text-align: justify;}		
table {font-family: Arial, Verdana, Tahoma; font-size:12px; color:#003b79; margin-left: 30px; padding-top: 10px;}
