/*html
{
	height: 100%;
}*/

body
{
	/*height: 100%;*/
	margin-top: 0;
	/*background: #ddb600;*/
	margin-left: 0;
	margin-right: 0;
	background: #c0c0c0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

div.topbox
{
	background: #747e80;
	width: 100%;
	height: 100px;
}

div.bottomround
{
	background: #c0c0c0 url(bottomrounded.png) no-repeat;
	width: 750px;
	padding: 6px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}

div.footer
{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-size: smaller;
	text-align: center;
}

div.centerboxtop
{
	background: #fff url(toprounded.png) no-repeat;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -90px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 0;
	height: 90px;
}

div.centerbox
{
	background: url(middleshadow.png) repeat-y #FFB80E;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
	/*min-height: 100%;*/
	/*height: 1500px;*/
}

div.logo
{
	float: left;
	background: #fff;
	color: #fff;
	width: 173px;
	height: 93px;
	margin-top: 20px;
	margin-left: 5px;
}

div.titlebar
{
	text-align: left;
	height: 38px;
	/*text-align: center;*/
	margin-left: 173px;
	
	padding-top: 51px;
	padding-left: 25px;
	margin-right: 5px;
	border-bottom: 1px solid #676766;
	/*margin-right: 79px; *//* should be 80px, but Firefox bug */
}

div.titlebar h1
{
	font-size: 18px;
	color: #aaa;
}

div#ieroot div.centerbox div.titlebar
{
	margin-left: -5px;
	height: 35px;
}

div.topright
{
	float: right;
	background: url(images/topright.png) no-repeat; 
	width: 80px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.menu
{
	float: left;
	clear: left;
	background: #fff;
	color: #000;
	/*width: 70px;*/
	padding-left: 0px;
	padding-right: 10px;
	margin-top: 15px;
	text-align: right;
	border-right: 1px solid #676766;
	width: 180px;
}

div.menu ul a
{
	font-weight: bold;
}

div.menu ul li
{
	list-style: none;
	display: block;
	margin-bottom: 0.5em;
}

div.menu ul li.important a
{
	color: #f00;
}

div.content
{
	background: #ffffff;
	color: #000000;
	margin-left: 180px;
	margin-top: 3px;
	padding: 4pt;
	padding-left: 25px;
	text-align: left;

	background: url(background.png);
	background-position: 100px 100px;
	margin-right: 20px;
}

div.section
{
	background: url(background.png);
	background-position: 100px 100px;
	/*height: 1300px;*/
	margin-right: 20px;
}

a
{
	text-decoration: none;
	color: #3d990e;
}

a:hover
{
	text-decoration: underline;
}

span.sectionheader
{
	font-weight: bold;
}

img.button
{
	margin-bottom: 5px;
}

div.center
{
	text-align: center;
}

p
{
	text-align: justify;
}

p.address
{
	font-style: italic;
}

p.quote
{
	color: #777;
	margin-top: 5pt;
	margin-bottom: 5pt;
	margin-left: 1em;
	padding-left: 1em;
	border-left: 5px solid #ddd;
}

p.important
{
	font-weight: bold;
}

h3
{
	color: #000085;
	font-size: 11pt;
	font-weight: bold;
}

h4
{
  color: #e89820;
	font-size: 9pt;
	font-weight: bold;
}

div#map_canvas
{
	float: right;
	border: 1px solid #000;
}

li.webgen-menu-item-selected span
{
	color: #aaa;
}

div.diagram
{
	text-align: center;
}

div#klachtenheader
{
	margin-top: 1em;
	margin-bottom: 1em;
	/*text-align: center;*/
	color: #000085;
	font-weight: bold;
}

span.blue
{
	color: #000085;
	font-weight: bold;
}

span.gold
{
	color: #e89820;
	font-weight: bold;
}

div#klachten
{
	text-align: center;
	margin-bottom: 2em;
}

div#klachten td
{
	padding: 3px;
	padding-left: 3em;
	padding-bottom: 1em;
	border: none;
	vertical-align: top;
	text-align: left;
}

div#klachten tr
{
}

div#klachten  a
{
	font-weight: bold;
}

div#klachten  th
{
	padding: 3px;
	color: #e89820;
	font-weight: bold;
	border: none;
	vertical-align: top;
	text-align: left;
}



div.importantlink
{
	text-align: center;
	font-weight: bold;
}

div#menuinfo
{
	margin-top: 4em;
	color: #999;
	font-style: italic;
}

div#welcome
{
	color: #aaa;
	color: #000;
	color: #f00;
	font-weight: bold;
}


