/* Start of CMSMS style sheet 'KattenbergCSS' */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/

html,
body {
        height: auto;
        color: #333;
}
body {
    background: #163F81;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
             line-height: 1em;
}


html body table tr td{
    background: #FFF;
}




/************ Wrapper tag styles **************/

#wrapper {
	position: absolute;
             top: 10px;
	left: 50%;
	width: 785px;
	height: auto;
             min-height: 768px;
	margin-left: -393px;
             background-color: #FFF;
             border: solid 1px #ccc;

             background-image: url(background.jpg);
             background-repeat: no-repeat;
             background-position: 230px 225px;
}
html>body #wrapper {
    height: auto;
    min-height: 768px;
             background-color: #FFF;

}
.skipto{
  display: none;
}


/************* Header tag styles ***************/

#pageHeader{
  position: absolute;
  right: 15px;
  top: 30px;
}

#logo img{
  border-left: dashed 1px #163F81;
  border-right:0;
  border-top: 0;
  border-bottom: 0;
  padding-left: 5px;
  position: absolute;
  right: 10px;
  top: 240px;

}

/************* Footer tag styles ***************/

#footer{
  background-color: #4B8A42;
  position: absolute;
  width: 785px;
  height: 25px;
  bottom: 0;
  color: #fff;
  text-align: center;
  vertical-align: bottom;
  padding-top: 15px;
  font-size: 7pt;
}



/************* Content tag styles **************/

#content{
  font-size: 110%;
  padding-top: 220px;
  padding-left: 30px;
  padding-bottom: 60px;
  height: auto%;
  width: 550px;
  line-height: 15px;
  /* text-indent: 5px; */
}
#content input{
  cursor: default;
}

#content table td{

      font-size: 100
      vertical-align: top;
      border-style: none;
}

#content table td input{
border: 2px solid #FFDB63;
}

#content h4{
  font-size: 100%;
  font-weight: normal;
}


#content h2{
  font-size: 170%;
}

/*#content form Vragen/opmerkingen{
size: 400px;
background-color: green;
}*/
.thumb img {
  border: 0;
  _height: 72px;
  _width: 96px;
}


/************* Address tag styles ***************/

#address{

  width: 220px;
  height: 105px;
  padding-top: 20px;
  position: absolute;
  left: 15px;
  top: 35px;
}
#address ul{
  padding: 0;
  margin: 0;
}
#address ul li{
  list-style: none;
  text-align: center;
  line-height: 11px;
  font-size: 100%;
}
#address a{
  color: #385C72;
}
#address a:hover{
    text-decoration: none;
}
/* End of 'KattenbergCSS' */

