/*
Oude css code, noodzakelijk voor backward compatability

 *   color: #d42800;
*/

.links {
  float: left;
  background: pink;
}

.rechts {
  float: right;
  background: pink;
}


#lg {
	color: #666666;
	font-size: 25px;
}

#lm {
	color: #666666;
	font-size: 20px;
}

#lmi {
	color: #666666;
	font-size: 20px;
	font-style: italic;
}

#lmi1 {
	color: #666666;
	font-size: 16px;
	font-style: italic;
}

#lk {
	color: #666666;
	font-size: 16px;
}

#lr {
	color: #ee0000;
	font-size: 30px;
	font-style: italic;
}

#lr1 {
	color: #ee0000;
	font-size: 20px;
	font-style: italic;
}

.attentie {
	border: dotted #aa99aa;
	background-color: #fedff2;
	font-size: 12pt;
	line-height:1.5em;
	margin-top: 8pt;
	padding: 2px 2px 2px 2px;

}

.attentie h1, h2 {
	color: #303030;
	font-size: 12pt;
	font-weight: bold;
	margin:0 0 2px 0;

}

.attentie a {
	text-decoration:none;
	font-weight:bold;
	color: #333399;
	font-size: 10pt;
	background-color:inherit;

}



.attentie a:hover {
	text-decoration:underline;
	color: #333399;
	font-size: 10pt;
	background-color:inherit;

}

.attentie img {
    float: left;
    margin: 5px 10px 10px 5px;
	
}

.attentie2 {
	border: dotted #aa99aa;
	background-color: #eeffee;
	font-size: 12pt;
	line-height:1.5em;
	margin-top: 8pt;
	padding: 2px 2px 2px 2px;

}

.attentie2 img {
    float: right;
    margin: 5px 10px 10px 5px;
	img
}


.attentie2 h1, h2 {
	color: #aa99aa;
	font-size: 18pt;
	font-weight: bold;
	margin:0 0 2px 0;

}

.attentie2 a {
	text-decoration:none;
	font-weight:bold;
	color: #333399;
	font-size: 10pt;
	background-color:inherit;

}


.attentiec {
	border: dotted #ff6666;
	background-color: #ff9999;
	color: #333333;
	font-size: 12pt;
	line-height:1.5em;
	margin-top: 8pt;
	padding: 2px 2px 2px 2px;

}

.attentiec img {
    float: right;
    margin: 5px 10px 10px 5px;
	img
}


.attentiec h1, h2 {
	color: #99aaaa;
	font-size: 18pt;
	font-weight: bold;
	margin:0 0 2px 0;

}

.attentiec a {
	text-decoration:none;
	font-weight:bold;
	color: #333399;
	font-size: 12pt;
	background-color:inherit;

}
/* Contactform Style */

#contact1-form {
    background-color:#FBEFE6;
    width:465px;
    padding:20px;
    margin: 50px auto;    
    border: 6px solid #c64306;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius:15px;
    position:relative;
}
 
#contact1-form h1 {
    font-size:42px;
}
 
#contact1-form h2 {
    margin-bottom:15px;
    font-style:italic;
    font-weight:normal;
}
 
#contact1-form input, 
#contact1-form select, 
#contact1-form textarea, 
#contact1-form label {
    font-size:15px;
    margin-bottom:2px;
}
 
#contact1-form input, 
#contact1-form select, 
#contact1-form textarea {
    width:370px;
    border: 1px solid #c64306;
    margin-bottom:20px;
    padding:4px;
}
 
#contact1-form input:focus, 
#contact1-form select:focus, 
#contact1-form textarea:focus {
    border: 1px solid #27772C;
/*    background-color: #EBF2F4;*/
    background-color: #dafcb8;
}
 
#contact1-form textarea {
    height:150px;
    resize: none;
}
 
#contact1-form label {
    display:block;
}
 
#contact1-form .required {
    font-weight:bold;
    color:#F00;    
}
 
#contact1-form #submit-button {
    width: 100px;
    background-color:#333;
    color:#FFF;
    border:none;
    display:block;
    float:right;
    margin-bottom:0px;
    margin-right:6px;
    background-color:#8FB5C1;
    -moz-border-radius:8px;
}
 
#contact1-form #submit-button:hover {
    background-color: #A6CFDD;
}
 
#contact1-form #submit-button:active {
    position:relative;
    top:1px;
}
 
#contact1-form #loading {
    width:32px;
    height:32px;
    background-image:url(../img/loading.gif);
    display:block;
    position:absolute;
    right:130px;
    bottom:16px;
    display:none;
}
 


/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px #efefef;
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: #f7f7f7;
			}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			color: #787878;
			font-size: 0.9em;
			font-weight: 400;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px #efefef;
		}

		table tfoot {
			border-top: solid 2px #efefef;
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 2px #efefef;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 2px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 2px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

