html,body {
	margin: 0px;
	padding: 0px;
	height:100%;
	width:100%;
}

html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 150%;
}
.maintable{
	height:100%;
	width: 910px;
	margin: 0 auto;
}
a{
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FF0000;
}
.bgrood{
	background-color:#E61D15;
}
.bggrijs{
	background-color:#F5F5F5;
	background-image:url(/images/lanestate/bg_wit.gif);
	background-repeat:repeat-x;
}
.bgmenu{
	background-image:url(/images/lanestate/.gif);
	background-repeat:repeat-y;
}
.tableheader{
	background-color:#F5A4A1;
	font-weight: bold;
}
.tableheader td {
	border-bottom:1px solid #ffffff;
}
.tableeven{
	background-color:#FBDDDC;
}
.tableeven A{
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}
.tableoneven A{
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}
.tablehover{
	background-color:#F5A4A1;
}
.tablehover A{
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}
.tablehover A:hover{
	color:#000000;
	text-decoration:none;
}
img {
	border:none;
}
ul, li {
	line-height:150%;
	list-style-position : outside;
	margin-left: 8px;
	padding-left: 0px;
}

.clear {
	clear: both;
}

.right {
	float: right;
	margin:5px;
}

.left {
	float: left;
}

#menu {
	min-height: 400px;
	padding: 20px 0px 20px 20px;
	font-size: 14px;
	font-weight: bold;
	background: #e2e2e2;
}

#menu li {
	list-style: square inside; 
	color: #bbbbbb;
	margin: 6px 0px 5px 0px
}

#menu li.active,
#menu li.hover {
	color: #ff3333;
}

#menu li.active{
	font-weight: bold;
}

#menu a:link,
#menu a:visited,
#menu a:active {
	color: #555555;
	text-decoration: none;
	font-size: 14px;
}

#menu li.active a:link,
#menu li.active a:visited,
#menu li.active a:active,
#menu a:hover {
	color: #222222;
}

.formRow {
	float: left;
	clear: both;
}

.formRow .col1,
.formRow .col2 {
	float: left;
}

.formRow .col1 {
	width: 130px;
}

.formRow .col2,
.formRow .col2 .text input,
.formRow .col2 textarea {
	width: 300px;
}

#flashMessage {
	padding: 10px 20px 10px 20px;
	margin: 10px auto 10px auto;
	background-image: url(../img/netnietrood.png);
	color: #eeeeee;
	font-size: 16px;
	font-weight: bold;
}

.footer	{
	background-color: white;
	color: #e71c10;
	font-size: 9px;
	font-weight: bold;
	
} 
