/* Papier */

#paper {
 float:left;
 width:619px;
 height:895px;
 margin-left:69px;
 padding:0;
 background:url('../gfx/background/paper.gif') no-repeat;
 font-size:0.6em;
 display:inline;
}

#paperNav {
 float:left;
 width:172px;
 height:895px;
 margin:0;
 padding:0;
 display:inline;
 background:url('../gfx/background/paper2.gif') no-repeat;
 font-size:0.6em;
}

#paperNav #top {
  float:left;
  width:172px;
  height:120px;
  margin-top:130px;
  margin-bottom:10px;
  padding:0;
  display:inline;
}
#paperNav #bottom {
  float:left;
  width:172px;
  height:auto;
  margin-bottom:127px;
  padding:0;
  display:inline;
}

/* inside the paper */

#tekst {
 float:right;
 width:330px;
 height:auto;
 padding:0;
 margin:10px 20px 0 0;
 display:inline;
}

#tekst h1 	{
  float:left;
  clear:right;
  font-size:1em;
  margin:5px 0;
  padding:2px;
  padding-right:10px;
  border-bottom:1px solid #000;
  border-left:1px solid #000;
  display:block;
  color:#600;
}
#tekst h2 	{
  float:left;
  clear:both;
  width:100%;
  font-size:1em;
  margin-top:5px;
  padding:0;
  color:#900;
}

#tekst p {
  clear:left;
  margin-bottom:20px;
}

#image {
  float:left;
  width:254px;
  height:510px;
  margin:0;
  padding:0;
  display:inline;
}
#image img 		{margin:12px 0 0 5px;}
#image img.icon {margin:0 5px;}
#image p 		{margin:12px 0 0 40px;}

#paper.table {padding:40px 0 0 0;}
#paper p.nav{
  float:left;
  width:auto;
  height:14px;
  margin:50px 0 0 0;
  padding:0;
  color:#666;
  display:block;
}


/* Item */

.item {
  float:left;
  width:400px;
  height:auto;
  margin:10px 0 10px 70px;
  padding:0;
  display:inline;
  background:#eee;
}
#paper.item:hover {background:#ddd;}

.item img {
  float:left;
  margin:10px;
  padding:0;
  border:1px solid #000;
  display:block;
}

.item h1 {
  font-size:1.1em;
  font-weight:bold;
  color:#900;
  display:block;
}
.item p {
  display:block;
  color:#000;
  padding:5px;
  text-decoration:none;
}
#paper a {text-decoration:none;}

/* Sub Extra Geheime niet te vergeten stiekem geplaatste Navigatie bestaande uit een list-item */
#paperNav #bottom ul {
  float:left;
  width:auto;
  height:60px;
  padding:0;
  display:block;
  list-style:none;
}
#paperNav ul {
  float:left;
  width:auto;
  height:auto;
  margin:10px 0 0 4px;
  padding:0;
  display:block;
  list-style:none;
  font-size:1.1em;
}
#paperNav ul li {
  margin:0;
  padding:0;
  font-weight:bold;
}
#paperNav ul li ul {
  margin-top:5px;
  padding:0;
}
#paperNav ul li ul li {
  margin:0;
  padding:0;
}
#paperNav ul li ul li a {
  font-weight:normal;
  color:#600;
  font-size:0.9em;
}
#paperNav ul li ul li a:hover {
  text-decoration:none;
  color:#000;
}
#paperNav ul.top {margin-top:260px;}

#paperNav .contact {
 float:left;
 margin-top:38px;
 margin-left:10px;
 padding:0;
 display:inline;
}
#paperNav .contact a {
  color:#222;
  text-decoration:underline;
}
#paperNav .contact a:hover {
  color:#999;
  text-decoration:underline;
}


/* Formulier */

#tekst input {
  width:160px;
  height:15px;
  margin:0;
  padding:0;
  border:0;
  border-bottom:1px dashed #000;
  font-family:"courier new", Georgia, "Times New Roman", Times, serif;
}
#tekst input.postcode {width:55px;}
#tekst textarea {
  width:190px;
  height:185px;
  margin:0;
  padding:20px;
  border:0;
  background:url('../gfx/background/postit.gif');
  overflow:hidden;
}
#tekst input.button {
  width:auto;
  height:20px;
  margin:0;
  padding:0 5px 0 5px;
  border:1px solid #222;
  font-size:1em;
  background:#efefef;
  font-family:verdana;
}