/*******************************************************************************
* rob.css
* -------------------
* created : March 2007
* creator : Raymond Poort
* email : raymond@raymondpoort.com
* web : http://www.raymondpoort.com/
********************************************************************************
*
* Custom-made for robkouwenhoven.nl
*
*******************************************************************************/

body, html {
	background: #FFFFFF;
	font-family: Helvetica, sans-serif;
	color: #815f3e;
	font-size: 1.0em;
}

a {
	text-decoration:none;
	color: #815f3e;
}

h1 {
    font-size: 1.9em;
	letter-spacing: -2px;
}

h3 {
	letter-spacing: -1px;
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
	text-decoration: none;
}

h5 {
    font-size: medium;
}

p {
    font-size: 1.9em;
	letter-spacing: -1px;
}


#container {
	max-width: 780px;
	width: expression(document.body.clientWidth > 780? "780px": "auto" );
	margin: 0px auto;
	height: 100%;
}

.logo-line {
	padding: 100% 3px;
	background: transparent url(images/line.png) repeat-y top;
	float: right;
}

.block-right {
	padding: 50px 22px;
	background: transparent url(images/block.png) no-repeat top;
	float: right;
}

#main {
	border: 0px solid #AAA;
	width: 93.25%;
	margin: 0;
	padding: 0;
	float: right;
	height: auto;
}

#header {
	height: 150px;
	width: 100%;
	margin: 0;
	padding: 0;
	float: right;
	position: inherit;
}

.logo-left {
	padding: 50px 145px;
	background: transparent url(images/logo.png) no-repeat top left;
	margin: 0 !important;
	float: left;
}

.logo-right {
	padding: 50px 110px;
	background: transparent url(images/ROB.png) no-repeat top right;
	margin: 0 !important;
	float: right;
}

.main-left {
	width: 70px;
	height: 120px;
	padding: 10px 0px 0px 0px;
	background: transparent url(images/button.png) no-repeat center left;
	margin: 0 !important;
	float: left;
}

.main-right {
	width: 84%;
	margin: 10px 0 22px 0;
	background-color: #b0b1b3;
	float: right;
}

.text {
	width: 95%;
	height: auto;
	min-height: 98px;
	margin: 2px 20px 0px;
	float: top;
}

* html .text {
	height: 98px;
}

.text-heading {
	font-size: 1.9em;
	letter-spacing: -1px;
}

.text-standard {
	width: 95%;
	height: 98px;
	margin: 2px 20px 0px;
	float: top;
}
