body {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
}

br { 
	letter-spacing: 0px;
}

img {
	border: 0;
}

a {
	color: #564c3a;
}

a:hover {
	color: #51aee0;
}

.clearfix {
	clear: both;
	font-size: 0px;
	height: 0px;
	display: block;
	_display: inline;
}
form {
	margin: 0px;	
}

/* ------------- Globale site opzet ---------*/
#container {
	position: relative;
	width: 1000px;
	height: 746px;
	margin: 10px auto 0px auto;
}

#header {
	height: 109px;
}
#header .left {
	float: left;
	width: 120px;
	height: 109px;
	margin-right: 10px;
	background-color: #0067c6;
}
#header .right {
	float: left;
	position: relative;
	width: 870px;
	height: 109px;
	background-color: #0067c6;
}
#header .right .logo_fasson {
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
	position: relative;
	height: 34px;
	background-color: #0067c6;
}
#footer .logo {
	position: absolute;
	top: 5px;
	left: 12px;
	width: 71px;
}
#footer .languages {
	position: absolute;
	top: 11px;
	left: 150px;
	width: 200px;
}
#footer .copyright {
	position: absolute;
	right: 10px;
	top: 11px;
	font-size: 11px;
	color: #FFF;
}
#footer .copyright a {
	color: #FFF;	
}
#footer .copyright a:hover {
	text-decoration: none;	
}
#footer .link {
	margin-left: 12px;
}

/* ------------- navigatie -------------------- */
#navigation {
	position: relative;
	top: 81px;
}
#navigation ul {
	position: relative;
	left: 110px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 760px;
}
#navigation li {
	float: left;
	display: block;
	margin-right: 20px;	
}
#navigation li a{
	display: block;
	float: left;
	height: 22px;
	width: 107px;
	text-align: center;
	padding-top: 6px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	text-transform:uppercase;
}
#navigation li.selected a{
	background-image: url(/inc/img/menu_tab_bg.jpg);
	background-repeat: no-repeat;
	color: #0067c6;	
}

#subnavigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#subnavigation li {
	display: block;	
}
#subnavigation li a {
	display: block;
	width: 240px;
	padding: 10px 0px 10px 10px;
	text-decoration: none;
	color: #000;
	letter-spacing: 0px;
	font-weight: bold;
	font-size: 11px;
	text-transform:uppercase;
}
#subnavigation li.selected a, #subnavigation li a:hover {
	background-color:#6c193f;
	color: #FFF;
}

/* ------------- einde navigatie --------------- */

/* ------------- formulier velden -----------*/
input.btn {
	background-color: #957156;
	border-left: 1px solid #bba493;
	border-top: 1px solid #bba493;
	border-right: 1px solid #6a5647;
	border-bottom: 1px solid #6a5647;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
}

input.btn:hover {
	background-color: #b39076;
	border-right: 1px solid #bba493;
	border-bottom: 1px solid #bba493;
	border-left: 1px solid #6a5647;
	border-top: 1px solid #6a5647;
	color: #ffffff;
}

input.textbox {
	border-color: #BBBBBB #EEEEEE #EEEEEE #BBBBBB;
	border-style: solid;
	border-width: 1px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 200px;
}

textarea.textarea {
	border-color: #BBBBBB #EEEEEE #EEEEEE #BBBBBB;
	border-style: solid;
	border-width: 1px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 200px;
}

.loginerror {
	color: #c00c00;
}

/* ------------- einde formulier velden ------- */