/*
-------------------------------------------------------
BijbelGids.nl Stylesheet 
Type: Screen 
Versie: 1.2 
Copyright BijbelGids.nl - Alle rechten vooorbehouden
-------------------------------------------------------
*/

/* Algemene pagina opmaak */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	font-style: normal;
	text-align: center;
}

a {
	color: #666666;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

a:hover {
	color: #ff6600;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}


h1 {
	font-size: 20pt;
	color: #fe802b;
	font-weight: bold;
}

h2 {
	font-size: 16pt;
	color: #666666;
	font-weight: normal;
}
    
/* Pagina container */
#container {
	background: #FFFFFF;
	width: 875px;
	height: 600px;
	margin: 0 auto;
	text-align: center;
}

/* Header */
#header {
/*	background: url(images/Header.gif) no-repeat;*/
	width: 875px;
	height: 122px;
	margin-bottom: 30px;
}

/* Stappen */
#stappen_container {
	background: url(images/Stappen_Lijn.gif) repeat-x;
	width: 420px;
	height: 53px;
	font-size: 20pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;

}

.stap_oranje {
	background: url(images/Cirkel_Oranje.gif) no-repeat;
	width: 52px;
	height: 53px;
	margin-right: 30px;
	float: left;
}

.stap_oranje_eind {
	background: url(images/Cirkel_Oranje.gif) no-repeat;
	width: 52px;
	height: 53px;
	float: left;
}

.stap_grijs {
	background: url(images/Cirkel_Grijs.gif) no-repeat;
	width: 52px;
	height: 53px;
	margin-right: 30px;	
	float: left;
}

.stap_grijs_eind {
	background: url(images/Cirkel_Grijs.gif) no-repeat;
	width: 52px;
	height: 53px;	
	float: left;
}

.stap_cijfer {
	margin-top: 13px;
}

.stap_cijfer a {
	color: #FFFFFF;
	text-decoration: none;
}

.stap_cijfer a:hover {
	color: #FFFFFF;
	font-style: italic;
	text-decoration: none;
}

/* Float content */
.contentfloating {
	float: left;
}

/* Hoofd content */
.content_container {
	background: #f4f4f4;
	width: 500px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.content_content {
	background: #f4f4f4;
	min-height: 100px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	overflow: hidden;
}

.content_top {
	background: url(images/Content_Rechtsboven.gif) no-repeat top right;
}

.content_top ul {
	background: url(images/Content_Linksboven.gif) no-repeat;
	list-style-type: none;
	list-style-image: none;
	height: 16px;
	width: 500px;
}

.content_top li {
	float: left;
}

.content_buttom {
	background: url(images/Content_Rechtsonder.gif) no-repeat bottom right;
	width: 500px;
}

.content_buttom ul {
	background: url(images/Content_Linksonder.gif) no-repeat bottom left;
	list-style-type: none;
	list-style-image: none;
	height: 15px;
	width: 500px;
}

.content_buttom li {
	float: left;
}

.content_result_table {
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #fe802b;
}

.content_result_table td {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #fe802b;
	margin: 0px;
	padding: 5px;
}

/* Top 10 */
.top10_container {
	background: #f4f4f4;
	width: 345px;
	margin-top: 30px;
	margin-left: 15px;
}

.top10_content {
	background: #f4f4f4;
	min-height: 250px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	overflow: hidden;
}

.top10_top {
	background: url(images/Content_Rechtsboven.gif) no-repeat top right;
}

.top10_top ul {
	background: url(images/Content_Linksboven.gif) no-repeat;
	list-style-type: none;
	list-style-image: none;
	height: 16px;
	width: 345px;
}

.top10_top li {
	float: left;
}

.top10_buttom {
	background: url(images/Content_Rechtsonder.gif) no-repeat bottom right;
}

.top10_buttom ul {
	background: url(images/Content_Linksonder.gif) no-repeat bottom left;
	list-style-type: none;
	list-style-image: none;
	height: 15px;
	width: 345px;
}

.top10_buttom li {
	float: left;
}


/* Buttons */
.button_links {
	width: 124px;
	height: 33px;
	border: 0;
	float: left;
}

.button_rechts {
	width: 124px;
	height: 33px;
	border: 0;
	float: right;
}

/* Footer */
#footer {
	width: 875px;
	margin-top: 30px;
	margin-bottom: 20px;
	float: left;
	text-align: center;
}

/* Accordion effect */
.accToggler{
	margin: 1px auto;
	padding: 1px;
	border: 2px solid #ffffff;
	cursor: pointer;
	font-weight: bold;
	color: #fe802b;
}

.accContent{
	margin: 3px auto;
}
