/* Design by Zam Saalmann, Saalmann.nl 						*/
/* Tested in IE 5.6/9, 6.0 7.0, Firefox, Safari and Opera 	*/
/* Valid xHTML				 								*/

/* Reset default styles */
html { 
	overflow: scroll;
}

body {
	margin:0 auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	background:url(../images/body_bg.png) #F1F1F1 repeat-x top center;
	color: #000000;	
}

p {
	padding:0;
	margin:0
}

a {
	text-decoration:none;
	color:#AEAEAE
}

a:hover {
	text-decoration:none;
	color:#BE1F1F
}

h1 {
	padding:0 0 8px 0;
	margin:0;
	color:#BE1F1F;
	font-weight:bold;
	font-size:1.3em;
	font-family:Arial, Helvetica, sans-serif;
}

h2 {
	padding:0 0 8px 0;
	margin:0;
	color:#BE1F1F;
	font:normal normal normal 1.0em/1em "Trebuchet MS",Arial,Helvetica,sans-serif;
}

h3 {
	padding:0 0 8px 0;
	margin:0;
	color:#BE1F1F;
	font:normal normal normal 0.8em/1em "Trebuchet MS",Arial,Helvetica,sans-serif;
}

td {
	padding-right:20px;
}

input {
	width:150px;
	border:0;
	border:1px solid #CCCCCC;
}

textarea {
	width:200px;
	height:150px;
}

#container tr.odd {
	background-color:#F2F2F2;
	position:relative;
}

#container tr.even {
	background:#FFF;
	position:relative;
}

#container td {
	border-bottom:1px solid #C0C0C0;
	padding:10px;
}

.submit, .reset {
	margin:0;
	padding:0;
	width:99px;
}

/* Constructor */
#container {
    margin:0 auto;
	width:825px;
    height:100%;
	text-align:left;
	position:relative;
	font-size:0.7em;
	line-height:1.4em;
	z-index:999;
}

#header {
	background-image:url('../images/header.png');
	background-repeat:no-repeat;
	width:825px;
	height:145px;
	margin-top:10px;
	position:relative;
}

#navigation {
	background-image:url('../images/menu.png');
	background-repeat:no-repeat;
	width:825px;
	height:115px;
	position:relative;
	left:0;
	bottom:0;
	z-index:999;
}

#border {
    background: url('../images/border.png');
	background-repeat:repeat-y;
	width:825px;
	height:auto;
	overflow:hidden;
	z-index:999;
}

#leftcolumn {
	float:left;
	width:605px;
	height:auto;
	position:relative;
	top:0px;
	border-top:1px solid #e3e3e3;
	margin:4px 0 40px 7px;
	display:inline;
	z-index:999;
}

#rightcolumn {
	height:auto;
	width:200px;
	float:right;
	top:0px;
	position:relative;
	border-top:1px solid #e3e3e3;
	margin:4px 7px 0 0;
	display:inline
}

#footer {
	background-image:url('../images/footer.png');
	background-repeat:no-repeat;
	width:825px;
	height:169px;
	margin-top:-139px;
	z-index:995;
	position:relative;
}

/* Navigation */
#navigation ul {
	margin:0;
	padding:40px 0 0 0;;
	list-style:none
}

#navigation ul li {
	float:left;
	margin:0;
	padding:0 23px 0 23px
}

#navigation ul li a {
	float:left;
	padding:6px 7px 5px 6px;
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	text-transform:capitalize;
}

#navigation ul li a:hover {
	color:#BE1F1F;
	text-decoration:none
}

/* Placeholders */
#header .logo{
	background-image:url('../images/logo.png');
	background-repeat:no-repeat;
	width:140px;
	height:135px;
	display:block;
	margin:8px 0 0 55px;
	position:absolute
}

/*
#header .banner{
	width:400px;
	height:40px;
	top:65px;
	display:block;
	right:125px;
	position:absolute;
}
*/

#header .banner h1{
	color:#FFFFFF;
	font-size:2.2em;
	font-family:Trebuchet;
	font-weight: lighter
}

#leftcolumn .txt {
	padding:0px 10px 10px 20px;
	margin-top:-20px
}

.shadow_top {
    background-image:url('../images/shadow.png');
	background-repeat:repeat-x;
	width:100%;
	height:32px;
	display:block
}


.referenties img {
	max-height:90px;
	max-width:240px;
}
#rightcolumn .txt {
	margin-top:-20px;
	padding:0 10px 10px 10px;
}

.footer a {
	color:#BE1F1F;
}

.footer {
	width:825px;
	position:absolute;
	top:134px;
	text-align:left;
	padding-left:26px;
	color:#666666
}

.footer p {
	position:absolute;
	right:70px;
	top:0
}