﻿/* ## Necessary for making this layout strecth to the full browser height ## */
html, body{
	height: 100%;
	padding: 0px;
	margin:0px;
}

body {
	text-align: center;
}


/* ## Outer Frame holding the site together ## */
#frame {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	border-left: 1px solid #214232;
	border-right: 1px solid #214232;
}

/* ## Header of the site ## */
#content_header {
	height: 100px;
	/*background: url(../../../elements/images/logo.jpg);*/
}

#content_header_inner {
	position: relative;
	padding-right: 10px;
	top: 40px;
}

/* ## Left column ## */
#content_left {
	width:180px;
	padding-left:5px;
	padding-right:5px;
	float:left;
	background:#fff;
}

/* ## Right Column */
#content_right {
	width:130px;
	padding:0px;
	float:left;
	background:#fff;
}

/* ## The rest or in other words the content ## */
#content_center {
	width:800px; /* 440 */
	padding:0px;
	float:left;
	background:#eee;
	text-align: left;
}

#bottom {
	height: 37px;
	position: relative;
	margin-top: 5px;
	margin-bottom: 0px;
	border-top: 1px solid #214232;
	font-size: 9px;
	text-align: center;
}

#bottom a {
	color: #214232;
	text-transform:lowercase;
}