
html {
	padding:0;
	margin:0;
}

body {
	font: 11px Arial, Helvetica, sans-serif;
	color:#000000;
	width:100%;
	padding:0;
	margin:0;
	line-height:15px;
}

:focus { 
	outline: 0px;
}

::-moz-selection{
	background:#B5D5FF;
}

::selection {
	background:#B5D5FF;
}

input {
	border:0;
	margin:0px;
	padding:0px;
	color:#777;
	font: 11px Arial, Helvetica, sans-serif;
}

a:link,a:visited {
	color:#000000;
	text-decoration:underline;
}

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

.hoofding {
	font-size: 18px;
	font-weight:bold;
}

.inputhouder {
	position:relative;
	float:left;
	padding:2px 4px 1px 4px;
	background-color: #FFF;
	color: #777;
	border: 2px solid #DDD;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	min-height:15px;
}

.aanpasbaar {
	position:relative;
	float:left;
	padding:2px 4px 1px 4px;
	background-color: #FFF;
	color: #777;
	border: 2px solid #DDD;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	min-height:15px;
	cursor: text;
}

.knop {
	position:relative;
	float:left;
	font-size:11px;
	text-transform: uppercase;
	padding:4px 6px 3px 6px;
	background-color: #444;
	color: #FFF;
	cursor: pointer;
	cursor: hand;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.groteknop {
	position:relative;
	float:left;
	font-size:18px;
	font-weight:bold;
	padding:8px 6px 8px 6px;
	margin-right:10px;
	background-color: #444;
	color: #FFF;
	cursor: pointer;
	cursor: hand;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.vullen {
	clear:both;
}

#filter {
	position:absolute;
	top:0;
	left:0;
	cursor:wait;
	display:none;
	height:100%;
	width:100%;
	z-index:1030;
	background:none repeat scroll 0 0 #FFF;
	opacity: 0.2;
	-moz-opacity: 0.2;
	filter:alpha(opacity=02);
}

.bestanden {
	position:relative;
	padding-top:55px;
}

.uploader {
	position:relative;
}

.bestandenlijst {
	position:relative;
	margin-top:6px;
}

.bestandenlijst ul {
	position:relative;
	margin:0px;
	padding:0px;
	linehieght:0px;
	list-style-type:none;
}

.bestandenlijst li {
	position:relative;
	float:left;
	list-style:none outside none;	
	margin:0px 8px 8px 0px;
	padding: 1px 3px;
	cursor:pointer;
	cursor:hand;
	padding:0px;
	min-height:22px;
	width:325px;
	background-color: #DDD;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.bestandenlijst li .bestandsnaam {
	position:relative;
	margin: 3px 5px;
	width: 280px;
}

.bestandsnaam a {
	text-decoration: none;
}.fotolijst {
	position:relative;
	margin-top:6px;
}

.fotolijst ul {
	position:relative;
	margin:0px;
	padding:0px;
	font-size:0px;
	linehieght:0px;
	list-style-type:none;
}

.fotolijst li {
	position:relative;
	float:left;
	list-style:none outside none;	
	margin:0px 8px 8px 0px;
	font-weight:bold;
	cursor:pointer;
	cursor:hand;
	padding:0px;
	height:85px;
	min-width:22px;
}

.fotolijst li img {
	height:85;
}#inhoud {
	position:relative;
	margin:0px;
	padding-bottom:40px;
}
#linkerkolom {
	position:relative;
	float:left;
	padding:38px 50px 38px 28px;
	width:174px;
}

#linkerkolom .hoofding {
	position:relative;
	width:174px;
}

#middenblok {
	position:relative;
	float:left;
	width:400px;
	padding-top:38px;
}

#rechterkolom {
	position:relative;
	float:left;
	padding:38px 0px 38px 28px;
	width:324px;
}

#linkerkolom .knop {
	position:absolute;
	right:0px;
	top:-3px;
}

.formulier {
	position:relative;
	width:400px;
	margin-top:40px;
}

.veld {
	position:relative;
	float:left;
	width:400px;
	margin-bottom:15px;
}

.veld.verborgen {
	display:none;
}

.filterveld {
	float:left;
	margin-bottom:8px;
	position:relative;
	width:174px;
}

.halfveld {
	float:left;
	margin-bottom:15px;
	position:relative;
	width:198px;
}

.kwartveld {
	float:left;
	margin-bottom:15px;
	position:relative;
	width:97px;
	margin-right:4px;
}

.rechts {
	float:right !important;
	margin-right:0px;
}

.filterveld .aanpasbaar {
	width: 162px !important;
}

