/*
basis.css - stylesheet Planbord
(c) 2012 Spin in het Web Apeldoorn
*/
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color: black;
	background-color: white;
}

/* positionering houder */

/*even voor de test met een kleinere houder*/
div#houder
{
	margin: 0; /*nodig voor de volle 100%;*/
	width: 100%;
	text-align: left;
	position: relative;
	z-index: 0;
	overflow-x: hidden;
}

div#statusdiv
{
	position: fixed;
	bottom: 0px; left: 0px; right: 0px;
	font-size: 12px;
	background-color: #fafad2;
	color: #444444;
	padding: 4px;
	border: 1px solid #d9d9d9;
	z-index: 100;
	text-align: center;
}

div#footer
{
	position: static;
	bottom: 0px; left: 0px; right: 0px;
	padding: 0;
}

div#footer, div#footer a
{
	font-size: 8px;
	color: #a8a8a8;
	text-align: center;
	text-decoration: none;
}

div.knop
{
	margin-top: 8px;
	margin-left: 4px;
	margin-right: 4px;
	font-size: 14px;
	padding-top: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-weight: bold;
	height: 2em;
	text-align: center;
	border: 2px outset #eee;
	border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #444;
	color: white;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	float: left;
}

div.knop:hover
{
	border-style: inset;
}


h1
{
	font-weight: bold;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 4px;
}

h2
{
	font-weight: bold;
	font-size: normal;
	padding-top: 8px;
	padding-bottom: 2px;
}

input[type="text"], input[type="password"]
{
	font-size: 16px;
	padding: 2px;
}


.rel {
	position: relative;
}

div.relativator
{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both !important;
}

.rfloat {
	float: right;
}

.kleiner {
	font-size: smaller;
}