/*Styles voor puja aanvraag - Dirk Juli 2011*/

.toelichting {
	width: 780px;
}

.kader, .tabelkop, .kadercheck, .kaderprijs {
	border: 2px solid #cccccc;	
	padding: 5px;
	margin: 0;
	}

.tabelkop {
	font-weight: bold;
	background-color: #d3d3d3;
	}
	
.kadercheck {
	padding-top: 20px;
	}

.kaderprijs {
	text-align: right;
	padding-right: 30px;
}
.pujacontainer {
	width: 600px;
	padding-top: 10px;
	border: 1px solid #ccc;
}
.veldnaam {
	width: 155px;
	display: inline-block;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	padding-top: 4px;
	background-color: inherit;
}
.veld {
	width:570px; 
    	display: inline-block;
	padding: 2px;
	background-color: inherit;
}

div.veld input {
	margin-right: 10px;
	background-color: white;
}

/* test van alternatief voor floating elements in formulier */
.label {
	width: 155px;
	display: inline-block;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	padding-top: 4px;
	background-color: inherit;
}

.label2 {
	width: 155px;
	display: inline-block;
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
	padding-top: 4px;
	background-color: inherit;
}

.field {
	width:550px; 
    display: inline-block;
	padding: 2px;
	background-color: inherit;
}	
.overzicht_titel_l {
	width: 483px;
	height: 35px;
	font-weight: bold;
	font-style: italic;
	padding-top: 8px;
	float: left;
}	
.overzicht_titel_r {
	width: 435px;
	height: 35px;
	font-weight: bold;
	font-style: italic;
	padding-top: 8px;
	float: left;
}	
.overzichtcont_l {
	position: relative;	
	width: 443px;
	height: 180px;
	background-color: #f2f2f2;
	padding-left: 8px;
	margin: 5px 30px 5px 0px;
	border: 1px solid #ccc;
	float: left;
}
.overzichtcont_r {
	position: relative;	
	width: 453px;
	height: 180px;
	background-color: #f2f2f2;
	margin: 5px 0px 5px 0px;
	border: 1px solid #ccc;
	float: left;
}
.overzicht_cont {
	position: relative;	
	width: 630px;
	height: 201px;
	background-color: #ffeedd;
	padding-left: 8px;
	margin: 5px 10px 5px 0px;
	border: 1px solid #e38567;
	float: left;
}

.veldlabel_cont_l {
	position: absolute;
	top: 10px;
	left: 8px;
	width: 120px;
}
.veldlabel_cont_r {
	position: absolute;
	top: 10px;
	left: 8px;
	width: 120 px;
}
.veldtekst_cont_l {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 300px;
	}
.veldtekst_cont_r {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 300px;
}
.veldlabel {
	height: 20px;
	margin: 0px;
	font-weight: normal;
	text-align: left;
	background-color: inherit;
}
.veldtekst {
	height: 20px;
	margin: 0px;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	background-color: inherit;
}
.keuze_titel {
	font-weight: bold;
	font-style: italic;
	height: 25px;
	padding-top: 30px;
	margin-left: 130px;
	clear: both;
}
.keuze {
	width: 100%;
	text-align: left;
	padding-top: 12px;	
}
.opmerking {
	width: 400px;
	height: 150px;
	margin-left: 130px;
	border: 1px solid #e38567;
}
.sevacontainer {
	width: 800px;
	margin-top: 5px;
	padding: 8px;
	background-color: #f2f2f2;
	border: 1px solid #ccc;
}
.sevacontainer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} 
.sevacont1 {
    width: 250px;
	margin-top: 5px;
	padding: 0px 8px 8px 8px;
	float: left;
}
.sevacontainer input {
    vertical-align: middle;
    margin-right: 5px;
}
.sevacont1 input {
    vertical-align: bottom;
    margin-right: 5px;
}
.seva_opm {
	width: 800px;
	height: 80px;
	padding: 8px;
	border: 1px solid #333;
	background-color: #f2f2f2;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	clear: both;
} 
/* vrije tekst veld binnen een keuzeblok kader */
.seva_opm2 { 
	width: 610px;
	height: 80px;
	padding: 8px;
	border: 1px solid #e38567;
	clear: both;
}