/*	Default stylesheet			*/
/*	Author: 							*/
/* 	Company: 	tfe.nl			*/


html, body {
	height: 100%;
}

body {
	background: #73726F url(../images/bgr_body.png) repeat-y center;
	color: #333;
	font: normal normal normal 75%/1.25em arial, verdana, sans-serif;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {

}

h1 {


}

h2 {

}

h2.title {
	margin: 0.667em 0;

	font-weight: bold;
	font-size: 2em;
}

h3 {

}

h4 {

}

h5 {

}

h6 {

}


p {

}

abbr {

}

strong, b {

}

em, i {

}

fieldset {

}

input,
select,
textarea {

}

ul {

}

ul li {

}

button {
	cursor: pointer;
}
/***/

/* repeated styles */

form {
	overflow: hidden;
}

.container {
	overflow: hidden;
	margin: 0 auto;
	padding: 0 10px;
	width: 80.017em;
	min-height: 100%;

	background-color: #fff;
}

.locationFinderTitle {
	clear: both;
	margin: 0 1.25em 0 15px;
	padding-bottom: 2px;

	border-bottom: 4px solid #52200D;
}

	.locationFinderInnerTitle {
		background: #ACABA9 url(../images/bgr_grey.png) repeat-x top;
	}

	.locationFinderTitle h1 {
		padding-left: 0.625em;
		height: 3em;

		line-height: 3em;
		background: #ACABA9 url(../images/bgr_grey.png) repeat-x top;
		color: #fff !important;
		font-weight: bold;
		font-size: 1.333em;
	}

.search_results .contentWrapper {
	margin: 0 1.25em 0 15px;
	padding-top: 1.75em;
	border-top: 1px solid #ccc;
}

	.search_results h1 {
		margin-bottom: 2em;

		font-weight: bold;
		font-size: 2em;
	}

.columnContent {
	display: inline;
	float: left;
	margin-left: 15px;
}

.homepage .columnContent {
	width: 62.34em;
}

#inner .columnContent {
	margin: -4.47em 0 0 0;
	width: 61.929em;
	margin-bottom:20px;
}

#inner.location_finder .columnContent,
#inner.search_results .columnContent {
	margin-top: 0;
	position: relative;
}

#inner .withoutColumns {
	display: block;
	float: none;
	margin: 0 1.25em 0 15px;
	width: auto;
}

.homepage .columnSidebar {
	float: right;
	display: inline;
	margin-right: 15px;
	width: 14.836em;
}

#inner .columnSidebar {
	float: right;
	width: 15.169em;
}

.realContentWithSidebar {
	float: left;
	display: inline;
	margin-left: 1.667em;
	width: 43.2615em;
}

.more {
	color: #E80C8F;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

.black .more {
	color: #333;
}

.columnNav {
	float: left;
	display: inline;
	margin: 0 0.41666666667em 0 1.25em;
	width: 15.169em;
}

.skiplink {
	position: absolute;
	top:0;
	left: -999px;
	display: block;
	padding: 10px 20px;
	height: 20px;

	background: #aaa;
}

.skiplink:focus {
	left: 0;
}

.discreet {
	margin: 0;

	color: #7F7F7F;
}

.more {

}

.back {
	color: #E80C8F;
}
body.black .back {
	color: #000;
}

a.more:hover, a.back:hover {

}

.last {
	border: none !important;
	background: none !important;
}

.position_left {
	float: left;
}

.position_right {
	float: right;
}

.clear {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;

	font-size: 0pt;
	line-height: 0pt;
}


.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;

    font-size: 0pt;
}

.footer {
	clear: both;
}

.mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0.6;
}

#busyWheel
{
    display:none;
    position:absolute;
    width:35px;
    height:35px;
    z-index:100000;
    background: #fff;
    opacity:0.6;
    left: 354px;
    top: 304.5px;
    text-align:center;
}

/* end repeated styles */