/* --------------------------- reset + main html redefinitions  */

/*  common tag redefinitions  */
html, body, form, fieldset {
	font:100% Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
html {
	font-size:100.01%;
	height:100%;
}
body { 
	background: #ffffff;
	color:#333333;
	font-size:0.7em;
	line-height:1.3em;
	padding-left:1px;
}
body{height:100%;}
@-moz-document url-prefix() { body { height: auto; } }
body.small {
	font-size:0.7em;
}
body.medium {
	font-size:0.8em;
}
body.large {
	font-size:0.85em;
}
* {
	font-size:100%;
}
header, footer, aside, nav, article {   
    display: block;
}   
a {
	color:#046099;
	text-decoration:underline;
}
a:visited {}
a:hover,
	a:focus {
	text-decoration:underline;
}
a img {
	border:none;
}
fieldset {
	border:none;
}
/* Neutralize/reset styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, pre,
blockquote, dl, hr, address {
	margin:0 0 1em 0;
	padding:0;
}
p {
	margin:0 0 1.5em 0;
}
ul, ol {
	margin:1em;
	padding:0;
}
:focus { outline: 0; }
h1 {
	color:#003366;
	font-size:1.7em;
	line-height:1.3em;
	font-weight:normal;
	margin:0 0 1.1em 0;
}
h1 .large {
	font-size:1.45em;
}
h2 {
	color:#000000;
	font-size:1.3em;
	font-weight:normal;
}
h3 {
	color:#000000;
	font-size:1.2em;
	font-weight:bold;
}
h4 {
	color:#000000;
	font-size:1em;
	font-weight:bold;
}
h5 {
	font-size:1em;
	font-weight:normal;
}
h6 {
	font-size:0.9em;
	font-style:italic;
	font-weight:normal;
}
hr {
	border:none;
	border-bottom:1px solid #d2d2d2;
	height:1px;
}
hr.hidden {
	display:none;
}
input, select, textarea {
	font-size: 100%;
	font:100% Arial, Helvetica, sans-serif;
	color:#262323;
}
ul li {
	list-style:none;
	padding:0 0 0.4em 1.2em;
	margin:0;
}
ol li {
	margin:0 0 0 1.2em;
	padding:0 0 0.4em 0;
}
select, textarea {}
td {
	vertical-align:top;
}
sup, sub {
	font-size:0.6em;
}
.noDisplay {
	display:none;	
}

table {
	border:none;
	border-collapse:collapse;
	border-spacing:inherit;
}
table tr td {
	padding:0;
	border:0;
	margin:0;
}

/* --------------------------- shared styles  */
/*  common styles  */
.alignR {
	text-align:right;
}
.imgHoldR {
	float:right;
	margin:0 0 20px 76px;
}
.clearfloats {
	clear: both;
	float:none;
	font-size: 1px;
	height: 0px;
	line-height: 0px;
	margin: 0px;
}
br.clearfloats {
	clear: both;
	float:none;
	font-size: 1px;
	height: 0px;
	line-height: 0px;
	margin: 0px;
}
.floatL {
	float:left;
}
img.floatL {
	margin:0 15px 15px 0;
}
.floatR {
	float:right;
}
img.floatR {
	margin:0 0 15px 15px;
}
.noPadding {
	padding:0;
}
.prct100 {
	width:100%;
}
h2.black {
	color:#252525;
	font-size:1.5em;
}
.center {
	text-align:center;
}

/* icons links */
.more {
	background:url(../site_images/ico_arrowMore.gif) 0 0.3em no-repeat;
	padding:0 0 0 10px;
}
.ico_maps {
	background:url(../site_images/ico_maps.gif) 0 0.3em no-repeat;
	padding:0 0 0 17px;
}
 
/* --------------------------- application related  */
table {
	border-collapse:collapse;
	border:none;
}
table td {
	padding:0;
}

/* ------ contentTable */
.smallTable,
	.mediumTable,
	.largeTable,
	.xlargeTable {
	/*padding:0 0 1.7em 0;*/
}
.width30 {
	width:30%;
}
.width50 {
	width:50%;
}
.width70 {
	width:70%;
}
.width100 {
	width:100%;
}

.width90 {
	width:90%;
}
table.contentTable {
	margin:10px 0;
	border-collapse:inherit;
}
table.contentTable th {
	color:#ffffff;
	font-size:1.1em;
	text-align:left;
	border-bottom:1px solid #ffffff;
	padding:6px 10px 6px 20px;
}
table.contentTable td {
	border-right:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	padding:6px 10px 5px 20px;
}
table.contentTable tr.odd {
	background:#ffffff;	
}
table.contentTable tr.even {
	background:#f1f1f1;	
}


/* ------ formTable */
table.formTable {
	margin:5px 0;
}
.mediumBox table.formTable {
	margin:5px 0 0 0;
}
table.formTable th {}
table.formTable td {
	padding:0 0 5px 0;
}
table.formTable label {
	margin:0 11px 0 0;
}
.obligatory {
	/*color:#f26534;*/
}
.obligatory sup,
	.obligatory sub {}
	
/* ------ inputfield */
input.inputfield, select, textarea {
	 -webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	 border-radius: 4px;
}
.inputfield {
	background:#f8f8f8 url(../site_images/bck_inputfields.gif) left top no-repeat;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #e9e9e9;
	margin:0;
	padding:6px 5px 6px 5px;
	box-shadow: rgba(255,255,255, 1) 0px 0px 1px;   
	-moz-box-shadow: rgba(255,255,255, 1) 0px 0px 1px;   
	-webkit-box-shadow: rgba(255,255,255, 1) 0px 0px 1px;
	-webkit-transition: -webkit-box-shadow 0.2s linear;
	-moz-transition: -moz-box-shadow 0.2s linear;
	-o-transition: box-shadow 0.2s linear;
	transition: box-shadow 0.2s linear;
}
select.inputfield {
	padding:5px 7px 5px 5px;
}
#body input.inputfield:hover, 
	#body textarea.inputfield:hover, 
	#body select.inputfield:hover,  
	#body input.inputfield:focus, 
	#body textarea.inputfield:focus, 
	#body select.inputfield:focus {   
	/*background:url(../site_images/bck_inputfieldHover.gif) right top no-repeat;*/
	border-color:#ffffff;
	box-shadow: rgba(0,0,0, 0.2) 0px 2px 7px;   
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 2px 7px;   
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 2px 7px;
}
/* --- textarea */
.textarea {
	background:#f8f8f8 url(../site_images/bck_inputfields.gif) left top no-repeat;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #e9e9e9;
	display:block;
	margin:0;
	padding:6px 5px 6px 5px;
	box-shadow: rgba(255,255,255, 1) 0px 0px 1px;   
	-moz-box-shadow: rgba(255,255,255, 1) 0px 0px 1px;   
	-webkit-box-shadow: rgba(255,255,255, 1) 0px 0px 1px;
}

/* ------  buttons */
.button,
	.butSearch {
	 -webkit-border-radius: 2px;
	 -moz-border-radius: 2px;
	 border-radius: 2px;
}
/* button */
.button {
	color:#045279;
	font-weight:bold;
	padding:1px 18px;
}
a.button {text-decoration:none;}
.buttonL {
	color:#045279;
	font-size:1.3em;
	/*font-weight:bold;*/
	padding:1px 18px;
}
/*login*/
.grey {
	background:url(../site_images/but_grey.gif) center right no-repeat;
	border-top:1px solid #e1e1e1;
	border-left:1px solid #c1c1c1;
	border-bottom:1px solid #aaaaaa;
	border-right:1px solid #c1c1c1;
}
.yellow {
	border-top:1px solid #f8bc6e;
	border-left:1px solid #ff9a18;
	border-bottom:1px solid #ff9a18;
	border-right:1px solid #c1c1c1;
}
#my1207 .grey {
	background:url(../site_images/but_greyLogin.gif) center right no-repeat;
}
.link {
	display:block;
	float:right;
	text-decoration:none;
	padding:3px 18px!important;
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 1px;   
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 1px;   
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 1px;
}
.link:hover,
	.link:focus {
	box-shadow: rgba(0,0,0, 0.4) 0px 0px 5px;   
	-moz-box-shadow: rgba(0,0,0, 0.4) 0px 0px 5px;   
	-webkit-box-shadow: rgba(0,0,0, 0.4) 0px 0px 5px;
	text-decoration:none;
}
.log {
	background:url(../site_images/but_greyInlog.gif) center right no-repeat;
	padding:1px 21px 1px 8px;
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 1px;   
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 1px;   
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 1px;
}
.log:hover,
	.log:focus {
	box-shadow: rgba(0,0,0, 0.4) 0px 0px 5px;   
	-moz-box-shadow: rgba(0,0,0, 0.4) 0px 0px 5px;   
	-webkit-box-shadow: rgba(0,0,0, 0.4) 0px 0px 5px;
}
.nextBut {
	background:url(../site_images/but_greyNext.gif) center right no-repeat;
	padding:1px 21px 1px 8px;
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 1px;   
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 1px;   
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 1px;
}
.yellow.nextBut {
	background:url(../site_images/but_yellowNext.gif) center right no-repeat!important;
	padding:5px 39px 5px 8px;
}
.nextBut:hover,
	.nextBut:focus {
	box-shadow: rgba(0,0,0, 0.4) 0px 0px 5px;   
	-moz-box-shadow: rgba(0,0,0, 0.4) 0px 0px 5px;   
	-webkit-box-shadow: rgba(0,0,0, 0.4) 0px 0px 5px;
}

