@CHARSET "ISO-8859-1";

/* body html */
body {
	text-align: center;
	
	background: url(http://www.proefdiervrijetechnieken.nl/interface/wrapper-background.jpg) repeat-y center #000000;
}

/* Form */
form {
	margin: 0px;	
}


/* Wrapper */
div#wrapper {
	text-align: center;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	
	text-align: left;
	
	font-family: Verdana,sans-serif;
}

	div#header {
		height: 106px;
	}
	
		div#header div.banner {
			width: 660px;
			overflow: hidden;
			height: 106px;
			float: right;
		}
		
		div#header .pdv-logo {
			width: 240px;
			height: 106px;
			float: left;
		}
		
	div#leftSide {
		float: left;
		width: 233px;
	}
	
	/** html div#leftSide {
	  height: 1%;
	  margin-left: 0;
	}*/	

	div.content {
		background: url(/interface/content/footer.gif) bottom right no-repeat;
		margin-left: 233px;
		padding-bottom: 25px;
		line-height: 19px;
	}
	
		div.content a {
			color: #cc0000;
		}
	
	div.content-top {
		background: url(/interface/content/top.gif) right top no-repeat;
		height: 20px;
	}
	
	div.content-text {
		background: url(/interface/content/repeat.gif) top right repeat-y;
		padding-left: 47px;
		padding-right: 30px;
		padding-bottom: 10px;
		color: #666666;
		font-size: 12px;
	}
	
	div.ikhelpmee {
		background: url(/interface/ja-ikdoemee-selectie.jpg) left no-repeat;
		text-align: right;
		height: 126px;
	}
	
	
	#currentRat {
		width: 160px;
	}
	
	/**
	 * Rat selectie
	 */
	 div.part-selector {
	 	height: 300px;
	 	
	 	margin-bottom: 20px;
	 }
	 
	 	div.part-selector div.rat-part {
	 		width: 95px;
	 		height: 129px;
	 		float: left;
	 		margin-bottom: 2px;
	 		margin-right: 2px;
	 		cursor: pointer;
	 		
	 		padding: 10px;
	 		
	 		color: #FFF;
	 		font-size: 12px;
	 	}
	 	
	 		div.part-selector div.rat-part a {
	 			color: #FFF;
	 			text-decoration: none;
	 		}
	 	
	 	div.part-selector .removeReserved {
	 		float: right;
	 	}
	 	
	 div.information-bar {
	 	background: url(/interface/bar.gif) no-repeat;
	 	height: 17px;
	 	margin-top: 18px;
	 	margin-bottom: 12px;
	 	
	 	padding: 10px;
	 }
	 
	 	div.select-rat {
	 		font-size: 13px;
	 		color: #FFF;
	 	}
	 
	 	div.sponsor-full-rat {
	 		float: right;
	 		font-size: 13px;
	 		margin-right: 8px;
	 	}
	 	
	 		div.sponsor-full-rat a {
	 			color: #FFF;
	 		}
	 		
table.niceform {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;	
	width: 580px;	
}

	.textnice {
		background: url(http://www.proefdiervrijetechnieken.nl/interface/form/text-background.gif) no-repeat;
		border: 0px;
		padding: 3px;
		width: 384px;
		font-family: Verdana;
		font-size: 11px;
		height: 20px;
	}
	
	.textbignice {
		background: url(http://www.proefdiervrijetechnieken.nl/interface/form/text-background.gif) repeat-x;
		border: 0px;
		padding: 3px;
		width: 574px;
		font-family: Verdana;
		font-size: 11px;
		height: 20px;
	}
	
	.textsmallnice {
		background: url(http://www.proefdiervrijetechnieken.nl/interface/form/text-background.gif) no-repeat;
		border: 0px;
		padding: 3px;
		width: 176px;
		font-family: Verdana;
		font-size: 11px;
		height: 20px;
	}
	
div.orders {
	padding-top: 20px;
}

	div.orders div.part-order {
		float: left;
		width: 120px;
		
		height: 145px;
	}