@charset "UTF-8";
/* CSS Document */
  
html, body {
           height:100%;
           margin:0;
           padding:0;
		   background-color: #333; 
		  
        }
	

		
#container {
	background:#333;   /* dit is tevens het achtergrondkleur voor de inhoud */
	border-width:0 1px;
	border-style:solid;
	border-color:#000;
	position:relative;
	height:auto !important;
	height:100%;
	min-height:100%;
	width:900px;
	margin:0 auto;
	background-color: #D1D1D1;
        }
		
#header {
            background:#333;
            width:100%;
            height:180px;
			background-image:url(images/bannertje2.jpg);
			
        }
  
#inhoud {
            width:100%;
			background-color: #666;
			
		}
		
#table_content {
font-size: 16px;
background:#666;
letter-spacing:normal;
font-family:"Comic Sans MS", cursive;
color: #CCC;


}

#table_content1 {
	height:600px;
	text-align:center;
	font-size: 16px;
	background:#666;
	background-image:url(images/me.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
	letter-spacing:normal;
	font-family:"Comic Sans MS", cursive;
	color:#000;
	background-color: #D1D1D1;
}
#table_content3{
	height:600px;
	text-align:center;
	font-size: 16px;
	background:#666;
	letter-spacing:normal;
	font-family:"Comic Sans MS", cursive;
	color:#000;
	background-color: #D1D1D1;
}

.extra {
	background-color:white;
	text-align: center;
}


	
/*EINDE STIJL PAGINA*/			
	/*Hieronder de stijl voor het menu*/
#navigatie {
font-family:"Comic Sans MS", cursive;
text-align: center;
width: 899px;
}
#navigatie ul{
background-color: black;
border: 1px solid black;
width: 100%;
padding: 0;
margin: 0;
white-space: no-wrap;
}
#navigatie ul li{
display: inline;
}
#navigatie ul li a{
padding-left: 1em;
padding-right: 1em;
font-size: 12px;
font-family:"Comic Sans MS", cursive;

text-decoration: none;
color: white;
}
#navigatie ul li a:hover{
color:#0000FF;
}

/*EINDE NAVIGATE*/



/*Formulier*/

body {background-color:#FFFFFF;
color:#252525;
font-family:Arial, Helvetica, sans-serif;
font-size:100%;
}

h1{
font-family:Arial, Helvetica, sans-serif;
font-size:150%;
}

p {
font-size:85%;
margin1 0 0 5px 25px;
max-width:650px;
}

#bericht {
	width:600px;
	height:200px
	
	}

form {
  margin-left: 25px;

  }

label {
  font-weight: bold;
  display:block;
  }
  /*back-office*/
#formtabel {
	font-family:"Comic Sans MS", cursive;
	font-size:14px;
background-color: #666;
	
}

#update {
	background-color:#666;
}

#Back-office {

}

#nieuwsbrieven{
	background-color:#CCC;
}

#Upload {
	width: 25em;
	margin: 1em auto;
	padding:0 2em 2em 2em ;
	border:1px solid #bbb;
	color: #333;
	background:#ffd;
	font: 0.9em verdana, sans-serif;
}
			
#Upload h1{
	font: 1.4em bold verdana, sans-serif;
	margin: 0;
	padding:1em 0;
	text-align:center;
}
#Upload label{
	float: left;
	width: 7em;
}
		
#Upload p {
	 clear: both;
}		

.red{
	color:red;
}
