@import url(menu.css);
body {
	margin: 0px;
	padding: 0px;
}
div#container {
}
div#header {
	margin: 0px;
	padding: 0px;
	height: 156px;
	background-image: url(../images/layout/topBack.jpg);
	background-position: 990px 0px;
	background-repeat: no-repeat;
	position: relative;
}
div#wrapper {
	margin:0px; padding:0px;
}
div#left {
	float: left;
	width: 330px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
div#left div {
	width: 320px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999;
}
div#actueelA {
	border-bottom: 1px solid #CCC;
}
div#center {
	margin-top: 0px;
	margin-bottom: 0px; 
	margin-right: 0px;
	margin-left: 335px;
	width: 585px;
	border-left: 1px solid #CCC;
}
div#center div {
	margin: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #999;
}
div#center img {
	border: 1px solid #000;
}
div#footer {
	height: 82px;
	background-image: url(../images/layout/bottomBack.jpg);
	background-position: 990px 0px;
	background-repeat: no-repeat;
	position: relative;
}
div#rights {
	position: absolute;
	left: 5px;
	bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFF;
}
.cleaner {
	clear: both;
}
h1 {
	padding: 0px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	color: #D10A0A;
}
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 0px;
}
tr.header td {
	background-color: #CCC;
	color: #000;
}
div#center a {
	color: #E90D0D;
}
div#myDiv div, div#myDivB div {
	margin-left: -5px;
}
