body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	background-color:#FFF8E0;
}

#container {
	width:880px;
	margin:0 auto;
	margin-top: 0px;
}

#header {
	width: 880px;
	height: 110px;
	margin:0 auto;
	background-image: url(/images/header.jpg);
}

#menu {
	width: 332px;
	padding:0px;
	float:left;
}

#menu img {
	display: block;
}

#pageloader {
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 0;
  right: 0%;
  background-color: white;
  filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
  z-index: 99;
  text-align: center;
  width: 100%;
  padding-top: 25px;
  color: #333333;
  vertical-align: middle;
}

#content {
	width:548px;
	padding:0px;
	float:left;
	background-image: url(/images/bgcontent.jpg);
}

.icontent {
	width: 485px;
	height: 400px;
	padding-top:40px;
	overflow: auto;
}

#footer {
	width:880px;
	height:40px;
	background-image: url(/images/footer.jpg);
	clear: both;
}

.menuTitle {
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}

.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	background-color: #EEEEEE;
	border: 1px solid #2E58A6;
	margin:1px;
}

.input2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2E58A6;
	border: 1px solid #FFFFFF;
	margin:1px;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  color: #333333;
  background-color: #FFFFFF;
  border: 1px solid #2E58A6;
}

.input_fout {
    background-color: #EEEEEE;
    border-style: solid;
    border-width: 1px;
    border-color: #CC0000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}

.text_fout {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FF0000;
}

.remark {
	color: #CC0000;
	font-weight: bold;
	background-color:inherit;
}

h1 {
	color: #2E58A4;
	font-size:13px;
	font-weight:bold;
	padding-bottom:5px;
	background-color:inherit;
}

h2 {
	color: #C10C15;
	font-size:13px;
	font-weight:bold;
	padding-bottom:5px;
	background-color:inherit;
}

h3 {
	color: #247E27;
	font-size:13px;
	font-weight:bold;
	padding-bottom:5px;
	background-color:inherit;
}

td.knooppunt {
	color: #FFFFFF;
	font-size:16px;
	font-weight: bold;
	text-align: center;
	background-color:#2F59A5;
}

td.fietskaart {
	height: 13px;
	color: #000000;
	font-size:12px;
	text-align: center;
	background-color:inherit;
}

a:link  {   
	text-decoration: underline;
	color: #555555;    
	font-size:12px;
	background-color:inherit;
}	

a:visited {   
	text-decoration: underline;
	color: #555555;
	font-size:12px;
	background-color:inherit;
}	

a:hover {   
	text-decoration: none;
	color: #999999;
	font-size:12px;
	background-color:inherit;
}

a.menu  {   
	text-decoration: none;
	color: #333333;    
	font-size:12px;
	font-weight: bold;
	background-color:inherit;
	line-height: 20px;
}	

a.menu:visited {   
	text-decoration: none;
	color: #333333;
	font-size:12px;
	font-weight: bold;
	background-color:inherit;
	line-height: 20px;
}	

a.menu:hover {   
	text-decoration: none;
	color: #CC0033;
	font-size:12px;
	font-weight: bold;
	background-color:inherit;
	line-height: 20px;
}

a.news  {   
	text-decoration: none;
	color: #CC0033;    
	font-size:12px;
	font-weight: bold;
	background-color:inherit;
	line-height: 20px;
}	

a.news:visited {   
	text-decoration: none;
	color: #CC0033;
	font-size:12px;
	font-weight: bold;
	background-color:inherit;
	line-height: 20px;
}	

a.news:hover {   
	text-decoration: none;
	color: #333333;
	font-size:12px;
	font-weight: bold;
	background-color:inherit;
	line-height: 20px;
}

a.dummylink {
	cursor:pointer;
	color: #333333;
}

a.dummylink:hover {
	cursor:pointer;
	color: #666666;
}

a.dummylink:visited {
	cursor:pointer;
	color: #333333;
}