@media screen 
{
	body
	{
		padding:0px;
		margin:0px;
		font-family:Arial;
		font-size:0.80em;
		line-height: 1.5em;
		background-color: #00BD01;
	}
	h1 
	{
		font-weight:bold;
		font-size:1.75em;
		color:#801000;
		padding-top: 0;
		margin-top: 0;
	}
	h3
	{
		font-size: 1.3em;
	}
	sub 
	{
		color: #666;
	}
	.Logo 
	{
		float: left; 
		margin: 1em 0 0 1em;
		z-index: 10;
	}
	.Gouldamadine 
	{
		float: right;
		margin: 5px 0 0 0;
	}
	.editTitle 
	{
		color:#801000;
		border: solid 1px #ccc;
		width: 25em;
		font-family: Arial;
		font-size: 1.75em;
	}
	.editBody 
	{
		font-size: 1em;
		border: solid 1px #ccc;
		font-family: Arial;
	}
	
.editDate 
{
		border: solid 1px #ccc;
		width: 7em;
		font-family: Arial;
}
	#divHeader 
	{
		background-image: url(Images/header_background.gif);
		margin-bottom: 2px;
		height: 163px;
		width: 100%;
	}
	#divTitle
	{ 
		float: left;
		z-index: 9;
	}
	#title 
	{
		line-height: 35px;
		padding: 10px;
		font-size: 26px;
		font-family: Arial;
		font-weight: bold;
	}
	#title div 
	{
		margin: 0;
		text-indent: 75px;
	}
	#title div div
	{
		text-indent: 150px;
	}
	#title div div div
	{
		text-indent: 225px;
	}
	#divSiteMapPath 
	{
		padding: 0.25em 1em 0.25em 1em;
		background-color: #ccc;
		height: 1.5em;
	}
	#divMain 
	{
		width: 70em;
		background-color: White;
		margin-left: auto;
		margin-right: auto;
	}
	#divMenu 
	{
		float: left;
		width: 70em;
		background-color: #801000;
	}
	.MetaManagement 
	{
		clear: both;
		padding: 1em;
		margin-top: 1em;
		border: dashed 1px #ccc;
		background-color: #eee;
	}
	.StaticMenuStyle 
	{
		border-right: solid 1px white;
	}
	
	#divContent 
	{
		float: left;
		width: 53em; /* 70 - 2 - 15 */
		padding:1em 1em 1em 1em;
	}
	#divRight 
	{
		float:right;
		padding: 1em 1em 1em 1em;
		border-left: solid .1em #ccc;
		border-bottom: solid .1em #ccc;
		margin-bottom: 2em;
		font-size: .8em;
		width:16.65em; /* width + 0.1 + 2 = 18,75 * .8 = 15 */
		font-size: .9em;
		width:14.5em; /* width + 0.1 + 2 = 17 * .9 = 15 */
	}
	#divFooter 
	{
		clear:both;
		border-top: solid .1em #ccc;
		font-size: 0.8em;
		color: #666;
		padding: .5em;
		text-align:center;
	}
	#divWelcome 
	{
		float: right;
		color: #801000;
	}
	
	table.GridViewSide 
	{
		width: 100%;
		margin-top: -.3em;
		margin-bottom: 1.5em;
		border-collapse: collapse;
	}

	table.GridViewSide tbody tr td:first-child 
	{
		width: 3.5em;
	}

	table.GridViewSide thead, 
	table.GridViewSide tbody 
	{
		line-height: 1.5em;
	}
	table.GridViewSide th 
	{
		text-align:left;
	}
	table.GridViewSide td 
	{
		vertical-align: top;
	}
	table.GridViewSide tbody td 
	{
		border-top: solid 1px #ccc;
	}

	table.GridViewSide caption 
	{	
		text-align: right;
		font-size: 2em;
		/* font-family: Helvetica-Narrow; */
		
		font-family: arial narrow;

	}
	#divRight a 
	{
		color: Black;
		text-decoration: none;
	}
	

	input[type="submit"], input[type="button"]
	{
		border: none; 
		background-color: #801000; 
		color: White;	
	}

/*textarea 
{
	width: 35em;
}*/


	table.GridView tbody td 
	{
		border-top: solid 1px #ccc;
	}
	table.GridView tbody td
	{
		padding-bottom: .25em;
		padding-top: .25em;
	}
	table.GridView th
	{
		text-align:left;
	}
	
	table.DetailsView td 
	{
		vertical-align:top;
	}
	
	/*
	table.DetailsView td
	{
		border-top: solid 1px #ccc;
		padding-top: .5em;
		padding-bottom:.5em;
	}
	table.DetailsView tr:first-child td 
	{
		border-top-style: none;
	}
	*/

.KleurslagenImageSmall
{
	margin: .5em;
	cursor: pointer;
}
.KleurslagenImageSmallContainer 
{
	text-align: center;
}

	.SiteMapNav 
	{
		clear: both;
		margin: 1em 0 0 0;
		padding: 0;
		border: dashed 1px #ccc;
		background-color: #eee;
	}

	.SiteMapNav ul li
	{
		list-style-type: disc;
		list-style-position: outside;
		color: #801000;
		font-weight: bold;
	}

	.SiteMapNav ul li a 
	{
		text-decoration: none;
		color: #801000;
	}





	.DynamicMenu, .DynamicMenuItem 
	{
		border:1px solid white;
	}


#divContent table.GridView th,
#divContent table.GridView td
{
	padding-left: .1em;
	padding-right: .2em;
}
	
}

.LinkBox 
{
	width: 23em;
	margin: 1em 1em 2em 1em;
	display: block;
	float: left;
	border: none;
}
.LinkBox legend 
{
	font-size: 1.5em;
	padding-bottom: .5em;
	font-family: arial narrow;
	font-weight: bold;
}
.LinkBox li 
{
	list-style-type: disc;
}
.LinkBox ul 
{
	padding-left: 1em;
	margin-top: 1em;
}

#divContent h3 a 
{
	text-decoration: underline;
	color: #000;
}
