.overzichtHeader {
	background-color: #4A0B0D;
	padding: 3px;
	color: #FFF;
	font-weight: bold;
	border-right: 1px dotted #FFF;
	border-bottom: 1px solid #FF9999;
}
.overzichtHeaderDatum {
	background-color: #4A0B0D;
	padding: 3px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	border-right: 1px dotted #FF9999;
	border-bottom: 1px solid #FF9999;
}
.overzichtHeaderOpties {
	background-color: #4A0B0D;
	padding: 3px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #FF9999;
}
.overzichtNaam {
	padding: 3px;
	border-bottom: 1px solid #FF9999;
	width: 160px;
}
.overzichtMapEmail {
	padding: 3px;
	border-bottom: 1px solid #FF9999;
	width: 160px;
	cursor: pointer;
}
.overzichtMapNaam {
	padding: 3px;
	border-bottom: 1px solid #FF9999;
}
.overzichtDatum {
	padding: 3px;
	border-bottom: 1px solid #FF9999;
	width: 100px;
	text-align: center;
}
.overzichtOpties {
	padding: 3px;
	border-bottom: 1px solid #FF9999;
	text-align: center;
	width: 75px;
}
.overzichtDelete {
	border: none;
}
.overzichtEdit {
	border: none;
}
.overzichtPreview {
	border: none;
}
.trList:hover {
	background-color: #B22529;
}
fieldset {
	border: 1px solid #FF9999;
}
.error {
	color: red;
	display: block;
}
.overzichtNew {
	padding: 3px;
	background-color: #4A0B0D;
	border: 1px solid #FF9900;
	color: #FF9999;
	font-weight: bold;
	width: 200px;
	text-align: center;
	text-decoration: none;
	float: left;
	display: block;
}
.overzichtView {
	padding: 3px;
	background-color: #4A0B0D;
	border: 1px solid #FF9900;
	color: #FF9999;
	font-weight: bold;
	width: 200px;
	text-align: center;
	text-decoration: none;
	float: left;
	display: block;
	margin: 0 0 0 10px;
}
.overzichtBack {
	padding: 3px;
	background-color: #4A0B0D;
	border: 1px solid #FF9900;
	color: #FF9999;
	font-weight: bold;
	width: 200px;
	text-align: center;
	text-decoration: none;
	display: block;
}
.overzichtNew:hover, .overzichtView:hover, .overzichtBack:hover {
	background-color: #73090C;
	color: #FF9900;
}
.subTitle1 {
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	width: 50%;
	padding: 10px;
	margin: 0 0 5px 0;
}
.subTitle2 {
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	width: 50%;
	padding: 10px;
	margin: 0 0 5px 0;
}
.formInfo {
	vertical-align: top;
	padding: 0 0 0 10px;
}
.formInfo fieldset {
	border: 1px solid #FF9999;
}
.formInfo label {
	font-weight: bold;
}
#submitDiv {
	text-align: right;
	float: right;
	width: 200px;
	height: 50px;
}
.submitButton {
	background-color: #4A0B0D;
	color: #FF9900;
	border: 1px solid #FF9900;
	width: 150px;
	height: 25px;
	cursor: pointer;
	
}
.formImage {
	vertical-align: top;
	padding: 0 0 10px 0;	
	text-align: center;
}
.imageToClick {
	position: relative;
	width: 370px;
	height:484px;
	text-align: left;
	/*cursor: pointer;*/
	cursor: crosshair;
	background-image: url(/style/subsites/graphics/introkaart.png);
	border: 1px solid #FF9999;
	margin: 0 0 0 10px;
}
.inputText {
	width: 300px;
	border: 1px solid #354A60;
}
form div div {
	margin: 0;
}
.markerPin {
	/*background-image: url(/files/subsites/icon_pointer_blue.png);
	width: 32px;
	height: 32px;*/
	background-image: url(/style/subsites/graphics/introkaart_icon.png);
	width: 28px;
	height: 29px;
	position: absolute;
}
.markerPinPlaced {
	/*background-image: url(/files/subsites/icon_pointer.png);
	width: 32px;
	height: 32px;*/
	background-image: url(/style/subsites/graphics/introkaart_icon_new.png);
	width: 28px;
	height: 29px;
	position: absolute;
}
.markerPinPre {
	background-image: url(/style/subsites/graphics/introkaart_icon.png);
	width: 28px;
	height: 29px;
	position: absolute;
}
#showResult {
	position: relative;
	width: 100%;
}
.imagePreview {
	margin: 0 auto;
	position: relative;
	width: 370px;
	height:484px;
	text-align: left;
	background-image: url(/style/subsites/graphics/introkaart.png);
}
.imagePreview a {
	outline: none;
}
.markerPinPre:hover {
	background-image: url(/style/subsites/graphics/introkaart_icon_hover.png);
	width: 28px;
	height: 29px;
	position: absolute;
}
.meerinformatie {
	clear: both;
	text-align: justify;
	padding: 10px 0 0 0;
	width: 426px;
}
.meerinformatie legend {
	font-weight: bold;
}
form tbody tr:hover td, form tbody tr.hover td, form th, form td {
	background: transparent !important;
	border: none;
}
