/*
***********************************************************
Title:     Main
Author:    Emile Blume - Netcreators.com
***********************************************************
*/
@charset "utf-8";

/* Global reset ////////////////////////////////////////////////////////////////////////////////*/
*	    { 	
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/* vertical-align: top; */
	/* vertical-align: 2pt;*/
	background: transparent;
}

em { font-style: italic; }
strong { font-weight: bold; }
table {	border-collapse: collapse; border-spacing: 0; margin-bottom: 20px; }
address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; }
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q { quotes: "" "";}
th, td { font-weight:normal; text-align:left; }
caption { font-weight:bold; text-align:left; width: 400px;}
ol, ul { list-style:none;}

/* Layout 3 cols ///////////////////////////////////////////////////////////////*/
#container {
	margin: auto;
	width: 900px;
	position: relative;	
}

#main, #header, #breadcrumb, #left, #center, #right, #footer {
        /*background: #FFF;*/
	float: left;
	display: inline; /* workaround for IE6*/
}

#main {
}

#header{
	height: 230px;
        width: 900px;
}

#breadcrumb {
	display: inline;
	float: left;	
	height: 20px;
        width: 896px;
        /* background-color: #F9FFE5; lichtgeel*/ 
	/* background-color: #F7E7E5; rose*/
	background-color: #FFFFFF;
        color: #000000;
        /* border-top:2px solid #800000; */
        /* border-bottom:2px solid #800000; */
        /* border-left:2px solid #800000; */
        /* border-right:2px solid #800000; */
        font-family: verdana;
        font-size: 12px;
	font-weight: normal;		
	margin-top: 4px; 
	vertical-align: middle;	
	}

#breadcrumb a {
color: #800000;
}



/*
#breadcrumb .tx-efafontsize-pi1 {
	float: right; 
	height: 20px;	
	margin-top: -16px;
	
				
}
*/

#breadcrumb .tx-dynamicfontsize-pi1 {
	float: right; 
	height: 20px;	
	margin-top: -16px;
	
				
}



.hide, #description, #skip{
	display: none;
}

/* Left  ////////////////////////////////////////////////////////////////////////*/
#left {
	width: 200px;
	padding: 5px;
	background-color: #FFFFFF;
		
}

/* Center ///////////////////////////////////////////////////////////////////////*/
#center{
	width: 470px; 
	padding: 10px;
}

/* Right ////////////////////////////////////////////////////////////////////////*/
#right{
	
	width: 180px; 
	padding: 10px; 
	/* background-color: #A93C41; */
	
}

/* Footer ////////////////////////////////////////////////////////////////////////*/
#footer{
	text-align: center;
	width: 900px;
	clear: both;
	/* background-color: #F9FFE5; */
	background-color: #F7E7E5;
	border:0px solid #800000;
	font-size: 10px;
	text-align: center;
	/* margin-top: -12px !important;*/
	margin: 3px;
	padding-top: 10px;
	height: 20px;
	width: 100%;
	display: block;
	/* position: fixed !important;*/
	/* position: absolute; */
}

#footer a {
color: #800000;
}

/* tabellen /////////////////////////////////////////////////*/
.contenttable, conttenttable-0 {
margin-top: 10px;
margin-bottom: 20px;
/* margin-left: 20px; */
}

.td-last, .td-1, .td-2, td-3 {
padding-left: 20px;
}

