/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%; 
}

body {
	background:  url(../images/bg.jpg) top center no-repeat;
	 font: normal 1em/1.2em Arial, Helvetica, sans-serif;
}

#wrapper {
	position: absolute;
	left: 50%;
	margin-left: -369px;
	width: 817px;
	z-index: 1;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
}

#header {
	width: 817px;
	height: 236px;
}

.hdr1 {
	background: url(../images/bg-header1.jpg);
}

.hdr2 {
	background: url(../images/bg-header2.jpg);
}

.hdr3 {
	background: url(../images/bg-header3.jpg);
}

.hdr4 {
	background: url(../images/bg-header4.jpg);
}

/* *** logo *** */
h1 {
	position: absolute;
	text-indent: -9999px;
	width: 178px;
	height: 108px;
	right: 57px;
	top: 17px;
}

h1 a {
	width: 178px;
	height: 108px;
	display: block
}

/* *** left column *** */
#leftCol {
	display: block;
	width: 235px;
	height: 510px;
	float: left;
	background:  url(../images/bg-left-column.jpg) 0 0 no-repeat;
}

/* *** navigation (main & sub) *** */
#leftCol #nav ul, #leftCol #subNav ul {
	line-height: 1.25em; 
}

#leftCol #nav ul li, #leftCol #subNav ul li {
	list-style: none;
}

#leftCol #nav ul li a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .75em;
	padding-left: 50px;
}

#leftCol #nav ul li a:hover, #leftCol #nav ul li.menu-current a, #leftCol #nav ul li.menu-parent a {
	background: url(../images/bg-nav-item-hover.jpg) 0 50% no-repeat;
}

#leftCol #subNav ul {
	width: 118px;
	margin-left: 50px;
	margin-top: 45px;
	border-top: 1px solid #8ac2e0;
	border-bottom: 1px solid #8ac2e0;
	padding: 7px 0
}

#leftCol #subNav ul li a {
	color: #999;
	text-decoration: none;
	font-weight: normal;
	font-size: .75em;
}

#leftCol #subNav ul li a:hover, #leftCol #subNav ul li.menu-current a {
	color: #3092c9;
}

#leftCol p#adres {
	margin-top: 40px;
	margin-left: 50px;
	color: #0079bc;
	font-size: .7em;
}

#leftCol p#adres a {
	color: #0079bc;
	text-decoration: none;
}

#leftCol p#adres a:hover {
	text-decoration: underline;
}

/* *** right column *** */
#rightCol {
	float: left;
	width: 462px;
	padding: 0 60px 60px 60px;
	font-size: .75em;
	color: #404040;
	text-align: left;
}

#rightCol h2 {
	color: #0079bc;
	font-size: 1.35em;
	text-transform: uppercase;
	letter-spacing: .2em;
	width: 100%;
	padding-bottom: .75em;
	margin-bottom: 1em;
	border-bottom: 1px solid #7fbcdd;
}

#rightCol h3, #rightCol h4, #rightColHome h2 {
	color: #0079bc;
	font-size: 1.2em;
	text-transform: uppercase;
	width: auto;
	padding-bottom: .5em;
	/*padding-top: 1.25em;*/
}

#rightColHome h2 {
	padding-top: 1.5em;
	text-transform: none;
}

#rightCol h4 {
	text-transform: inherit;
	padding-top: 1em;
}

#rightCol p {
	margin-bottom: 1em;
	line-height: 1.75em;
}

#rightColHome #row1 p, #rightColHome #row3 p {
	padding-right: .75em;
}

#rightCol a, #rightColHome a {
	color: #404040;
	text-decoration: none;
	border-bottom: 1px solid #0079bc;
}

#rightCol a:hover, #rightColHome a:hover {
	color: #0079bc;
	border-bottom: 1px solid #0079bc;
}

#rightCol ul {
	margin-left: 1.5em;
	list-style-type: square;
	margin-bottom: 1em;
}

/* *** table klanten ** */

#rightCol table#klanten {
	margin-bottom: 2em;
}

#rightCol table#klanten td {
	vertical-align: top;
	padding: .1em 0
}

#rightCol table#klanten td.klantNaam {
	width: 60%;
}

#rightCol table#klanten td.beschrijving {
	width: 40%;
}

/* *** right column homepage *** */
#rightColHome {
	position: absolute;
	width: 582px;
	left: 50%;
	margin-left: -134px;
	top: 181px;
	font-size: .75em;
	z-index: 2;	
}

#rightColHome p.subTitle {
	font-weight: bold;
	color: #000;
}

#rightColHome p {
	color: #404040;
}

/* *** row 1 *** */
#rightColHome #row1 {
	width: auto;
	height: 213px;
}

#rightColHome #row1 img, #rightColHome #row3 img {
	float: left;
	margin-right: 20px;
}

/* *** row 2 *** */
#rightColHome #row2 {
	width: auto;
	height: 183px;
	background:url(../images/bg-row-2.jpg) no-repeat 0 0;
	clear: right;
	padding-left: 20px;
}

#rightColHome #row2 img {
	float: right;
	margin-left: 20px;
}



/* *** row 3 *** */
#rightColHome #row3 {
	width: auto;
	height: 182px;
}

/* *** contact form *** */
form {
	width: auto;
	font-size: 100%;
	padding-bottom: 50px;
}

form label,input {
	display: block;
	width: 175px;
	float: left;
	margin-bottom: 10px;
}

form label {
	text-align: left;
	width: 150px;
	padding-right: 20px;
}

form br {
	clear: left;
}


form img {
	clear: left;
	margin-right: 10px;
}

form textarea {
	font-family: "MS Sans Serif", Arial;
	font-size: 13px;
}

/* *** br style homepage *** */

#rightColHome br {
	clear: none;
}

/* *** image styles *** */
#rightCol img.alignLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#rightCol img {
	padding: 2px;
	background: #FFF;
	border: 1px solid #aad0e7;
}

/* *** footer *** */
#footer {
	position: absolute;
	bottom: 0; 
	width: 567px;
	left: 50%;
	margin-left: -408.5px;
	height: auto;
	padding: 10px 0 10px 250px;
	clear: both;
	background: url(../images/bg-footer.jpg) top no-repeat;
	font-size: .7em;
	text-align: center;
	color: #999;
}

#footer a {
	color: #a1a2a4;
	text-decoration: none;
}

#footer a:hover {
	color: #3092c9;
}

/* *** footer homepage *** */
#footerHome {
	display: block;
	top: 13px;
	position: relative;
	clear: both;
	width: auto;
	height: 10px;
	padding: 10px 0 15px 250px;
	background: url(../images/bg-footer.jpg) top no-repeat;
	font-size: .7em;
	text-align: center;
	color: #999;
}

#footerHome a {
	color: #a1a2a4;
	text-decoration: none;
}

#footerHome a:hover {
	color: #3092c9;
}


/* *** client login *** */
#clientLogin {
	position: absolute;
	width: 110px;
	height: 42px;
	left: 50%;
	margin-left: -369px;
	display: block;
	text-indent: -9999px;
	top: 160px;
	z-index: 3
}

#clientLogin a {
	display: block;
	width: 110px;
	height: 42px;
}

/* Safari and Opera */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#wrapper {
	position: absolute;
	left: 50%;
	margin-left: -368px;
	width: 817px;
	}

	#leftCol {
	background:  url(../images/bg-left-column.jpg) 0 0 no-repeat;
	}
	
	#rightColHome {
	margin-left: -133px;
}
     
}
