/* basis opmaak pagina's  */

html {
  margin: 0;
  height: 100%;
  background: white;
  background-image: url(images/bkgnd.gif);
}

* {margin:0; padding:0}

body {
  position: relative;
	font-family: arial, sans-serif;
	font-size: 76%;
  min-height: 100%;
  height: 100%;
}

p {margin-bottom: 1.5em}

#container {
  position: relative;
  width: 775px;
  min-height: 100%;
  height: 100%;
}

.kantlijn{
  float: left;
  width: 170px;
}

.logo {
  border: 0;
  width: 170px;
  height: 85px;
}

.navigation{
  width: 170px;
  height: 450px;
}

#menu{
  padding-left: 30px;
	list-style: url(images/arrow.gif); }
#menu li ul { margin-left: 20px;}
#menu li ul li ul { margin-left: 20px;}
#currentPage { list-style: url(images/here.gif); font-weight: bold;}
#menu A:link { color: #00C; text-decoration: none; }
#menu A:visited { color: #00C; text-decoration: none; }
#menu A:hover { color: #00C; text-decoration: none; font-weight: bold; }
#menu A:active { color: #00C; text-decoration: none; }

.credits{
  border: 0;
  width: 170px;
  font-size: 0.8em;
  text-align: center;
}
.credits img{ margin: 5px; }

.content{
  float: left;
  border: 0;
  width: 575px;
  padding: 0 0 50px 30px;
}

.header{
  width: 575px;
  padding: 20px 0;
  font-size: 2em;
  font-family: arial black;
  font-weight:bold;
}

.text{
  width: 575px;
}

#footer {
  position: relative;
  margin-top: -35px;
  left: 600px;
  width: 175px;
  padding-bottom: 10px;
  height: 35px;
}

.nav{
  float: right;
  padding-right: 20px;
}

#counter { visibility: hidden; display: none;}
