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

* html #page
{
	height: 98%;
}

		

body
{
	height: 98%;
	background-color: #0067ac;
	background-position: top center;
	background-repeat: repeat-y;
	color: #4C4C4C;
	margin-top: 0;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}


.shade_links
{
	background-image: url(shade_links.gif);
	background-repeat: repeat-y;
}
.shade_rechts
{
	background-image: url(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;
		text-transform: uppercase;
}






#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(pijltje.gif);
	background-repeat: no-repeat;
}

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


/* Content section */




#teaser {
	margin : 0 0 0 10px;
	text-align : left;
	padding: 2px 12px 12px 12px;
	
}
	#teaser .title {
		padding: 0px 0px 0px 0px;
		margin: 6px 0px 6px 0px;
		font-size: 10px;
		font-weight: normal;
		text-transform: uppercase;
		}
	#teaser .date {
		color : #999;
		font-size : 9px;
		font-weight : normal;
		margin: 2px 5px;
	}
	#teaser .name {
		color : #776;
		font-size : 9px;
		margin: 2px 5px;
	}

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

/* 	USER FORMATTING 	*/
/*	This formats the text/images from the cms	*/
#content_block  {
	padding: 12px 12px 26px 12px;
	margin:0;
	border:none;

}
	#content_block ul li {
		list-style-type : none;
		color : #887;
		line-height : 1.5em;
	}
	#content_block img {
		margin : 2px;
		padding : 0;
		border : 0;
	}
		#content_block img.left  {
			float : left;
		}
		#content_block img.right  {
			float : right;
		}
		#content_block img.center  {
			text-align : center;
		}

	#content_block .heading {
		color : #444;
		font-size : 12px;
		padding : 4px 0px ;
		font-weight : bold;
	}

	#content_block .quote {
		display : block;
		margin : 10px auto;
		padding : 10px;
		line-height : 1.5em;
		border : 1px solid #ddd;
		width : 80%;
		background-color : #fff;
	}

	#content_block .divider {
		width : 100%;
		border-bottom : 1px dotted #999;
		margin : 5px 0;
		clear : both;
	}

/* Einde content section */
#agenda {
	color : #777;
	font-size : 11px;
	padding : 0px;
	border : none;
	width : 100%;
	margin : 0 auto;
}
#agenda td 
{
vertical-align:top;
border-bottom: 1px dotted #aaa;
}
	#agenda .month {
		padding : 5px;
		text-align : center;
		color : #448;
	}
	#agenda .date {
		padding : 5px 0;
		text-align : left;
		width : 85px;
		color : #448;
	}
	#agenda .venue {
		padding : 5px 0;
		text-align : left;
		width : 120px;
	}
	#agenda .city {
		padding : 5px 0;
		text-align : left;
		width : 100px;
	}
	#agenda .time {
		padding : 5px 0;
		text-align : left;
		width : 100px;
	}

/*	Guestbook, Gallery, News items */
#list {
	font-size : 11px;
	padding : 0px;
	border : none;
	width : 100%;
	margin : 0 auto;
}
	#list .name {
		font-size : 11px;
		padding : 5px;
		text-align : left;
		background : none;
		color : #444;
		border-bottom : 1px solid #999;
	}
	#list .name img { padding:0 0 0 20px;margin:0}

	#list .date {
		color : #887;
		font-size : 9px;
		padding : 5px;
		text-align : right;
		border-bottom : 1px solid #999;
	}

#navigation {
	border-bottom : 1px dotted #999;
	padding : 5px;
	font-size : 10px;
	color : #aaa;
	margin : 0 2px;
}



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

/* SPACER AND DIVIDERS*/

#divider_light {
	width : 100%;
	border-bottom : 1px dotted #999;
	margin : 10px 0 5px 0;
}

.small_spacer {
	height : 5px;
	width : 90%;
}
.medium_spacer {
	height : 10px;
	width : 90%;
}
.large_spacer {
	height : 20px;
	width : 90%;
}


/* FORMS AND FORM ELEMENTS */

form {
	padding : 0;
	margin : 0;
}

#form_table {
	width : 100%;
	margin : 0 auto;
	
}
	#form_table .field {
		width : 130px;
		padding : 5px;
		text-align : right;
		vertical-align : top;
	}
	
	#form_table .entry {
		
	}
	#form_table .code {
		font-size : 12px;
		font-weight : bold;
		font-family : Monaco, Courier;
		
	}
.error {
	color : red;
	font-size : 10px;
	text-align : center;
	padding : 5px;
	border : 1px solid red;
	width : 200px;
	margin : 5px auto;
}

input, textarea {
	border : 1px solid #aaa;
	padding : 2px;
	font-family : "Trebuchet MS", Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	width : 400px;
	font-size : 10px;
	background-color : #fff;
	color : #444;
}

.submit_button {
	background-color : #0065AE;
	color : #fff;
	border : 1px solid #0065AE;
	padding : 5px;
	width : 100px;
	
}

