/* containers */

body {
	background-color: #E5E5D8;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#main {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}

#header {
	height: 80px;
	background-color: #ffffff;
	clear: both;
}
		#header_left {
			padding-top:20px;
			padding-left:19px;
			margin-top: 10px;
			margin-left: 0px;
			float: left;
		}
		#header_right {
			padding-top:20px;
			padding-right:20px;
			margin-top: 14px;
			margin-right: 0px;
			float: right;
			text-align: right;
			font-size: 10px;
		}

#navigation {
	background-color: #A50018;
	height: 21px;
	clear: both;
	font-size: 12px;
	padding-left: 21px;
}

#content {
	clear: both;
	padding: 20px;
	font-size: 11px;
	background-color:#ffffff;
	height:100%;
}

#spacer {
	height: 10px;
	clear: both;
}

#footer {
	border-top: 1px solid #CCCCCC;
	height: 17px;
	clear: both;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	color: #999999;
}

/* content classes */

.contentleftnew {
	border-right: 1px solid #CCCCCC;
	float: left;
	width: 169px;
	margin-right: 0px;
	overflow: hidden;
	background-color:#ffffff;
}

.contentleft {
	border-right: 0px solid #CCCCCC;
	float: left;
	width: 154px;
	margin-right: 15px;
	overflow: hidden;
	background-color:#ffffff;
}

.verticalline {
	border-right: 1px solid #CCCCCC;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0px;
	float: left;
	width: 1px;
	overflow: hidden;
	height:600px;
}
/* used for ie5 bug on mac - wasn't necessary*/
.verticallineright {
	border-left: 1px solid #CCCCCC;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0px;
	float: left;
	width: 15px;
	overflow: hidden;
	height:450px;
	background-color:#ffffff;
}


.contentmiddle {
	float: left;
	width: 388px;
	padding: 0px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	background-color:#ffffff;
}

.contentright {
	border-left: 0px solid #CCCCCC;
	float: left;
	width: 154px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 15px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	background-color:#ffffff;
}

.contentrightlarge {
	border-left: 1px solid #CCCCCC;
	float: left;
	width: 573px;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	background-color:#ffffff;
}

.contentrightlargenew {
	border-left: 0px solid #ffffff;
	float: left;
	width: 573px;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	background-color:#ffffff;
}


.paddingmarginstyle {
	margin-top: 5px;
	margin-bottom: 8px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	line-height: 17px;
}

/* hyperlinks */

a:link, a:visited, a:active {
	color: #000000;
}
a:hover {
	color: #6E0010;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #6E0010;
	text-decoration: underline;
}

#navigation a:link, #navigation a:visited, #navigation a:active {
	text-align: center;
	width: 106px;
	display: block;
	clear: none;
	float: left;
	height: 18px;
	padding-top: 3px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#navigation a:hover {
	text-align: center;
	width: 106px;
	display: block;
	clear: none;
	float: left;
	background-color: #C22400;
	color: #FFFFFF;
}


/* form */

input, select {
	color: #000000;
	font-size: 11px;
	border: 1px solid #E5E5D8;
	background-color: #E5E5D8;
}

.formbutton {
	color: #000000;
	border: 1px solid #E5E5D8;
	background-color: #E5E5D8;
	padding-right: 3px; /* om de ruimte binnen de knop te definiëren */
	padding-left: 3px;
}

form {
	display: inline;
}


/* lists */

ul {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: square;
	margin-left: 15px;
	padding-left: 0px;
}
li {
	margin-bottom: 2px;
	line-height: 16px;
}

/* titles and text */

h1 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #C22400;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6E0010;
	margin-top: 3px;
	margin-bottom: 10px;
}

h3 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C22400;
	margin-top: 3px;
	margin-bottom: 10px;
}

p {
	margin-top: 5px;
	margin-bottom: 0px;
	line-height: 16px;
}

#breadcrumb {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c22400;
	padding-top: 6px;
	padding-left: 0px;
	padding-bottom: 15px;
	font-weight: bold;
}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
#breadcrumb a:hover {
	color: #c22400;
	font-weight: normal;
}

/* fix after launch to put logo on top right corner - drop the div use span*/

.breadcrumb {
/*	clear: both;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c22400;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}

a.breadcrumb:link, a.breadcrumb:visited, a.breadcrumb:active {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
a.breadcrumb:hover {
	color: #c22400;
	font-weight: normal;
}


/* popup layer */

.popup { 
	position: absolute;
	visibility: hidden;
	background-color: #ffffff;
	layer-background-color: #ffffff;
	width: 200px;
	border: 1px solid #c22400;
	padding: 3px;
	z-index: 10 
}

.minimatrix
{
    border: 1px solid #000000;
    border-collapse: collapse;
}

.minimatrix TD
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #000000;
    
}

.minimatrix A:link, .minimatrix A:visited, .minimatrix A:active
{
    text-decoration: none;
}
 