/* 
	oranje : 				F8981D
	rood : 					B92025
	licht grijs:		F2F2F2
	donker grijs:		555555
	gebroken wit: 	FCFCFC
*/

body{
	background-color: #F2F2F2;
	height: 100%;
	width: 100%;
	color: #555555;

	margin: 0px 0px;
	padding: 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
html,body {
	height: 100%;
}
img{
	border: 0px;
}

div#container{
	width: 780px;
	height: 96%;
	min-height: 96%;
	padding: 0px;
	margin: 0px auto;
}
div#header{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 780px;
	height: 123px;
	background-image: url(/images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: top center;
	
}

div#header div.logo
{
	float: left;
}
div#header div.title
{
	float: right;
	font-size: 25px;
	font-weight: bold;
	color: #B92025;
	margin-top: 50px;
	padding-right: 2px;
}

div#menu{
	text-align:left;
	margin: 0px;
	padding: 0px 2px;
	
	border-top: 2px solid #F8981D;
	border-bottom: 2px solid #F8981D;
}

div#content{	
	float:left;
	height: 60%;
	margin: 0px;
	padding: 5px 10px;
	text-align: left;
}
html>body div#content
{
	min-height: 60%;
	height: auto;
	margin: 0px 0px 0px 0px; 
	width: 620px;
}
/*------------- alles van links -----------*/
div#left
{
	text-align: right;
	width: 133px;
	float: left;
	margin: 5px 0px 0px 0px;
	padding-right: 5px;
	height: 60%;
	border-right: 2px solid #F8981D;	
	font-weight: bold;
}

div#left ul.hmenu
{
	margin: 0px;
	padding: 2px 0px;
	padding-right: 5px;
	list-style: none;
	font-size: 14px;
}

div#left ul.hmenu a
{
	text-align: right;
	display: block;
	height: 14px;
	border-top: 1px solid #B92025;
	border-bottom: 1px solid #B92025;
	color: #B92025;
	font-weight: bold;
	text-decoration: none;
	padding-right: 2px;
}
html>body div#left ul.hmenu a
{
	padding-bottom: 3px;
}

div#left ul.hmenu a:hover, div#left ul.hmenu .hmenuitemselected a
{
	border-top: 1px dashed #F8981D;
	border-bottom: 1px dashed #F8981D;
	color: #F8981D;
	margin: 0px;
}

div#left ul.smenu
{
	margin: 1px 0px;
	padding: 0px;
	padding-right: 10px;
	list-style: none;
	font-size: 12px;
}

div#left ul.smenu .smenuitem a
{
	border: none;
	color: #555555;
	font-weight: normal;
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
}




/*------------- alles van midden -----------*/

/* -------------- disclaimer ---------------- */
#disclaimer
{
	text-align: center;
	padding: 0px;
	height:4%;
	clear:both;
	width: 100%;
}


/* ---------------------------------------------- */
/*          specifieke voorbeeld test meuk        */
/* ---------------------------------------------- */

a.debug
{
	color: #B92025;
	float: right;
	margin-top: -31px;
	z-index:10000;
}

div#debug
{
	padding: 4px;
	position:absolute;
	margin-left: 274px;
	width: 500px;
	top: 123px;
	visibility: hidden;
	background-color: #FCFCFC;
	border: 2px solid #B92025;
}

div#melding
{
	width: 140px;
	position:absolute;
	margin-left: 486px;
	padding: 2px;
	border: 1px solid #B92025;
	background-color: #FCFCFC;
	font-size: 10px;
	height: 48px;
	overflow: hidden;
	font-weight: bold;
}
.melding_mededeling
{
	color: green;
}
.melding_waarschuwing
{
	color: orange;
}
.melding_fout
{
	color: red;
}

h1
{
	font-size: 24px;
	color: #B92025;
	font-variant: small-caps;
	margin-top: 10px;
	margin-bottom: 30px;
}

h2
{
	color: #555555;
	margin-top: 40px;
	padding: 3px;
	background-color: #e2e2e2;
	border-left: 2px solid white;
	border-top: 2px solid white;
	border-bottom: 2px solid #555;
	border-right: 2px solid #555;
	font-size: 16px;
	font-weight: bold;
}

h3
{
	margin-top:40px;
}

span.keyword
{
	font-family: Courier;
	font-weight: bold;
}

span.codespacer
{
	margin-left: 10px;
}
span.codecomment
{
	color: #339900;
}

p.code
{
	font-family: Courier New;
	background-color: #e2e2e2;
	border: 2px solid #ccc;
	padding: 5px;
	color: #222222;
	font-size: 12px;
}

div.centreer img
{
	margin: 10px;	
}

div.centreer
{
	text-align: center;
}

a
{
	text-decoration: none;
	color: #F8981D;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
	color: #B92025;
}

table.overzicht
{
	width: 100%;
	padding: 0px;
	margin: 5px 0px;
	border-collapse: collapse;
}

table.overzicht th
{
	background-color: #F8981D;
	color: #F2F2F2;
	padding: 2px;
	border: 2px solid #F2F2F2;
}

table.overzicht td
{
	padding: 2px;
	border-left: 2px solid #F2F2F2;
	border-right: 2px solid #F2F2F2;
	border-bottom: 1px dashed #F8981D;
}

table.detail
{
	width: 100%;
	border-collapse: collapse;
}

table.detail th
{
	color: #B92025;
	width: 150px;
}

div.validatieerror
{
	padding: 3px;
	margin-bottom: 5px;
	color: #B92025;
	background-color: #FCFCFC;
	border-top: 1px solid #B92025;
	border-bottom: 1px solid #B92025;
}
.validatieerror a
{
	color: red;
}

label.validatieerror
{
	color: #B92025;
	color: red;
	padding: 2px;
	margin-left: 5px;
}

input, textarea
{
	border: 1px solid #555555;
}

input
{
	width: 150px;
}

button
{
	border:1px solid white;
	color: white;
	background-color: #F8981D;
	/*background-image: url(/images/toplogo.gif);*/
	background-position: middle;

	font-weight: bold;
}

