/* ---------- DEFAULT STYLING ----------- */

#contentinterneformulieren {
	margin-top: 50px !important;
}

.stagebank input, 
.stagebank select, 
.stagebank textarea, 
.stagebank button-stagebank {
	font: normal 11px verdana;
	color: #004d7a;
}

.stagebank textarea {
	padding: 2px;
}

.right{
	float: right;
}

.left{
	float: left;

}

.stagebank option {
	font-size: 11px;
	padding: 0 0 0 2px;
}

.stagebank p, .stagebank b,
.stagebank div, 
.stagebank span,
.stagebank table,
.stagebank td,
.stagebank button-stagebank,
.stagebank label {
	font-size: 11px;
	margin: 0;
	padding: 0;
	outline: 0;
}

.stagebank p {
	padding: 5px 0 0 0;
}

#infobox h2, #infobox h3 {
	margin: 0;
	padding: 0;
}

#infobox p, 
#infobox div, 
#infobox span,
#infobox table,
#infobox th,
#infobox td,
#infobox a,
#infobox button {
	font-size: 11px;
	outline: 0;
}

/* --- Containers --- */
#wrapper {
	width: 730px;
}

#box_filter {
	float: right;
	text-align: right;
	width: 320px;
	margin-right: 0px;
}

/* --- Clearfix --- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* --- No outlines on focus --- */

:focus {
	outline: 0;
}

