﻿body
{
	background-color: #678fc2;
	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/top2.jpg);
	width: 768px;
	height: 110px;
}

td.bottom
{
	text-align: center;
	height: 55px;
	background: url(/image/bottom2.jpg);
	width: 768px;
	font-size: 11px;
	color: DarkGray;
	text-decoration: none;
}


td.content
{
	background: url(/image/bg_content2.jpg);
	width: 768px;
}

td.menu 
{
	width: 768px; 
	padding-left: 12px;
	padding-top:2px;
	background: url(/image/bg_content2.jpg);
}


/* ----------------------------------------

	Menu START HIER

   ---------------------------------------- */

td.menuchr
{
	padding-top:3px;
	background: url(/image/bg_content2.jpg);
}

.chromestyle
{
	width: 743px;
	font-weight: bold;
}

.chromestyle:after
{
	/* Add margin between menu and rest of content in Firefox */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul
{
	border: 1px solid #638ec6; /*width: 100%;*/
	/*background: url(/image/menu/chromebg.gif) repeat-x center center;*/ /* THEME CHANGE HERE */
	background-color:#efefef;
	padding: 6px 0px 6px 0px;
	margin: 0px;
	text-align: left; /*set value to "left", "center", or "right"*/ /*height:30px;*/
}

.chromestyle ul li
{
	display: inline;
}

.chromestyle ul li a
{
	color: #494949;
	padding: 4px 15px;
	margin: 0;
	text-decoration: none;
	/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected
{
	/* script dynamically adds a class of "selected" to the current active menu item */
	/*background: url(/image/menu/chromebg-over.gif) center center repeat-x;*/ /* THEME CHANGE HERE */
}

/* Style for Drop Down Menu */

.dropmenudiv
{
	position: absolute;
	top: 0;
	border: 1px solid #BBB;		/* THEME CHANGE HERE */
	border-bottom-width: 0;
	font: normal 11px Verdana;
	line-height: 25px;
	z-index: 100;
	background-color: white;
	width: 175px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /* Add Shadow in IE. Remove if desired */
	text-align:left;
}

.dropmenudiv a
{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /* THEME CHANGE HERE */
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
	color: black;
	height: 25px;
	color: #494949;
}

* html .dropmenudiv a
{	
	width: 100%; /* IE only hack */
}

.dropmenudiv a:hover
{	
	background-color: #F0F0F0; /* THEME CHANGE HERE */
}

/* ----------------------------------------

	MENU EIND HIER

   ---------------------------------------- */
