body
{
  margin: 0px;
  padding: 0px;
  font-family: Verdana, monospace, courier;
  font-size: 13px;
  background-image: url(images/layout/back.gif);
  scrollbar-face-color: #EEEEEE;
  scrollbar-highlight-color: #336699;
  scrollbar-shadow-color: #336699;
  scrollbar-3dlight-color: #eeeeee;
  scrollbar-arrow-color: #336699;
  scrollbar-track-color: #eeeeee;
  scrollbar-darkshadow-color: #eeeeee;
}

img
{
  border: 0px;
}

a
{
  text-decoration: none;
  color: #333333;
  font-weight: bold;
}

a:hover
{
  text-decoration: underline;
}


h1
{
  text-align: center;
  font-size: 24px;
  height: 90px;
  width: 376px;
  padding-top: 60px;
  background-image: url(images/layout/titelvak.gif);
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 30px;
  color: #0088FF;
}

h2
{
  font-size: 18px;
  color: #0088FF;
}

h3
{
  font-size: 14px;
  color: #000000;
}

/* Page layout */

#table
{
  width: 100%;
}

#adres
{
  font-size: 13px;
  color: #003364;
  height: 94px;
  width: 190px;
  text-align: center;
  background-color: #DDDDDD;
}

#logo
{
  height: 86px;
  color: #003364;
  font-size: 32px;
  font-weight: bold;
  background-image: url(images/layout/logo.gif);
  background-repeat: no-repeat;
  background-position: 4px 5px;
  border-top: 4px solid #DDDDDD;
  border-bottom: 4px solid #DDDDDD;
  border-right: 4px solid #DDDDDD;
}

#menu
{
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

#menu a
{
  display: block;
  padding-top: 20px;
  width: 185px;
  height: 30px;
  font-size: 11px;
  text-align: center;
  border: 2px solid #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

#menu a:hover
{
	background-color: #EEEEEE;
	border: 2px solid #0088FF;

	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-left-radius: 15px;

	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
}

.bullet
{
  margin-top: 12px;
  margin-left: 3px;
  height: 3px;
}

#plaatje
{
  background-image: url(images/layout/decorati.gif);
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: 10px;
  height: 168px;
  width: 189px;
}

#inhoud
{
  padding: 5px;
}

.centertable
{
  margin-left: auto;
  margin-right: auto;
}

.provincielink
{
  display: block;
  width: 142px;
  height: 80px;
  padding-top: 20px;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}

.provincielink:hover
{
  background-color: #EEEEEE;
  text-decoration: none;
}

.inputtext
{
  background: #F2F2F2;
  border: 1px solid #bacbac;
  font-size: 14px;
}

.textarea
{
  background: #F2F2F2;
  border: 1px solid #bacbac;
  font-size: 12px;
  padding-top: 1px;
  padding-left: 3px;
}

.inputselect
{
  background: #F2F2F2;
  border: 1px solid #bacbac;
  font-size: 14px;
  width: 202px;
}

.inputsubmit
{
  background: #abcdef;
  font-size: 16px;
  width: 100px;
}

.text
{
  font-size: 12px;
}

.textbold
{
  font-size: 12px;
  font-weight: bold;
}

.bigtext
{
  font-size: 16px;
  font-weight: bold;
}

.error
{
  color: #FF0000;
}

.adrestussen
{
  height: 12px;
  background-color: #DDDDDD;
  border-top: 5px solid #FFFFFF;
  border-bottom: 5px solid #FFFFFF;
}

label {
	cursor: pointer;
}