* html {
	overflow: hidden;
}

* html body {
	height: 100%;
	overflow: auto;
}

html, body{
	margin:0;
	padding:0;
}
	
body {
	color:#ceebeb;
	background:#172225 url(../images/mainframe/background.png) repeat-y 0 0;
	font:11px Verdana,Arial,Helvetica,sans-serif;
}
img {
	border:0px;
}	

a:link, a:visited{
	color:#4dc8ea;
	background-color: inherit;
	text-decoration:none;
}

a:hover, a:active{
	text-decoration:underline;
}
.clear {
	clear: both;
}
#kolom_links {
	position: relative;
	width: 663px;
	float: left;
}
#kolom_midden {
	position: relative;
	width: 162px;
	float: left;
}
#kolom_rechts {
	position: relative;
	width: 162px;
	float: left;
}

#header {
	position: absolute;
	width: 663px;
	height: 279px;
	background-image: url(../images/mainframe/header/header.png);
}
#menu_bar {
	position: relative;
	width: 660px;
	height: 27px;
	top: 242px;
}

.content_container {
	position: relative;
	width: 663px;
	top: 273px;
	z-index: 0;
}
.content_title {
	padding-left: 30px;
	font-size: 28px;
}
.content_top{
	position: relative;
	width: 661px;
	height: 17px;
	background-image: url(../images/mainframe/content/content_1.png);
}
.content_middle{
	position: relative;
	width: 661px;
	height: *;
	background-image: url(../images/mainframe/content/content_2.png);
}
.content_middle_text {
	padding-left: 30px;
	padding-right: 30px;
}
.content_bottom {
	position: relative;
	width: 661px;
	height: 20px;
	background-image: url(../images/mainframe/content/content_3.png);
}

#footer {
	position: relative;
	width: 661px;
	height: 50px;
	top: 273px;
	background-image: url(../images/mainframe/footer/footer.png);
	
}
#sidebar_1 {
	width: 162px;
	height: 57px;
	background-image: url(../images/mainframe/sidebar1/top.png);
}

#sidebar_2{
	width: 160px;
	height: 57px;
	background-image: url(../images/mainframe/sidebar2/top.png);
}
.sidebar_2_container {
	position: relative;
	width: 160px;
}
.sidebar_2_inhoud {
	padding-left: 8px;
}
.sidebar_2_bottom {
	width:160px;
	height: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/mainframe/sidebar2/bottom.png);
	background-repeat: no-repeat;
}

