/** STANDAARD OPMAAK **/
	html {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		width: 100%;
		margin: 0;contentPadding
	}

	body {
		background: #47ae4d;
		width: 100%;
		margin: 10px 0;
		padding: 0;
		text-align: center;
	}
	
	#container {
		position: relative;
		margin: 0 auto;
		width: 90%;
		border: 1px solid #f5cc00;
		padding: 5px;
		text-align: left;
	}

	#copyright {
		position: relative;
		margin: 5px auto;
		width: 90%;
		border: 1px solid #f5cc00;
		padding: 5px;
	}
	#txtCopy{
		background: #f5cc00;
		width: 100%;
		height: 15px;
		line-height: 15px;
		border: 1px solid #307634;
		font-family: verdana;
		font-size: 9px;
		text-align: center;
		color: #0c7913;
	}
/** HEADER OPMAAK **/
	#containerHeader{
		background: #f5cc00 url('../images/header.gif') no-repeat right top;
		width: 100%;
		height: 142px;
		border: 1px solid #307634;
	}
	
/** MENU OPMAAK **/
	#containerMenu {
		float: left;
		width: 170px;
	}
	ul#menu {
		width: 170px;
		margin: 0px;
		padding: 0px;
	}
	
	ul#menu li {
		list-style: none;
		background: url('../images/menuButton.gif') no-repeat;
		width: 170px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #f5cc00;
		line-height: 25px;
		font-weight: bold;
		padding: 0px 0px 0px 7px;
		cursor: pointer;
		margin-top: 5px;
	}
	ul#menu li.over {
		list-style: none;
		background: url('../images/menuButton.gif') no-repeat;
		width: 168px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #47ae4d;
		line-height: 25px;
		font-weight: bold;
		padding: 0px 4px 0px 0px;
		text-align: right;
		cursor: pointer;
	}

	/** Submenu **/
	ul#submenu {
		width: 140px;
		list-style: none;
		margin: 0px;
		padding: 0px;
		margin-left: 25px;
		margin-top: -1px;
		border: 1px solid #307634;
	}
	
	ul#submenu li {
		margin: 0px;
		background: #f5cc00;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #47ae4d;
		font-weight: normal;
		cursor: default;
		width: 133px;
		line-height: 20px;
	}
	ul#submenu li a {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #47ae4d;
		font-weight: normal;
		text-decoration: none;
	}
	ul#submenu li a:hover {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #47ae4d;
		font-weight: bold;
		text-decoration: none;
	}
	
/** CONTENT OPMAAK **/
	#container #containerContent {
		border: 1px solid #307634;
		margin: 5px 0px 0px 10px;
		background: #f5cc00;
		height: 480px;
		overflow: auto;
		overflow-y: auto;
		overflow-x: hidden;
	}
	#contentPadding {
		padding: 5px;
	}
	
	h3 {
		color: #47ae4d;
		font-weigth: bold;
		font-size: 15px;
		display: inline;
	}
	
	hr {
		background: #47ae4d;
		height: 1px;
		border: 0px;
		border-bottom: 1px solid #47ae4d;
	}
	
	p {
		display: inline;
	}
	table
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
/** FORMULIER **/
	.text {
		border: 1px solid #000000;
		background: #f5cc00;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;		
	}
	.button {
		border: 1px solid #000000;
		background: #f5cc00;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;		
	}
	
/** HYPERLINKS **/
	a {
		color: #47ae4d;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;	
		text-decoration: none;
	}
	a:hover {
		color: #000000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;	
		text-decoration: none;
	}
/* LOGIN GEDEELTE
-------------------------------------------------------------------------------- */
.login {
	width: 100%;
	position: absolute;
}

.login-left {
	width: 200px;
	float: left;
	padding-top: 10px;
}

.login-left img {
	width: 156px;
	height: 41px;
	margin: 60px 0;
}

.login-right {
	padding-left: 30px;
	border-left: 1px dotted #bbb;
	width: 200px;
	height: 170px;
	float: left;
}

.screen {
	width: 500px;
	overflow: hidden;
}

.screen h1 {
	font-size: 20px;
	font-weight: lighter;
	font-family: calibri;
}

.login-input {
	padding: 10px;
	width: 300px;
	margin-top: 20px;
	overflow: hidden;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.login-input .inputtext {
	margin-top: 3px;
	border: 1px solid #bbb;
	height: 20px;
	padding: 2px 0 0 1px;
	color: #636363;
}

.loginscreen {
	margin-top: 5px;
}

.login-submit {
	width: 155px;
	float: left;
}

.login-submit input {
	float: right;
	width: 70px;
	color: #666;
	margin: 5px 0;
}
	
