/*standaard css zaken*/
html, body, form {
  padding: 0;
  margin: 0;
  }

body {
  color: #003366;
  background: #B7D1F2;
  }

html, body, td, a, div, span {
  font: normal normal 11px Verdana, Helvetica, sans-serif;
  }
h1, h2, h3, h4, h5 {margin: 0;}
h1 {font-size: 2em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.6em;}
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}

/*html, body, table, tr, td, a, div, span, h1, h2, h3, h4, h5, input, select, textarea {
  font: normal normal 11px Verdana, Helvetica, sans-serif;
  }
*/
a {
  color: #003366;
  text-decoration: underline;
  }
a:hover {
  text-decoration: none;
  }
a img {
  border: 0;
  }

.block_content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  }
.block_content ul li {
  background: url(http://www.maatschappelijkwerk.com/common.test/img/block/li.png) no-repeat 0 0.35em;
  padding-left: .6em;
  padding-bottom: .2em;
  }

/*MWC layout specifieke zaken*/
div {
  border: 0px solid green;
  }

#site {
  background: #D3E9FF url(http://www.maatschappelijkwerk.com/common.test/img/header/bg_middle.png) repeat-y top left;
  margin: auto;
  width: 763px;
  }
#header {
  background: url(http://www.maatschappelijkwerk.com/common.test/img/header/logo_new.png) no-repeat top center;
  height: 40px;
  border: 0px solid green;
  padding-top: 95px;
  }
#header table{
  margin: auto;
  }

#left, #center, #right {
  float: left;
  }
#left {
  width: 140px;
  padding: 0px 0px 0px 5px;
  }
#center {
  width: 450px;
  margin: 0px 5px 0px 5px;
  padding-bottom: 10px;
  padding-top: 10px;
  }
#right {
  width: 140px;
  padding: 0;
  }
#footer {
  clear: both;
  font-size: .9em;
  text-align: center;
  font: 10px courier new, serif;
  padding: 5px 10px 0 10px;
  color: #6699CC;
  background: #B7D1F2 url(http://www.maatschappelijkwerk.com/common.test/img/header/bg_bottom.png) no-repeat top center;
}
#footer a {
  color: #6699CC;
  }

.footer {
  float: left;
  }
.disclaimer {
  clear: both;
  margin-top: 10px;
  }
.sponsor {
  float: right;
  }
.stats {
  margin-top: 10px;
  }

/*header*/
#mouseovers img {
  border: 0;
  }
#mouseovers td a{
  padding-top: 7px;
  }

#mouseovers a {
  display: block;
  height: 30px;
  width: 90px;
  border: 0px solid red;
  text-align: center;
  text-decoration: none;
  }

#mouseovers a.on {
  background: url(http://www.maatschappelijkwerk.com/common.test/img/header/button_on.gif) no-repeat;
  }

#mouseovers a.off {
  background: url(http://www.maatschappelijkwerk.com/common.test/img/header/button_off.gif) no-repeat;
  }

#mouseovers a.on:hover {
  background: url(http://www.maatschappelijkwerk.com/common.test/img/header/button_off.gif) no-repeat;
  }

#mouseovers a.off:hover {
  background: url(http://www.maatschappelijkwerk.com/common.test/img/header/button_on.gif) no-repeat;
  }


/* content */
.content          { border: 0px solid red; margin-bottom: 5px;}
.content_content  { background: url(http://www.maatschappelijkwerk.com/common.test/img/block/content_mid.gif) top left repeat-y; padding: 0px 10px; border: 0px solid transparent;}
.content_btm      { background: url(http://www.maatschappelijkwerk.com/common.test/img/block/content_btm.gif) top left no-repeat; height: 10px; border: 0px solid red; }

table.content {width: 100%; margin: 0px;}
table.content .label {width: 25%;}
table.content .tekst {font-style: italic;}

.empty {font-style: italic;}

/* blocks */

.block {            /*div om gehele block*/
  /*width: 138px;*/
  margin-bottom: 5px;
  }
.block_content {    /*div om content van block*/
  background: url(http://www.maatschappelijkwerk.com/common.test/img/block/menu_mid.gif) repeat-y;
  padding: 0px 10px;
  border: 0px solid transparent;
  }
.block_btm {        /*div met onderste afb. block*/
  background: url(http://www.maatschappelijkwerk.com/common.test/img/block/menu_btm.gif) no-repeat top;
  height: 10px;
  border: 0px solid red;
  }

div.block_content a.selected {
  font-weight: bold;
  }

/*login*/

.login_table {
  width: 100%;
  }
.login_table #name, #pass{
  padding-bottom: 2px;
  }
.login_table #btn{
  text-align: center;
  }
.login_table #reg_lost a{
  font: 9px verdana;
  color: #AAA;
  }
.login_table #reg_lost a:hover{
  font: 9px verdana;
  color: #003366;
  }

/* centrale div */
#center .input_text, #center textarea{
  width: 400px;
  }
#center textarea {
  height: 100px;
  }
#center p img.left {
  float: left;
  padding: 0px 10px 5px 0px;
  }
#center p img.right {
  float: right;
  padding: 0px 0px 5px 5px;
  }
#center div.error {
  background: #CCC;
  border: 1px dashed #f00;
  padding: 3px;
  }
#center div.error em {
  font: bold 12px Verdana;
  display: block;
  }

#center div.error span {
  padding-left: 10px;
  display: block;
  }

