

body {
	background-repeat: repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(/_assets/images/achtergrond/bg-body.png);
	background-color: #D6D6D6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: none;
}

.p7LBM-2-style-1 {
	background-color: #FFFEF9;
}
.topMenu {
	border-bottom: 3px dashed #A37A13;
}
.lbm-bordered {
	border: 3px solid #a37a13;
}
.alert {
	font-size: 1.3em;
	height: 20px;
	text-align: center;
	padding-top: 12px;
}


/*algemene stylen*/
a:link, a:visited {
	color: #B32E21;
}
a:hover {
	color: #A37A13;
}

.voorwaarden, .fancybox-link {
	color: #000;
	background-color: #FFCD0F;
	border: 2px solid #A37A13;
	font-size: 1em;
	margin-top: 6px;
	margin-right: 6px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	-moz-box-shadow: 4px 4px 8px #ccc;
	-webkit-box-shadow: 4px 4px 8px #ccc;
	box-shadow: 4px 4px 8px #ccc;
	width: auto;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}
.voorwaarden:hover {
	color: #000;
	background-color: #F6EAE3;
}
.nonedit {
	color: #999;
} 


.spacer {
	height: 50px;
}
.statusbox {
	clear: both;
	font-size: 1.2em;
}
.clearFloat {
	clear: both;
}
.lees-meer {
	width: 100%;
	text-align: center;
	margin-bottom: 24px;
	margin-top: 12px;
}
.actueel-aanbod {
	color: #AF271A;
	background-color: #FFCD0F;
	border: 2px solid #A37A13 !important;
	font-size: 1.5em;
	margin-top: 6px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	-moz-box-shadow: 4px 4px 8px #ccc;
	-webkit-box-shadow: 4px 4px 8px #ccc;
	box-shadow: 4px 4px 8px #ccc;
	width: 90%;
	max-width: 90%;
	cursor: pointer;
	background-image: url(/_assets/images/circel3.png), url(/_assets/images/circel3a.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 5px center, right center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
}
.actueel-aanbod {
	padding-left: 12px !important;
}
.actueel-aanbod:hover {
	color: #333;
	background-color: #F6EAE3;
}
.col-content {
	padding: 12px !important;
	line-height: 1.3em;
}
/* Style inputs, select elements and textareas */

input[type=text], input[type=password], select, textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	resize: vertical;
	font-size: 1.2em;
}
/* Style the label to display next to the inputs */
label {
	padding: 12px 12px 12px 0;
	display: inline-block;
}
/* Style the submit button */
input[type=submit] {
	/*background-color: #4CAF50;*/
/*	color: white;*/
	padding: 12px 20px;
	border: none;
	/*	border-radius: 4px;*/
	cursor: pointer;/*float: right;*/
}
/* Style the container */
.container {
	border-radius: 5px;
	background-color: #f2f2f2;
	padding: 20px;
}
/* Floating column for labels: 25% width */
.col-25 {
	float: left;
	width: 25%;
	margin-top: 6px;
}
/* Floating column for inputs: 75% width */
.col-75 {
	float: left;
	width: 75%;
	margin-top: 6px;
}
/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}
 @media only screen and (min-width: 0px) and (max-width: 700px) {
.actueel-aanbod {
	font-size: 1.5em;
	cursor: pointer
}
.lees-meer {
	width: 100%;
	text-align: center;
	margin-bottom: 24px;
	margin-top: 12px;
}
.actueel-aanbod {
	font-size: 1.5em;
	cursor: pointer
}
.actueel-aanbod {
	color: #B32E21;
	background-color: #FFCD0F;
	border: 2px solid #A37A13;
	font-size: 1.5em;
	margin-top: 6px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	/*border: 1px solid #ccc;*/
	-moz-box-shadow: 4px 4px 8px #ccc;
	-webkit-box-shadow: 4px 4px 8px #ccc;
	box-shadow: 4px 4px 8px #ccc;
	width: 90%;
	max-width: 90%;
	cursor: pointer;
	background-image: url(../../images/circel3.png) , url(../../images/circel3a.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 5px center, right center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 45px;
}
.actueel-aanbod {
	padding-left: 12px !important;
}
.actueel-aanbod:hover {
	color: #333;
	background-color: #F6EAE3;
}
.col-content {
	padding: 12px !important;
	line-height: 1.3em;
}


/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
 .col-25, .col-75, input[type=submit] {
 width: 100%;
 margin-top: 0;
}
}
