/*  ______  _____
   /   __ \/   __\     monteq
  /   /  /   /  / \    webdesign
 /   /  /   /  /   \   consultancy
/___/  /___/  /_____\  2009
*/

/* ______________  nieuws ___________________ */


/* fonts van het nieuwsbericht */
#kolom{
	float: left;
	display:block;
	width: 18px;
	height: 556px;
	background: #009999;}

#contentnews{
	float: left;
	width: 720px;
	height: 556px;
	overflow: auto;
	color: #333333;
	background: #eee;}

#contentnews p, td {
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	font: 14px/22px georgia, arial;
}

#contentnews a{ color:#666666; font-weight:bold; text-decoration:underline;}
#contentnews a:hover{color:#990000;font-weight:bold; text-decoration:none;}
#contentnews h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:bold;
	color: black;
	background-color: white;
}

/* header nieuws */
#contentnews h2 {
	display: block;
	line-height: 30px;
	margin: 4px;
	text-align: center;
	color: #009999;
	font-family: verdana;
	font-size: 18px;
	font-weight: bold;
	background: #ccc;
	}

#navcontainernw{
	float: right;
	display: inline;
	
	margin-right: 0px;
	text-align: left;
	padding-left: 0px;
	
	font-family: Verdana;
	font-size: 10px;
	text-indent: 10px;}

#navcontainernw ul/*NAV - text*/
	{margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 16px;
	}
	
#navcontainernw li {margin: 0px;}
	
#navcontainernw a {
	display: block;
	margin: 8px;
	padding: 2px;
	background-color: #ccc;
	text-decoration: none;
	color: #333;
	width: 210px}

	
#navcontainernw a:hover		{color: #FFFFFF;	text-decoration: none;background-color:#990000;}
#navcontainernw ul li .active {color: #FFFFFF;	background-color: #009999;}
