body {
	margin: 0px;
	background-color: #504e53;
	overflow: scroll;
	overflow-x: hidden;
	font-family: Arial;
}

img {
	border: 0px;
}

td, th {
	font-size: 14px;
	text-align: left;
	line-height: 18px;
}

#maintable {
	width: 900px;
	height: 100%;
	background-color: #ffffff;
	border-right: 2px solid black;
	border-left: 2px solid black;
}

#logo {
	width: 170px;
	border-width: 0px 0px 0px 2px;
	border-style: solid;
	border-color: #ffffff;;
}

#header_persoonlijk {
	width: 730px;
}

#header_zakelijk {
	width: 730px;
}

.tab_left {
	height: 34px;
	border-width: 0px 2px 2px 2px;
	border-style: solid;
	border-color: #ffffff;;
}

.tab_right {
	height: 34px;
	padding: 0px 15px 0px 15px;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: #ffffff;;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

.tab_right a:link, .tab_right a:active, .tab_right a:visited {
	color: white;
	text-decoration: none;
}

.tab_right a:hover {
	color: white;
	text-decoration: underline;
}

#persoonlijk .tab_left, #persoonlijk .tab_right {
	background-color: #ed1b2d;
}

#zakelijk .tab_left, #zakelijk .tab_right {
	background-color: #ff7901;
}

#blank {
	height: 10px;
}

#menu {
	width: 170px;
	height: 100%;
	background-color: #dddddd;
	border-width: 0px 2px 0px 2px;
	border-style: solid;
	border-color: #ffffff;
}

#content {
	width: 730px;
	height: 100%;
	padding: 0px 2px 2px 10px;
}

h1.titel {
	height: 28px;
	padding: 5px;
	background-color: #504e53;
	font-size: 17px;
	color: #ffffff;
	margin-bottom: 10px;
}

ul.alineamenu li {
	font-size: 12px;
	font-weight: bold;
	list-style-type: square;
}

.alinea {
	width: 525px;
	font-size: 14px;
	text-align: left;
	line-height: 18px;
}

.alineaBox {
	margin-bottom: 15px;
	padding: 10px;
	background-color: #eeeeee;
}

.artikel {
	font-size: 12px;
	text-align: left;
	line-height: 15px;
	background-color: #eeeeee;
}

.artikelBox {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
	background-color: #eeeeee;
}

hr.artikel {
	height: 2px;
	color: white;
	width: 150px;
	margin: 10px 0px 0px 0px;
	border: 1px solid white;
}

a:link, a:active, a:visited  {
	color: #ed1b2d;
	text-decoration: underline;
}

a:hover {
	color: #ed1b2d;
	text-decoration: none;
}

.NieuwsTitel {
	font-weight: normal;
}