/* fff005     als geel
FBD504  als middel geel
FF7505   als oranje
FB6704   als middel oranje
FF3A05   als rood
9F0101   als donker rood
4B0101  voor de letters 

p {padding: 2%; border: 1px solid black; } 

*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}


body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 110.01%;
background-color: #FF7505;
color: #660000;
text-align: center;
}

#wrapper {
	width: 810px;
	background-color:#FBD504;
	margin:10px auto;
	text-align:left;
	border-bottom-color: #993333;
	border: 0px;
	border-color: #9f0101;
}

#banner {
height: 90px;
background-color:#FBD504 ;
background-image: url(images/ronde-hoek.gif);
background-repeat: no-repeat;
background-position: top left ;
}

#google-ad1 {
position:relative;
width: 740;
left:70px;
top:0px;
}


#nav ul {
	background-color: transparent;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 80%;
	border: 1px solid #000000;/*this adds a second line to the bottom of the nav, if you prefer a single line you can remove it by uncommenting the other properties and commenting out this one. I think it gives a nice raised effect, the choice is your's :)*/
	font: impact;
/*border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 1px solid #000000;*/
}

#nav ul li {
padding: 0;
margin: 0; 
}

#nav ul li a{
background-color: #FF3300;
border-bottom: 1px solid #000000;
color: #fff005;
display: block;
padding: 4px 0 6px 4px;
text-decoration: none; 
height: 1%;
}

#nav a:hover, #nav a:focus { 
background-color: #FF7505;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #4b0101;
}


#content{
margin-left: 200px;
width: 550px;
}

#content p{
font-size: 80%;
margin: 20px;
}

#content h1{
font-size: 130%;
color: #003366;
padding: 0;
margin: 20px;
}

#content h2{
	font-size: 150%;
	color: #9f0101;
	padding: 0;
	margin: /*100px 0 0*/ 20px;
	font: impact;
}

.leftimage{
	float: left;
	margin-right: 10px;
	border: 1px solid #9F0101;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}

.rightimage{
margin-bottom: 20px;
float: right;
margin-left: 15px;
border: 1px solid #000000;
width: 150px;
}

#footer{
border-top: 1px solid #000000;
background-color: #9F0101;
color: #0D620B;
clear: both;
}

#footer p {
font-size: 70%;
padding: 3px;
}

#leftcol{
margin-left: 10px;
margin-top: 20px;
width: 170px;
margin-bottom: 20px;
float: left;
}

#content p.right{
float: right;
}

.container{
width: 99%; 
float:right;
}
.container2{
	float:left;
	padding: 3px;
	border-top    				: solid 1px #FF7505;
	border-bottom 				: solid 1px #FF7505;
	border-left   				: solid 1px #FF7505;
	border-right    			: solid 1px #FF7505;
	margin-left: 26px;
	background-repeat: no-repeat;
}


/* tabel opmaak */
	table {
	width        				: auto;
	margin-left					: auto;
	margin-right				: auto;
	border-collapse  			: collapse;
	text-align    				: center;
	font-size: small;
}

/* cell opmaak */		
	td {
		width        				: 90%;
		white-space					: nowrap;
	   border-top    				: solid 1px #ABABAB; 
      border-left   				: solid 1px #ABABAB;
		border-right    			: solid 1px #ABABAB;
      border-bottom 				: solid 1px #ABABAB;
  		border-collapse  			: collapse;
      text-align    				: center;
		font-size					: 110%;
		color							: #9F0101;  }
.footer_txt {
	color: #333300;
	font-variant: small-caps;
}
.img_in_leftcol {
	padding-top: 10px;
	border: 0px;
}


.TextField {
background-color: #FF9505;
color: #9F0101;
font-family: verdana;
}
