@charset "utf-8";
/* CSS Document */


/*  contactContentGebied */
#contactContent					{ position:absolute; width:750px; height:35px; top:220px; left:200px; border:green thick solid none; line-height:26px;}
#contactGebied					{ position:absolute; width:480px; height:400px; top:280px; left:200px; border:grey thick solid none ; line-height:26px;}
#contactImg						{ position:absolute; width:265px; height:400px; top:280px; left:685px; border:red thick solid none; line-height:26px; opacity:0.2 }

input, textarea					{ width:400px; background-color:#666; padding:1px 10px; height:34px; font-size:12px; font-family: inherit; 
										font-size: 0.9em; color:#FFF;
										   -moz-border-radius:5px;
										-webkit-border-radius:5px;
										        border-radius:5px;}
input:focus, textarea:focus 	{ border:0px solid #C7C653; background-color:orange;}
textarea						{ height: 180px; padding:5px 10px}

#submit 						{ width:127px; height:38px; margin-top:20px; cursor:pointer; color:white; }
#submit:hover 					{ background-color:black; color:orange; font-weight:bold; }
#submit:active					{ background-color:orange; color:white; font-weight:bold; }

/* ALGEMENE opmaak*/
.rood							{ color:#FF5972}	


