/* hieronder rwi toevoegingen */
.contentheading,
.componentheading
{
	font-size: 15px;
}
/* Layout form */
label {
display:block;
}
#vragenForm td,
#vragenForm th
{
	border:1px solid #ccc;
	background:#f8f8f8;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#contactForm div,
#vragenForm div,
#elewijt div
{
	border:1px solid #ccc;
	background:#f8f8f8;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}
input.txt:focus, textarea.txt:focus {
background:#F6FEDA none repeat scroll 0%;
}

input.txt, textarea.txt{
background:#FFFFFF none repeat scroll 0%;
color:#000000;
display:block;
width:500px;
}
input.sptxtam {
display:none;
}
.inputInTab{
width:3em;
}
.outputInTab{
	visibility: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/* zwart wit spullen */
div#zwartWitDiv {
	text-align: center;
	margin-top: 10px;
}

#zwlijst {
	float: left;
}
#zwprent {
	float: right;
}
div#zwzin {
text-align: center;
width:190px;
height:250px;
float:left;
}
/* zwart wit spullen */
/* ----- voorbeelden ----- */
#maincolumn_full .vb {
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#maincolumn_full .vb img{
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/* ----- LISTS ----- */
#maincolumn_full .links li{
	line-height:150%;
	list-style-type: none;
	background-image: url('/joomla/images/stories/beta/linksarrow.gif');
	background-repeat: no-repeat;
	background-position: 0 10px;
	margin-bottom: 5px;
	padding-left: 10px;
}
#maincolumn_full .links {
	list-style:none;
	padding:5px;
	margin:5px;
}

#maincolumn_full .links a{
}
/* ----- DOWNLOAD ----- */
p#download
{
background:url('/joomla/images/stories/beta/download.png');
background-repeat:no-repeat;
padding:10px 0px 20px 50px;
}
span.article_separator {
border-bottom:1px dotted;
}
/* ----- CODE ----- */
.code {
	font-family: "Courier New", Courier, mono;
	color: #FF0000;
	font-size: 14px
}

