/* CSS Document */
/* css voor dropdown menu */

.navigatie ul 						{
									margin: 0;
									padding: 0;
									list-style: none;
									}

.navigatie ul li 					{
									position: relative;
									float:left;
									width:97px;
									font-family:Georgia, "Times New Roman", Times, serif;
									font-size:11px;
									font-weight:bold;
									border:0px solid green;
									}
	
.navigatie li ul 					{
									position: absolute;
									display: none;
									}

/* Styles for Menu Items */
.navigatie ul li a 					{
									display: block;
									text-decoration: none;
									color: #ffffff;
									background: #a70d13; /* IE6 Bug */
									padding-top: 2px;
									padding-left:15px;
									}

/* Fix IE. Hide from IE Mac \*/
* html .navigatie ul li 			{ float: left; height: 1%; }
* html .navigatie ul li a 			{ height: 1%; }
/* End */

/* Hover Styles */
.navigatie ul li a:hover 			{
									color: #ffffff;
									background: #a70d13;
									text-decoration:underline;
									} 

 /* Sub Menu Styles */		
.navigatie li ul li a 				{ 
									padding: 4px 15px 3px 15px; 
									font-family:Verdana, Arial, Helvetica, sans-serif;
									font-size:11px;
									font-weight:normal;
									width:150px;
									height:15px;
									border-bottom:0px solid white;
									}

 /* The magic */		
.navigatie li:hover ul, li.over ul	{
									display: block; 
									}

/* begin rode en witte balken onder het menu */									
.menurood							{
									height:22px;
									background-color:#a70d13;
									font-family:Georgia, "Times New Roman", Times, serif;
									font-size:11pt;
									font-weight:bold;
									color:#ffffff;
									}
				
.menuwit							{
									height:19px;
									background-color:#fbf7ee;
									font-weight:;bold;
									}
									
.bread								{
									display:block;
									float:left;
									}
									
.bread_active						{
									font-weight:bold;
									display:block;
									float:left;
									}
									


/* einde rode en witte balken onder het menu */			

/* begin style voor menu rechts */
.dir 								{
									border-bottom:solid 1px #b29d93;
									}
						
.vraag								{
									border-top:1px solid #fbf7ee;
									background-color:#60372c;
									color:#cdbeb4;
									cursor:pointer;
									cursor:hand;
									font-family:Georgia, "Times New Roman", Times, serif;
									font-size:12px;
									font-weight:bold;
									padding:4px;
									}
						
.antwoord							{
									display:none;
									padding:4px;
									}
/* einde style voor menu rechts */	
					
/* begin style voor menu rechts */
.lines_schema 						{
									float:left;
									width:360px;
									border-bottom:1px solid #60372c;
									padding-top:4px;
									padding-bottom:4px;
									padding-left:5px;
									padding-right:5px;
									}
						
.bekijk								{
									color:#cdbeb4;
									cursor:pointer;
									cursor:hand;
									font-family:Georgia, "Times New Roman", Times, serif;
									font-size:12px;
									font-weight:bold;
									padding:4px;
									}
						
.schema								{
									display:none;
									padding:4px;
									padding-left:12px;
									}
/* einde style voor menu rechts */		

a.intern							{color:#60372c; font-weight:bold;}
a.intern:visited					{color:#60372c; font-weight:bold;}		
a.intern:hover						{color:#ab0011; font-weight:bold;}								
			