html
{
	height: 98%;
}
#page
{
	width: 900px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	
	
}

* html #page
{
	height: 98%;
}

		

body
{
	height: 98%;
	background-color: #ffffff;
	background-position: top center;
	background-repeat: repeat-y;
	margin-top: 0;
	text-align: center;
}

body, td {
	color: #4C4C4C;
	background-color: #ffffff;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;


}
.shade_links
{
	background-image: url(../images/shade_links.gif);
	background-repeat: repeat-y;
}
.shade_rechts
{
	background-image: url(../images/shade_rechts.gif);
	background-repeat: repeat-y;
}


a:link
{
	color: #000000;
}

a:visited
{
	color: #000000;
}

a:hover
{
	text-decoration: none;
}


td
{
text-align: left
}



#menu
{ 
	margin-left: 0px;
	margin-top: 12px;
	width: 160px;
}

hr { width:100%; background-color:#ccc; height:1px; color:#ccc; border:none; }




#menu a:link, #menu a:visited
{
	
	font-size: 10px; 
	color: #000000; 
	display: block; 
	height: 18px; 
	border-bottom: #a0a0a0; 
	border-bottom-style: dotted; 
	border-bottom-width: 1px; 
	padding-left: 18px; 
	text-decoration: none; 
	padding-top: 4px; 
	padding-bottom: -9px;
	background-image: url(../images/pijltje.gif);
	background-repeat: no-repeat;
}

#menu a:hover 
{
	color: #000000; background-color: #f3f6f8;
	background-position: 0 -19px ;
}


/* Content section */


#content_home
{
	border:solid 0px #eeeeee; /* Toggle on and off for checking*/
	padding: 12px 12px 26px 12px;
	
}
#content_home h4 {
	padding: 0;
	margin:0;
}
#content_rechts
{
	border:solid 0px #eeeeee; /* Toggle on and off for checking*/
	padding: 2px 12px 12px 20px;
	
}

#content_rechts .thumbs
{
	border:dotted  1px  #a0a0a0; /* Toggle on and off for checking*/
	padding: 0px 0px 0px 0px;
	margin-bottom: 4px;
	
}

#content_rechts h2
{
	
	padding: 0px 0px 0px 0px;
	margin: 6px 0px 6px 0px;
	font-size: 10px;
	font-weight: normal;
}


/* Einde content section */


#footer
{
	font-size: 10px;
	border-top: dotted 1px;
	border-bottom: dotted 1px;
	height: 24px;
	text-align: center;
}

.code { margin: 1px; padding: 2px; color: #fff; background-color:#444; border: 1px solid #000;font-family: Courier, serif; font-size: 14px; font-weight:normal; text-align:center; width:50px;}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:1px solid #ddd;
	width: 160px;
}
.button { width: 60px; padding: 2px;}

ul				 { list-style: square;  }