.plus {
	background:url(../site_images/but_greyMore.gif) center left no-repeat;
	padding:1px 8px 1px 18px;
}
a.plus {
	color:#046099;
	text-decoration:none;
}
/*butYellowLarge*/
.butYellowLarge {
	background:url(../site_images/but_yellowLargeL.png) top left no-repeat;
	display:block;
	float:left;
	height:52px;
	padding:0 0 0 6px;
	zoom:1;
}
.butYellowLarge .butSpan {
	background:url(../site_images/but_yellowLargeR.png) top right no-repeat;
	color:#003366;
	display:block;
	float:left;
	font-size:1.3em;
	zoom:1;
}
.butYellowLarge .butSpan .button {
	background:none;
	border:none;
	color:#003366;
	margin:0;
	height:44px;
	width:150px;
	padding:0 6px 0 0;
	margin:2px 0 6px 0;
	zoom:1;
}
.butYellowLarge .butSpan img {
	margin:18px 26px 20px 16px;
}
.mediumBox .butYellowLarge .butSpan {
	font-size:1.7em;
}
.mediumBox .butYellowLarge .butSpan .button {
	width:130px;
	font-weight:normal;
}
.boxBot {
	text-align:right;
	padding:0px 30px 10px 10px;
}

/*grey button*/
.disable {
	background:#adadad url(../site_images/but_grey.gif) top left repeat-x!important;
	border:1px solid #959595!important;
}

/* --- formats */
.S {
	width:68px;
	background-position:0 -380px;
}
.M {
	width:201px;
	background-position:0 -250px;
}
.L {
	width:288px;
	background-position:0 -130px;
}
.XL {
	width:307px;
	background-position:0 0;
}

/* searchBox content */
.content #searchBox .inputfield,
	.content #searchBox .textarea {
	background:#f8f8f8 url(../site_images/bck_inputfields_searchBoxM.gif) left top no-repeat;
}
.content #searchBox .S {
	width:35px;
	background-position:0 -380px;
}
.content #searchBox .M {
	width:179px;
	background-position:0 -250px;
}
.content #searchBox .L {
	width:235px;
	background-position:0 -130px;
}
.content #searchBox .XL {
	width:235px;
	background-position:0 0;
}

/* --- select formats */
select.S {
	width:72px;
}
select.M {
	width:205px;
}
select.L {
	width:292px;
}
select.XL {
	width:311px;
}

/* general */
.margin {
	padding:0 10px;
}
/* ** main *********************************************************** */
#main {
	width:100%;
}
*html #main {
	zoom:1; /*avoids several IE bugs */
}

/* ------------------------------ funcNav */
#funcNav {
	background:#ffffff;
	color:#005782;
	font-weight:bold;
}
#fnHolder,
	#footHolder {
	width:980px;
	margin:0 auto;
}
#fnHolder {
	position:relative;
	z-index:999;
}
#fnHolder .margin {
	/*height:35px;*/
	padding:0 10px 0 5px;
	/*overflow:hidden;*/
}
#funcNav a:hover,
	#funcNav a:focus {
	text-decoration:underline;
}

#fnLeft {
	float:left;
}
#fnRight {
	float:right;
	/*width:320px;*/
}

/* ---- brand ---- */
.home #brand {
       position:absolute;
       top:-63px;
       left:256px;
}

.home .noBanner #brand {
	position:absolute;
	top:50px;
	left:403px;
}
.content #brand {
       position:absolute;
       top:70px;
       left:14px;
}

.content .noBanner #brand {
	top:120px;
}


/* ---- funcNav ---- */
#funcNav a  {
	color:#005782;
	text-decoration:none;
}
#funcNav a:hover  {
	color:#005782;
	text-decoration:underline;
}
#funcNav ul {
	margin:0;
	padding:0;
	display: inline-block; /* IE Float Clear, Part 1 */
	overflow: hidden; /* Float Clear */
}
#funcNav ul {
	clear:both;
}
#funcNav li {
	display:inline;
	float:left;
	margin:0;
	overflow:hidden;
	padding:0;
}
#funcNav li a {
	color:#005782;
	display:inline;
	float:left;
	height:100%;
	margin-right:0;
	text-decoration:none;
}
/* -- language ---- */
#funcNav #language {
	height:35px;
	float:left;
	/*width:200px;*/
}
#funcNav #language ul {}
#funcNav #language ul li {
	text-align:center;
}
#funcNav #language a {
	text-transform:uppercase;
	padding:5px 4px 8px 6px;
	margin:0;
}
#funcNav #language a.active {
	background:url(../site_images/bck_langActive.gif) center top no-repeat;
}

/* -- fontsize ---- */
#fontSize {
	float:left;
	height:35px;
	padding:0 6px 0 0;
	/*width:45px;*/
}
#fontSize ul li {
	display:inline;
	list-style:none;
	padding:0;
}
#fontSize ul li a {
	font-weight:normal;
	padding:8px 3px;
}
#fontSize ul li a.active {
	text-decoration:underline;
}
#fontSize ul li.small {
	font-size:1em;
}
#fontSize ul li.small a  {
	padding:10px 3px 4px 3px;
}
#fontSize ul li.medium {
	font-size:1.1em;
}
#fontSize ul li.medium a  {
	padding:9px 3px 4px 3px;
}
#fontSize ul li.large {
	font-size:1.3em;
}

/* -- contact ---- */
#contact {
	float:left;
	height:35px;
	/*width:150px;*/
}
#contact ul li {}
#funcNav #contact a {
	padding:8px 7px 5px 7px;
	margin:0;
}
/* -- login ---- */
#login {
	float:left;
	padding:6px 0 0 0;
	width:156px;
	height:29px;
	/*width:110px;*/
	position:relative;
}
#login #my1207 {
	position:absolute;
	z-index:999;
	width:150px;
}
#login .button {
	margin:0 0 0 10px;
	display:block;
	float:left;
}

/* ------------------------------ body */
/* -------------- bodyHolder */
#body {
	background:url(../site_images/bck_body.gif) left top repeat-x;
}

.sb #body {
    background:url(../site_images/bck_body.gif) left 40px repeat-x;
}
/* home */
.home #bdHolder {
	width:750px;
	margin:0 auto;
	padding:78px 115px 0 115px;
}
.nl #bdHolder {
       background:url(../site_images/bck_body_nl.gif) center top no-repeat;
}
.fr #bdHolder {
       background:url(../site_images/bck_body_fr.gif) center top no-repeat;
}
.de #bdHolder {
       background:url(../site_images/bck_body_de.gif) center top no-repeat;
}
.en #bdHolder {
       background:url(../site_images/bck_body_en.gif) center top no-repeat;
}
/* content */
.content #bdHolder {
       background: url("../site_images/bck_body.gif") left top repeat-x;
       width:980px;
       margin:0 auto;
       padding:12px 0 0 0;
}

/* ------------ searchBox */
#searchBox {
	margin:0 0 10px 0;
}
#searchBox .boxT {
	min-height:150px;
	height:auto!important;
	height:150px;
}
#searchBox .boxB {
	/*height:23px;*/
	height:17px;
	font-size:0;
	line-height:0;
}
.txtBox {
	margin:0 10px;
	padding:15px 19px 0 20px;
}
/* home */
.home #searchBox {
	width:750px;
	z-index:99;
}
.home #searchBox .boxT {
	background:url(../site_images/brand_seachBoxL_top.png) left top no-repeat;
}
.home #searchBox .boxB {
	background:url(../site_images/brand_seachBoxL_bottom.png) left bottom no-repeat;
}
/* content */
.content #searchBox {
	width:715px;
	padding:0 0 0 265px;
}
.content #searchBox .boxT {
	background:url(../site_images/brand_seachBoxM_top.png) left top no-repeat;
}
.content #searchBox .boxB {
	background:url(../site_images/brand_seachBoxM_bottom.png) left bottom no-repeat;
}
.content #searchBox .boxL {
	float:left;
	overflow:hidden;
	width:510px;
	padding:0 10px 0 0;
}
.content #searchBox .boxR {
	float:left;
	width:135px;
	padding:40px 0 0 0;
}


