* {
	margin:0px;
	padding:0px;
}

a 			{text-decoration: none}
a:link 		{color:#666;font-weight: normal}
a:hover 	{color:#000; text-decoration: underline}
a:visited	{color:#333;font-weight: normal}
a:active	{text-decoration: none}

html {
	min-height:100% !important;
	height:100%;
	background:#9c9d9f url('img/background.gif') repeat-x;
	font:12px normal helvetica, arial;
}

input, textarea, select {
	font-size:.9em;
}

.fright {
	float:right;
}
.fleft {
	float:left;
}
h3 {
	font-size:1em;
}

/* 'site' -> gray/orange sidebars */
.placeholder {
	width:986px;
	background-image:url('img/back.gif');
	margin-left:auto;
	margin-right:auto;
	min-height:100% !important;
	height:100%;
}
/* top + flash */
.top {
	margin-left:22px !important;
	width:964px;
	height:92px;
}
/* site-logo -> centered top */
.top .logo {
    float: left;
    position:relative;
    top:19px !important;
    left:-3px !important;
}

/* oude logo

.top .logo {
	position:relative;
	width:271px;
	height:33px;
	top:20px;
	background-image:url('img/title_white.gif');
	left:352px;
}

*/

.top .links {
	position:relative;
	float:right;
	width:140px;
	top:-15px;
}
.top .links a:link, .top .links a:visited, .top .links a:hover, .top .links a:active {
	text-decoration:none;
	color:#9c9d9f;
}
.top .links #selected {
	background-color:#9c9d9f;
	color:#fff;
}
.top .links .lang a {
	position:relative;
	padding:0px 5px 0px 5px;
	top:5px;
	font-weight:bold;
	color:#9c9d9f;
}
.top .links .lang a:link { text-decoration:none; color:#9c9d9f; }
.top .links .lang a:visited { text-decoration:none; color:#9c9d9f; }
.top .links .lang a:hover { text-decoration:none; background-color:#9c9d9f;color:#fff; }
.top .links .lang a:active { text-decoration:none; color:#9c9d9f; }

.menuholder {
	width:986px;
	background-image:url('img/back_alt.gif');
}
.flash {
	margin-left:18px;
	height:253px;
	width:970px;
	display:inline;
}

/*
MENU
*/

/*center menu buttons */
.menu .middle {
	padding-left:35px;
}
/*menu buttons*/
.menu .middle .menu_btn {
	float:left;
	height:27px;
	padding:12px 15px 0px 15px;
	border-right:1px solid #ddddde;
	font-weight:bold;
	color:#9c9d9f;
	text-decoration:none;
}
.menu .middle .menu_btn:hover, .menu .middle #selected {
	margin-top:1px;
	color:#fff;
	background-image:url('img/top_menu_over.gif');
}
/* last botton has no right border! */
.menu .middle #last {
	border-right:0px;
}

/*
'MAIN' CONTENT
*/
.content {
	margin-left:22px !important;
	width:964px;
}
	/* -LEFT */
.leftbar {
	float:left;
	color:#a3a4a5;
	color:#a4a5a6;
	padding-top:61px;
	padding-left:75px;
	width:530px !important;
	width:500px;
	letter-spacing:0px;
	line-height:1.8em;
	font-size:1em;
	font-weight:bold;
}
.leftbar .alt {
	/*height:500px;*/
	height:100%;
	margin-top:-10px;
	letter-spacing:0px;
	line-height:1.8em;
	font-size:.9em;
	font-weight:bold;
}
.leftbar p {
	padding-top:5px;
}
.leftbar .alt h1, .leftbar h1 {
	font-size:2.5em;
	font-weight:normal;
	line-height:2em;
	margin-bottom:20px;
}
.leftbar .alt h3, .leftbar h3 {
	font-size:1.1em;
	margin-top: 25px;
}
	/* -RIGHT */
.rightbar {
	float:right;
	width:286px;
	padding-top:61px;
	padding-right:10px;
}
.rightbar .item {
	width:232px;
	float:right;
	text-align:right;
	margin-right:50px;
	padding-bottom:20px;
	padding-top:20px;
	border-bottom:1px solid #ddddde;
	color:#a3a4a5;
}
.rightbar #end {
	border-bottom:0px;
}
.rightbar .links {
	width:232px;
	text-align:right;
	color:#9c9d9f;
}
.rightbar .links a {
	display:block;
	color:#9c9d9f;
	text-align:right;
	margin-top:5px;
	text-decoration:none;
	padding-top:5px;
	padding-bottom:5px;
}
.rightbar .links #selected {
	color:#f39a00;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:15px;
}
.rightbar .links a:hover {
	background:#f39a00;
	color:#fff;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
}
.rightbar .links #selected:hover {
	color:#fff;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:15px;
}
.rightbar .links .separator {
	margin-top:5px;
	border-bottom:1px solid #ddddde;
}
.rightbar .links .separator_orange {
	margin:35px 0px 25px 0px;
	border-bottom:1px solid #f39a00;
}
.rightbar .itemlist .item {
	font-size:.9em;
	padding-bottom:10px;
	padding-top:10px;
}

/*
FOOTER
*/
.footer_1 {
	margin-left:20px !important;
	width:915px;
	height:50px;
	padding:20px 0px 30px 30px;
	background-color:#e6e6e8;
	color:#9c9d9f;
	font:11px normal helvetica, arial;
	clear:both;
}
.footer_1 h1 {
	font-size:1em;
	font-weight:bold;
}
.footer_1 .item {
	padding:0px 15px 0px 15px;
	float:left;
}
.footer_1 .form {
	display:block;
	line-height:2.5;
	margin:0px 10px 0px 0px;
}

/**
.footer_1 .form .submit {
	color:#9c9d9f;
	background-color:#e6e6e8;
	border:1px solid #c9d9f;
	padding:2px;
}
.footer_1 .form input {
	color:#9c9d9f;
	background-color:#e6e6e8;
	border:1px solid #9c9d9f;
	padding:2px;
}
**/

input { padding: 3px; margin: 0;}

.zend
{
		font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight:bold;
 		background-color: #fff;
 		color: #000;
		border:1px solid #9c9d9f;
 		margin-left: 5px;
 		margin-top: 3px;
 		margin-bottom: 2px;
}

.invoer
{
		font-size: 13px;
		background-color: #fff;
 		border: 1px solid #9c9d9f;
		width:120px;
}

.footer_bar {
	margin-left:20px !important;
	width:915px;
	padding:20px 0px 30px 30px;
	background-color:#e6e6e8;
	color:#9c9d9f;
	font:11px normal helvetica, arial;
	clear:both;
}

.footer_bar h1 {
	font-size:1em;
	font-weight:bold;
}
.footer_bar .item {
	padding:0px 25px 0px 25px;
	float:left;
}
.footer_bar .form {
	display:block;
	line-height:2.5;
	margin:0px 10px 0px 0px;
}
