#template_background {
	height:100%; /* nutteloos in IE7 en FF, maar zonder deze style wordt er in IE6 geen background image getoond */
}
#template_container {
	width: 960px; /* breedte MOET gedefineerd worden, anders wordt de background image niet goed getoond in Internet Explorer */
}

/* 2-2-2 indeling */
.template_222 {
	
}

.template_222 .col1 {
	position:relative;
	z-index:2;
	float: left;
	width: 318px;
/*	background-color: red;*/
}
.template_222 .col2 {
	position:relative;
	z-index:2;
	float: left;
	width: 342px;
/*	background-color: green;*/
}
.template_222 .col3 {
	position:relative;
	z-index:2;
	float: left;
	width: 300px;
/*	background-color: blue;*/
}


/* 2-3-1 indeling */
.template_231 {
	background: url(/siteimg/bg_template231.gif) repeat-y 0 0;
}
.template_231 .col1 {
	position:relative;
	z-index:2;
	float: left;
	width: 330px;
/*	background-color: red;*/
}
.template_231 .col2 {
	position:relative;
	z-index:2;
	float: left;
	width: 497px;
	margin-left: 1px;
/*	background-color: green;*/
}
.template_231 .col3 {
	position:relative;
	z-index:2;
	float: left;
	width: 131px;
	margin-left: 1px;
/*	background-color: blue;*/
}


/* 2-4 indeling */
.template_24 {
/*	background: url(../siteimg/bg_template24.gif) repeat-y 0 0;*/
}
.template_24 .col1 {
	position:relative;
	z-index:2;
	float: left;
	width: 318px;
/*	background-color: red;*/
}
.template_24 .col2 {
	position:relative;
	z-index:2;
	float: left;
	width: 642px;
/*	background-color: green;*/
}


/* 4-1-1 indeling */
.template_411 {
	background: url(/siteimg/bg_template411.gif) repeat-y 0 0;
}
.template_411 .col1 {
	position:relative;
	z-index:2;
	float: left;
	width: 656px;
/*	background-color: red;*/
}
.template_411 .col2 {
	position:relative;
	z-index:2;
	float: left;
	width: 171px;
	margin-left: 1px;
/*	background-color: green;*/
}
.template_411 .col3 {
	position:relative;
	z-index:2;
	float: left;
	width: 131px;
	margin-left: 1px;
/*	background-color: blue;*/
}


/* 5-1 indeling */
.template_51 {
	background: url(/siteimg/bg_template51.gif) repeat-y 0 0;
}
.template_51 .col1 {
	position:relative;
	z-index:2;
	float: left;
	width: 828px;
/*	background-color: red;*/
}
.template_51 .col2 {
	position:relative;
	z-index:2;
	float: left;
	width: 131px;
	margin-left: 1px;
/*	background-color: green;*/
}

/*
.col1 {
	background-color:red;
}
.col2 {
	background-color:green;
}
.col3 {
	background-color:blue;
}
*/


