.test { font-family: Arial }

body  {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

textarea {
	border: 1px solid black;
	background-color: white;
}

input {
	border: 1px solid black;
	background-color: white;
}

.twoColFixLtHdr #zwart  { background-color: black; padding: 0 0 0 0px; height: 40px; }

.twoColFixLtHdr #header  { background-image: url(../afbeeldingen/header.png) ; padding: 0 0 0 0px; height: 209px; } 


.twoColFixLtHdr #container  { 
	background: url(../afbeeldingen/AG.png); 
	text-align: left; 
	margin: 0 auto; 
	width: 1003px; 
/*	border-bottom: 1px solid #7F7F7F;
	border-left: 1px solid #7F7F7F;
*/
	
} 
.twoColFixLtHdr #vlakLinks {
	float: left; /* since this element is floated, a width must be given */
	width: 410px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image: url(../afbeeldingen/sidebarlinks.png) ;
	padding-left: 0px;
	
}
.twoColFixLtHdr #vlakRechts { 
	margin: 0 0 0 410px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background-image: url(../afbeeldingen/container.png);*/
	background-color: #fff;
	width: 593px;
} 

/*.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; 
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}
*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#kopLinks { 
	color: #fff; 
	margin-top: 58px; 
	margin-left: 31px; 
	font-size: 16px; 
}
#tekstLinks    { 
	color: #fff; 
	font-size: 12px; 
	line-height: 30px; 
	margin-top: 34px; 
	margin-left: 31px; 
	width: 340px 
}

.projectFoto { 
	margin-left: 6px; 
	margin-top: 11px;	
}

#projectKnoppen {margin-left: 12px; margin-top: 11px;}


#lijnLinks  { border-left: 1px solid #C71736; margin-left: 108px; margin-bottom: 25px; }
#kopRechts  { color: #000; font-size: 16px; margin-top: 22px; margin-left: 25px }
#onderschriftFoto { color: #C71736; font-size: 12px; margin-top: 14px; margin-left: 25px; }

#tekstRechts   { color: #000; font-size: 12px; line-height: 18px; margin-top: 2px; margin-left: 25px; width: 415px;  }

#tekstRechts a:link, #tekstRechts a:active, #tekstRechts a:visited  { color: #000; text-decoration: none; font-weight: bold;  }

#tekstRechts a:hover  { color: #C71736; text-decoration: none; font-weight: bold;  }


#quote  { color: #C71736; font-size: 16px; line-height: 22px; margin-top: 50px; margin-left: 200px;  }

#fotoLinks {margin-left: 31px; margin-top: 30px; margin-bottom: 108px;}

h1, h2, h3, h4, h5, h6 {font-size:12px;}
h1 {font-weight:bold;font-size:13px;}