/*form*/
#searchBox table.vert tr td {
	padding:0 0 20px 0;
}
.content #searchBox table.vert tr td {
	padding:0 0 8px 0;
}
#searchBox table.vert tr td label,
	#searchBox table.vert tr td .label {
	display:block;
	font-size:1.3em;
	padding:0 0 7px 0;
}
.large #searchBox table.vert tr td label,
	.large #searchBox table.vert tr td .label {
	font-size:1.25em;
}
.content #searchBox table.vert tr td label,
	.content #searchBox  table.vert tr td .label {
	padding:0 0 5px 0;
}

table.vert tr td {
	padding:0 0 6px 0;
}
table.vert tr td label,
	table.vert tr td .label {
	display:block;
	padding:0 0 2px 0;
}
table.vert tr td .radio label {
	display:inline;
	vertical-align:top;
	margin:0 17px 0 0;
}
table.vert tr td .radio input {
	margin:0 3px 0 0;
	padding:0!important;
	height:13px;
	width:13px;
}
table.vert tr td .label label {
	display:inline;
	padding:0;
}
table.vert td.col01 {
	width:56%;
}
table.vert td.col02 {
	width:44%;
}
.subCol01,
	.subCol02 {
	display:block;
	float:left;
}
td.inputSS .subCol01 {
	margin:0 7px 0 0;
	width:80px;
}
td.inputSS .subCol02 {
	width:80px;
}
td.inputMS .subCol01 {
	margin:0 5px 0 0;
	width:213px;
}
td.inputMS .subCol02 {
	width:80px;
}
.mediumBox td.inputMS .subCol01 {
	width:193px;
}
.mediumBox td.inputMS .subCol02 {
	width:47px;
}
span.clearfloats {
	display:block;
}
.columns {}
.columns span.col01 {
	float:left;
	width:55%;
}
.columns span.col02 {
	float:left;
	width:45%;
} 
.example {
	color:#666666;
	font-size:0.9em;
	font-style:italic;
}
.req {
	color:#de8216;
	font-size:1.2em;
	padding:0 9px 0 4px;
}
.notreq {
	padding:0 9px 0 0;
	font-size:1.2em;
}
/*group of checkboxes/radiobuttons */
.checkFloat input.check,
	.checkTable input.check,
	.checkTable input,
	.checkFloat .check input,
	.checkTable .check input,
	table.checkTable input {
	float:left;
	margin:0 7px 0 0;
	vertical-align:middle;
	padding:0;
}
.checkFloat label,
	.checkTable label {
	float:left;
	padding:0;
	margin:0 0 5px 0;
}
.checkFloat label {
	width:390px;
}
.checkTable label {
	width:180px;
}
/* --- buttonHolder */
.buttonHolder .obligatory {
	color:#626262;
	font-size:0.9em;
	padding:4px 0 0 0;
}
.buttonHolder .obligatory .number {
	color:#de8216;
}
.buttonHolder .obligatory ul,
.buttonHolder .obligatory ul li {
	margin:0;
	padding:0;
}
.butL {
	float:left;
}
.butR {
	float:right;
}


a.backLink,
	a.nobackLink,
	#detailBox .pager a.backLink,
	#detailBox .pager a.nobackLink {
	padding:0 0 0 12px;
}
a.backLink {
	background:url(../site_images/but_pagerBack.gif) left center no-repeat;
}
a.nobackLink {
	background:url(../site_images/but_pagerNoBack.gif) left center no-repeat;
	
}
a.nextLink,
	a.nonextLink,
	#detailBox .pager a.nextLink,
	#detailBox .pager a.nonextLink {
	padding:0 12px 0 0;
}
a.nextLink {
	background:url(../site_images/but_pagerNext.gif) right center no-repeat;
}
a.nonextLink {
	background:url(../site_images/but_pagerNoNext.gif) right center no-repeat;
}

/* -------------- bannerHolder */
#banner {
	margin:0 0 10px 0;
	text-align:center;
}
.home #banner {
	width:750px;
	z-index:0;
}
.home #content {
	z-index:0;
}
.content #banner {
	width:970px;
}
#banner img {
	border:1px solid #d1d1d1;
}

/* ------------- servicesHolder */

.boxContent {
	margin:15px 0 15px 0;
}
#servicesBox h2 {
	border-bottom:1px solid #c3c3c3;
	padding:0 0 0.5em 0;
	margin:0 0 0.75em 0;
}
#servicesBox h3 {
	font-size:1em;
	margin:0 0 0.3em 0;
}
#servicesBox h3 a {
	color:#046099;
}
.columns_3 .column01,
	.columns_3 .column02 {
	float:left;
	margin:0 12px 0 0;
	width:233px;
}
.columns_3 .column03 {
	float:left;
	margin:0;
	width:240px;
}

/* ------------- resultHolder */
.columns_2#resultBox {
	background:url(../site_images/bck_resultBox_twoCol.gif) left repeat-y;
	width:960px;
}
.columns_1#resultBox {
	background:url(../site_images/bck_resultBox_center.gif) left non-repeat;
	width:960px;
}
#resultBox .txtBox {
	margin:0;
	padding:0;
	width:960px;
}
#resultBox .bckT {
	background:url(../site_images/bck_resultBox_top.gif) left top no-repeat;
	padding:0;
}
#resultBox .bckB {
	background:url(../site_images/bck_resultBox_bottom.gif) left bottom no-repeat;
	padding:2px 1px;
}
#resultBox .headBox {
	border-bottom:1px solid #d8d8d8;
}
#resultBox .footBox {
	border-top:1px solid #d8d8d8;
}
#resultBox .pager {
	background:#ffffff;
	margin:0 13px;
}
.pager .pageL {
	float:left;
	padding:7px 0 3px 0;
}
.pager .pageR {
	float:right;
	padding:7px 0 3px 0;
}
.pager .pageC {
	padding:18px 0 21px 0;
	text-align:center;
}
.pager a.back,
	.pager a.next,
	.pager a.no_back,
	.pager a.no_next {
	background:none;
	padding:5px 6px;
	margin:3px 0 0 0;
}
span.active {
	color:#000000;
}
.pager strong.result {
	color:#070707;
	margin:0 8px 0 0;
}
.pager label {
	font-weight:bold;
	margin:0 10px 0 0;
}
.pager a,
	.pager span.active {
	padding:3px 2px;
	text-decoration:none;
}
.pager span.active {
	text-decoration:underline;
}
.pager a:hover,
	.pager a:focus {
	text-decoration:underline;	
}
.columns_2#resultBox .column01 {
	float:left;
	width:255px;
}
#resultBox .column01 h3 {
	margin:0 0 0.75em 0;
}
#resultBox .column01 ul {
	margin:0 0 1em 0;
}
#resultBox .column01 ul li {
	margin:0;
	padding:0 0 1px 0;
}
.columns_2#resultBox .column01 .container {
	margin:20px 12px 0 15px;
}
.columns_2#resultBox .column02 {
	float:left;
	width:705px;
}
.columns_2#resultBox .column02 .container {
	margin:20px 11px 0 9px;
}
.column_2#resultBox .bckB {
	width:958px;
}

.bc { /*box content*/
	margin:0 0 40px 0;
}
.bd { /*box detail*/
	margin:0 0 35px 0;
}
.bc .minheight {
	min-height:162px;
	height:auto!important;
	height:162px;
}
.bFilter {
	background:#f8f8f8;
	border:1px solid #a1a1a1;
	border-bottom:1px solid #c7c7c7;
	margin:0 3px 20px 0;
}
.bFilter strong {
	color:#000000;
}
.bFilter a {
	background:url(../site_images/ico_filterSprite.gif) no-repeat;
	color:#333333;
	padding:2px 0 2px 0;
	display:block;
	margin:2px 0;
	text-decoration:none;
	height:20px;
	width: 25px;
	float:left
}
.bFilter a {
	background-position:-20px 0;
}
.bFilter a:hover,
	 .bFilter a:focus {
	background-position:0 -22px;
}
#resultBox .column01 .bFilter ul {
	margin:0;
	padding:0;
}
.filterHolder {
	padding:4px 3px 3px 3px;
}
.filterHolder .margin{padding:4px 0 1px 7px;line-height:22px;}
.bmap { /*box maps*/
	padding:15px 0 0 0;
}
.bmap a,
	.bmap a:hover {
	text-decoration:none;
}
.mapsHolder {
	border:1px solid #e8e8e8;
	height:229px;
	width:226px;
	margin:0 0 6px 0;
}

/* ---- boxes resultitems */

/* general */
.detailBox {
	margin:0 0 2px 0;
}
.resTop {
	height:11px;
	font-size:0;
	line-height:0;
}
.resBottom {
	height:15px;
	font-size:0;
	line-height:0;
}

.format_s .resCenter {
	min-height:48px;
	height:auto!important;
	height:48px;
}
.format_m .resCenter  {
	min-height:72px;
	height:auto!important;
	height:72px;
}
.format_l .resCenter {
	min-height:99px;
	height:auto!important;
	height:99px;
}
.format_xl .resCenter  {
	min-height:137px;
	height:auto!important;
	height:137px;
}
.format_xxl .resCenter  {
	min-height:176px;
	height:auto!important;
	height:176px;
}

