/* elementen vd pagina www.bettentransport.nl*/
body{
	margin:0 0 0 0;
	background-color: #FFFFFF;
	font-family: Arial, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	background-attachment: scroll;
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
td{
	font-family: Arial, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

/* links */

a:link, a:visited, a:active {
	color:#FF0000;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.link:link, a.link:visited, a.link:active {
	color:#666666;
}
a.link:hover {
	text-decoration: underline;
}

/* footer */

/* menu */

.menubalk{
	background-attachment: scroll;
	background-image: url(../images/menubalk.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:30px;
}
.indentmenu{
	font-family: Arial, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 100%; /*leave this value as is in most cases*/
	text-decoration: none;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 470px; /*width of menu*/
	border: 1px solid #564c66; /*dark purple border*/
	border-width: 1px 0;
	background: black url(../images/menu1.gif) center center repeat-x;
	text-decoration: none;
}

.indentmenu ul li{
	display: inline;
	text-decoration: none;
}

.indentmenu ul li a{
	float: left;
	color: white; /*text color*/
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
	color: white;
	text-decoration: none;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: white !important; /*text color of selected and active item*/
	padding-top: 7px; /*shift text down 1px for selected and active item*/
	padding-bottom: 5px; /*shift text down 1px for selected and active item*/
	background: black url(../images/menu2.gif) center center repeat-x;
	text-decoration: none;
}
/* tekstelementen*/
.header {
	font-family: Arial, Geneva, sans-serif;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
	letter-spacing:.1em;
}
.header2 {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	letter-spacing:.1em;
}
.header3 {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #204dff;
	letter-spacing:.1em;
}
.header4 {
	font-family: Arial, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.vestiging {
	background-color:#2f84e0;
	padding:8px;
	font-family: Arial, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing:.1em;
	background-attachment: scroll;
	background-image: url(../images/backmenu.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.nieuws {
	background-color:#FFFFFF;
	padding:8px;
	font-family: Arial, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #2f84e0;
}