body {
	background-color: #008000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;	
	color: White;
	line-height: 1.5em;
}
a:link, a:visited {
	color: white;
}
a:hover {
	color: #ffff66;
	text-decoration: underline;
}
img {
	align: right;
  margin: 5px;
}

#body_container {
	border: 1px none purple;
	width: 63em;
	position: relative;
  margin-left: auto;
  margin-right: auto;
}

#background_image {
	float: right;
}

#menu {
	position: relative;
	border: none 1px gray;
	left: -30px;
  float: left;
  width: 21em;
  z-index:2;
/*  overflow: auto;*/
}

#menu ul {
	border: 1px none blue;
}

#menu ul li {
/*	list-style-image: url(../images/twinkel_black.gif);*/
	background: url(../images/twinkel_klein.gif) left center no-repeat;
	padding-left: 40px;
  padding-top: 5px;
	border: 1px none red;
	list-style: none;
  height: 25px;
  vertical-align: middle;
  
} 
#menu ul li a:link, #menu ul li a:visited {
	text-decoration: none;
}

#menu ul li a:hover{
	color: #cc9900;
 	text-decoration: underline;
}

#menu ul li a span {
  border: 1px none yellow;
}

#menu_content_container {
	position: relative;
  border: none 1px black;
	clear: both;
  width: 62em;
}

#content_container {
	position: relative;
	border: 1px none red;
  z-index: 10;
	float: right;
  clear: right;
  width: 40.5em;
  margin-top: 1em;
  padding-top:10px;
   
}
#top_bar {
	position: relative;
  top: 10px;
  left: 10px;
	width: 800px;
	/*height: 100px;*/
}	
#top_movie {
	position: relative;
  top: 0px;
  left: 0px;
	width: 600px;
	height: 90px;
  float: left;
}	
#background_image {
	position: relative;
  top: 0px;
	width: 150px;
	height: 100px;
}
	 
#watermark {
	position: absolute;
	width: 800px;
  height: 100px;
  top: 400px;
  left: 100px;
  z-index: 1;
  font-size: 3em;
  color: #556b2f;
}
#adres {
	font-size: 0.8em;
	position: relative;
	border: 1px solid #808080;
	left: 10px;
	width: 70em;
	height: 2em;
  padding: 3px;
  text-align: center;
  color: #cccccc;
  clear: both;
  z-index: 2;
}
#view_image {
	border: solid 1px grey;
  width: 400px;
  height: 350px;
  overflow: auto;
	position: absolute;
	top:	210px;
	left: 600px;       
}

#image_list {
	border: solid 1px grey;
  width: 400px;
  height: 150px;
  overflow: auto;
	position: absolute;
	top:	40px;
	left: 600px;       
}

#mail_list {
	border: solid 1px grey;
  width: 400px;
  height: 20px;
	position: absolute;
	top:	10px;
	left: 600px;
  text-align: center;
	background-color: red;       
}

#upload_container {
	border: solid 1px grey;
  width: 550px;
  height: 50px;
  overflow: auto;
	position: absolute;
	top:	480px;
	left: 10px;       
}
#cms_content_container {
	border: solid 1px grey;
  width: 550px;
  height: 450px;
  overflow: visible;
	position: absolute;
	top:	10px;
	left: 10px;       
}
.cms_input {
	width: 300px;
}
.centreren {
	font-style: italic;
  width: 100%;
	text-align: center;
}
table, td, tr, th {
	font-size: 0.95em;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid gray;  
}

th {
	font-size: 1.2em;
	font-weight: bold;  
 }
 
.passed {
	background-color: #666699;
  color: #999999;
}

.afbeelding_rechts {
	float: right;
}

.afbeelding_links {
	float: left;
}

label {
	width: 10em;
  display: block;
  float: left;
  clear: left;
  height: 1em;
}

form li {
	margin-top: 10px;
  border: 1px solid #99cc00;
  list-style: none;
  padding: 5px;
}

fieldset {
	padding: 5px;
  width: 30em;
}

.li_checkbox {
	margin-left: -2em;
  margin-right: 1.2em;
}
.error {
	font-family: "Courier New", Courier, monospace;
	color: Red;
  background-color: black;
}

a.subtiel {
	color : #999999;
	font-size : 0.7em;
	text-align : center;
	font-weight : normal;
  text-align: center;
  text-decoration: none;
}
#creator {
	text-align: center;
}

