/* CSS Website */

body{margin: 10px; text-align: left; background: #EBEBEB;}

a {color: #EC383D; text-decoration: none; cursor: hand; font-weight: bold;}
a:hover {color: #EC383D; text-decoration: underline; cursor: hand; font-weight: bold;}

td{font-family: Verdana; color: black; font-size: 9pt; vertical-align: top; text-align: left;}

h1{font-family: "Trebuchet MS"; font-size: 14pt; color: red; margin-top: 0px; margin-bottom: 10px; font-weight: bold;}
h2{font-family: "Verdana"; font-size: 9pt; color: #EC383D; margin-top: 0px; margin-bottom: 0px; font-weight: bold;}

.layout-table{width: 950px; height: 100%; margin: 0px;}
.layout-header{height: 150px; width: 950px; background: #2A2828 url(layout/top.gif); background-position: center center; background-repeat: no-repeat;}
.layout-balk{height: 25px; width: 950px; text-align: center; vertical-align: middle; color: #EC383D; background: #79CB54; font-weight: bold;}

.layout-contents-colom-1{width: 45px; height: auto; background-color: #DADADA;}
.layout-contents-colom-2{width: 860px; height: 300px; background-color: #DADADA;}
.layout-contents-colom-3{width: 45px; height: auto; background-color: #DADADA;}

.layout-bottom{height: 20px; width: 950px; background: url(layout/sky/bottom.gif) repeat-x;}

.layout-footer{height: 25px; width: 950px; text-align: center; vertical-align: middle; color: #EC383D; font-weight: bold; background: #79CB54;}
.layout-footer a{color: #EC383D; font: 8pt Verdana; font-weight: bold;}

input{border: 1px solid black;}

/* CSS MENU kleuren */
#menucontainer{border-top: 0px solid #ff9900; border-bottom: 0px solid #ff9900; background: #79CB54; font-weight: bold;}

ul#menu li ul{font-weight: bold;}
ul#menu li {border-right: 0px solid #ff9900; font-weight: bold;}

ul#menu li a:hover {background-color: #79CB54; font-weight: bold;}
ul#menu li a.current {background-color: #79CB54; font-weight: bold; color: white;}

ul#menu li ul li a {color: white; background: none; background-color: #79CB54; font-weight: bold;}

ul#menu li ul li a:hover,
ul#menu li ul li a.current {color: white; background-color: #EC383D; font-weight: bold;}

ul#menu{margin-top: 0px;}

	#menucontainer ul#menu {
	list-style: none;
	width: 950px;
	height: 25px;
	margin: 0;
	padding: 0;
	}
	
		ul#menu li {
		list-style: none;
		position: relative;
		float: left;
		height: 25px;
		margin: 0;
		padding: 0;
		}

			ul#menu li a {
			display: block;
			padding: 5px 30px 0px 00px;
			font-size: 9pt;
			font-weight: bold;
			color: #EC383D;
			white-space: nowrap;
			text-decoration: none;
			font-family: Verdana, Helvetica, sans-serif;
			text-align: left;
			}

				ul#menu li a.nosub {
				padding-right: 0px;
				background: none;
				}

			ul#menu li ul {
			position: absolute;
			top: 25px;
			width: auto !important;		/*Works for FireFox and IE7*/
			width: 170px;
			min-width: 170px;
			margin: -9999px 0 0 0;
			padding: 0;
			}

				ul#menu li ul li {
				float: none;
				width: 170px;
				min-width: 170px;
				height: 20px;
				margin: 0;
				padding: 0;
				border: 0;
				border-bottom: 1px solid white;
				padding-bottom: 4px;
				}

					ul#menu li ul li a {
					display: block;
					width: 170px;
					min-width: 170px;
					height: 20px;
					padding: 5px 0px 0px 10px;
					font-size: 8pt;
					font-weight: none;
					text-align: left;
					}

			ul#menu li:hover ul, ul#menu li.sfhover ul {
			margin-top: 0;
			}
