html{
	height:100%;
	min-height:100%;
}

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: black;	
	height: auto;
}

body {
	background: white;
}

input.print{
	display:none;
}

#container_back_header {
	margin: 0px auto;
	width:936px;
   min-height: 60px;
   height: 60px;	
}

#container_back{
	position: relative;
	display:table;	
	width:936px;
	margin: 0px auto;
	
/*min-height: 100%;*/
/*height:auto;*/

}

#container_back_footer {
	position: relative;
	margin: 0px auto;
	width:936px;
   min-height: 75px;
   height: 75px;	
}

#container {
	position:relative;
	margin: 0 auto;
	width:845px;
/*	background-color: white; */
	
/*	border-left:solid 1px white; */
/*	border-right:solid 1px white;	*/
   
/*	min-height: 100%; */
/*   height: auto; */
}

/* Hack for IE */
* html #container {
    height: 100%;
}
/* End IE Hack */

#content_container {
	width:auto;
}

/* Hack for IE */
* html #content_container {
    width:auto;
}
/* End IE Hack */

#topmenu, #menu, #submenu, #media_1, #media_2, #media_3, #media_4, #breadcrumb, #bar_big, .left_menu_item, #footer{
	display:none;
}

#left_menu {
	display:none;
}

#right_menu {
	display:none;
}

#content {
	width: auto;
}

#content_big {
	position:relative;
	background-color: #E3DFDF; 
	float:left;
	width: 649px;
	padding:10px;
	background-image: url(../i/lijn_small.gif);
	background-position: left;
	background-repeat: repeat-y;		
/*	border-left:1px solid #666262; */
}

.lijn_small {
	background-image: url(../i/lijn_small.gif);
	background-position: left;
	background-repeat: repeat-y;	
}

#footer {
	position:relative;
	clear:both;
	height:30px;
	width:835px;
	color:white;
	padding:0px;
	margin:0px;
	line-height: 30px; 
	padding-left:50px;
/*	background-image: url(../i/uvt_logo.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #666262; */
}