/*
Stichting Lachai-Roļ bedankt S. Koken voor het samenstellen van dit document.
*/
html,
body
{	height: 100%;
	padding: 0;
	margin: 0;
}

body
{	background: url("/images/leftbg.jpg") repeat-y 0 -1px;
}

*
{	font-family: Tahoma, sans-serif;
	color: black;
}

td,
p
{	font-size: 12px;
}

table
{	border-collapse: collapse;
	border: none;
}

div#topbar
{	height: 60px;
	background: url("/images/topborder.jpg") repeat-x;	
}

	div#topbar div#pagetitle
	{	width: 310px;
		height: 51px;
		background: url("/images/logo_header.jpg") no-repeat;	
	}

		div#topbar div#pagetitle h1
		{	display: none;
		}
		
	div#topbar div#toptext
	{	float: right;
		width: 242px;
		height: 60px;
		padding-bottom: 20px;
		background: url("/images/text_topborder.jpg") no-repeat;
	}
		div#topbar div#toptext h5
		{	display: none;
		}

div#iconbar
{	height: 29px;
	background: url("/images/topborder2.jpg") repeat-x;	
}


div#leftbar
{	float: left;
	width: 142px;
}

	div#leftbar div#leftbar_top
	{	width: 142px;
		height: 2px;
		background: url("/images/topleft.jpg") no-repeat;	
	}

	div#leftbar div#menu
	{	 width: 142px;
	}
	
		div#leftbar div#menu ul
		{	list-style: none;
			margin: 15px 0 0 9px;
			padding: 0;
		}

			div#leftbar div#menu li
			{	width:120px;
				height: 13px;
				line-height: 13px;
				margin-bottom: 2px;
				padding: 1px;
				background: white url("/images/cat_bg.gif") repeat-x;
				border: 1px solid #506C89;				
			}

				div#leftbar div#menu li a
				{	display: block;
					width: 120px;
					height: 13px;
					text-decoration: none;
					background: url("/images/bullet.gif") no-repeat;
					padding-left: 8px;
					color: #506C89;
				}
				div#leftbar div#menu li a:hover
				{ color: #AFCDF9;
				}
					div#leftbar div#menu li a.highlight
					{	color: darkred;
					}
					
div#content
{	float: left;
	width: 500px;
	margin-left: 50px;
	padding-bottom: 20px;	
	font-size: 12px;
}
	
	div#content a
	{	color: #203050;
	}

p.bible,
p.refer
{	font-size: 12px;
	font-weight: bold;
	color: #506C89;
}
	p.refer
	{	font-size: 11px;
		text-align: right;
	}

p.body { 
	font-size: 12px;
	text-align: justify;
	line-height: 1.3;
}

p.bold,
p.center,
p.centerbold { 
	font-size: 11px;	
	line-height: 1.3;
}
	p.bold
	{	text-align: left;
	}
	
	p.bold,
	p.centerbold
	{	font-weight: bold;
	}
	
	p.center,
	p.centerbold { 
		text-align: center;
	}

h1,
h2,
h3,
h4,
h5
{	text-decoration: none;
	color: #506C89;
}

	h2
	{	font-size: 13px;
		padding: 5px 0 10px 0;
		border-bottom: 2px solid black;
	}

ul
{	font-size: 11px;
	text-align: justify;
}

input.textfield
{	border: 1px solid #506C89;
	font-size: 11px;
	background: white url("/images/cat_bg.gif") repeat-x;
}

button
{	font-size:11px;
	border: 1px solid #506C89;
	background-color: white;
	background: white url("/images/cat_bg.gif") repeat-x;
}	

legend
{	color: #506C89;
	font-size: 11px;
	font-weight: bold;
}

table th
{	text-align:left;
	font-size: 11px;
}

textarea
{	width:483px;
	height:200px;
	border: 1px solid #506C89;
	font-size: 11px;
}
fieldset
{
	padding: 10px;
}