.veld .aanpasbaar {
	width: 388px;
}

.halfveld .aanpasbaar {
	width: 184px;
}

.kwartveld .aanpasbaar {
	width: 85px !important;
}

.veld input {
	width: 388px;
}

.veldlabel {
	position:relative;
	color:#777;
	font-weight:bold;
	margin-bottom:3px;
}

.opmaak {
	min-height:45px;
}.datumgroep {
	position:relative;
	float:left;
	width:105px;
	margin-right:3px;
}

.datum {
	width: 93px !important;
	margin-right:3px;
}

.kalendericoon {
	position:absolute;
	top:4px;
	right:4px;
	cursor:hand;
	cursor:pointer;
	z-index:301;
}

.uurgroep {
	position:relative;
	float:left;
	border: 2px solid #DDD;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	min-height:15px;
}

.uur {
	border: 0px !important;
	width: 18px !important;
	height: 12px !important;
	text-align:center;
}

.dubbelpunt {
	position:relative;
	float:left;
	width:4px;
	height:12px;
	padding-top:1px;
}

.minuut {
	border: 0px !important;
	width: 22px !important;
	height: 12px !important;
	text-align:center;
}#linkerkolom li {
	width:135px;
}

.lijst {
	position:relative;
	float:left;
	width:174px;
	margin-top:40px;
	color:#333;
}

.lijst ul {
	margin:0px;
	padding:0px;
}

.lijst li {
	position:relative;
	float:left;
	list-style:none outside none;	
	background-color: #DDD;
	padding: 4px 35px 4px 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom:8px;
	font-weight:bold;
	cursor:pointer;
	cursor:hand;
	min-height:14px;
}
.lijst li .date {
	font-weight:normal;
}

li .verwijder {
	position:absolute;
	top:3px;
	right:3px;
	cursor:pointer;
	cursor:hand;
}

#linkerkolom li ul li {
    background-color: #EFEFEF;
    color: #777777;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 4px;
    padding: 2px 4px;
    width: 158px !important;
}

.sleepitem {
	box-shadow:0px 0px 12px #CCC;
	-webkit-box-shadow:0px 0px 12px #CCC;
	-moz-box-shadow: 0px 0px 12px #CCC;
	
	cursor:move;
}

.lijst ul li .knop {
	background-color: #444444;
	font-size: 10px;
	margin-top: 4px;
	padding: 2px 5px;
	position: relative !important;
	top: 0 !important;
}#menubalk {
	position: relative;
	width:100%;
	height:80px;
	background-color: #EEE;
	z-index:1025;
}

#hoofding {
	position: absolute;
	top:27px;
	left:28px;
}

#hoofding #logo {
	position:relative;
	font-size:18px;
	font-weight:bold;
	margin-left:-1px;
}

#hoofding #domein {
	position: relative;
	font-size: 9px;
}

#domein a {
	text-decoration:none;
}

#cmslader {
	background-image:url("../afbeeldingen/taartlader.gif");
	height:15px;
	left:219px;
	position:absolute;
	top:33px;
	width:15px;
}

#accountknoppen {
	position: absolute;
	top: 28px;
	right: 28px;
}

#accountknoppen .knop {
	position:relative;
	float:right;
	margin-left:3px;
}

#inlogformulier {
	position: relative;
	float:right;
}

#inlogformulier div {
	position: relative;
	float:right;
	width:108px;
	font-size:11px;
	margin-left:3px;
	height:16px;
}

#inlogformulier input {
	width:100px;
	font-weight:bold;
	color:#777;
}

#gebruiker_paswoord {
	margin-left:3px;
}

#inlogknop {
	position: relative;
	float:right;
	margin-left:3px;
}

#hoofdknoppen {
	position: absolute;
	top:25px;
	left:250px;
	width:600px;
	height:32px;
}#overlay {
	display:none;
	background:none repeat scroll 0 0 #444444;
	height:100%;
	opacity: 0.09;
	-moz-opacity: 0.09;
	filter:alpha(opacity=09);
	position:absolute;
	top:0;
	width:100%;
	z-index:1015;
}
#prompt {
	display:none;
	height:100%;
	position:absolute;
	top:0;
	width:100%;
	z-index:1020;
}
#promptbox {
	background-color:white;
	margin:0 auto;
	padding:12px;
	position:relative;
	width:400px;
	top:25%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	
	box-shadow:0px 0px 12px #CCC;
	-webkit-box-shadow:0px 0px 12px #CCC;
	-moz-box-shadow: 0px 0px 12px #CCC;
}
#promptbox .hoofding {
	
}