/* CSS Document */

.formTitle{
	vertical-align: top;
}

body	{
		background-color:#FFFFFF;
}

td {
		font-family: Tahoma, Verdana, Arial;
		font-size:11px;
		color:#343434;
		line-height:17px;
}

.footer {
		font-size:10px;
		color:#909090;
}

a:link {  font-family: Tahoma, Verdana, Arial; font-size: 11px; color: #064413; text-decoration: underline}
a:active {  font-family: Tahoma, Verdana, Arial; font-size: 11px; color: #064413; text-decoration: underline}
a:hover {  font-family: Tahoma, Verdana, Arial; font-size: 11px; color: #000000; text-decoration: underline}
a:visited {  font-family: Tahoma, Verdana, Arial; font-size: 11px; color: #064413; text-decoration: underline}

a.footerlink:link {  font-family: Tahoma, Verdana, Arial; font-size: 10px; color: #909090; text-decoration: underline}
a.footerlink:active {  font-family: Tahoma, Verdana, Arial; font-size: 10px; color: #909090; text-decoration: underline}
a.footerlink:hover {  font-family: Tahoma, Verdana, Arial; font-size: 10px; color: #000000; text-decoration: underline}
a.footerlink:visited {  font-family: Tahoma, Verdana, Arial; font-size: 10px; color: #909090; text-decoration: underline}

h1 {
	font-family: Tahoma, Verdana, Arial;
	font-size:22px;
	color:#064413;
	margin-top: 10px;
	font-weight: 500;
	line-height: 26px;
}

.button {
	font-family: Tahoma;
	font-size:11px;
	color:#000000;
	height:25px;
}

.bordered {
	border: 1px solid #425963;
}
	
/*
	hack om bullets in ipe content meer naar links te zetten
*/

.view ul li {

}

.view ul {
	list-style-type: disc;
	margin-left: 10px;
	list-style-type: disc;
	padding-left: 5px;
	margin-top: 0px;
}

.view ul ul{
	list-style-type: circle;
}

/* content links uitlijnen onder titel */

.newsItem {
	
	padding-left: 10px;
	margin-bottom: 25px;
}

a.bottomNavigation:link {  font-family: Tahoma, Verdana, Arial; font-size: 9px; color: #064413; text-decoration: underline}
a.bottomNavigation:active {  font-family: Tahoma, Verdana, Arial; font-size: 9px; color: #064413; text-decoration: underline}
a.bottomNavigation:hover {  font-family: Tahoma, Verdana, Arial; font-size: 9px; color: #000000; text-decoration: underline}
a.bottomNavigation:visited {  font-family: Tahoma, Verdana, Arial; font-size: 9px; color: #064413; text-decoration: underline}
