@charset "utf-8";
/***
Import fonts
***/
/*@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);                   */

html{height:100%;}



body{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background: url(../images/online-meeting.jpg);

  font-size: 11px;  
  color: #000;
  background-color:#FFF;}

#wrapper {

  width:100%;
  height: auto;
  }

#container {
  float: left;
  width:1050px;
  height: auto;
 background-color: #FFF;
 border-bottom-left-radius: 10px;
 border-bottom-right-radius: 10px;
 padding-bottom: 25px; 
  }

#main {
  float: left;
  min-height: 100px;
  width: 950px;
  margin: 20px 25px 20px 50px;
  border: 1px solid #D0C6C6;
  border-radius: 10px;
  background-color: #EEE6D0;
  box-shadow: 5px 5px 5px #A4A4A4;

}
#content {
  float: left;
  min-height: 100px;
  width: 920px;
  margin: 0px 15px 0px 15px;
 /* border-left: 1px solid red;
  border-right: 1px solid red;*/
  background-color: transparent;

}


table, th, td {
  border: 1px solid #FFFFFF;
  border-collapse: collapse;
}
th, td {
  padding: 10px;
  background-color:#C0E0F1;
   text-align:left;
}



#vmbn_logo {
float: left;
width: 1050px;
height: 105px;
padding: 0;
margin: 0;
}







hr.eindelijn {
  width: 100%;
  height: 3px;
 /* color: #AA1800;   */
  background-color: #3E9FD2;
}

h1{color:#40A0D5;margin-top:2px;margin-bottom:2px;padding-top:10px;padding-left:0px;}
h2{color:#40A0D5;margin-top:2px;margin-bottom:3px;padding-top:10px;padding-left:0px;}
h3{color:#40A0D5;margin:6px 0 0px 0;}
h4{color:#40A0D5;display:block;margin:2px 0 0px 0;}
h5{color:#40A0D5;display:block;margin:0px 0 0px 0;}
h6{color:#40A0D5;display:block;margin:0px 0 0px 0;}
ul{list-style:disc;margin:0 0 0px 22px;padding:0px;}
li{}
ol{list-style:decimal;margin:0 0 0px 22px;}
ol li{padding:0 0 0px 0;}



 #response {
	margin-bottom: 20px;
	text-align: left;

}
#response .success {
	color: #3E9FD2;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}
#response .failure {
	color: #dc0000;
}
.failure {
	color: #dc0000;
}