.format_s .txtTop {
	min-height:25px;
	height:auto!important;
	height:25px;
}
.format_m .txtTop {
	min-height:47px;
	height:auto!important;
	height:47px;
}
.format_l .txtTop {
	min-height:75px;
	height:auto!important;
	height:75px;
}
.format_xl .txtTop {
	min-height:113px;
	height:auto!important;
	height:113px;
}
.format_xxl .txtTop  {
	min-height:123px;
	height:auto!important;
	height:123px;
}

.format_s .resultInfo table td {
	height:48px;
}
.format_m .resultInfo table td  {
	height:72px;
}
.format_l .resultInfo table td {
	height:99px;
}
.format_xl .resultInfo table td {
	height:137px;
}
.format_xxl .resultInfo table td {
	height:176px;
}

.resultInfo table td {
	vertical-align:middle;
}

.resultDetail {
	float:left;
	width:583px;
	cursor:pointer;
}
.resultDetail .resultText {
	margin: 0 50px 0 16px;
	position:relative;
}
.resultDetail .resultText a {
	text-decoration:underline;
}
.resultDetail .resultText p {
	margin:0 0 0.7em 0; /*new*/
	padding:0;
}
.resultDetail .resultText h2 {
	margin:0.1em 0 0.3em 0;
	line-height:1em;
	padding:0;
}
.resultDetail .titleResult {
	margin:0;
}
.resultDetail .titleResult .balloon {
	display:block;
	float:left;
	width:24px;
}
.resultDetail .titleResult .title {
	display:block;
	float:right;
	width:493px;
}
.resultDetail .titleResult .title h2 {
	color:#003366;
	font-size:1.55em;
}
span.clearfloats {
	display:block;
}
.resultDetail .resultText .intro {
	line-height:1.2em;
}
.resultDetail .resultText .address {
	/*color:#000000;*/
	font-size:1.25em;
	margin:0;
}

.linkTD li{overflow:hidden;}
a.quote{
	background:url(../site_images/results/btn_offerteL.png) left no-repeat;
	padding-left:16px;
	display: block;
    height: 31px;
    line-height: 31px;
    float:right;
    overflow:hidden;
    color:#FFF;
    text-decoration:none;
}
.address{overflow:hidden;}
.address a.quote{float:left; margin-top:5px;}
a.quote span{
	background:url(../site_images/results/btn_offerteR.png) right no-repeat;
	padding-right:20px;
	display:block;
	float:left;
}

.sb .resultDetail,
	.sb #wrapMapRoute .resBox {
	width:373px;
}
.sb .resultDetail .resultText {
	width:307px;
}
.sb .resultDetail .titleResult .title {
	width:283px;
}
.sb .resultDetail .resultText .address {
	margin:0 0 5px 25px;
}
.sb #wrapMapRoute .resBox a {
	text-decoration:none;
}

/*table*/
.resultDetail .resultText table.info {
	/*position:absolute;
	bottom:0;
	left:0;*/
	width:99%;
	line-height:1.1em;
}
.resultDetail .resultText table.info ul {
	margin:0;
}

.resultDetail .resultText table.info td {
	overflow:hidden;
}
.resultDetail .resultText table.info td.moreTD {
	vertical-align:bottom;
	text-align:left;
	height:24px;
}
td.moreTD .more {
	color:#046099;
}

.moreDetail {
	color:#046099;
}

.resultDetail .resultText table.info td.linkTD {
	vertical-align:bottom;
	text-align:right;
}
.moreTD ul li {
	padding:0;
}
.resultInfo {
	float:left;
	width:96px;
}

/* ----------------------------- */
.infoTable tr td {
	padding:0 10px 3px 0;
	text-align:left;
	vertical-align:top;
}
.infoTable tr td.column01 {
	/*width:40%;*/
	/*width:120px!important;*/
}
.infoTable tr td.column01 span {
	/*width:40%;*/
	width:86px!important;
}
.infoTable tr td.column02 {
	/*width:60%;*/
}
.infoTable tr td.column02 .labelBox {
	float:left;
	width:80%;
}
.infoTable tr td.column02 .icoBox {
	float:left;
	width:20%;
}


.infoDetailTable {
	/*font-size:1.05em;*/
}
.infoDetailTable h3 {
	font-weight:bold;
	font-size:1.1em;
	margin:0.9em 0 0.1em 0;
}
.infoDetailTable p {
	margin:0 0 0.9em 0;
}
.infoDetailTable tr td.valignT {
	vertical-align:top;
	text-align:left;
}
.infoDetailTable tr td.valignB {
	vertical-align:bottom;
	text-align:left;
}
.infoDetailTable tr td.c01 {
	width:186px;
}
.infoDetailTable tr td.c02 {
	padding:0 0 5px 12px;
}
/*.googleMaps {
	border:1px solid #cbccce;
	height:186px;
	width:186px;
	display:block;
}*/


/*icons*/
.labelTel,
	.labelFax,
	.labelEmail,
	.labelSite,
	.labelMailbox,
	.labelMobile {
		display:block;
		padding:0 5px 0 29px;
		min-height:20px;
		height:auto!important;
		height:20px;
}
.labelTel {
	background:url(../site_images/results/bck_labelTel.png) no-repeat;
}
.labelFax {
	background:url(../site_images/results/bck_labelFax.png) no-repeat;
}
.labelEmail {
	background:url(../site_images/results/bck_labelEmail.png) no-repeat;
}
.labelSite {
	background:url(../site_images/results/bck_labelSite.png) no-repeat;
}
.labelMailbox {
	background:url(../site_images/results/bck_labelMailbox.png) no-repeat;
}
.labelMobile {
	background:url(../site_images/results/bck_labelGsm.png) no-repeat;
}
/* ----------------------------- */

/* type box01: */
.resBox01 .format_s .resTop {
	background:url(../site_images/results/bck_box01_s_top.gif) left top no-repeat;
}
.resBox01 .format_s .resCenter {
	background:url(../site_images/results/bck_box01_s_center.gif) left top no-repeat;
}
.resBox01 .format_s .resBottom {
	background:url(../site_images/results/bck_box01_s_bottom.gif) left bottom no-repeat;
}

.resBox01 .format_m .resTop {
	background:url(../site_images/results/bck_box01_m_top.gif) left top no-repeat;
}
.resBox01 .format_m .resCenter {
	background:url(../site_images/results/bck_box01_m_center.gif) left top no-repeat;
}
.resBox01 .format_m .resBottom {
	background:url(../site_images/results/bck_box01_m_bottom.gif) left bottom no-repeat;
}

.resBox01 .format_l .resTop {
	background:url(../site_images/results/bck_box01_l_top.gif) left top no-repeat;
}
.resBox01 .format_l .resCenter {
	background:url(../site_images/results/bck_box01_l_center.gif) left top no-repeat;
}
.resBox01 .format_l .resBottom {
	background:url(../site_images/results/bck_box01_l_bottom.gif) left bottom no-repeat;
}

.resBox01 .format_xl .resTop {
	background:url(../site_images/results/bck_box01_xl_top.gif) left top no-repeat;
}
.resBox01 .format_xl .resCenter {
	background:url(../site_images/results/bck_box01_xl_center.gif) left top no-repeat;
}
.resBox01 .format_xl .resBottom {
	background:url(../site_images/results/bck_box01_xl_bottom.gif) left bottom no-repeat;
}

.resBox01 .format_xxl .resTop {
	background:url(../site_images/results/bck_box01_xxl_top.gif) left top no-repeat;
} 
.resBox01 .format_xxl .resCenter {
	background:url(../site_images/results/bck_box01_xxl_center.gif) left top no-repeat;
}
.resBox01 .format_xxl .resBottom {
	background:url(../site_images/results/bck_box01_xxl_bottom.gif) left bottom no-repeat;
}

/* type box02: */
.resBox02 .format_s .resTop {
	background:url(../site_images/results/bck_box02_s_top.gif) left top no-repeat;
}
.resBox02 .format_s .resCenter {
	background:url(../site_images/results/bck_box02_s_center.gif) left top no-repeat;
}
.resBox02 .format_s .resBottom {
	background:url(../site_images/results/bck_box02_s_bottom.gif) left bottom no-repeat;
}

.resBox02 .format_m .resTop {
	background:url(../site_images/results/bck_box02_m_top.gif) left top no-repeat;
}
.resBox02 .format_m .resCenter {
	background:url(../site_images/results/bck_box02_m_center.gif) left top no-repeat;
}
.resBox02 .format_m .resBottom {
	background:url(../site_images/results/bck_box02_m_bottom.gif) left bottom no-repeat;
}

.resBox02 .format_l .resTop {
	background:url(../site_images/results/bck_box02_l_top.gif) left top no-repeat;
}
.resBox02 .format_l .resCenter {
	background:url(../site_images/results/bck_box02_l_center.gif) left top no-repeat;
}
.resBox02 .format_l .resBottom {
	background:url(../site_images/results/bck_box02_l_bottom.gif) left bottom no-repeat;
}

