html, body, div, ul, li, form, textarea, input, p {
  margin:0;
  padding:0;
}

html, body, p {
  margin: 0;
  padding: 0;
}

ul li {
  list-style:none;
}

body{
  min-width: 760px;
  max-width: 100%;
  color: #446666;
  background: #FFF;
  font: small Arial, Helvetica, sans-serif;
  text-align: center;
}

div.container {
  max-width: 1280px;
  min-width: 760px;
  margin: 0 auto;
  padding: 0;
  text-align: left; /* terug zetten van links uitlijnen van de tekst*/
  background: url(topleft2.gif) no-repeat;
}

/* IE6 bug solver (max-width doesn't work) */
* html div.container {
  width: expression(document.body.clientWidth < 770? "759px" : document.body.clientWidth > 1256? "1256px" : "99.5%"); /*100% means horizontal scroll in IE6 */
}

div.header{
  background: url(headerback2.gif) repeat-x;
  margin-left: 230px;
}

div.taskbar {
  height: 25px;
  font-size: x-small;
  text-align: right;
}

div.taskbar ul li {
  text-transform:uppercase;
 	float: right;
 	padding: 7px 5px 0 30px;
}

div.taskbar ul li a {
  text-decoration:none;
}

div.mainmenu {
  height: 72px;
 	font: bold 0.9em "Trebuchet MS",sans-serif;
  position: relative;
}

div.mainmenu ul li {
  float: left;
	margin-top: 37px;
}

div.mainmenu ul li a {
  float: left;
  text-decoration:none;
 	color: #FFF;
	padding: 8px 18px;
	text-align: center;
  margin-right: 5px;
}

div.mainmenu ul li a:hover, div.mainmenu ul li a.selected {
 	color: #FFF;
	background-color: #4A91C3;
}

div.body {
  margin-top: 28px;
  background-image: url(menu.gif);
  background-repeat: repeat-y;
}

div.submenu {
  float: left;
  width: 214px;
  margin-top: 15px;
  border-top: 1px solid #E1E1E1;
  min-height: 250px;
  background-image: url(menuright.gif);
  background-repeat: repeat-y;
  background-position: right;
}

div.submenu ul li {
  display: inline;
}

div.submenu ul li a {
  background-color: #EDF2F2;
  border-bottom: 1px solid #E1E1E1;
  border-top: 1px solid #FFFFFF;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  background-image: url(menuright.gif);
  background-repeat: repeat-y;
  background-position: right;
  color: #446666;
}

div.submenu ul li a.selected {
  border-top: none;
  background-color: #fff;
  background-image: url(menuselected.gif);
} 

div.submenu ul li a:hover {
  background-color: #E0E9E9;
} 

div.content {
  padding-left: 235px;
  margin-bottom: -70px;
}

div.content a {
  padding-left: 14px;
  background: url(link.gif) no-repeat 0 50%;
}

div.content img {
  border: 2px #E1E1E1 solid;
}

div.logofooter {
  clear: both;
  text-align: right;
  background-image: url(logoback.gif);
  background-repeat: repeat-x;
  height: 105px;
}

div.logofooter img {
  float: left;
}

div.textfooter {
  clear: both;
  text-align: right;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 20px;
  font-size: x-small;
  padding: 5px;
}

div.textfooter img {
  float: left;
}

div.news {
  background-image: url(nieuws.gif);
  background-repeat: no-repeat;
  float: right;
  width: 195px;
  margin: 0 0 5px 25px;
  border-bottom: 1px solid #E1E1E1;
}

div.news .titel {
  color: #fff;
  margin: 0;
  padding: 6px 0 0 25px;
 	font: bold 0.9em "Trebuchet MS",sans-serif;
  height: 40px;
}

div.news ul li {
  display: inline;
}

div.news ul li a {
  display: block;
  text-decoration: none;
  width: 175px;
  float: left;
  padding: 0 5px 10px 15px;
  background-image: url(menuright.gif);
  background-repeat: repeat-y;
}

div.news ul li a.more {
  font-weight: bold;
  text-align: right;
  background-color: #EDF2F2;
  padding: 3px 10px 3px 10px;
  color: #446666;
}

div.news img {
  border: 1px solid #4D98CB;
  float: left;
  margin: 0 5px 0 0;
}


div.contentNews ul li {
  background-color: #f2f2f2;
  border-bottom: 2px solid #fff;
}

div.contentNews ul li a {
  display: block;
  text-decoration: none;
  padding: 3px;
}

div.contentNews img {
  border: 1px solid #4D98CB;
  margin: 0 5px 0 0;
}

div.chooser {
  right: 0;
  position: absolute;
}

a {
  color: #4D98CB;
}

a:hover {
	color: #C60;
} 

.titel {
  display: block;
 	margin-top: 1em;
  font: bold 0.9em "Trebuchet MS",sans-serif;
  color: #4D98CB;
  font-size: large;
	margin-bottom: 0.2em;
}

.citaat {
  display: block;
	background: url(quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.0em "Lucida Sans Unicode",serif;
	padding-left: 28px;
	margin: 1em;
}

