/* CSS Document */
body {
	padding :0;
	margin :0;
    background-color : white;
    background-image : url(images/bg.gif);
	background-repeat : repeat-y; /* x-direction, y-direction no-repeat */
}

#content {
   padding-top : 0px;img {border: none;}
   padding-bottom : 30px;
   padding-left : 250px;
   padding-right : 250px;
}

#content2 {
   padding-top : 0px;img {border: none;}
   padding-bottom : 30px;
   padding-left : 30%;
   padding-right : 30%;
      font-family : "Trebuchet MS", Georgia, Times, serif;
}

#content h1 {
      font-family : "Trebuchet MS", Georgia, Times, serif;
      font-size : 120%;
      font-weight : normal;
      color : #000000;
      background-color : transparent;
}
#content h2 {
      font-family: "Trebuchet MS", Georgia, Times, serif;
      font-size: 100%;
      font-weight: bold;
      color: #000000;
      background-color : transparent;
}
#content2 h6 {
      font-family: "Trebuchet MS", Georgia, Times, serif;
      font-size: 80%;
      font-weight: normal;
      color: #000000;
      background-color : transparent;
}
#content h7 {
      font-family: "Trebuchet MS", Georgia, Times, serif;
      font-size: 100%;
      font-weight: bold;
      color: #000000;
      background-color : transparent;
}

#content p {
      font-family : "Trebuchet MS", Georgia, Times,serif;
      font-size : 80%;
      font-weight : normal;
      color : #000;
      background-color : transparent;
      line-height : 140%;
}
#content li {
      font-family : "Trebuchet MS", Georgia, Times,serif;
      font-size : 100%;
      font-weight : normal;
      color : #000;
      background-color : transparent;
      line-height : 140%;
}
#content xy {
      font-family : "Trebuchet MS", Georgia, Times,serif;
      font-size : 65%;
      font-weight : bold;
      color : #000;
      background-color : transparent;
      line-height : 100%;
}

#logo{
    position : absolute;
    top : 0px;
    left : 0px;
    z-index : 50;
}
#knop{
    position : absolute;
    top : 150px;
    left : 250px;
    z-index : 50;
	width : 5px;
	height : 1px;
	border : 0;
}

#update{
    position : absolute;
    top : 125px;
    left : 20px;
    z-index : 50;
	width : 200px;
	height : 10px;
	border : 2;
}
#update p {
      font-family : "Trebuchet MS", Georgia, Times,serif;
      font-size : 65%;
      font-weight : bold;
      color : #000;
      background-color : transparent;
      line-height : 140%;
}


#navigation {
       position : absolute;
       top : 200px;
       left : 20px;
       width : 140px;
}
#navigation a { 
       font-family: "Trebuchet MS", Georgia, Times, serif;
       font-size: 10px;
       color : green;
       background-color: white;
}
