/* GENERAL */ 

body
{
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}

h1
{
	margin-bottom: 12px;
	color: #707070;
}

h1 span.underlined
{
	border-bottom: dashed 1px gray;
}

/* MAIN MENU */
.AspNet-Menu-Link
{
	padding-left: 5px;
	padding-right: 5px;
}

/* NIEUWS SUBNAV */

div.NewsBox ul li 
{
	font-size: 0.8em;
}

/* NIEUWS PAGINA */

div.Nieuws div.AspNet-GridView td
{
	padding-right: 5px;
}

div.Nieuws div.AspNet-GridView tr.AspNet-GridView-Selected td
{
	background-color: #cccccc;
}

div.Nieuws .NieuwsDatum
{
	padding-right: 5px;
	color: #aaaaaa;
	font-size: 0.8em;
}

div.Nieuws .NieuwsTitel
{
	font-weight: bold;
}

div.Nieuws p
{
	margin-bottom: 6px;
}

div.Nieuws .NieuwsLink
{
	padding-top: 6px;
}

#Content ul.notype 
{
	margin-left: 15px;
}

.collapsebutton
{
	cursor: pointer;
}

h1
{
	font-size: 18px;
}

h2
{
	margin-top: 14px;
	font-size: 14px;
	margin-bottom: 6px;
}

div.NewsBox h2
{
	margin-top: 5px;
}

h3
{
	margin-top: 10px;
	font-size: 12px;
}

p
{
	text-align: justify;
}

label
{
	width: 100px;
	display: inline;
	float: left;
}

input.tekstveld, textarea.tekstveld
{
	width: 250px;
	display: inline;
}

div.rij
{
	margin-bottom: 6px;
	float: clear;
}

/*

H1 {
    counter-reset: section;
}

H2:before {
    content: counter(section) ". ";
    counter-increment: section;
}

*/

.datuminline
{
	padding-right: 6px;
}