﻿body
{
	background-color: #ebebeb;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0px;
}

table
{
	font-family: Tahoma, Verdana, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h3
{
	font-size: 18px;
	font-family: Tahoma;
}

h4
{
	font-size: 14px;
	font-family: Tahoma;
	font-weight: normal;
}

.menuItem
{
	/*border-right: solid 1px Gray; 	border-left: solid 1px silver;	 	border-top: solid 1px silver;	 	border-bottom: solid 1px silver;		*/
	height: 28px;
	color: #404D81;
}

/* Basis Bijbel Club  */
ol.vragen
{
	margin-top: 0px;
	margin-left: 22px;
	margin-bottom: 0px;
}

span.antwoord
{
	color: Blue;
	font-weight: bold;
}

input.login
{
	border: solid 1px silver;
}

a
{
	color: Blue;
}

/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

div.overzicht
{
	padding: 10px;
}

td.top
{
	background: url(/image/top.jpg);
	width: 768px;
	height: 110px;
}

td.bottom
{
	text-align: center;
	height: 55px;
	background: url(/image/bottom.jpg);
	width: 768px;
	font-size: 11px;
	color: darkgray;
	text-decoration: none;
}

td.content
{
	background: url(/image/bg_content.jpg);
	width: 768px;
}

td.menu 
{
	width: 768px; 
	padding-left: 12px;
	padding-top:2px;
	background: url(/image/bg_content.jpg);
}



