/* margin en padding resetten */
* {
		  margin:0px;
		  padding: 0px;
}

/* body settings */


body {
font-family: Trebuchet MS;
background-image: url("../../gfx/bg_body.gif");
background-repeat: repeat-x;
background-color: #fff;
color: #000000;
text-align: center;
font-size: 100%;
}

/* Opmaak css */

a {
		  font-weight: bold;
		  text-decoration: none;
		  font-size: 70%;
		  color: #fff;
}

h1 {
	font-size: 14px;
    line-height: 14px;
	color: #327200;
	font-weight: bold;
	
}

ul {
    margin-left: 20px;
}

/*div settings */

#container {
		  position: relative;
		  height: 100%;
		  width: 736px;
		  background-color: #000;
		  margin: auto;
}

#header {
	position: relative;
	background-image: url("../../gfx/header.gif");
	height: 245px;
	width: 736px;
}

#navq {
	Position: relative;
	top: 13px;
	float: right;
	right: 30px;
}

#content {
	position: relative;
	height: 350px;
	width: 736px;
	text-align: left;
	background-color: #fff;
}




#left_text{
		  position: relative;
          font-size: 70%;
		  left: 31px;
		  height: 100px;
		  width: 200px;
}

.box_verz{
	position: relative;
	float: left;
	background-image: url("../../gfx/verz_content.gif");
	background-repeat: repeat-y;
	width: 295px;
    height: 194px;
}

.box_weet{
	position: relative;
	float: left;
	background-image: url("../../gfx/weet_content.gif");
	background-repeat: repeat-y;
	width: 295px;
    height: 101px;
}

li {
  padding-left: 20px;  
}

#nav {
	position: relative;
	background-image: url("../../gfx/nav.gif");	  
	height: 23px;
	width: 440px;
	float: left;
	left: 1px;
}

#navtekst {
   position: relative;
	top: -3px;
	height: 23px;
	float: left;
	left: 75px;
}

#text {
	position: relative;
	font-size: 80%;
	font-weight: bold;
	height: 100%;
	width: 381px;
	float: right;
	top: 30px;
	right: 10px;
}

#text_left {
		  position: relative;
		  top: 30px;
		  font-size: 80%;
		  float: left;
		  left: 31px;
		  height: 100%;
          width:  250px;
}


#footer {
	position: relative;
	float: left;
    top: 30px;
    font-size: 11px;	  
    height: 11px;
}

/* classes */

.link {
		color: #327200;  
		font-weight: normal;
		font-size: 100%;
}

.content {
	font-size: 90%;
	font-weight: normal;
	color: #000;
}

.h1ct {
		  font-size: 14px;
}

.contact {
color: #909090;
font-style: italic;
font-size: 11px;

}
.textbox, .textbox required {
		  color: #444444;
          font-size: 11px;
          font-family: verdana;
		  border: 0px;
		  border-top: 1px solid #444444;
		  border-left: 2px solid #444444;
		  border-bottom: 2px solid #444444;
		  border-right: 2px solid #444444;
          font-style: normal;
}


.smallmenu {
    text-align: center;  
}

.ahome {
    position: relative;
    left: 45px;
   }

.linkhome {
    color: #7a93bc;  
    font-size: 0.8em;
}