.resBox02 .format_xl .resTop {
	background:url(../site_images/results/bck_box02_xl_top.gif) left top no-repeat;
}
.resBox02 .format_xl .resCenter {
	background:url(../site_images/results/bck_box02_xl_center.gif) left top no-repeat;
}
.resBox02 .format_xl .resBottom {
	background:url(../site_images/results/bck_box02_xl_bottom.gif) left bottom no-repeat;
}

.resBox02 .format_xxl .resTop {
	background:url(../site_images/results/bck_box02_xxl_top.gif) left top no-repeat;
}
.resBox02 .format_xxl .resCenter {
	background:url(../site_images/results/bck_box02_xxl_center.gif) left top no-repeat;
}
.resBox02 .format_xxl .resBottom {
	background:url(../site_images/results/bck_box02_xxl_bottom.gif) left bottom no-repeat;
}

/* type box03: */
.resBox03 .format_s .resTop {
	background:url(../site_images/results/bck_box03_s_top.gif) left top no-repeat;
}
.resBox03 .format_s .resCenter {
	background:url(../site_images/results/bck_box03_s_center.gif) left top no-repeat;
}
.resBox03 .format_s .resBottom {
	background:url(../site_images/results/bck_box03_s_bottom.gif) left bottom no-repeat;
}

.resBox03 .format_m .resTop {
	background:url(../site_images/results/bck_box03_m_top.gif) left top no-repeat;
}
.resBox03 .format_m .resCenter {
	background:url(../site_images/results/bck_box03_m_center.gif) left top no-repeat;
}
.resBox03 .format_m .resBottom {
	background:url(../site_images/results/bck_box03_m_bottom.gif) left bottom no-repeat;
}

.resBox03 .format_l .resTop {
	background:url(../site_images/results/bck_box03_l_top.gif) left top no-repeat;
}
.resBox03 .format_l .resCenter {
	background:url(../site_images/results/bck_box03_l_center.gif) left top no-repeat;
}
.resBox03 .format_l .resBottom {
	background:url(../site_images/results/bck_box03_l_bottom.gif) left bottom no-repeat;
}

.resBox03 .format_xl .resTop {
	background:url(../site_images/results/bck_box03_xl_top.gif) left top no-repeat;
}
.resBox03 .format_xl .resCenter {
	background:url(../site_images/results/bck_box03_xl_center.gif) left top no-repeat;
}
.resBox03 .format_xl .resBottom {
	background:url(../site_images/results/bck_box03_xl_bottom.gif) left bottom no-repeat;
}

.resBox03 .format_xxl .resTop {
	background:url(../site_images/results/bck_box03_xxl_top.gif) left top no-repeat;
}
.resBox03 .format_xxl .resCenter {
	background:url(../site_images/results/bck_box03_xxl_center.gif) left top no-repeat;
}
.resBox03 .format_xxl .resBottom {
	background:url(../site_images/results/bck_box03_xxl_bottom.gif) left bottom no-repeat;
}

/* type box04: */
.resBox04 .format_s .resTop {
	background:url(../site_images/results/bck_box04_s_top.gif) left top no-repeat;
}
.resBox04 .format_s .resCenter {
	background:url(../site_images/results/bck_box04_s_center.gif) left top no-repeat;
}
.resBox04 .format_s .resBottom {
	background:url(../site_images/results/bck_box04_s_bottom.gif) left bottom no-repeat;
}

.resBox04 .format_m .resTop {
	background:url(../site_images/results/bck_box04_m_top.gif) left top no-repeat;
}
.resBox04 .format_m .resCenter {
	background:url(../site_images/results/bck_box04_m_center.gif) left top no-repeat;
}
.resBox04 .format_m .resBottom {
	background:url(../site_images/results/bck_box04_m_bottom.gif) left bottom no-repeat;
}

.resBox04 .format_l .resTop {
	background:url(../site_images/results/bck_box04_l_top.gif) left top no-repeat;
}
.resBox04 .format_l .resCenter {
	background:url(../site_images/results/bck_box04_l_center.gif) left top no-repeat;
}
.resBox04 .format_l .resBottom {
	background:url(../site_images/results/bck_box04_l_bottom.gif) left bottom no-repeat;
}

.resBox04 .format_xl .resTop {
	background:url(../site_images/results/bck_box04_xl_top.gif) left top no-repeat;
}
.resBox04 .format_xl .resCenter {
	background:url(../site_images/results/bck_box04_xl_center.gif) left top no-repeat;
}
.resBox04 .format_xl .resBottom {
	background:url(../site_images/results/bck_box04_xl_bottom.gif) left bottom no-repeat;
}

.resBox04 .format_xxl .resTop {
	background:url(../site_images/results/bck_box04_xxl_top.gif) left top no-repeat;
}
.resBox04 .format_xxl .resCenter {
	background:url(../site_images/results/bck_box04_xxl_center.gif) left top no-repeat;
}
.resBox04 .format_xxl .resBottom {
	background:url(../site_images/results/bck_box04_xxl_bottom.gif) left bottom no-repeat;
}

/* type box05: */
.resBox05 .format_s .resTop {
	background:url(../site_images/results/bck_box05_s_top.gif) left top no-repeat;
}
.resBox05 .format_s .resCenter {
	background:url(../site_images/results/bck_box05_s_center.gif) left top no-repeat;
}
.resBox05 .format_s .resBottom {
	background:url(../site_images/results/bck_box05_s_bottom.gif) left bottom no-repeat;
}

.resBox05 .format_m .resTop {
	background:url(../site_images/results/bck_box05_m_top.gif) left top no-repeat;
}
.resBox05 .format_m .resCenter {
	background:url(../site_images/results/bck_box05_m_center.gif) left top no-repeat;
}
.resBox05 .format_m .resBottom {
	background:url(../site_images/results/bck_box05_m_bottom.gif) left bottom no-repeat;
}

.resBox05 .format_l .resTop {
	background:url(../site_images/results/bck_box05_l_top.gif) left top no-repeat;
}
.resBox05 .format_l .resCenter {
	background:url(../site_images/results/bck_box05_l_center.gif) left top no-repeat;
}
.resBox05 .format_l .resBottom {
	background:url(../site_images/results/bck_box05_l_bottom.gif) left bottom no-repeat;
}

.resBox05 .format_xl .resTop {
	background:url(../site_images/results/bck_box05_xl_top.gif) left top no-repeat;
}
.resBox05 .format_xl .resCenter {
	background:url(../site_images/results/bck_box05_xl_center.gif) left top no-repeat;
}
.resBox05 .format_xl .resBottom {
	background:url(../site_images/results/bck_box05_xl_bottom.gif) left bottom no-repeat;
}

.resBox05 .format_xxl .resTop {
	background:url(../site_images/results/bck_box05_xxl_top.gif) left top no-repeat;
}
.resBox05 .format_xxl .resCenter {
	background:url(../site_images/results/bck_box05_xxl_center.gif) left top no-repeat;
}
.resBox05 .format_xxl .resBottom {
	background:url(../site_images/results/bck_box05_xxl_bottom.gif) left bottom no-repeat;
}

/* -------------- DetailBox */
#detailBox {}
#detailBox .txtBox {
	margin:0;
	padding:0;
	width:960px;
}
/*#resultBox .bckT {
	background:url(../site_images/bck_resultBox_top.gif) left top no-repeat;
	padding:0;
}
#resultBox .bckB {
	background:url(../site_images/bck_resultBox_bottom.gif) left bottom no-repeat;
	padding:2px 1px;
}*/
#detailBox .pager a {
	text-decoration:underline;
}
#detailBox a.nextLink {
	padding:0;
}

/* ------------- Column01 ---*/
.columns_2#detailBox .column01 {
	float:left;
	width:255px;
}
#detailBox .column01 h3 {
	margin:0 0 0.75em 0;
}
#detailBox .column01 ul {
	margin:0 0 1em 0;
}
#detailBox .column01 ul li {
	margin:0;
	padding:0 0 1px 0;
}
.columns_2#detailBox .column01 .container {
	margin:1px 14px 0 0;
}
.banner img {
	border:1px solid #b4b4b4;
	margin:0 0 14px 0;
}
.bc_box p {
	margin:0 0 1em 0;
}
.column01 .bc_box {
	background:url(../site_images/bck_resultBoxS_center.gif) left top repeat-y;
	margin:0 0 13px 0;
	width:241px;
}
.column01 .bc_box .bckT {
	background:url(../site_images/bck_resultBoxS_top.gif) left top no-repeat;
	padding:0;
}
.column01 .bc_box .bckB {
	background:url(../site_images/bck_resultBoxS_bottom.gif) left bottom no-repeat;
	padding:17px 15px 10px 14px;
}
.checkFloat label {
	width:170px;
}

