body
{
	color:#000000;
	background-color:#FFFFFF;
	font-size:12px;
	font-family:arial, sans-serif;
	padding:0px;
	margin:0px;
}

form
{
	padding:0px;
	margin:0px;
}

img
{
  border:none;
}

table
{
	font-size:100%; /* voor IE */
}

.notready /* Laat zien dat een link er nog niet is.... */
{
  color:#FF0000;
}

#loading /* nodig zodat 'center_load' ALTIJD een element heeft MET position*/
{
  position:absolute;
  top:0px;
  left:0px;
}

#loading #center_load
{
  position:fixed;
  top:50%;
  left:50%;
  display:table;
  border:1px solid red;
}

#loading img
{
  z-index:0;
}


#web_title
{
	width: 100%;
	height: 100px;
	border-bottom: 2px solid #999999;
	position: relative;
	background-color: #DDEEFF;
}

#web_title #title_image
{
	margin-top:5px;
	margin-left:5px;
	position:absolute;
}

#web_title #corner
{
	position:absolute;
	right:0px;
	margin-top:1px;
}

#web_title #dino
{
	position:absolute;
	right:0px;
	margin-top:40px;
	margin-right:30px;
}


#files pre
{
  margin-left:10px;
  margin-right:10px;
}

#files hr
{
  color:#999999;
  background-color:#999999;
  border:none;
  height:2px;
  padding:0px;
}

#files_back
{
  float:right;
}

#web_menu
{
	width: 120px;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	position:absolute;
	padding: 5px;
	left:0px;
	background: #E4FFAE;
}

#web_menu a
{
  color: black;
  font-weight:bold;
  text-decoration:none;
}

#web_menu a:hover
{
  text-decoration:underline;
}

#web_content
{
	border-bottom:2px solid #999999;
	border-left:2px solid #999999;
	overflow:hidden;
	margin-left:140px; /* het menu zit hiervoor! */
	background-color:#FFFFFF;
}

h1
{
	border-bottom: 2px solid red;
	color: red;
	font-size: 16px;
	font-weight: bold;
	margin:0px 0px 5px 0px;
	background-color: #E0E0E0;
	padding:3px;
}

#web_content #content
{
	padding:5px;
}

div#WolForm label
{
	width:150px;
	display:block;
	float:left;
	clear:both;
}

div#WolForm input
{
	display:block;
	float:left;
}

div#WolForm input#Submit
{
	clear:both;
	margin-top:1em;
}