/* stylesheet voor Blokken en Strepen */

/* classes */
body							 {background:url(../afbeeldingen/achtergrond_asfalt.jpg);
										font-family:arial;
										font-size:14px;
									  }
.vet				     {font-weight:bolder;}
.streep						{text-decoration:underline;}
.schuin						{font-style:italic;}
h1.klein						{font-size:16px;}
.diversen						{color:#ffffff}
										 
a.menu:link					{
									 	width:150px;
										height:40px;	
										position:relative;
										top:15px;
										left:25px;
										padding:12px;
										text-decoration:none;
										font-size:14px;
										font-family:arial;
										color:#ffcc00;
										font-weight:bolder;
										overflow:hidden;																			 					
									  }
 
a.menu:visited			{
									 	width:150px;
										height:40px;
										position:relative;
										top:15px;
										left:25px;
										padding:12px;
										text-decoration:none;
										font-size:14px;
										font-family:arial;
										color:#ffcc00;
										font-weight:bolder;	
										overflow:hidden;
									  }

a.menu:hover				{
										 color:#73cade;
										 position:relative;
										 top:15px;
										 left:25px;
										 overflow:hidden;
										 }
										
a.menu:active				{
									 	width:150px;
										height:40px;
										position:relative;
										top:15px;
										left:25px;	
										padding:12px;
										text-decoration:none;
										font-size:14px;
										color:#ffcc00;
										font-family:arial;
										font-weight:bolder;	
										overflow:hidden;			
										}
										

