body, html{
	margin:0 auto;
	height: 100%;
	background:url(../images/background_midify.jpg) no-repeat top center;
	background-color:#000000;
}

#main_container{
	position:relative;
	min-height: 100%;
	_height: 100%;
	width: 956px; 
	left: 50%; 
	margin: 0 0 0 -478px;
}

/* Left container */
#left_container{
	float: left;
	width:207px;
	padding: 0 0 0 10px;
}
#buttonactive {
	position:relative;
	left:-18px;
	background-image:url(../images/menubutton.png);
	width:168px;
	height:60px;
}
#menubg { 
	position: absolute;
	background-repeat:no-repeat;
	width: 180px;
	height: 400px;
	left: 0px;
	top: 50px;
	z-index: 10;
}
table {
color: #FFFFFF;
font-size:11px;
}

#left_top{
	width:198px;
	height: 22px;
	margin: 0 0 0 -3px;
}

/* Right container */
#right_container{
	float: left;
	min-height: 100%;
	width: 720px;
}

/* Header */
#header {
	position:relative;
	width:100%;
	height:101px;
}

#header_image {
	position:absolute;
	top:0px;
	left:0px;
	height: 69px;
	/*background:url(../images/top_midify.png) repeat-y top center;*/
	background-repeat: repeat-y;
	background-position:center top; 	
	width: 980px;
	z-index:99;
	
}
#extra {
	position:relative;
	visibility:hidden;
	width:275px;
	height:120px;
	border: ridge #666666 4pt;
	float:left;
	left: 10px;
	background-repeat:repeat;
	background-attachment:fixed; 	
}
#reclame {
	position:relative;
	visibility:hidden;
	float: left;
	left: 30px;
	width:416px;
	height:128px;
	border: ridge #666666 4pt;
	background-repeat:repeat;
	background-attachment:fixed; 
}
/* content boxen */
#content_container{
	position: relative; 
	float:right;
	top: 10px;
	left: 0px;
	width:720px;
	border: solid #c0c0c0 1pt;
	background-repeat:repeat;
	background-attachment:fixed; 
	/*filter: alpha (opacity=70);
	-moz-opacity:.70;opacity:.70;*/
}

.content_lijnen {
	background: url(../images/content_bg.gif) repeat-y top left;
}

#content {
	width:690px;
	padding: 0 00px 0 10px;
}

#content_left {
	width:285px;
	float:left;
	padding: 0 30px 0 10px;
}

#content_middle {
	width:200px;
	float:left;
	padding: 0 30px 0 0;
	
}

#content_right {
	width:140px;
	float:left;
	padding: 0 10px 0 0;
}

/* Search */
#search_box {
	margin: 40px 0 0 35px;
}

.search_btn {
	cursor:pointer;
}

/* Menu */
#menu {
	margin:0px 0 0 0px;
	padding:0;
	left: 20px;
	position: absolute;
	top: 200px;
	width:195px;
	z-index: 11;	
}
.menuitem {
	list-style:none;
	height:44px;
	background-position:center;
	background-repeat:no-repeat;
	width:168px;
	cursor: pointer;
}
.menuitem_active {
	list-style:none;
	height:44px;
	left:0px;
	position:relative;
	background-position:center;
	background-repeat:no-repeat;	
	width:168px;
	cursor:pointer;
}
/* Footer */
#footer_container {
	position:relative;
	clear: both;
	height:70px;
	width: 956px; 
	left: 50%; 
	margin: 0px 0 0 -478px;
	background:url(../images/background_footer.gif) no-repeat bottom;
}

#footer_logo {
	position:absolute;
	top:-200px;
	left:91px;
	width:227px;
	height:224px;
}

#footer_menu {
	position:absolute;
	top:25px;
	left:220px;
}

#footer_realisatie {
	position:absolute;
	top:25px;
	right:30px;
}
.search_td {
	background-image:url(../images/search_midify.png); 
	background-repeat:no-repeat;
}