/* CSS Beheerderspaneel */

	body {
		background-color:#FFFFFF;
		margin-top: 0px;
		font: 12px Arial, Helvetica, sans-serif;
		font-weight: normal;
		color: #555555;
		z-index: 1;
	}

	#top{
		background-color: #648c3c;
		color: #FFFFFF;
		font: 13px Arial, Helvetica, sans-serif;
		text-align: right;
		line-height: 20px;
		padding-left: 5px;		
		padding-right: 5px;		
		z-index: 2;
		
		moz-border-radius: 3px;			/* Mozilla Firefox */ 
		border-radius: 3px;
	}
	
	#bottom{
		background-color: #648c3c;
		color: #FFFFFF;
		font: 12px Arial, Helvetica, sans-serif;
		text-align: right;
		line-height: 20px;
		padding-left: 5px;		
		padding-right: 5px;	
		z-index: 2;	
		
		moz-border-radius: 3px;			/* Mozilla Firefox */ 
		border-radius: 3px;
	}
	
	#main{
		display: inline;
		line-height: 100%;
		z-index: 2;
	}
	
	#main a{
		color: #669900;
		text-decoration: none;
		z-index: 2;
	}
	
	#main a:hover{
		color: #ff6600;
		text-decoration: none;
		z-index: 2;
	}
	
	#submit {
		background-color: #669900;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius:3px;
		color: #ffffff;
		text-decoration: none;
		cursor: pointer;
		border:none;
		height: 1.75em;
	}

	#submit:hover {
		border: none;
		background:#ff6600;
		box-shadow: 0px 0px 1px #777;
	}
	
	.hrd{
		background: #ffffff;
		height: 5px;
	}

	#tutorial {
		display: block;
		line-height: 100%;
		z-index: 2;
	}