/* ------------- Column02 ---*/
.columns_2#detailBox .column02 {
	float:left;
	width:705px;
}
.column02 .bc_box {
	background:url(../site_images/bck_resultBoxM_center.gif) left top repeat-y;
	margin:0 0 13px 0;
	padding:0;
	width:705px;
}
.column02 .bc_box .bckT {
	background:url(../site_images/bck_resultBoxM_top.gif) left top no-repeat;
	padding:0;
	margin:0;
}
.column02 .bc_box .bckB {
	background:url(../site_images/bck_resultBoxM_bottom.gif) left bottom no-repeat;
	padding:13px 0 1px 0;
	margin:0;
}

.column02 .general .bckB {
	padding:40px 60px 40px 23px;
}

/* -- detail result --*/
/* -- contentHead */
.contentHead {
	padding:0 12px 49px 14px;
	width:679px;
}
.result_GreyBox {
	background:url(../site_images/bck_resultGreyBoxM_center.gif) left top repeat-y;
	margin:0;
}
.result_GreyBox h1 {
	margin:0 0 0.5em 0;
}
.result_GreyBox .bckT {
	background:url(../site_images/bck_resultGreyBoxM_top.gif) left top no-repeat!important;
	padding:0;
}
.result_GreyBox .bckB {
	background:url(../site_images/bck_resultGreyBoxM_bottom.gif) left bottom no-repeat!important;
	padding:10px 20px 17px 12px!important;
}

/* -- contentDetail */
.contentDetail {
	padding:0 12px 49px 14px;
}
.child {
	padding:0 12px 12px 14px!important;
}
.contentDetail h2 {
	color:#003366;
	font-weight:bold;
}
.contentDetail h3.address {
	font-weight:normal;
	margin:0 0 2.3em 0;
}
.contentDetail .col1 {
	float:left;
	width:331px;
}
.contentDetail .col2 {
	float:left;
	width:348px;
}
.contentDetail .labelTel, 
	.contentDetail .labelFax,
	.contentDetail .labelEmail,
	.contentDetail .labelSite,
	.contentDetail .labelMailbox,
	.contentDetail .labelMobile {
	padding:0 5px 0 34px;
}
.detailView {
	padding:0 11px 0 0;
}
table.infoTable ul {
	margin:0 0 0.3em 0;
	padding:0;
}
table.infoTable ul li {
	padding:0 0 0.2em 0;
}
.result_WhiteBoxS {
	background:url(../site_images/bck_resultMap_center.gif) left top repeat-y;
	margin:0;
}
.result_WhiteBoxS .bckT {
	background:url(../site_images/bck_resultMap_top.gif) left top no-repeat!important;
	padding:0;
}
.result_WhiteBoxS .bckB {
	background:url(../site_images/bck_resultMap_bottom.gif) left bottom no-repeat!important;
	padding:9px 8px 8px 8px!important;
}
.extraView {
	margin:15px 0 0 0;
}
/*-- accordion */
#accordion .detailView {
	float:left;
	margin:0;
	padding:0;
	width:450px;
}
#accordion .detailButton {
	float:left;
	padding:0;
	text-align:right;
	width:228px;
}

/* -------------- headerHolder */
#header {
       position:relative;
       z-index:99;
}

#header .margin {
	padding:0;
	z-index:99;
}
.content #header .margin {
	padding:16px 0 0 0;
}

/* -------------- contentHolder */
#content {}
.content #content {
	position:relative;
	min-height:600px;
	height:auto!important;
	height:600px;
}

/* -------------- adsHolder */
#ads {
	margin:0 0 10px 985px;
	position:absolute;
	top:0;
	width:160px;
}
#ads .margin {
	padding:0;
}

/* --------------------- footer --- */
.home #footHolder,
	.content .detail #footHolder {
	margin-bottom:8px;
}
.content #footHolder {
	margin-top:8px;
}
.home #footer .margin,
	.content #footer .margin {
	margin:0 0 10px 0;
}
.home .imgLink,
	.content .imgLink {
	border-top:1px solid #c3c3c3;
	padding:8px 0 0 0;
}
.imgLink {
	padding:0 8px;
}
#footer .footLink {
	padding:0 0 10px 0;
	border-top:none;
	width:960px;
}
.home #footer .footLink,
	.detail#footer .footLink {
	padding:10px 0 10px 0;
	border-top:1px solid #c3c3c3;
}
.advertiseL {
	float:left;
	padding:0 10px 0 0;
}
.advertiseR {
	color:#999999;
	float:left;
	padding:15px 10px 0 0;
}
#footer ul {
	margin:0;
	padding:0;
}
#footer ul li {
	background: url(../site_images/bck_footerList.gif) left center no-repeat;
	color:#146289;
	display:inline;
	margin:0;
	padding:0 5px 0 10px;
}
#footer ul li.first {
	background:none;
	padding:0 5px 0 0;
}
#footer a {
	color:#146289;
	text-decoration:none;
}
#footer a:hover,
	#footer a:focus {
	text-decoration:underline;
}

/* --------------- shadowbox -----*/
.sb .boxBody {
	/*min-height:350px;
	height:auto!important;
	height:350px;*/
	/*overflow:hidden;
	padding:0 10px;*/  /* verwijderd omdat de login box niet goed stond hierdoor */
}
.sb h3 {
	font-size:1.1em;
	margin:0 0 0.5em 0;
}
.sb .formbox {
	padding:0px 0px 20px 0px;
	/*width:697px;*/
	/*background:#ff0000;*/
	overflow:hidden;
	margin:0;
}
.sb .formboxL {
	padding:27px 10px 20px 10px;
	width:808px;
	overflow:hidden;
	margin:0;
}
.sb .formboxM {
	padding:40px 10px 20px 10px;
	width:725px;
	overflow:hidden;
	margin:0;
}
.sb .group {
	background: url(../site_images/bck_sb_groupC.gif) left center repeat-y;
	margin:0 0 15px 0;
	position:relative;
}

.sb .group,
	.sb .group .bckT {
	width:697px;
}
.sb .formboxL .group,
	.sb .formboxL .group .bckT {
	width:808px;
}
.sb .formboxM .login,
	.sb .formboxM .login .bckT {
	width:725px;
}
.sb .steps .group {
	background: url(../site_images/bck_sb_groupCnr.gif) left top no-repeat;
	margin:0 0 20px 0;
}
.sb .result_GreyBox {
	background: url(../site_images/bck_sb_groupGreyC.gif) left center repeat-y!important;
	margin:0 0 15px 0;
}
.sb .formboxL .group {
	background: url(../site_images/bck_sb_groupLC.gif) left center repeat-y;
}
.sb .formboxL .result_GreyBox {
	background: url(../site_images/bck_sb_groupLGreyC.gif) left center repeat-y!important;
}
.sb .bc_box .result_GreyBox {
	margin:10px 0 34px 0; /* margin toegevoegd voor shadowbox kaart vergroten */
	width:808px;
}
.sb .result_GreyBox p {
	margin:0 0 0.5em 0;
}
.sb .groupTxt {
	color:#000000;
	margin:0 0 40px 0;
}
.sb .cluetip {
	/*position:absolute;*/
	left:5px;
	position:relative
}
.multiRow .cluetip {
	top:20px;
	left:0;
	margin-right:5px;
	position:relative;
}
.multiRow .form_col02 .cluetip {
	top:0;
	right:0;
	position:relative;
}
.sb .group .bckT {
	background: url(../site_images/bck_sb_groupT.gif) left top no-repeat;
}
.sb .group .bckB {
	background: url(../site_images/bck_sb_groupB.gif) left bottom no-repeat;
	padding:15px 30px 17px 15px;
}
.sb .steps .group .bckB {
	padding:30px 30px 17px 15px;
}
.sb .result_GreyBox .bckT {
	background: url(../site_images/bck_sb_groupGreyT.gif) left top no-repeat!important;
}
.sb .result_GreyBox .bckB {
	background: url(../site_images/bck_sb_groupGreyB.gif) left bottom no-repeat!important;
	padding:15px 30px 7px 15px!important;
}
.sb .formboxL .group .bckT {
	background: url(../site_images/bck_sb_groupLT.gif) left top no-repeat;
}
.sb .formboxL .group .bckB {
	background: url(../site_images/bck_sb_groupLB.gif) left bottom no-repeat;
}
.sb .formboxL .result_GreyBox .bckT {
	background: url(../site_images/bck_sb_groupLGreyT.gif) left top no-repeat!important;
}
.sb .formboxL .result_GreyBox .bckB {
	background: url(../site_images/bck_sb_groupLGreyB.gif) left bottom no-repeat!important;
}
.sb .errorMessage .bckT {
	background: url(../site_images/bck_sb_groupErrorT.gif) left top no-repeat;
}
.sb .errorMessage .bckB {
	background: url(../site_images/bck_sb_groupErrorB.gif) left bottom no-repeat;
	padding:15px 30px 17px 15px;
}
.sb .group .txt {
	font-size:1.2em;
}
.sb .form_col01 {
	width:50%;
}
.sb .form_col02 {
	width:50%;
}
.sb .bc_box .form_col01 {
	width:40%;
}
.sb .bc_box .form_col02 {
	width:59%;
}
.sb table.vert tr td label,
	.sb table.vert tr td .label,
	.sb table.vert tr td.checkFloat .checkSpace label {
	color:#000000;
}
.sb table.vert tr td .radio label,
	.sb table.vert tr td .radio .label,
	.sb table.vert tr td.checkFloat label,
	.sb table.vert tr td.checkFloat .label {
	color:#333333;
}
.sb table.vert tr td {
	padding:0 0 8px 0;
}
.sb table.withClue tr td {
	padding:0 20px 8px 0!important;
}
.sb table.vert tr td label,
	.sb table.vert tr td .label {
	padding:0 0 3px 0;
}
.sb table.vert tr td.checkFloat {
	padding:5px 0 8px 0;
}
.sb .checkFloat label {
	width:500px;
}
.sb table.listTable tr td {
	padding:5px 10px;
}
.sb .sortBar {
	padding:10px 120px 15px 0;
}
.greyTxt {
	color:#999999;
	display:block;
}
.sb .boxBot {
	color:#626262;
	margin:-10px 0 0 0;
}
.sb .boxBot a,
	.sb .boxBot input {
	margin:0 0 0 10px;
}
fieldset {}
legend {
	text-indent:-9999px;
	overflow:hidden;
	height:1px;
}
.checkSpace {
	display:block;
	margin:0 0 25px 0;
}
.noInput {
	display:block;
	margin:5px 0;
}
.noInput .floatL {
	color:#100f0f;
	padding:4px 0 0 0;
}
.noInput .floatR {
	padding:0 10px 0 0;
}
.txtsize_M {
	font-size:1.1em;
}
.txtsize_L {
	color:#020202;
	font-size:1.2em;
	line-height:1.3em;
}
.txtsize_XL {
	font-size:1.3em;
	line-height:1.3em;
}
.errorMessage .ico {
	background: url(../site_images/ico_errorMessage.gif) left top no-repeat;
	padding:2px 0 2px 21px;
}
.icoMargin {
	padding:0 30px 5px 30px;
}
.formbox .icoMargin {
	padding:0;
}


