/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	/*font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	*/
	color:#b3b3b3;
    font-family:"Segoe UI",Arial;
    font-size:12px;
}

a:focus {
	outline: 1px dotted;
}

a { color: #b0cc23;text-decoration:none;}
a:hover{text-decoration:underline;}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 16px;
	margin-bottom:0;
	font-weight:bold;
	color:#707070;
	font-family:"Segoe UI",Arial;
}



h3 {
	font-size: 12px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
	
}

ul {
	list-style: disc;
}

li {
	margin-left: 20px;
}

p,
dl,
hr,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
	font-family:"Segoe UI",Arial;
	font-size:12px;
	line-height:1.3em;
}

h2 {
	margin-bottom:0;

}

.text_menu {
	color:#7F7F7F;
	font-family:"Segoe UI",Arial;
	font-size:12px;
	text-decoration:none;
	padding-bottom:3px;
	font-weight: normal;
}

.text_menu a:hover {
	color:#b0cc23;
	font-family:"Segoe UI",Arial;
	font-size:12px;
	text-decoration:underline;
}

a.text_menu:hover{text-decoration:underline;}

.text_menu_on {
	color: #b0cc23;
	font-family:"Segoe UI",Arial;
	font-weight: bold;
	font-size:12px;
	padding: 0 0px 3px 0px;
	text-decoration:none;
	padding-bottom:3px;
}

.text_box_link {
	color:#b0cc23;
	font-family:"Segoe UI",Arial;
	font-size:12px;
	text-decoration:none;
}



.link {
	color:#646464;
	font-family:"Segoe UI",Arial;
	font-size:11px;
	text-decoration:underline;
}

.nieuws_link {
	top:15px;
	color:#7f7f7f;
	font-family:"Segoe UI",Arial;
	padding-left:10px; /**/
	font-size:13px;
	font-weight: bold;
	text-decoration:none;
}

.subtitle {
	font-family: "Segoe UI", Arial;
	float:left;
	color:#b0cc23;
	font-size:12px;
	text-decoration:none;
	margin-top:6px;
	padding-right: 10px;
}

#middle a.text_box:hover {text-decoration:none;}
#right a.text_box:hover {text-decoration:none;}
