/*  
THIS FILE IS USED TO SET NON-CHANGABLE VALUES OF DIVS AND OTHER-STYLES
THEY CAN BE CHANGED ONLY THIS VALUES, TO ADD SOME DIVS THEY NEEDS TO SET IN DIV.CSS FILE TOO

RESUME:
DIV.CSS IS USED FOR NON-CHANGEABLE VALUES (like widths & heights)
STYLE.CSS IS USED FOR CHANGEABELE VALUES (like colors)
*/ 

/* INDEX DEFAULT */
body 
{
	background-color: #403327;
	margin: 0px 0px 0px 0px ;		
}
H1, H1 a
{
	font-family:Lucida sans unicode;
	font-size:18px;
	color:#FF6600;
	text-decoration: none;
}

H2, H2 a
{
	font-family:TAHOMA;
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	text-decoration: none;
}

h3 a:hover
{
	text-decoration: none;
	color: #FF6600;
}

h4
{
	font-family:TAHOMA;
	font-weight:bold;
	font-size:14px;
	color:#EE1C24;
	text-decoration: none;
}

p
{
	font-family:TAHOMA;
	font-size:12px;
	color: #000000;
	text-decoration: none;
}

p a
{
	font-family:TAHOMA;
	font-weight:bold;
	font-size:14px;
	color: #990000;
	text-decoration: none;
}
div
{
	font-family:TAHOMA;
	font-size:12px;
	color: #000000;
	text-decoration: none;
}
td
{
	font-family:TAHOMA;
	font-size:12px;
	color: #000000;
	text-decoration: none;
}

/* TOP_MENU */
#topmenu_container
{
	background:#391913;
	border-top: solid 1px #6A625C;
	border-bottom: solid 1px #6A625C;
}

	#topmenu_main_menu_link a
	{
		font-family:TAHOMA;
		font-weight:bold;
		font-size:14px;
		color: #CEC6C5;
		text-decoration: none;
	}	
	#topmenu_main_menu_link a:hover
	{
		text-decoration: underline;
	}		
/* MAIN */
		#main_menu_link 
		{
			font-family:TAHOMA;
			font-weight:bold;
			font-size:11px;
			color: #F19A1A;
			text-decoration: none;
		}
		#main_menu_link a
		{
			font-family:TAHOMA;
			font-weight:bold;
			font-size:10px;
			color: #E9E8B6;
			text-decoration: none;
		}
		#main_menu_link a:hover
		{		
			text-decoration:underline;
		}	
		
		#main_pageNav_contact_p
		{
			color:#FFFFFF;
			font-size:15px;
			font-family:tahoma;
			line-height:20px;
			padding-top:16px;
			text-align:center;
		}

		#main_pageNav_contact a
		{
			color:#FFFFFF;
		}
		#main_pageNav_contact a:hover
		{		
			color: #FF6600;
		}

		#main_pageNav_nieuws_title
		{
			color:#FFFFFF;
			font-size:13px;
			font-family:tahoma;
			line-height:20px;
			font-weight:bold;		
			margin-left:5px;			
		}
		
		
/* FOOTER */
	#footer_frame
	{
		font-family:TAHOMA;
		font-weight:bold;
		font-size:9px;
		color: #CEC6C5;
		text-decoration: none;
	}
/* NEWS */		
	.newsshort_title a
	{
		font-family:TAHOMA;
		font-weight:bold;
		font-size:12px;
		color: #F19A1A;
		line-height:18px;
		text-decoration: none;		
	}
	.newsshort_date
	{
			font-family:TAHOMA;
			font-weight:bold;
			font-size:10px;
			color: #a1a1a1;
			text-decoration: none;	
			margin-bottom:8px;
	}	
	.newslong_title
	{
		font-family:TAHOMA;
		font-weight:bold;
		font-size:16px;
		line-height:20px;
		color:	#990000;
		text-decoration: none;		
	}
	.newslong_date
	{
			font-family:TAHOMA;
			font-weight:bold;
			font-size:10px;
			color: #a1a1a1;
			text-decoration: none;	
	}		
	.newslong_terug a
	{
		font-family:TAHOMA;
		font-weight:bold;
		font-size:12px;
		line-height:20px;
		color:	#F19A1A;
		text-decoration: none;		
	}
	.home_newsshort_title a
	{
		font-family:TAHOMA;
		font-weight:bold;
		font-size:12px;
		color: #F19A1A;
		text-decoration: none;	
		margin-left:12px;
		line-height:18px;	
	}