/* ----- errorMessages */
 .errorMessages ul {
	 margin:0;
}
 .errorMessages ul li {
	 background: url(../site_images/bul_BlackGr.gif) 0 3px no-repeat;
}

/* general */
.sb .errorMessages {
	background: url(../site_images/bck_sb_groupErrorC.gif) left center repeat-y;
	color:#010101;
	margin:0 0 30px 0;
	width:697px;
}
.sb .errorMessages .ico {
	background: url(../site_images/ico_errorMessage.gif) 0 10px no-repeat;
	padding:10px 25px;
}
.sb .errorMessages .bckT {
	background: url(../site_images/bck_sb_groupErrorT.gif) left top no-repeat;
}
.sb .errorMessages .bckB {
	background: url(../site_images/bck_sb_groupErrorB.gif) left bottom no-repeat;
	padding:5px 30px 5px 15px;
}


.sb .formboxL .errorMessages {
	background: url(../site_images/bck_sb_groupErrorLC.gif) left center repeat-y;
	width:808px;
}
.sb .formboxL .errorMessages .bckT {
	background: url(../site_images/bck_sb_groupErrorLT.gif) left top no-repeat;
}
.sb .formboxL .errorMessages .bckB {
	background: url(../site_images/bck_sb_groupErrorLB.gif) left bottom no-repeat;
}

/* --  sb_filter */
.sb_filter {
	margin:15px 0 0 0;
}
.sb .sb_filter table.vert tr td {
	padding:0;
}
.sb table.vert tr td.left {
	text-align:left;
	padding-right:20px;
}
.sb table.vert tr td.right {
	text-align:right;
	padding-left:20px;
}
.sb table.vert tr td label.balloonY,
	.sb table.vert tr td label.balloonB {
	padding:3px 0 5px 17px;
}
.sb .group .number {
	background-image: url(../site_images/bck_spriteGroupNr.gif);
	background-repeat:no-repeat;
	display:block;
	position:absolute;
	top:-10px;
	left:13px;
	width:31px;
	height:22px;
}
.sb p.important {
	color:#000000;
}
.n01 {
	background-position:0 0;
}
.n02 {
	background-position:-40px 0;
}
.n03 {
	background-position:-80px 0;
}
.n04 {
	background-position:-120px 0;
}
.n05 {
	background-position:-140px 0;
}
.n06 {
	background-position:0 -30px;
}
.n07 {
	background-position:-40px -30px;
}
.n08 {
	background-position:-80px -30px;
}
.n09 {
	background-position:-120px -30px;
}
.n10 {
	background-position:-140px -30px;
}
.final {
	background: url(../site_images/ico_final.gif) left top no-repeat;
	padding:0 0 0 20px;
}

.radio .balloonB {
	background: url(../site_images/ico_balloonBlueM.gif) left bottom no-repeat;
}
.radio .balloonY {
	background: url(../site_images/ico_balloonYellowM.gif) left bottom no-repeat;
}
h1.balloonB {
	background: url(../site_images/ico_balloonBlueL.gif) 0 -1px no-repeat;
	padding:0 0 3px 19px;
}
h1.balloonY {
	background: url(../site_images/ico_balloonBlueY.gif) 0 -1px no-repeat;
	padding:0 0 3px 19px;
}

#wrapMapRoute {}
#wrapMapRoute #map {
	border:1px solid #c9d0d4;
	float:left;
	height:332px;
	margin:0 12px 0 0;
	width:419px;
}
.shadowResult#wrapMapRoute #map {
	height:427px!important;
	margin:0 4px 0 0!important;
	width:427px!important;
}
#wrapMapRoute #route {
	float:left;
	width:373px;
}
.bc_box #wrapMapRoute #route {
	min-height:400px;
	height:auto!important;
	height:400px;
}
table.route {
	font-size:1.15em;
	line-height:1.4em;
}
table.route th {
	border-bottom:1px solid #e6e6e6;
	padding:7px 0 2px 0;
	text-align:left;
}
table.route td {
	border-bottom:1px solid #e6e6e6;
	padding:9px 13px 7px 0;
}
table.route .active td {
	background:#f6f7fb;
}
table.route td.c01 {
	width:7%;
}
table.route td.c02 {
	width:73%;
}
table.route td.c03 {
	width:6%;
}
table.route td.c04 {
	color:#bcbcbc;
	padding:11px 0 5px 0;
	text-align:right;
	width:14%;
}

.clue {
	display:none;
}

/*login*/

.loginT .logLeft {
	float:left;
	margin:0 13px 0 0;
	width:356px;
}
.loginT .logRight {
	float:left;
	margin:0;
	width:356px;
	text-align:center;
}
.logRight a {

	color:#333333;
	text-decoration:none;
}
.logRight a:hover,
	.logRight a:focus {
	text-decoration:underline;
}
.loginT {
	margin:0 0 4px 0;
}
.loginB .logLeft {
	float:left;
	margin:0 13px 0 0;
	padding:12px 22px 8px 17px;
	width:317px;
	zoom:1;
}
#loginForm{
	width:370px;
	float:left;
}
.sb .loginB .logLeft .boxBot {
	margin:10px 0 0 0;
	height:52px;
	position:relative;
	padding-right:0;
}
.sb .loginB .logLeft .boxBot div, 
.sb .loginB .logLeft .boxBot span, 
.sb .loginB .logLeft .boxBot input{
	zoom:1;
}
.loginB .logRight {
	float:left;
	margin:0;
	padding:12px 22px 17px 17px;
	width:317px;
	zoom:1;
}
.loginB .logRight .butYellowLarge, .loginB .logLeft .butYellowLarge {
	float:right;
	padding-right:9px;
	padding-bottom:8px;
}
.logRight .txt {
	margin:38px 0;
}
.sb .loginB {
	background: url(../site_images/bck_sb_loginC.gif) left center repeat-y;
	margin:0 0 15px 0;
	position:relative;
	width:725px;
}
.sb .bul {
	background: url(../site_images/bul_BlackGr.gif) 0 3px no-repeat;
	padding:0 0 8px 10px!important;
}
.sb .loginB .bckT {
	background: url(../site_images/bck_sb_loginT.gif) left top no-repeat;
	width:725px;
}
.sb .loginB .bckB {
	background: url(../site_images/bck_sb_loginB.gif) left bottom no-repeat;
	width:750px;
	zoom:1;
}
.sb .loginB .boxBot .floatL {
	padding:3px 0 0 0;
}
.sb .loginB .boxBot a {
	margin:0;
}

.butContent {
	padding:40px 0 0 0;
}

