body{
	margin: 0px;
}

img{
	border-style:none;	
}
#privacynotice{
	 position:absolute;
	 bottom:0;
	 right:0;
	 font-family: Verdana, Geneva, sans-serif;
	 padding: 12px;
}
#content{
	margin-top:20px;
	margin-left: 20px;
	margin-right: 20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 80%;
}
/*
.tablewrapper{
	float:right;
	display:inline;	
}
.tablewrapper2{
	float:left;
	display:inline;	
}
*/

h2.pagina-titel
{
	color: #D5292E;
}

.brezantable{
	margin-top:10px;	
}

.brezantable tr:nth-child(even) {
	background: #DADADA;
}

.brezantable tr:nth-child(odd) {
	background: white;
}

table {	
	border-width: 1px;
	border-color: #000;
	border-collapse: collapse;
}
table th {
	text-align:left;
	border-width: 1px;
	padding: 8px;
	padding-right: 18px; /*Dit uncommenten en bij de tabellen de class veranderen als je alles mooi met sorting arrows wil hebben*/
	border-style: solid;
	color:white;
	border-color:#000;
	background-color: #D5292E;
	font-weight:normal;
}
table td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
}

#loginform label {
	display: inline-block;
	width: 125px; 
	text-align: left; 
}
.checkboxlabel{
	display:inline-block;
	width:190px;
	text-align:left;
	font-family: Verdana, Arial, sans serif;
	font-size: 1.1em;
	margin-bottom: 4px;
}
.formlabel{
	display:inline-block;
	width:140px;
}
.formlabel2{
	display:inline-block;
	width:210px;
}
.formlabel3{
	display:inline-block;
	width:100px;
} 
.centerinput{
	text-align:center;
}	
.greyCell{
	background-color:#DADADA;	
}

.sorting_asc{
	background:url('../img/table_sort_asc.gif') no-repeat 99%;
	background-color: #014A96;
}
.sorting_desc{
	background:url('../img/table_sort_desc.gif') no-repeat 99%;
	background-color: #014A96;
}
.sorting{
	background:url('../img/table_sort_bg.gif') no-repeat 99%;
	background-color: #014A96;
}
.invisible{
	display:none;	
}
.text-red{
	color:red;
}
.text-red-bold{
	color:red;
	font-weight:bold;
}
.text-green{
	color:green;
}
.text-green-bold{
	color:green;
	font-weight:bold;
}
.text-align-center{
	text-align:center;
}
.icon-16px{
	width: 16px;
	height:16px;
}
.icon-24px{
	width: 24px;
	height:24px;
}
.icon-32px{
	width: 32px;
	height:32px;
}
.inlineform{
	display: inline;
}

#autobedrijfgegevens{
	float:left;
	width:380px;
	/*height: 850px;*/
	
}
#contractgegevens{
	float:left;
}



/*

#aanbiedingSchermL{
	float:left;
	width:250px;
	margin-top: -10px;
	
}
#aanbiedingSchermR{
	float:left;
	margin-top: -10px;
}
#autobedrijfgegevens{
	float:left;
	width:500px;
	
}
#contractgegevens{
	float:left;
}

#printL{
	float:left;
	width:520px;
	margin-top: -10px;
}
#printR{
	float:left;
	width:520px;
	margin-top: -10px;
}
	
.bedrijfBox{
	border: 1px solid black;
	padding: 5px;
	width:300px;
		
}
.aanbiedingBox{
	border: 1px solid black;
	width:240px; 
	padding: 5px;
}
	
 */
 
 
.inschrijfheader{
	font-family:Verdana, Geneva, sans-serif;
	width:400px;
	height:22px;
	padding-left: 10px;
	padding-top:5px;
	margin-bottom: -1px;
	border-style: solid; 
	border-width: 1px;
	border-color: #000;
	background-color:lightgreen;	
}
.inschrijfheader-plus{
	float:right;
	margin-right:10px;
}
.formdiv {
	width:400px;
	padding-top:10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-style: solid; 
	border-width: 1px;
	border-color: #000;
	background-color: white;
}
.formdivColor {
	/* background-color: #D5292E;  */
	background-color: #282828; 
	color: white;
	border-radius: 5px; 
	padding:5px; 
	margin:2.5px;
	border: 1px solid grey;
	/*margin-bottom:30px;*/
}
.formdivColorTable {
	background-color:white;
}
.wronginput{
	border: 2px outset red;
}
.textp{
	width:600px;
}

