/* ### BOUWBESLUITTOETS CSS ### */


body, html {
	margin				: 0px 0px 0px 0px;
	height				: 100%;
	font-family			: Tahoma, Verdana, Arial;
	font-size			: 8pt;
}


/* ### LAYERS ### */

	div.Container {
		width				: 883px;
		margin-left		: auto;
		margin-right	: auto;
	}

.ContainerLI {
	border				: 0px solid red;
	width					: 150px;
}
.Login {
	border				: 0px solid blue;
	width					: 150px;
	overflow				: auto;
}
/* ### TABLES ### */

table.Bottom {
	background-image			: url(../Images/BottomBar.gif);
	background-position		: bottom;
	background-repeat			: no-repeat;
	font-size					: 2px;
}

	td.Header {
		background-image			: url(../Images/Header1.jpg);
		background-position		: left;
		background-repeat			: no-repeat;
	}

	td.Right {
		/*background-image			: url(../Images/Header2_logo.jpg);*/
		background-position		: top;
		background-repeat			: no-repeat;
		width							: 244px;
		padding-top					: 30px;
	}

		td.LNHeader {
			border-bottom			: 1px solid #0066cc;
			color						: #0066cc;
			padding-bottom			: 2px;
		}

		td.LNImage {
			border-bottom			: 1px dotted #888888;
			padding-top				: 4px;
			padding-bottom			: 4px;
		}

		td.LNText {
			border-bottom			: 1px dotted #888888;
			padding-top				: 4px;
			padding-bottom			: 4px;
		}

	td.Left {
		background-color			: #e9e9e9;
	}

		table.SubMenuItems {
			background-color				: white;
		}

			td.SubMenuItemsTop {
				height							: 30px;
			}

			td.SubMenuItems {
				border-top						: 5px solid #888888;
				border-bottom					: 5px solid #888888;
				padding-left					: 5px;
				padding-top						: 10px;
				padding-bottom					: 10px;
			}

		td.ProductsHeader {
			color							: #0066cc;
		}

			td.ProductsImage {
				padding-top				: 4px;
				padding-bottom			: 4px;
				border-top				: 1px dotted #888888;
			}

			td.ProductsText {
				padding-top				: 4px;
				padding-bottom			: 4px;
				border-top				: 1px dotted #888888;
				font-size				: 9pt;
			}

	td.Content {
		width							: 430px;
		padding-left				: 20px;
		padding-right				: 20px;
		padding-top					: 26px;
		padding-bottom				: 20px;
		line-height					: 18px;
	}

	td.MenuItem {
		border-bottom				: 1px solid #0066cc;
		padding-top					: 14px;
	}

	td.NewsTitle {
		color							: #0066cc;
		font-size					: 12pt;
	}

	td.NewsDate {
		text-align					: right;
		font-size					: 8pt;
		color							: #888;
		border-bottom				: 1px solid #0066cc;
	}

	td.NewsIntro {
		padding						: 6px;
		font-weight					: bold;
	}


/* ### LINKS ### */

a.Menu:link {
	font-size				: 12pt;
	color						: #0066cc;
	text-decoration		: none;
	padding-left			: 6px;
	padding-right			: 6px;
	padding-top				: 10px;
}

a.Menu:visited {
	font-size				: 12pt;
	color						: #0066cc;
	text-decoration		: none;
	padding-left			: 6px;
	padding-right			: 6px;
	padding-top				: 10px;
}

a.Menu:hover {
	font-size				: 12pt;
	color						: white;
	text-decoration		: none;
	background-image		: url(../Images/MenuBg.gif);
	background-repeat		: repeat-x;
	background-position	: bottom;
	padding-left			: 6px;
	padding-right			: 6px;
	padding-top				: 10px;
}

a.MenuSelected:link {
	font-size				: 12pt;
	color						: white;
	text-decoration		: none;
	background-image		: url(../Images/MenuBg.gif);
	background-repeat		: repeat-x;
	background-position	: bottom;
	padding-left			: 6px;
	padding-right			: 6px;
	padding-top				: 10px;
}

a.MenuSelected:visited {
	font-size				: 12pt;
	color						: white;
	text-decoration		: none;
	background-image		: url(../Images/MenuBg.gif);
	background-repeat		: repeat-x;
	background-position	: bottom;
	padding-left			: 6px;
	padding-right			: 6px;
	padding-top				: 10px;
}

a.MenuSelected:hover {
	font-size				: 12pt;
	color						: white;
	text-decoration		: none;
	background-image		: url(../Images/MenuBg.gif);
	background-repeat		: repeat-x;
	background-position	: bottom;
	padding-left			: 6px;
	padding-right			: 6px;
	padding-top				: 10px;
}

a.SubMenu:link {
	display					: block;
	color						: #0066cc;
	text-decoration		: none;
	font-size				: 10pt;
	padding-bottom			: 4px;
}

a.SubMenu:visited {
	display					: block;
	color						: #0066cc;
	text-decoration		: none;
	font-size				: 10pt;
	padding-bottom			: 4px;
}

a.SubMenu:hover {
	display					: block;
	color						: #727272;
	text-decoration		: underline;
	font-size				: 10pt;
	padding-bottom			: 4px;
}

a:link {
	text-decoration		: none;
	color						: #727272;
}

a:visited {
	text-decoration		: none;
	color						: #727272;
}

a:hover {
	text-decoration		: underline;
	color						: #0066cc;
}

/* ### MISC ### */

h1 {
	font-size				: 12pt;
	color						: #0066cc;
	font-weight				: normal;
}

FONT.header {
	font-size				: 12pt;
	color						: #0066cc;
}

h2 {
	font-size				: 10pt;
	font-weight				: bold;
	color						: #767676;
}

FONT.subheader {
	font-size				: 10pt;
	font-weight				: bold;
	color						: #767676;
}

ul {
	list-style-type		: circle;
	margin-top				: -10px;
	margin-bottom			: 0px;
}

input.Text {
	border					: 1px solid #0066cc;
	padding					: 2px;
	color						: #0066cc;
}

input.Btn {
	background-color		: #f5f5f5;
	border					: 1px solid #0066cc;
	color						: #0066cc;
	font-weight				: bold;
}

textarea {
	border					: 1px solid #0066cc;
	padding					: 4px;
	color						: #0066cc;
	font-size				: 10pt;
	font-family				: Tahoma, Arial;
}
