@charset "iso-8859-1";
/* CSS Document */
body, html {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Nimbus Sans L, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
	margin: 0 auto;
	padding: 0;
}

#main_container {
	position: relative;
	width: 750px;
	margin: auto;
	background-color: #eeeeee;
}
 
#header {
	height: 0px;
	width: 750px;
	background: url('header.jpg') no-repeat right;
}

#content_container {
	width: 580px;
	background-color: #ffffff;
	position: relative;
	margin-left: 150px;
	margin-right: 150px;
	padding: 10px;
}

#content_paginatitel {
	height: 40px;
}

#content {
	position: relative;
	width: 580px;
}

#content_sfblogo {
	height: 100px;
	background: url(logo_main.jpg) no-repeat;
	font-size: 10px;
	color: #cccccc;
	margin-top: 80px;
	padding-top: 200px;
}

#linkerkolom {
	display: none;
}

#rechterkolom { 
	display: none;
}

#topiclijst, #login, #stats {
	display: none;
}
.counter {
	text-align: center;
	padding: 40px 0;
}

#wiki, #wiki_intro {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}

#wiki_oproep p{
	text-align: center;
}

#footer {
	clear: both;
	width: 900px;
	height: 20px;
	background-color: #333;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
 
#footer img {
	padding: 0 8px;
}
 
.clear {
	clear: both;
}
 
.artikel_box {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
 
/* begin verticaal menu */
#navigation {
	display: none;
}


/* tekst opmaak */

p {
	margin: 0 0 15px 0;
	text-align: justify;
}

h1.pagina_titel {
	display: block;
	position: absolute;
	right: 10px;
	height: 18px;
	font-size: 16px;
	font-style: italic;
	text-decoration: underline;
	background: url(krul.gif) no-repeat left;
	padding-left: 30px;	
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 15px 0 0 0;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 15px 0 0 0;
}

h3,h4,h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

a:link {
	color: #AA0000;
	text-decoration: none;
}

a:visited {
	color: #AA0000;
	text-decoration: none;
}

a:hover {
	color: #AA0000;
	text-decoration: underline;
}

.B_crumbBox {
	font-size: 9px;
}

img {
	padding: 5px;
	border: none;
}

.pagina_link {
	text-align: right;
}

.geenwitregel {
	margin: 0;
}

.lees_verder {
	background: url(meer.gif) no-repeat -37px 0;
	width: 120px;
	padding: 0 0 0 10px;
}

.auteur {
	font-size: 10px;
	font-style: italic;
}

.small {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	margin-top: -12px;
}

dfn {
	border-bottom: 1px dotted;
	font-style: normal;
}

blockquote {
	font-style: italic;
	margin: 0;
}

.artikel_thumb {
	float: left;
	width: 100px;
	height: 90px;
	border: none;
	margin-top: -2px;
}

.schaduw {
	background: url(schaduw.jpg) no-repeat bottom right;
	margin: -5px 5px 5px -5px;
}

object {
	border: none;
}

hr {
	height: 1px;
	color: #cccccc;
	background-color: #cccccc; 
	border: solid #cccccc 0px;
}

/* TinyMCE & Modx  specific rules */
body.mceContentBody {
	background: #FFF !important;
	width: 580px;
}

