/* ====================================================
	Title:		Screen Style Sheet - Partners+Pröpper
	Author:		Harm Wimmenhove
	Site:		http://www.siyou.nl
	Date:		2008.03.04
==================================================== */
	@import url("main.css");

*{
	margin: 0;
	padding: 0;
}

html { 	
	color: #7d7d7d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	background: #f7f5f1;
	height: 100%;
}
body {
	font-size: 62.5%;
}
label {
	padding: 3px 0 0 0;
	width: 105px;
	margin: 0 9px 0 0;
	text-align: right;
	float: left;
	display: inline;

	cursor: pointer;
}

#warning {
	display: none;
	color: #003;
	font-size: 0.9em;
	background: url(../images/warning.gif) 0 0 no-repeat;
	padding: 0 0 0 22px;
	margin: 15px 0 0 0;
}
.formline {
	width: 404px;
	float: left;
	margin: 2px 0;
}
.textinput {
	color: #003;
	width: 200px; 
	height: 15px;
	padding: 2px 1px;
	float: left;
	display: inline;
	font-size: 1.0em;
}
textarea {
	color: #003;
	padding: 2px 0 0 2px;
	width: 283px;
	height: 123px;
	float: left;
	display: inline;
	font: 1.0em Arial, Helvetica, sans-serif;
}

a img, img, fieldset { border: 0;}

/* colors */
.purple {
	background: #2d124b;
	border-bottom: 20px solid #2d124b;
	color: #fff;
}
.orange {
	background: #d55c23;
	border-bottom: 20px solid #d55c23;
	color: #fff;
}
.lila {
	background: #8778d3;
	border-bottom: 20px solid #8778d3;
	color: #fff;
}
.lime {
	background: #afcd1d;
	border-bottom: 20px solid #afcd1d;
	color: #fff;
}
.blue {
	background: #47b6eb;
	border-bottom: 20px solid #47b6eb;
	color: #fff;
}
.onderzoek {
	background: #f3db05;
	border-bottom: 20px solid #f3db05;
	color: #000;
}
.advies {
	background: #97856f;
	border-bottom: 20px solid #97856f;
	color: #fff;
}
.interim {
	background: #86e28d;
	border-bottom: 20px solid #86e28d;
	color: #000;
}
.opleiding {
	background: #65b9d8;
	border-bottom: 20px solid #65b9d8;
	color: #000;
}
	.opleiding a {
		color: #000;
	}
.white {
	background: #fff;
}
