/* CSS Document */
html, body, img, table, tr, td, th, ul, li, p, h1, h2, h3, form, fieldset {margin:0; padding:0; border:0;}

html								{font-family:Arial, Helvetica, sans-serif; font-size:11px;}
body								{background:url(../images/blueslice.jpg) top left repeat-y;}
h1									{font-weight:bold; font-size:13px;}
h2									{}
h3									{}
p									{}
a									{text-decoration:underline;}
ul									{list-style-type:none;}
li									{margin:0 0 0 0px;}
table								{border-collapse:collapse; }
td									{text-align:left; vertical-align:top; padding:0 10px 0 10px;}
th									{text-align:left; vertical-align:top; padding:0 10px 0 10px;}
div.cleardiv						{clear:both;}
.hidden								{display:none; visibility:hidden;}

div#container 						{ min-width:1200px; min-height:100%;}
div#header							{min-width:100%;height:100px; background:#000063; color:white; float:left;}
div#menubar							{float:left; clear:none; width:130px; padding:0 0 0 5px;}
div#content							{color:#000063; padding:5px 0 0 10px; margin:0 0 0 140px; overflow:visible; min-width:300px;}
div#menubar a						{color:white;}
div#header a						{color:white;}
div#content a						{color:#000063;}

div.picblock						{float:left; text-align:center; width:250px; border:1px solid #000063; padding:5px;}


ul#topmenu							{margin:60px 0 0 150px; width:600px; height:40px; float:left;}
ul#topmenu li						{float:left; margin:0 0 0 15px; height:16px;}
ul#topmenu li:hover					{background:#aa0000;}

table#paysites						{}

/* form elementen */
input.text								{border:1px solid #000063; height:12px; font-size:10px; line-height:12px; margin:1px 0 1px 0;}
form.stdform 							{position:relative; float:left; }
form.stdform fieldset 					{border:none;}
form.stdform fieldset legend 			{display:none;}
form.stdform fieldset label 			{float:left; width:150px; height:26px; line-height:26px; clear:left;}

form.stdform fieldset input.text 		{float:left; width:250px; border:1px solid #000063; height:18px;}
form.stdform fieldset textarea			{float:left; width:250px; height:120px; border:1px solid #000063; margin-bottom:5px; position:relative;}
form.stdform fieldset input.submit 		{float:left; width:100px; margin:0px 0 0 0px; clear:left; margin:10px 0 0 304px;}
form.stdform fieldset select 			{float:left; width:250px; border:1px solid #000063; height:22px;}
form.stdform fieldset textarea.fileedit	{float:left; width:900px; height:400px; overflow:scroll; clear:left;}
form.stdform fieldset textarea#sql_statement	{float:left; margin:0; padding:0; width:800px; height:120px; clear:left;}

table.formtable td							{vertical-align:middle;}

form.tableform 								{position:relative;}
form.tableform fieldset 					{border:none;}
form.tableform fieldset legend 				{display:none;}
form.tableform fieldset label 				{float:left; width:150px; height:26px; line-height:26px; clear:left;}
form.tableform fieldset input.text 			{float:left; width:60px; border:1px solid #000063; height:12px; font-size:10px; line-height:12px; margin:1px 0 1px 0;}
form.tableform fieldset textarea			{float:left; width:250px; height:120px; border:1px solid #000063; margin-bottom:5px;}
form.tableform fieldset input.submit		{float:left; width:40px; height:14px; line-height:12px; margin:0px 0 0 0px; clear:left; border:none; background:#000063; color:white;}
form.tableform fieldset select 				{float:left; width:200px;}
form.tableform fieldset textarea.fileedit	{float:left; width:900px; height:400px; overflow:scroll; clear:left;}

/* searchresults */
#content table.resultsnav {border-collapse: collapse; margin-bottom: 0px; border: none}
#content table.resultsnav tr td{padding: 0px}
#content table.resultsnav td ul{margin-left: 0px; padding-left: 0px; margin-bottom: 0px}
#content table.resultsnav tr td.resultsnavPrevious{text-align: left; width: 15%; padding-left: 90px;}
#content table.resultsnav tr td.resultsnavNext{text-align: right; width: 15%; padding-right: 90px}
#content table.resultsnav tr td.resultsnavPagenr{text-align: center;}
#content table.resultsnav tr td.resultsnavPrevious a{font-weight: bold; padding-left: 8px}
#content table.resultsnav tr td.resultsnavNext a{font-weight: bold; padding-right: 8px}
#content table.resultsnav tr td.resultsnavPagenr a{font-weight: bold}
#content table.resultsnav td ul li {display: inline;list-style-type: none;margin-right: 5px;}




/* nieuwsmodule */
div.newsItem						{border:1px solid #b5b5bb; padding:3px;}
div.newsItem p.newsDate 			{margin:0; float:right;}
div.newsItem h3.newsHeader			{margin:0 0 10px 0; font-size:16px; float:left;}
div.newsItem p.newsBody				{margin:0; float:none; clear:both;}
div.newsItem a.action				{text-decoration:none; font-style:italic;}

/* floatklassen voor plaatjes uit editor e.d. */
.floatLeft 			{float:left; display:inline;}
.floatRight 		{float:right; display:inline;}
img.floatright		{display: block; float: right; margin: 10px 0px 10px 20px; padding: 3px; display: inline; clear: right;}
img.floatleft		{display: block;float: left;margin: 10px 20px 10px 0px; padding: 3px; display: inline}
img.floatrightTop	{display: block; float: right; margin: 0px 0px 10px 20px; padding: 3px; display: inline}
img.floatleftTop	{display: block;float: left;margin: 0px 10px 10px 0px; padding: 3px; display: inline}




/* ------------------------------------ IE hacks ------------------------------------------ */
