/*
	simple.css

	Experimentele Stylesheet
	Fixed width
*/

body
{
	padding : 0;
	margin : 0;
	border : 0;
	color : #000;
	font-family : Verdana, Sans-serif;
	background-color: white;
	line-height: 1.3em;
	text-align: center;
	color : #333;

	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\"";
  	voice-family: inherit;
  	font-size: small;

  	background-image: url("img/takebacktheweb_125x50.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
}

html>body
{ /* be nice to Opera */
	font-size: small;
}


/* Links */

	:link, :visited
	{
		color: red;
	}

	a:hover, a:active
	{
		color: black;
	}

	.ex-ref
	{
		font-style: normal;
	}
	.ex-ref:before
	{
		content: url("img/simple/ex-ref.gif");
	}

	#content a:link, #content a:visited
	{
		border-bottom: 1px dotted red;
		text-decoration : none;
	}

	#content a:hover, #content a:active
	{
		color: red;
		border-bottom: 1px dashed red;
		text-decoration: none;
	}


#container
{
	width: 600px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-image: url("img/simple/back.gif");
	background-repeat: repeat-y;
	background-position: center;
}

#content
{
	margin-top: -60px;
	margin-left: 30px;
	border: 0;
	padding: 0;

	width: 400px;
	/*line-height: 1.5em;*/
	voice-family: female;
}


#content p
{
line-height: 190%;

}



h3
{
	font-family: Verdana, Sans-serif;
	font-weight: bold;
	font-size: 120%;
	/* letter-spacing: 0.3em; */
	word-spacing: 0.3em;

	text-align: center;
	background: url("img/simple/rule.png")  no-repeat center bottom;
	padding-bottom: 16px;
	letter-spacing: 0.5em;
	color: #777;

}
h4,h5,h6
{
	letter-spacing: 0.1em;
	color: #777;
}


#content p
{
	/* text-indent: 2em;
	margin-top: 0;
	margin-bottom: 0;*/
}


#content table
{
	border: 0;
	border-collapse: collapse;
}

#content table th
{
	border-bottom: 1px solid #ccc;
}


#content table td
{
	/*border: 1px solid black;*/
}

#nieuws
{
	padding-top: 2em;
}

/*#nieuws h3
{
	border-bottom: 1px dotted #eaeaea;
}*/


#nieuws h4
{
	padding-left: 14px;
	background: url("img/simple/0081_ulli.png") no-repeat center left;
}


#nieuws span.leesverder
{
	padding-left: 16px;
	background-image: url("img/simple/0030_arr.png");
	background-repeat: no-repeat;
	background-position: 0 center;
}


#nieuws h3
{
	text-align: center;
	background: url("img/simple/rule.png")  no-repeat left bottom;
	padding-bottom: 16px;
	letter-spacing: 1.5em;
}

#content img.thumb
{
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
	margin-top: .5em;
	padding-right: 6px;
	padding-bottom: 6px;
	background: url(img/simple/shadow800.gif) no-repeat bottom right;
}

#content a img.thumb:hover
{
	border-left: 2px solid white;
	border-top: 2px solid white;
	padding-right: 4px;
	padding-bottom: 4px;
}

#content img.lthumb
{
	float: left;
	margin-left: 0px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-top: .5em;

	padding-right: 6px;
	padding-bottom: 6px;
	background: url("img/simple/shadow800.gif") no-repeat bottom right;
}

#content a img.lthumb:hover
{
	border-left: 2px solid white;
	border-top: 2px solid white;
	padding-right: 4px;
	padding-bottom: 4px;
}

#header
{
	margin: 0;
	padding: 0;
}

h1 span
{
	display: none;
}

h1
{
	margin: 0;
	padding: 0;
	background-image: url("img/simple/header.gif");
	width: 600px;
	height: 200px;
}

.hide
{
	display: none;
}

#menu
{
	font-size: 12px;
	float: right;
	margin-top: -50px;
	margin-right: 15px;
	width: 135px;
	overflow: hidden;

	voice-family: male;
}

#menu ul
{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}


#menu :link, #menu :visited
{
	text-decoration: none;
	color: #777;
}


#menu a:hover, #menu a:active
{
	color: #aeaeae;

}

#menu li, #menu ul
{
	padding: 2px;
}

#menu ul li ul
{
	list-style-image: url("img/simple/0073_bulletDisk.png");
	list-style-type : square;
	margin-left: 0px;
	padding-bottom: 10px;
}

#footer
{
	clear: both;
	background: white;
	background-image: url("img/simple/footer.gif");
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 70px;
	width: 600px;
	padding-top: 15px;
	color: #aeaeae;
}

#footer :link, #footer :visited
{
	color: #e0e0e0;
	border-top: 1px dotted #e0e0e0;
	text-decoration: none;
}

#search
{
	border-top: 1px solid white;
	position: relative;
	left: 1px;
	width: 135px;
	font-size: small;
	font-variant: normal;
	line-height: 200%;
}

#search input.text
{
	background:#fff;
	border:1px solid #ccc;
	border-color:#aaa #eee #eee #aaa;
	color:#777;
	width: 130px;
}

#search input.button
{
	background:#fff;
	border:1px solid #ccc;
	border-color:#eee #aaa #aaa #eee;
	color:#777;
	margin-top: 5px;
	width: 65px;
}


#content .gallery img
{
	margin-left: 0px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-top: .5em;

	padding-right: 6px;
	padding-bottom: 6px;
	background: url("img/simple/shadow800.gif") no-repeat bottom right;

}

#content .gallery a img:hover
{
	border-left: 2px solid white;
	border-top: 2px solid white;
	padding-right: 4px;
	padding-bottom: 4px;

}

#content .gallery a:link, #content .gallery a:visited
{
	border: 0;
}


.spacer
{
	clear: both;
}

.bronvermelding
{
	font-size: 70%;
	color: #AAA;
}



.datum
{
	/*background-color: white; */
	padding: 2px;
	border-bottom: 1px dotted #f0f0f0;
	clear: both;
	width: 50px;

	overflow: hidden;
	height: 60px;
	color: #f0f0f0;
	margin-left: -71px;
	float: left;
	font-weight: bold;
}

.datum_dag
{
	font-size: 30px;
}

.datum_maand_kort
{
	font-variant: small-caps;
	font-weight: bold;

	width: 10px;
	font-size: 21px;

}

.datum_rest
{
	display: none;
}


#predikant
{
	background-image: url("img/simple/xp_alike2.gif");
	background-repeat: no-repeat;
	background-position: right bottom;

}

#scriba
{
	background-image: url("img/simple/xp_alike1.gif");
	background-repeat: no-repeat;
	background-position: left bottom;

}

#scriba p
{
	padding-left: 120px;
	text-indent: 0;

}

#predikant p
{
	text-indent: 0;
}

#content ul
{
	list-style-image:url("img/simple/0049_dimple2.png");
}

#content table tr.whatsnext
{
	background: url("img/simple/0027_grey_inv.png") no-repeat center right;
}
