@charset "utf-8";
/* CSS Document */

* { 
	margin: 0; 
	padding 0;
} 

body{
   margin: 0;
   padding: 0;
   font-family: Verdana, "Trebuchet MS";
   font-size: 12px;
   background-image: url(img/bamboo_pot_lowres2.jpg);
   background-repeat: no-repeat;
   background-position: top;
   background-position: right;
}

/*body*/ 
#container{
   width: 705px;
   height: auto;
   margin-top: 30px;
   margin-left: auto;
   margin-right: auto
}
 
#header{
   width: 696px;
   height: 40px;
   padding-right: 4px;
   text-align: right;
   border: 1px solid #000000;
}
 
#nav{
	width: 120px;
	height: auto;
	float: left;
}
 
#content{
	left: 148px;
	width: 570px;
	height: auto;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	float: left;
}
 
#footer {
	width: 696px;
	height: 20px;
	padding-top: 4px;
	padding-right: 4px;
	text-align: right;
	border: 1px solid #000000;
	float: left;
}

/*menu opmaak*/ 
ul{
   margin: 0;
   padding: 0;
   list-style-type: none;
}
 
li{
   margin: 0;
   padding: 0;
   padding-left: 15px;
}
 
li a{
   	color: #CC0000;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	width: 80px;
}
 
li a:hover, li a:active {
	color: #FFFFFF;
	background-color: #333333;
	text-decoration: none;
}


/*opmaak linkjes*/ 
#content a{
   color: #CC0000;
   text-decoration: none;
}
 
#content a:hover{
   color: #999999;
   text-decoration: underline;
}

#footer a{
	color: #CC0000;
	text-decoration: none;
}

#footer a:hover{
	color: #666666;
	text-decoration: underline;
}


/*tekst opmaak*/
h1 {
	font-size: 24px;
	font-weight: 300;
}

h2 {
	font-size: 18px;
	font-weight: 300;
}

h3 {
	font-size: 14px;
	font-weight: 300;
}