

/* BASIC SITE LAYOUT */

body
{
	background-color: #222222;
	font-family: Arial;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	behavior:url(csshover.htc);
	overflow: hidden;
}

body.main
{
	background-color: transparent;
	font-family: Arial;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	vertical-align: top;
}

table.site
{
	height:100%;
	font-family: Arial;
	font-size: 10pt;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 1000px;
}

tr.sitetop
{
	background-color: #80A6FF;
	height: 80px;
	margin: 0px;
	padding: 0px;
}

div.logo
{
	width: 100%;
	height: 80px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

tr.sitebottom
{
	background-color: #405380;
	vertical-align: top;
}


div.links
{
	background-color: transparent;
	float: left;
	width: 180px;
}

div.menu
{
	background-color: #000C4D;
	border-top: 2px solid #E6EAFF;
	width:180px;
	margin-left: 0px;
	padding: 4px;
}


/* CONTENT SITE LAYOUT */


iframe
{
	height: 100%;
	width: 100%;
	background-color: transparent;
	overflow: auto;
	/*overflow-x: hidden;
	overflow-y: auto;*/
}

iframe.maps
{
	height: 250px;
	width: 425px;
	background-color: transparent;
	overflow: auto;
}

table.content_total
{
	margin: 0px;
	padding: 0px;
	width: 100%;
}

table.content
{
	font-family: Arial;
	font-size: 10pt;
}

table.contentheader
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

td.contentheader
{
	border-width: 0px;
	border-color: #000000;
	background-color: #000C4D;
	color: #ffffff;
}

img
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

img.logo
{
	border-style: none;
}

div
{
	background-color: transparent;
}

div.menu_item
{
	background-color: #000C4D;
	color: #ffffff;
	cursor: default;
	font-size: 10pt;
	font-weight: bold;
}
div.menu_item:hover
{
	background-color: #FFB600;
	color: #ffffff;
	cursor: pointer;	
}

div.menu_item_first
{
	background-color: #000C4D;
	color: #ffffff;
	cursor: default;
	font-size: 10pt;
	font-weight: bold;
}

div.menu_item_first:hover
{
	background-color: #FFB600;
	color: #ffffff;
	cursor: pointer;	
}

div.menu_empty
{
	background-color: transparent;
}

div.main
{
	border-top: 2px solid #000C4D;
	float: left;
	width: 806px;
	height: 98%;
	background-color: #E6EAFF;
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	padding: 4px;
}

div.edit_links
{
	float: left;
	width: 100px;
}

div.edit_rechts
{
	float:left;
	width: 555px;
}

input.edit
{
	width: 545px;
}
textarea.edit
{
	width: 545px;	
	height: 350px;
}
textarea.contact
{
	width: 545px;	
	height: 200px;
}


/* ALGEMENE SETTINGS */

a.main
{
	color: #405380;
	text-decoration: underline;
}

a.main:hover
{
	color: #000C4D;
	text-decoration: underline;
}


hr
{
	background-color: #000C4D;
	color: #000C4D;
	border: 0px;
}

table
{
	font-size: 10pt;
	font-family: Arial;
}

table.contact
{
	padding-left: 4px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}


