* {
margin: 0px;
/*line-height:0px;*/
padding:0px;
}
body {
	background-color: #835595;
	text-align:center;
}

span, a, p, li, label, td, a, strong,i {
	font-family: Arial, sans, Helvetica;
	color:#666666;
	font-size:14px;
	line-height:16px;
}
li {
	margin-left: 40px;
}
img {
	margin: 0px;
	padding: 0px;
}


a:active {
	text-decoration:none;
}
a:visited {
}
a:hover {
	text-decoration:none;
}	

div.container1 {
	text-align:justify;
	position: relative;
	margin: 0 auto;
	width:978px;
  max-width: 100%;
	overflow:hidden;
	
}
div.header {
	background: url(img/header.jpg);
	width:100%;
	height:193px;
  background-size: cover;
}
div.pagina {
	width:100%;
  max-width: 952px;
	background-color: #FFFFFF;
	background: url(img/background.jpg) no-repeat;
	height: 500px;
	position:static;
	overflow:hidden;
}

.table    { display: table; }
.table_tr { display: table-row; }
.table_td { display: table-cell; vertical-align: top; }

div.menu {
  width:170px;
  overflow:hidden;
}
div.inhoud {
}

#menu {
  background-color:#835595;
  height:168px;
}


/* CSS Display */ 
.display_container {
	width:500px;
}

.display_left {
	width:150px;
	float:left;
	margin-bottom:10px;		
}
.display_right {
	float:right;
	width:300px;
	margin-bottom:10px;
}	
		
.display_fieldset {
	border: 1px solid #666666;
	margin: 11px 4px 16px 4px;		
}  
.display_legend {
  	border: 1px solid #666666;
	background-color:#FFFFFF;
	color:#666666;
	position:relative;
	top:-11px;
	height:18px; 
	left:4px; 
	padding:2px 4px 0px 4px; 
	margin:0px;
	font-family:Arial, sans, Helvetica;
	font-size:14px;
	font-weight:600;
	overflow:hidden; 
	width:160px;
	text-align:center;
	line-height:16px;
}


.display_fieldset {
	border: 1px solid #666666;
	margin: 11px 4px 16px 4px;		
}  
.display_legend {
  	border: 1px solid #666666;
	background-color:#FFFFFF;
	color:#666666;
	position:relative;
	top:-11px;
	height:18px; 
	left:4px; 
	padding:2px 4px 0px 4px; 
	margin:0px;
	font-family:Arial, sans, Helvetica;
	font-size:14px;
	font-weight:600;
	overflow:hidden; 
	width:160px;
	text-align:center;
	line-height:16px;
}
.display_label {
	font-size:14px;
	font-family:Arial, sans,  Helvetica;
	color:#666666; 
	margin:4px;
	line-height:16px;
}	
.display_opties {
	font-size:14px;
	font-family: Arial, sans, Helvetica;
	color:#666666;
	margin:4px;
	line-height:16px;
}
.display_tekst {
	font-size:14px;
	font-family:Arial, sans,  Helvetica;
	color:#666666;
	margin:4px;
	line-height:16px;
}	
.display_knoppenveld {
	margin:10px 0px 10px 188px; 
}	 
.display_knop {
	font-size:14px;
	color:#666666;
	line-height:16px;
}
.display_input_text{ 
	color:#666666;
	font-size:14px;
	font-family: Arial, sans, Helvetica;
	line-height:16px;
}
.display_input_textarea{ 
	color:#666666;
	font-size:14px;
	font-family: Arial, sans, Helvetica;
	width:290px;
	height:120px;
	line-height:16px;
}
.display_input_select{ 
	color:#666666;
	font-size:14px;
	font-family:Arial, sans,  Helvetica;
}
.display_input_radio{
}					 
.display_input_checkbox{
}


/* ********************************************************************** responsive 1 */
@media only screen and (max-width: 600px){
  div.header { height:135px; }
  div.pagina { height:350px;   background-size: 665px;}
  div.menu   { width :119px; }
  #menu      { height:117px;
}
