/* body */
body{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align:center;
	color: #303030;
	background-color: #666769;
	height: 100%;
}

/* Basic links */

a:link,
a:visited,
a:active {
	color: #003F1A;
	text-decoration: none;
}

a:hover {
	color: #003F1A;
	text-decoration: underline;
}

/* Basic image properties */
img {
	border: 0;
}

/* Makes layout pasted from Microsoft better */
td p {
	margin: 0px;
}

td p+p {
	margin-top: 10px;
}

iframe {
	border: 1px solid black;
}

/* Holders */
#container{
	width: 999px;
	margin:0 auto;
	text-align:left;
	background: white url("/images/wizards/middle_background.jpg") top left repeat-y;
}
#left_holder{
	float: left;
	width: 998px;

}
#right_holder {
	float: right;
	width: 1px;
	height: 500px;
}


/* Headers */
#header {
	height: 265px;
	width: 999px;
}

.rene {
	background: url("/images/wizards/header_wizards_rene.jpg") top left no-repeat;
}
.sjoerd {
	background: url("/images/wizards/header_wizards_sjoerd.jpg") top left no-repeat;
}
.niek {
	background: url("/images/wizards/header_wizards_niek.jpg") top left no-repeat;
}


#header #snelmenu {
	float: right;
	background-color: #000000;
	color: #ffffff;
	opacity: 0.7;
	filter: alpha(opacity=70);
	text-align: right;
	padding: 7px;
	font-size: 10px;
}

#header #snelmenu a {
	color: #ffffff;
}

#header #snelmenu ul {
	margin: 0;
	padding: 0;
}
#header #snelmenu li {
	display: inline;
}


/* Content */

#content {
	float: right;
	width: 778px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

#content h1 {
	font-size: 17px;
	color: #CB0131;
}

#content h2 {
	font-size: 14px;
	color: #000000;
}

#content h3 {
	font-size: 12px;
	color: #000000;
}


/* Menu left */

#left_menu {
	float: left;
	width: 180px;
	font-size: 0.9em;
	padding-top: 20px;
}

#left_menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 179px;
}

#left_menu ul li {
	margin-bottom: 2px;
	display: block;
	background-color: #2F9E72;
	padding: 5px 0px 5px 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

#left_menu ul li ul {
	margin-top: 5px;
	width: auto;
}

#left_menu ul li ul li {
	display: block;
	padding: 0px 0px 0px 15px;
	font-size: 10px;
}


	
/* Menu right */

#right_menu {
	height: 450px;
	padding: 10px;
}

#right_menu h1 {
	font-size: 14px;
}


/* Footer*/

#footer{
	clear: both;
	width: 989px;
	height: 14px;
	padding: 5px;
	background: black;
	text-align: right;
}

#footer a {
	color: #ffffff;
}

#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	display: inline;
}



table.list {
	width: 100%;
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top: 1px solid #666769;
	border-left: 1px solid #666769;
	border-right: 1px solid #666769;
	empty-cells: show;
	font-size: 12px;
}

table.list th {
	vertical-align: top;
	white-space: nowrap;
	color: #323232;
	padding: 4px;
	font-weight: bold;
	background-color: #B3BFB9;
	line-height: 15px;
	border-bottom: 1px solid #666769;
	text-align: left;
}

table.list tr {
	background: #fafafa;
}

table.list td {
	border-bottom: 1px solid #666769;
	padding: 4px 5px;
	vertical-align: top;
	line-height: 15px;
}

table.list tr:hover {
	background: #f3f3f3;
}

table.list .checkbox {
	width: 20px;
}

table.list .icon {
	width: 20px;
}


.zend_form {
	margin: 5px auto;
	padding: 0;
	overflow: auto;
}

.zend_form dt {
	padding: 0;
	clear: both;
	width: 20%;
	float: left;
	text-align: left;
	margin: 5px 5px 5px 0;
}

.zend_form dd {
	padding: 0;
	float: left;
	width: 78%;
	margin: 5px 2px 5px 0;
}

.zend_form p {
	padding: 0;
	margin: 0;
}

.zend_form input,.zend_form textarea {
	margin: 0 0 2px 0;
	padding: 0;
}





.tabel {
	border-top: 1px solid #e1e1e1;
	border-collapse: separate;
	empty-cells: show;
	border-spacing:0;
	width:100%;
}

.tabel th{
	border-bottom:1px solid #fff;
	padding: 5px 4px;
	font-weight:bold;
	color:#191919;
	text-align:left;
	background-color: #CB0131;
	color: #ffffff;
	font-size:11px
}

.tabel td {
	border-bottom: 1px solid #e6e6e6;
	padding: 5px 4px;
	vertical-align:top;
	font-size: 11px
}

.tabel td.datum {
	color: #6F6F6F;	
	width: 40px;
}

.tabel td a {
	color: #000000;	
}

img.mail {
	margin-bottom: -2px;
}

.printonly {
	display: none;
}