/* 
Yes2web Standaard CSS - V 20100105-01
Main.css Bevat de opmaak code voor alles wat door TinyMCE gebruikt kan worden.

Notes
@author: Roël van Dijk
@version: 20100105-01
*/
h1{
	margin: 0 0 9px 0;
	font-size: 4em;
	font-weight: normal;
	letter-spacing: -1.5px;
}

#contents p{
	font-size: 1.1em;
	margin: 0 0 9px;
	line-height: 18px;
	letter-spacing: 0.025em;
}
h1 em{
	font-style: normal;
	text-transform: uppercase;
	color: #a9398b;
}
#contents p.paars{
	position: absolute;
	bottom: 40px;
	left: 80px;
}
.paars,
.paars a{
	color: #a9398b;
}

.offerte-aanvraag  form {
	margin-left: -75px;
}

label {
	width: 130px;
	text-align: right;
	margin-bottom: 6px;
	cursor: pointer;
}
.subhead { margin: 10px 0; }
.restricted, .print { width: 200px; text-align: right; margin-left: 5px; }
.print { text-align: left; }
.formlast, button{ margin-top: 15px;}
button { margin-left: 5px; }

input, select {
	float: left;
	width: 200px;
	border: 1px solid #000;
	margin: 0 0 6px 5px;
}
select { width: 150px; }
input#sName { width: 145px; }
.gender {
	width: 50px;
	margin-left: 5px;
}

#search label { width: 50px; }
#search input  { width: 150px; }
#search button { margin-top: 0; }

#sAddress { width: 113px; }
#sCity { 
	width: 103px; 
	width/*\**/: 102px\9;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
	#sCity { 
		width: 101px;
	}
}

#sNumber, #sZip { width: 50px; }
#sNumber {
	width/*\**/: 49px\9;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
	#sNumber {
		width: 48px;
	}
}

.short { width: 30px; }
.short2 { width: 40px; }

#maps-light { width: 100%; height: 230px; }

/* Tiny styles for Publer, make sure these style match the main content styles! */
#tiny-body{
	width: 600px;
	background-color: #FFF;
}
#tiny-body p, #tiny-body li, #tiny-body table tr td, #tiny-body table tr th{
	font-size: 11px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
#tiny-body label{
	float: left; 
	width: 150px;
}