/* ------ listTable */
.listTable {
	width:697px;
	background:url(../site_images/bck_filtersTop.gif) top left no-repeat;
	margin-left:12px;
	}
	
.listTableBottom {
	width:697px;
	background:url(../site_images/bck_filtersBot.gif) top left no-repeat;
	margin-left:12px;
	height:10px;
	margin-bottom:20px;
	}
	
.listTable ul {
	margin:0 1em 0 0;
}
.listTable ul li {
	padding: 0 0 0.4em 0;
}
.listTable.columns_04 td {
	width:25%;
}

.sortBar {
	padding:10px 85px 15px 0;
	text-align:right;
}

#sortForm {
	display:inline;
}
/*.sb .formbox {
	height:400px!important;
	overflow:scroll!important;
}*/


.filterMore {
	height:160px!important;
}


/*** error messages home en content zoek ***/
.boxT .errorMessages .bckT {
	background:url(../site_images/bck_errorMsgTop.gif) top left no-repeat;
	width:685px;
	/*height:60px;*/
	margin-bottom:15px;
	padding-top:10px;
	color:#d8211d;
}

.boxT .errorMessages .ico {
	background:url(../site_images/ico_error.gif) 10px 0px no-repeat;
}

.boxT .errorMessages .bckB {
	background:url(../site_images/bck_errorMsgBot.gif) bottom left no-repeat;
	padding-bottom:10px;
}

.boxT .errorMessages ul{
	/*margin: 0px 20px;*/
	margin: 0;
}

.boxT .errorMessages ul li{
	background:none;
	padding:0 0 0.2em 0; /*new*/
	width:90%;
}

.content .boxT .errorMessages .bckT {
	background:url(../site_images/bck_errorMsgTop02.gif) top left no-repeat;
	width:625px;
	/*height:60px;*/
	margin-bottom:15px;
	padding-top:10px;
	color:#d8211d;
}



.content .boxT .errorMessages .bckB {
	background:url(../site_images/bck_errorMsgBot02.gif) bottom left no-repeat;
	padding-bottom:10px;
}


.thickboxContent {
	padding:20px;
}





.content #header {
       position:relative;
}
.content #brand {
       position:absolute;
       top:70px;
       left:14px;
}

/*Content pagina layout*/
.column_1#detailBox .column .bc_box {
       background:url(../site_images/bck_resultBoxL_center.gif) left top repeat-y;
       margin:0 0 13px 0;
       padding:0;
       width:960px;
}
.column_1#detailBox .column .bc_box .bckT {
       background:url(../site_images/bck_resultBoxL_top.gif) left top no-repeat;
       padding:0;
       margin:0;
}
.column_1#detailBox .column .bc_box .bckB {
       background:url(../site_images/bck_resultBoxL_bottom.gif) left bottom no-repeat;
       padding:13px 0 1px 0;
       margin:0;
}

.column_1#detailBox .column .general .bckB {
       padding:40px 90px 40px 53px;
}


/* sitemap */
.sitemap h3 {
	font-size:1.8em;
	font-weight:normal;
	margin:1em 0 0.5em 0;
	padding:0 0 0.3em 0;
	border-bottom:1px solid #cccccc;
}
.overviewSitemap .sitemap .list {
	background: url(../site_images/bul_BlackGr.gif) 0 4px no-repeat;
	padding:0 0 8px 10px!important;
	font-size:1.1em;
	font-weight:bold;
}
.sitemap .list {
	background: url(../site_images/bul_BlackGr.gif) 0 4px no-repeat;
	padding:0 0 4px 10px!important;
}
.linkContainer {float:left; margin:10px 0 0 0}


.container {position: relative !important;}

.share{
	height:30px;
	line-height:15px;
	float:left;
	line-height:30px;
}
.shareContainer{
	margin-bottom:7px;
	height:30px;
}
.tableOptPaper{border:1px solid #CCC; border-collapse:collapse;}
.tableOptPaper td{border:1px solid #CCC; padding-top:10px; padding-left:10px;}

.group{
	position:relative;
	zoom:1;
}

.suggestionHover{color:#DE8216!important; border:1px solid #CECECE; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }

.autoSuggestionNameOrActivitySearch{position:absolute; top:60px; left:-10px;}
.autoSuggestionNameOrActivitySearch a:hover{color:#DE8216; border:1px solid #CECECE; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.autoSuggestionNameOrActivitySearchHome{position:absolute; top:60px; left:-10px;}
.autoSuggestionNameOrActivitySearchHome a:hover{color:#DE8216; border:1px solid #CECECE; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }

.autoSuggestionCitySearch{position:absolute; top:60px; left:252px;}
.autoSuggestionCitySearch a:hover{color:#DE8216; border:1px solid #CECECE; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.autoSuggestionCitySearchHome{position:absolute; top:60px; left:370px;}
.autoSuggestionCitySearchHome a:hover{color:#DE8216; border:1px solid #CECECE; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }

.autoSuggestionFirstNameSearch{position:absolute; top:117px; left:-10px;}
.autoSuggestionFirstNameSearch a:hover{color:#DE8216; border:1px solid #CECECE; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.autoSuggestionFirstNameSearchHome{position:absolute; top:132px; left:-10px;}
.autoSuggestionFirstNameSearchHome a:hover{color:#DE8216; border:1px solid #CECECE; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }

/* 
	TRUVOBOX - new 10/11/2011
	***************************************************
*/
.truvoBox{ border: 2px solid #6c6c6c; width: 224px; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px; position: relative; behavior: url(/css/PIE.htc); }
	.truvoBox .top{ overflow: hidden; border-bottom: 2px solid #6c6c6c; height:33px;}
		.truvoBox .top h3{ float: left; font-weight: normal !important; margin: 0.75em 7px 0.75em 10px !important; }
		.truvoBox .top img{ float: left; margin-top: 0.65em; }
	.truvoBox .mid{ margin: 0 !important; }
		.truvoBox .mid a{ display: block; padding: 0.8em 10px 0.6em 10px !important; border-top: 1px solid #e8e8e8;  text-decoration: none;
			background: #fafafa;
			background-image: linear-gradient(bottom, rgb(244,244,244) 30%, rgb(255,255,255) 74%);
			background-image: -o-linear-gradient(bottom, rgb(244,244,244) 30%, rgb(255,255,255) 74%);
			background-image: -moz-linear-gradient(bottom, rgb(244,244,244) 30%, rgb(255,255,255) 74%);
			background-image: -webkit-linear-gradient(bottom, rgb(244,244,244) 30%, rgb(255,255,255) 74%);
			background-image: -ms-linear-gradient(bottom, rgb(244,244,244) 30%, rgb(255,255,255) 74%);
			background-image: -webkit-gradient(
				linear,
				left bottom,
				left top,
				color-stop(0.3, rgb(244,244,244)),
				color-stop(0.74, rgb(255,255,255))
			);
			-pie-background: linear-gradient(#ffffff, #f5f5f4);
			behavior: url(/css/PIE.htc); position: relative;
		}
		.truvoBox .mid a:first-child{ border-top: none; }
		.truvoBox .mid a span{ display: block; }
			.truvoBox .mid a .name{ font-size: 1.25em; color: #1999ff;}
			.truvoBox .mid a .city{ font-size: 0.9em; color: #4d4d4d; margin-top: 0.1em;}
	.truvoBox .bot{ height: 25px;
			background: #6b6b6b;
			background-image: linear-gradient(bottom, rgb(105,105,105) 33%, rgb(120,120,120) 42%, rgb(105,105,105) 87%);
			background-image: -o-linear-gradient(bottom, rgb(105,105,105) 33%, rgb(120,120,120) 42%, rgb(105,105,105) 87%);
			background-image: -moz-linear-gradient(bottom, rgb(105,105,105) 33%, rgb(120,120,120) 42%, rgb(105,105,105) 87%);
			background-image: -webkit-linear-gradient(bottom, rgb(105,105,105) 33%, rgb(120,120,120) 42%, rgb(105,105,105) 87%);
			background-image: -ms-linear-gradient(bottom, rgb(105,105,105) 33%, rgb(120,120,120) 42%, rgb(105,105,105) 87%);
			background-image: -webkit-gradient(
				linear,
				left bottom,
				left top,
				color-stop(0.33, rgb(105,105,105)),
				color-stop(0.42, rgb(120,120,120)),
				color-stop(0.87, rgb(105,105,105))
			); 
			-pie-background: linear-gradient(#787878, #696969);
			behavior: url(/css/PIE.htc); position: relative;
	}
		.truvoBox .bot a{ margin-top: 7px;}
		.truvoBox .bot .prev{ width: 11px; height: 12px; background: url(../site_images/ico_arrows_truvoBox.png) no-repeat left center; display: block;
							  float: right; margin-right: 6px; }
		.truvoBox .bot .next{ width: 11px; height: 12px; background: url(../site_images/ico_arrows_truvoBox.png) no-repeat right center; display: block;
							  float: right; margin-right: 8px; }
