/* CSS Document */

/****************************************** Opmaak ******************************************/

img {border:none
}

body {
	background-image: url(../gfx/ba_bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #5b5b5b;
}

td.lijn {
	background: url(../gfx/ba_lijn.gif);
	background-repeat: repeat-x;
}

.history {
	font-size: 9px;
	color : #9c9d9d;
}

.time {
	font-size: 9px;
	color : #9c9d9d;
}

.title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 3;
	margin-bottom: 3;
	padding-top: 3;
	padding-bottom: 3;
}

.sub_title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 3;
	padding-bottom: 3;
}

.sub2_title {
	font-weight: bold;
}

.inleiding {
	font-size: 11px;
	font-weight: bold;
	color : #5b5b5b;
}

.content {
	font-size: 11px;
	line-height:16px;	
	font-weight: normal;
	color : #5b5b5b;
}

.contentHighlight {
	color: #FF0000;
}

td.contentt {
	background: url(../gfx/ba_tekstvlak_bg2.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.werknemers {
	font-size: 10px;
	font-style: italic;
	color : #999999;
	text-align: right;
}
.footer{
	font-size: 10px;
	text-align: center;
}

h1.footer{
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.copyright {
	font-size: 9px;
	color: #CCCCCC;
}



/****************************************** Navigatie ******************************************/

a:visited {
	font-size: 11px;
	font-weight: normal;
	color : #000000;
	text-decoration: none;
}
a:active {
	font-size: 11px;
	font-weight: normal;
	color : #000000;
	text-decoration: none;
}
a {
	font-size: 11px;
	font-weight: normal;
	color : #000000;
	text-decoration: none;
}
a:hover	{
	font-size: 11px;
	font-weight: normal;
	color : #000000;
	text-decoration: none;
}

a.contentLink:visited {
	font-weight: bold;
}
a.contentLink:active {
	font-weight: bold;
}
a.contentLink {
	font-weight: bold;
}
a.contentLink:hover	{
	font-weight: bold;
	color: #ff0000;
}

a.sub_navigatie:visited		{
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: lowercase;
}
a.sub_navigatie:active		{
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: lowercase;
}
a.sub_navigatie		{
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: lowercase;
}
a.sub_navigatie:hover	{
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: lowercase;
}

a.footerlink:visited		{
	font-size: 10px;
	text-transform: lowercase;
}
a.footerlink:active		{
	font-size: 10px;
	text-transform: lowercase;
}
a.footerlink		{
	font-size: 10px;
	text-transform: lowercase;
}
a.footerlink:hover	{
	font-size: 10px;
	text-transform: lowercase;
	color: #ff0000;
}


a.path:visited		{
	font-size: 9px;
	text-transform: lowercase;
}
a.path:active		{
	font-size: 9px;
	text-transform: lowercase;
}
a.path		{
	font-size: 9px;
	text-transform: lowercase;
}
a.path:hover	{
	font-size: 9px;
	text-transform: lowercase;
	color:#FF0000
}

/****************************************** Invoervelden ******************************************/

input.text {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	width: 150px;
}

textarea {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 2px;
	width: 200px;
	height: 50px;
}

.button {
	border: #cd8d5c2 0px solid;
	background: transparent url(../../FF 06021 - Ark - website/www/css/gfx/submit_button.png) no-repeat right top;
	width: 125px;
	height: 20px;
	
	font: normal normal bold 10px/16px Arial;
	color : #c9c6a8;
}

