body {
	margin: 0 auto;
	font-family: Arial;
	font-size: 13px;
	background-color: #e5e5e5;
	text-align: center;
}
td {
	font-family: Arial;
	font-size: 13px;
}

h2 {
	font-family: Arial;
	font-size: 20px;
	color: #de1010;
}

a.menu_link:link {
	color: #ffffff;
	text-decoration: none;
}
a.menu_link:visited {
	color: #ffffff;
	text-decoration: none;
}
a.menu_link:hover {
	color: #ffd720;
	text-decoration: none;
}
a.menu_link:active {
	color: #ffffff;
	text-decoration: none;
}


#header {
	margin: 0 auto;
	width: 950px;
	height: 160px;
	background-image: url("layout/header2.jpg");
	background-repeat: no-repeat;
	vertical-align: top;
}
.header_table {
	margin: 0 auto;
	width: 900px;
	height: 106px;
	background-image: url("layout/lijn.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}
.header_teller {
	width: 300px;
	height: 106px;
	padding-left: 20px;
	background-image: url("images/logo.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}

#menu {
	margin: 0 auto;
	width: 950px;
	height: 30px;
	background-image: url("layout/menu_bg.jpg");
	background-repeat: no-repeat;
	text-align: left;
}
.menu_cel_left {
	width: 56px;
}
.menu_cel {
	height: 30px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	text-align: center;
}
.menu_cel_tel {
	width: 35px;
	height: 30px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	text-align: center;
}

#content {
	margin: 0 auto;
	width: 950px;
	background-image: url("layout/content_bg.jpg");
	background-repeat: repeat-y;
	padding-top: 25px;
	padding-bottom: 25px;
}

#content_pagina {
	margin: 0 auto;
	width: 850px;
	text-align: left;
}

#footer {
	margin: 0 auto;
	width: 950px;
	height: 110px;
	background-image: url("layout/footer.jpg");
	background-repeat: no-repeat;
	padding-top: 15px;
}



