/* 
	Dit document is geheel geschreven door Dylan Lamers
	Student aan het Grafisch Lyceum Rotterdam
	Student nummer 70580, 70580@glr.nl
	Neem contact op met contact@dylanlamers.nl
	Voor informatie over dit script en eventuele gebruiksrechten
*/

body{
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	margin:0 0 0 0;
}

a img {
	border:0;
}

input{
	border:1px solid #999999;
}

.clear{
	clear:both;
}

#achtergrond {
	position:absolute;
	z-index:-1;
	width:100%;
	height:100%;
	background-color:#333333;
	display:none;
}

#login {
	width:600px;
	height:168px;
	margin-left:auto;
	margin-right:auto;
	
	background-image:url('images/bglogin.png');
}

#logotop {
	width:600px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	
	background-image:url('images/logopunt.png');
	background-repeat:no-repeat;
	background-position:bottom left;
}

#logo {
	float:left;
	width:144px;
	height:168px;
	background-image:url('images/logo.png');
	margin-left:0;
}

/* 'login' scherm */

#loginwindow {
	float:left;
	width:356px;
	height:168px;
}

#upperinfo {
	height:75px;
}

#statusinfo {
	width:356px;
	padding-top:50px;
	padding-left:10px;
}

#bottominfo {
	width:356px;
	height:93px;
}

#personeelingave {
	margin-left:10px;
	margin-top:20px;
}

#pemail {
	width:200px;
	border:1px solid #cccccc;
}

#pnummer {
	width:200px;
	margin-top:10px;
	border:1px solid #cccccc;
}

.checkimages {
	vertical-align:middle;
	padding-left:10px;
}

/* formulier onder */

#formschaduw {
	height:6px;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('images/schaduw.png');
	display:none;
}

#formulier {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffcc00;
	display:none;
}

#toevoegen {
	margin-left:5px;
	margin-bottom:10px;
}

/*Kind*/

.kind {
	background-color:#cccccc;
	max-height:103px;
	width:590px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

.kindlinks {
	margin-top:10px;
	float:left;
	width:10px;
	height:103px;
	background-image:url('images/kindlinks.png');
}


.kindrechts {
	margin-top:10px;
	float:left;
	width:10px;
	height:103px;
	background-image:url('images/kindrechts.png');
	cursor:pointer;
}

.kindedit {
	margin-top:10px;
	float:left;
	width:10px;
	height:103px;
	background-image:url('images/kindedit.png');
	cursor:pointer;
}

.kindcontent{
	margin-top:10px;
	float:left;
	width:560px;
	height:98px;
	background-color:#cccccc;
	padding-top:5px;
}

.kindkados{
	
	color:#333333;
	font-style:italic;
	padding-top:5px;
}

#bottomblock {
	height:10px;
}

/* Formulier */
#toevoegenblok {
	display:none;
	background-color:#cccccc;
}

#toevoegencontent{
	padding-top:4px;
}

#schaduwtop {
	height:3px;
	width:600px;
	background-image:url('images/shadowformulier-top.png')
}

#schaduwbtm {
	height:3px;
	width:600px;
	display:none;
	background-image:url('images/shadowformulier-btm.png')
}

#toevoegenform{
	margin-left:5px;
}

.omschrijvingwidth {
	width:330px;
	margin-top:5px;
}

#leeftijd {
	margin-top:5px;
}

#submitbtn {
	padding-top:10px;
	padding-bottom:5px;
}

#overlay {
	display:none;
	position:absolute;
	width:600px;
	height:43px;
	background-color:black;
}

#overlaycenter{
	height:100%;
	text-align:center;
	margin-top:10px;
	
}

#tooltip {
	position:absolute;
	display:none;
	
	width:131px;
	height:23px;
	background-image:url('images/verwijdertt.png');
	
}
