h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
 margin:0;
 padding:0;
 }
 
BODY, HTML {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #7ecfd7;
	background-image: url(gfx/verloop.gif);
	background-repeat: repeat-x;
	color: #000000;
	height:  100%;
	}

#container {
	height:  100%;
	width : 774px;
	margin : 0 auto;
	background-color: #fff;
	background-image:url(gfx/bg.gif);
	background-repeat: repeat-y;
	}

#top {
	width: 774px;
	height: 136px;
	background-image: url(gfx/bg-top.jpg);
	}
	
/* home styles start */

#wrapper {
	width: 770px;
	height: 380px;
	top: 176px;
	position: relative;
	}

#content-home {
	width : 774px;
	background-image: url(gfx/simcha-home.jpg);
	background-repeat: no-repeat;
	overflow: visible;
	height:  382px;
	}
	
#home-info {
	width: 380px;
	height: 200px;
	float:right;
	}
	
#home-nieuws {
	width: 380px;
	height: 200px;
	float:left
	}

.HomeTekst {
	background-color: #fffcd8;
	padding:2px;
	}

/* home styles end */	


#content {
	width : 774px;
	background-color: #FFF;
	background-image: url(gfx/bg.gif);
	background-repeat: repeat-y;
	overflow: auto;
	}
	
#content-block { /* height of the content of the site! */	
	width : 640px;
	height: 425px;
	margin-left: 60px;
	margin-top: 10px;
	}

#menu-left {
	position: relative;
	left: 20px;
	top: 105px;
	width: 375px;
	height: 23px;
	font-family: Monospace;
	font-size: 14px;
	letter-spacing: -1px;
	color: #13323e;
	}
	
#menu-left A {
	text-decoration: none;
	color: #13323e;
	}
	
#menu-left A:hover, .left-active{
	text-decoration: underline;
	}
	
	
#menu-right {
	position: relative;
	left:410px;
	top: 82px;
	width: 250px;
	height: 23px;
	font-family: Monospace;
	font-size: 14px;
	letter-spacing: -1px;
	color: #731215;
	}

#menu-right A {
	text-decoration: none;
	color: #731215;
	}
	
#menu-right A:hover, .right-active {
	text-decoration: underline;
	}
	

 
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #d0010e;
	padding-top: 6px;
	margin-left: 10px;
	}
 
 
H2 {
	font-size: 14px;
	font-weight: bold;
	color: #d0010e;
	margin-top: 20px;
	margin-left: 30px;
	}
 
P { 
	font-size: 11px;
	margin-bottom: 8px;
	margin-left: 10px;
	margin-top: 4px;
	}
  
  A {
  color: #006691;
  text-decoration: underline;
  }
  
  A:hover {
  text-decoration: none;
  }
  
.ActiveLink {
	color: #d0010e;
	font-weight: bold;
	}

UL {
	margin: 4px;
	margin-left: 10px;
	padding: 0;
	}
	
LI {
	margin: 6px;
	margin-left: 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: disc;
	}
	
#footer {
	width : 774px;
	height: 10px;
	border: 0px solid red;
	margin : 0 auto;
	}
