/*
	Title:      Grid styles
	Author:     Poort80 - Frontend
	Copyright:  2009, Poort80  All rights resevered
*/

/* common
============================================================================= */

html {
	padding-bottom: 60px;
}

body {
	background: #fff;
}

/* header
============================================================================= */

#header {
	margin:0px;
	padding:0px;
	clear: both;
}

/* main > content
============================================================================= */

#main #content {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}

#main .content-main {
	width: 778px;
}

#main .content-wide {
	width: auto;
}

/* main > info blokken homepage (VR01)
============================================================================= */

.infoblock { 
	position: absolute;
}

.infogroep1, 
.infogroep2, 
.infogroep3, 
.infogroep4, 
.infogroep5, 
.infogroep6, 
.infogroep7, 
.infogroep8 {
	position: relative;
}

.rij1 { top: 0px;}
.rij2 { top: 163px;}
.rij3 { top: 306px;}
.rij4 { top: 449px;}
.rij5 { top: 592px;}
.rij6 { top: 735px;}
.rij7 { top: 878px;}
.rij8 { top: 1021px;}

.kolom1 { left: 0px;}
.kolom2 { left: 189px;}
.kolom3 { left: 378px;}
.kolom4 { left: 567px;}

.hoogte1, .infogroep1 { height: 143px;}
.hoogte2, .infogroep2 { height: 286px;}
.hoogte3, .infogroep3 { height: 429px;}
.hoogte4, .infogroep4 { height: 572px;}
.hoogte5, .infogroep5 { height: 715px;}
.hoogte6, .infogroep6 { height: 858px;padding-bottom:40px;}
.hoogte7, .infogroep7 { height: 1001px;}
.hoogte8, .infogroep8 { height: 1144px;}

.breedte1 { width: 171px;}
.breedte2 { width: 360px;}
.breedte3 { width: 549px;}
.breedte4 { width: 738px;}

/* debug columns */
.debug .hoogte1,
.debug .hoogte2,
.debug .hoogte3,
.debug .hoogte4,
.debug .hoogte5,
.debug .hoogte6,
.debug .hoogte5 {
	border: 1px solid red;
}

/* main > sidebar
============================================================================= */

#main #sidebar {
	width: 198px;
	float: right;
	position: relative;
	z-index:200;
	margin-right: 24px;
	overflow: visible !important;
	padding-bottom:12px;
}

/* footer
============================================================================= */

#footer {
	margin:0px;
	padding:0px;
	clear: both;
}

/* common trigger classes
============================================================= */

.hide {
	display:none;
}

hr {
	border:0px #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0px;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.floatRight {
	float:right;
}

.floatNone {
	float:none;
}

.floatLeft {
	float:left;
}

.clearLeft {
	clear:left;
}

.clearBoth {
	clear:both;
}

.clearRight {
	clear:right;
}