/* STYLESHEET INTRO PAGINA */
a, a:link, a:visited {
	color: #004375;
	text-decoration: none;
}
a.white, a.white:link, a.white:visited {
	color: #004375;
}

a:hover {
	color: #FF0000;
}

td { width: 200px; height: 124px; border: 1px solid #004375;}
td.button { cursor: pointer; width: 200px; height: 124px; border: 1px solid #004375;}
table { border-collapse: collapse; }
ul.intro {
	list-style: disc;
	font-weight:bold;
}
ul.intro A {
	color: #004375;
}
ul.intro a:visited {
	color: #004375;
}
ul.intro a:hover {
	color: #FD3333;
}

/* IE HACK FOR IMAGES+TD */
img { margin-bottom: 0px !important; margin-bottom: -3px;}

body{
	margin: 0px;
	background-color: #004375;
	font-family: verdana;
}
body, table, tr, th, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004375;
}

#aligner{
	text-align: center;
}
#menu, #content, #footer{
	width: 804px;
	margin: 0 auto;
	text-align:left;
}

#header *{
	color: #002e4f;
	font-size: 14px;
}

#header{
	background: transparent url(img/marqueebg.jpg) no-repeat;
	height: 29px !important;
	width: 800px !important;
	height: 33px;
	width: 800px;
	margin: 0px auto;
	margin-top: 2px;
	padding: 2px;
	padding-top: 1px;
	text-align: center;
}

#header marquee{
}
#header div{
/*	background: transparent url(img/bg_header.gif) repeat-x;*/
	height: 29px;
	width: auto !important;
	width: 0%;
	padding: 0px;
}
#header div div{
/*	background: transparent url(img/bg_header_left.gif) no-repeat top left;*/
	height: 100%;
	width: auto;
	padding: 0px 0px 0px 0px;
}
#header div div div{
/*	background: transparent url(img/bg_header_right.gif) no-repeat top right;*/
	height: 100%;
	width: auto;
	padding: 6px 10px 0px 10px;
	text-align: center;
	white-space: nowrap;
}

#btn_inloggen{
	position: relative;
	top: 20px;
	text-align: right;
/*	background: no-repeat url(img/inloggen_arrow.gif) right center;  */
}
#btn_inloggen A {
	color: white;
}
#menu{
	background-color: ;
	border-bottom: 1px solid #DE031C;
	height: 30px;
	background: #567CA5 no-repeat url(img/menu_arrow.gif) left center;
	color: white;
	font-size: 12px;
}

#menu DIV{
	display: inline;
	padding: 0px 5px;
	line-height: 28px;

	text-align: center;
	cursor: pointer;
}


a:link {
	color: white;
}

a:visited {
	color: white;
}

a:hover {
	color: #FF0000;
}

a:active {
	color: #FF0000;
}

#content{
	margin-bottom:1px;

}

table.home_table td{
	background-color: #819CBA;
}
