/**
 * print2.css
 * All this contents are copied from print.css.
 */

html,body{
	height: 100%;
	margin-left: 20px;
}
* {
}

body {
	font-family: Trebuchet MS, Arial, Geneva, sans-serif;
	font-size: 13px;
	color: #000000;
	padding: 0px;
	margin: 0px;
}
label {
   width: 98%
   float:left;
   display:block;
   clear:both;
   margin: 5px 0px 5px 0px;
}
label span {
   float: left;
   width: 150px;
}
label input, textarea, select {
   float: left;
   margin-bottom: 5px;
   width: 200px;
   font-family: Trebuchet MS, Arial, Geneva, sans-serif;
}
label img {
	margin-top: 4px;
	margin-left: 5px;
}
select {
   width:204px;
   _width:205px;
}
#whitebackground {
   background:white;
   height:100%;
   width:999px;
   margin:auto;
   position:relative;
   border-left:1px solid white;
}
#text {
	margin-top: 0px;
	width:425px;
	padding: 20px 25px 0 100px;
	font-size: 13px;
	clear: both;
   background:white url('../gfx/bg_shadowline.gif') repeat-x fixed 0 138px;
   _background-position:0 0;
   position:relative;
}
#text_scroller {
	overflow:auto;
	padding-bottom:15px;
	z-index: -10;
}

h1{
	font-size: 17px;
	color: #2e1051;
}
h2{
	font-size: 15px;
	color: #422762;
}

/* formulieren */

.aanmeldform{
   float:left;
   width: 200px;
   clear:left;
}

.aanmeldforminput {

}
.aanmeldformtextarea {
   
   padding-top: 20px;
   float:left;
   width:350px;
}
.aanmeldformtextarea  textarea{
   
   width:350px;
}

.aanmeldkop{
   margin-top: 20px;
   margin-bottom: 10px;
   float:left;
   
}

.input_clear{
   float:left;
   clear:both;
   width: 390px;
}

.doelgroep{
   float:left;
   width: 390px;
   clear: both;
}

.tussenkop{
   float: left;
   clear: both;
   width: 390px;
   margin: 15px 0 10px 0;
}

.text_zelftest{
   width: 390px;
   float:left;
   clear:both;
}

#verplicht{
   float:left;
   clear: both;
}

#letop{
   width:390px;
   height: 20px;
   border: 3px double #000;
   background-color: #dae4f5;
   padding-top: 15px;
   padding-bottom: 15px;
   text-align: center;
   font-size: 14px;
   float: left;
   clear: both;
   margin-bottom: 20px;
}

#toelichting{
   float:left;
   clear: both;
   width: 390px;
   margin-bottom: 20px;
}

#profielcontainer{
float:left;
clear:both; 
 width: 390px;
 border: 1px solid black;
 padding: 1px 1px 1px 1px;
}

#profieltitle{
   padding: 10px 0 5px 5px;
   border: 1px solid black;
   margin-bottom: 0px;
   background-color: #dae4f5;
}

#profielcontent{
   padding: 10px 5px 10px 5px;
   border: 1px solid black;
   margin-bottom: 0px;
   margin-top: 1px;
}

#profielherken{
   float: left;
   width: 275px;
   border: 1px solid black;
   height: 20px;
   padding: 10px 0 0 5px;
   margin-top: 1px;
   vertical-align: bottom; 
}
#profielchoose{
   margin-left: 1px;
   float: left;
   width: 51px;
   margin-top: 1px;
   border: 1px solid black;
   height: 20px;
   padding-top: 10px;
}

