﻿/*** COLOURS overview
Black					:	#000		:	for standard text
Light Gray			:	#e4e4e4	:	for lines, borders
Gray					:	#ccc		:	for input-, select-, textarea borders
Dark Gray			:	#9e9e9e	:	for dimmed text
Lila					:	#735fa0	:	for text, tab backgrounds
Dark Lila			:	#7966a5	:	for input border in search side bar
Orange				:	#f4951e	:	for "Meer informatie" links, paging background, .notValid input borders
Light Orange		:	#fff2e2	:	for .notValid input fields
Red					:	#df0202	:	for special links on homepage
White					:	#fff		:	for text on Lila backgrounds
***/

/*Global elements -----------------------------------------------------------------*/

html 
{
	height:100%;
	font-size:1em;
	font-size:62.5%;
	overflow:auto;
}
body 
{
	margin:0px;
	padding:0px;
	background:url(/accommodaties/images/bg.gif);
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#000000;
	height:100%;
	overflow:auto;
}

table
{ 
	border-collapse:collapse; border-spacing:0; 
}

h1 
{ 
	color:#735fa0; 
	margin:0px 0px 10px 0px; 
	padding:0px; 
	font:normal normal 2.5em "Helvetica 45 Light", Arial, Helvetica; 
	background:none;
}
h2 
{ 
	color:#735fa0; 
	margin:0px; 
	padding:0px; 
	font:normal 1.3em/1.7em "Helvetica 45 Light", Arial, Helvetica; 
	font-weight:bold;
}
h3 
{ 
	color:#000000; 
	margin:0px; 
	padding:0px; 
	font:normal 1.1em/1.7em "Helvetica 45 Light", Arial, Helvetica; 
	font-weight:bold;
}
h4 
{ 
	color:#735fa0; 
	padding:0px;
	margin:0px;
	font:bold 1.1em/1.7em Tahoma, Arial, Helvetica, sans-serif; 
}
h4 a
{ 
	color:#735fa0; 
	padding:0px;
	margin:0px;
	font:bold 1.1em/1.7em Tahoma, Arial, Helvetica, sans-serif; 
}
h5 
{ 
	color:#000; 
	font:bold 1.1em/1.5em Tahoma, Arial, Helvetica, sans-serif; 
}
h5 span 
{ 
	color:#9e9e9e; 
	font-weight:normal;
	text-align:right;
	margin-left:170px;
}
h6 
{ 
	color:#735fa0; 
	font:normal 1.1em/1.7em Tahoma, Arial, Helvetica, sans-serif; 
}

img 
{	
	border:0px; 
	display:block;
}
a 
{ 
	color:#3366cc; 
	text-decoration:none; 
}
a:hover 
{ 
	text-decoration:underline; 
}
p 
{ 
	font-size:1.1em; 
	margin:0 0 1.0em 0; 
}
ul 
{ 
	list-style:none; 
}

fieldset 
{ 
	border:0; 
}
input, textarea, select 
{ 
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:inherit;
	font-weight:inherit;
}
option, optgroup 
{ 
	padding-left:3px; 
}
optgroup option 
{	
	padding:0; 
}
optgroup 
{ 
	font-style:normal; 
}

.favorieten
{
	font-size:0.8em;
	text-align:right;
	margin-left:30px;
}

.favorieten a
{
	font-weight:normal;
}

.imgTips
{
	width:130px;
	height:90px;
}

a.meerInfo
{
	font-weight:bold;
	color:#f4951e;
	background:url(/accommodaties/images/info_arrow.gif) no-repeat right;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
}

.leesVerder
{
	color:#f4951e;
}

.imgNieuws
{
	width:100px;
	height:70px;
	padding:0px 5px 5px 0px	
}

.item
{
	margin:0px 0px 10px 0px;
	padding:0px;
	border-bottom:1px solid #e4e4e4;
}

.item .image
{
	vertical-align:top;	
	width:100px;
}

.item td.body
{
	height:57px;
}

.item td
{
	vertical-align:top;	
	width:100%;
}

.dgThemas
{
	margin:-20px -20px 0px -21px;
	width:686px;
}

.item2
{
	margin:0px 0px 0px 0px;
	padding:0px;
	border-bottom:10px solid #e4e4e4;
	width:686px;
}

.item2 td
{
	padding:10px;
	border-bottom:1px solid #e4e4e4;
}

.item2 .titel
{
	padding:5px 5px 5px 10px;
}

.item2 .image
{
	border-left:1px solid #e4e4e4;
	vertical-align:top;
	width:122px;
}

.links
{
	position:absolute;
	text-align:right;
	width:400px;
	margin-left:-65px;
	margin-top:-28px;
}
.links a
{
	border:1px solid #e4e4e4;
	float:right;
	padding:3px 5px 3px 5px;
	margin-left:3px;
	cursor:pointer;
}
.links a.selected
{
	border:1px solid #e4e4e4;
	background:#735fa0;
	color:#ffffff;
	float:right;
	padding:3px 5px 3px 5px;
	margin-left:3px;
}

.links2
{
	position:absolute;
	text-align:right;
	width:400px;
	margin-left:275px;
	margin-top:-28px;
}
.links2 a
{
	border:1px solid #e4e4e4;
	float:right;
	padding:3px 5px 3px 5px;
	margin-left:3px;
}

.linksInfoForm
{
	position:absolute;
	text-align:right;
	width:auto;
	margin-top:-50px;
}
.linksInfoForm a
{
	border:1px solid #e4e4e4;
	padding:3px 5px 3px 5px;
}
.linksInfoForm .back
{
	background-position:3px 5px;
}
.infoForm td
{
	vertical-align:top;
}

.infoForm .mainInfo
{
	vertical-align:top;
	border-bottom:1px solid #e4e4e4;
}

.infoForm .leftCol
{
	width:400px;
	padding-right:20px;
}

.firstTd
{
	width:150px;
}


.infoForm .rightCol
{
	vertical-align:top;
	padding-left:20px;
	border-left:1px solid #e4e4e4;
}

/*Framework -----------------------------------------------------------------*/

#container
{
	position:absolute;
	min-height:97%;
	background:url(../../images/container_bg.jpg) repeat-y;
	left:50%;
	margin-left:-498px;
	margin-top:26px;
	width:995px;
}
#wrapper 
{
	padding-left:20px;
	width:975px;
	background:url(/accommodaties/images/wrapper_bg.jpg) repeat-y 0px 0px;
	position:relative;
	overflow:hidden;
}
#sideBar
{
	position:absolute;
	background:url(/accommodaties/images/sidebar_125.jpg) no-repeat 0px 0px;
	left:0px;
	bottom:0px;
	height:100%;
	width:20px;
}
#main
{
	position:relative;
	float:left;
	padding:0px;
	margin:0px;
	padding-bottom:50px;
	width:686px
}
#flashhead 
{
	height:263px;
	background:#ffffff;
}
#search 
{
	position:relative;
	float:right;
	padding:0px;
	margin:0px;
	padding-bottom:50px;
	width:289px;
}
#footer 
{
	position:absolute;
	clear:both;
	background:url(/accommodaties/images/logo_lekkerweg.png) no-repeat right bottom;
	margin:-50px auto 0px;
	color:#735fa0;
	height:82px;
	bottom:0px;
	left:20px;
	overflow:hidden;
}

/*Wrapper elements----------------------------------------------------------------*/

#wrapper .topSpace 
{
	background:#ffffff;
	height:40px;
	width:975px;
	padding:0px;
	margin:0px;
}

#container .topTabs
{
	position:absolute;
	margin-left:0px;
	margin-top:-23px;
	z-index:10;
	padding:0px;
	
}
#container .topTabs li
{
	float:left;
	padding:5px 7px;
	margin:0px 2px 0px 0px;
	width:136px;
	text-align:center;
}
#container .topTabs .lekkerwegmetgroepen
{
	background:url(/accommodaties/images/tab_purple.png) no-repeat left top;
	_background:url(../accommodaties/images/tab_purple.gif) no-repeat left top;
}
#container .topTabs .groepsarrangementen
{
	background:url(/accommodaties/images/tab_blue.png) no-repeat left top;
	_background:url(../accommodaties/images/tab_blue.gif) no-repeat left top;
}
#container .topTabs li a
{
	color:#ffffff;
	font-size:1.1em;
}
#container .topTabs li.active
{
	background:url(/accommodaties/images/tab_active.png) no-repeat left top;
	_background:url(/accommodaties/images/tab_active.gif) no-repeat left top;
	color:#735fa0;
	font-size:1.1em;
	border-top:0px;
	margin:0px 2px 0px 0px;
	padding:5px 7px 5px 7px;
}
#container .topTabs li.active a
{
	color:#735fa0;
	font-size:1.1em;
}

/*Main elements----------------------------------------------------------------*/

#kruimelpad
{
	width:100%;
	padding:10px 0px 0px 20px;
	font-size:1.1em;
	color:#a1a1a1;
}

#contentWrapper
{
	width:686px;
	font-size:11px;
	line-height:20px;
	background:#ffffff;
	font-size:12px;
}
#contentWrapper .introColumn
{
	width:646px;
	min-height:25px;
	background:#ffffff;
	padding:20px;
	border-bottom:10px solid #e4e4e4;
	font-size:0.9em;
	
}
#contentWrapper .introColumn h1 
{ 
	color:#735fa0; 
	margin:0px 0px 10px 0px; 
	padding:0px; 
	font:normal normal 2.7em "Helvetica 45 Light", Arial, Helvetica; 
	background:none;
}
#contentWrapper .introColumn2
{
	width:646px;
	min-height:25px;
	background:#ffffff;
	padding:20px;
	font-size:0.9em;
}
#contentWrapper .introColumn2 h1 
{ 
	color:#735fa0; 
	margin:0px 0px 10px 0px; 
	padding:0px; 
	font:normal normal 2.7em "Helvetica 45 Light", Arial, Helvetica; 
	background:none;
}
#contentWrapper .introColumn3
{
	width:646px;
	min-height:25px;
	background:#ffffff;
	padding:20px;
	border-bottom:1px solid #e4e4e4;
	font-size:0.9em;
}
#contentWrapper .introColumn3 h1 
{ 
	color:#735fa0; 
	margin:0px 0px 10px 0px; 
	padding:0px; 
	font:normal normal 2.7em "Helvetica 45 Light", Arial, Helvetica; 
	background:none;
}
#contentWrapper .splitColumn
{
	width:686px;
	background:url(/accommodaties/images/splitcolumn_bg.jpg);
	padding:0px;
	border-bottom:10px solid #e4e4e4;
}
#contentWrapper .splitColumn2
{
	width:686px;
	background:url(/accommodaties/images/splitcolumn_bg2.jpg);
	padding:0px;
	border-bottom:10px solid #e4e4e4;
}
#contentWrapper .splitColumn3
{
	width:686px;
	background:url(/accommodaties/images/splitcolumn_bg3.jpg);
	padding:0px;
	border-bottom:10px solid #e4e4e4;
}
#contentWrapper .splitColumn4
{
	width:686px;
	background:url(/accommodaties/images/splitcolumn_bg4.jpg);
	padding:0px;
	border-bottom:10px solid #e4e4e4;
}
#contentWrapper .leftColumn
{
	width:298px;
	float:left;
	padding:20px;
	margin:0px;
	background:#ffffff;
}

#contentWrapper .rightColumn
{
	width:338px;
	float:right;
	padding:20px 0px 0px 0px;
	margin:0px;
	background:#ffffff;
}

#contentWrapper .rightColumn2
{
	width:338px;
	float:right;
	padding:0px;
	margin:0px;
	background:#ffffff;
}

#contentWrapper .rightColumn h1
{
	padding-left:20px;
}
#contentWrapper .rightColumn h2
{
	margin:0px;
	margin-top: -20px;
	padding:20px 20px 10px 20px;
	background:#ffffff;
}

#contentWrapper .leftColumnSplit
{
	width:338px;
	float:left;
	padding:0px;
	margin:0px;
}

#contentWrapper .rightColumnSplit
{
	width:338px;
	float:right;
	padding:0px;
	margin:0px;
}

#contentWrapper .leftColumnSplit h1
{
	margin:0px;
	padding:20px 20px 10px 20px;
	background:#ffffff;
}
#contentWrapper .leftColumnSplit h2
{
	margin:0px;
	padding:20px 20px 10px 20px;
	background:#ffffff;
}

#contentWrapper .rightColumnSplit h1
{
	margin:0px;
	padding:20px 20px 10px 20px;
	background:#ffffff;
}
#contentWrapper .rightColumnSplit h2
{
	margin:0px;
	padding:20px 20px 10px 20px;
	background:#ffffff;
}

#contentWrapper .centerColumn
{
	width:646px;
	background:#ffffff;
	padding:20px;
	border-bottom:10px solid #e4e4e4;
	clear:both;
}

#contentWrapper .centerColumnNews
{
	width:646px;
	background:#ffffff;
	padding:20px;
	border-bottom:1px dotted #f4951e;
	clear:both;
}

#contentWrapper .lastColumn
{
	width:646px;
	background:#ffffff;
	padding:20px 20px 0px 20px;
	clear:both;
}

#contentWrapper .lastColumn2
{
	width:646px;
	background:#ffffff;
	padding:0px 20px 0px 20px;
	clear:both;
}

#contentWrapper .lastColumn3
{
	width:646px;
	background:#ffffff;
	padding:20px 20px 20px 20px;
	clear:both;
}

#contentWrapper .lastColumnDeeplinks
{
	width:646px;
	background:#ffffff;
	padding:20px 20px 0px 20px;
	clear:both;
	margin-bottom:0px;
}
#contentWrapper .imgDecoration
{	
	margin-bottom:20px;
}

.columnDiv
{
	margin:0px;
	padding:0px;
	width:338px;	
}

.columnDiv .columnDivCell
{
	margin:0px;
	width:298px;
	padding:20px;
	border-top:1px solid #e4e4e4;
}

.columnDiv .columnDivCell2
{
	margin:0px;
	width:298px;
	padding:20px 20px 20px 20px;
}

.columnDiv .columnDivCell3
{
	margin:0px;
	width:298px;
	padding:20px;
	border-bottom:1px solid #e4e4e4;
}

.columnDiv .columnDivCellLeft
{
	margin:0px;
	width:128px;
	padding:0px;
	float:left;
	padding:20px;
	border-top:1px solid #e4e4e4;
}
.columnDiv .columnDivCellRight
{
	margin:0px;
	width:129px;
	float:right;
	padding:20px;
	border-top:1px solid #e4e4e4;
}

.tblAccommodatie
{
	margin:0px;
	padding:0px;
	width:685px;
	border-top:1px solid #e4e4e4;
	border-bottom:10px solid #e4e4e4;
	border-collapse:separate;
	margin-left:-20px;
	margin-right:-20px;
}
.tblAccommodatie
{
	margin:0px;
	padding:0px;
	width:685px;
	border-top:1px solid #e4e4e4;
	border-bottom:10px solid #e4e4e4;
	border-collapse:separate;
	margin-left:-20px;
	margin-right:-20px;
}
.tblAccommodatie td
{
	margin:0px;
	padding:0px 10px 0px 10px;
	border-collapse:collapse;
	font-size:11pxem;
}
.tblAccommodatie .titel
{
	border-bottom:1px solid #e4e4e4;
	vertical-align:middle;
}
.tblAccommodatie .titel a
{
	color:#735fa0;
}
.tblAccommodatie .image
{
	border-left:1px solid #e4e4e4;
	padding:10px;
	vertical-align:top;
	text-align:center;
	width:123px;
}
.tblAccommodatie .image .imgAccommodatie
{
	margin-bottom:0px;
	padding:0px;
	border:0px;
	width:123px;
	height:92px;
}
.tblAccommodatie .omschrijving
{
	border-bottom:1px solid #e4e4e4;
	vertical-align:top;
	height:91px;
	padding-top:5px;
}

.tblAccommodatie .icons
{
	border-left:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	vertical-align:middle;
	text-align:right;
	padding:5px 10px;
}

.tblAccommodatie .icons .icon
{
	margin:0px;
	padding:0px;
	float:right;
}

.tblArrangement .plaats
{
	margin:0px;
	padding:0px 0px 0px 10px;
	color:#735fa0;
	width:350px;
	white-space:pre;
}

.tblArrangement .meerInfo
{
	padding:0px 10px 0px 0px;
	margin:0px;
	background:none;
	white-space:pre;
}

.tblArrangement .meerInfo a
{
	font-weight:bold;
	float:right;
	color:#f4951e;
	background:url(../../images/info_arrow.gif) no-repeat right;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
}
.tblArrangementHome
{
	margin:0px;
	padding:0px;
	width:685px;
	border-top:1px solid #e4e4e4;
	border-collapse:separate;
	margin-left:-20px;
	margin-right:-20px;
}
.tblArrangementHome td
{
	margin:0px;
	padding:0px 10px 0px 10px;
	border-collapse:collapse;
	font-size:11pxem;
}
.tblArrangementHome .titel
{
	border-bottom:1px solid #e4e4e4;
	vertical-align:middle;
}
.tblArrangementHome .titel a
{
	color:#735fa0;
}
.tblArrangementHome .image
{
	border-left:1px solid #e4e4e4;
	padding:10px;
	vertical-align:top;
	text-align:center;
	width:123px;
	border-bottom:1px solid #e4e4e4;
}
.tblArrangementHome .image .imgAccommodatie
{
	margin-bottom:0px;
	padding:0px;
	border:0px;
	width:123px;
	height:92px;
}
.tblArrangementHome .omschrijving
{
	border-bottom:1px solid #e4e4e4;
	vertical-align:top;
	height:91px;
	padding-top:5px;
}

.tblArrangementHome .icons
{
	border-left:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	vertical-align:middle;
	text-align:right;
	padding:5px 10px;
}

.tblArrangementHome .icons .icon
{
	margin:0px;
	padding:0px;
	float:right;
}

.tblArrangementHome .plaats
{
	vertical-align:middle;
	width:380px;
	color:#735fa0;
}

.tblArrangementHome .meerInfo
{
	border-left:1px solid #e4e4e4;
	vertical-align:middle;
	width:120px;
}

.tblArrangementHome .meerInfo a
{
	font-weight:bold;
	float:left;
	color:#f4951e;
	background:url(/accommodaties/images/info_arrow.gif) no-repeat right;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
}

/*Header elements----------------------------------------------------------------*/

#flashhead .headerImg
{
	border:0px;
	margin:0px;
	padding:0px;
	height:170px;
	width:686px;
}

#flashhead .headerImg #dvCarouselHeader
{
	position:absolute;
	height:170px;
	width:686px;
	z-index:10;
}

#flashhead .headerImg #headerOverlay
{
	position:absolute;
	margin-top:1px;
	*margin-top:1px;
	height:170px;
	width:686px;
	background:url(/accommodaties/images/header_overlay.png) no-repeat;
	background-position:bottom;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/accommodaties/images/header_overlay.png',sizingMethod='crop');
	z-index:11;
}

#flashhead .lwlogo
{
	position:absolute;
	right:10px;	
	margin-top:15px;
	width:130px;
	height:71px;
	background:url(/accommodaties/images/lwlogo.jpg);
}

#flashhead .logo
{
	display:block;
	margin:0px;
	padding:0px 0px 10px 18px;
}
#flashhead .logoImg
{
	display:block;
	margin:0px;
	padding:0px;
}

#flashhead #menu
{
	height:25px;
	width:686px;
	margin:0px;
	padding:0px;
	font-weight:bold;
	background:url(/accommodaties/images/menu_bg_125.jpg);
}
#flashhead #menu ul
{
	height:25px;
	margin:0px 0px 0px 19px;
	padding:0px;
	font-size:120%;
}
#flashhead #menu ul li
{
	float:left;
	height:20px;
	margin:0px;
	padding:5px 35px 0px 0px;
}
#flashhead #menu ul li a
{
	color:#ffffff;
	text-decoration:none;
}
#flashhead #menu ul li a.selected
{
	color:#f4951e;
	text-decoration:none;
}
#flashhead #menu ul li a:hover
{
	color:#f4951e;
	text-decoration:none;
}

/*Footer elements----------------------------------------------------------------*/

#footer .topBar
{
	height:10px;
	background:#e4e4e4;
	width:686px;
}

#footer #footerMenu
{
	margin:0px;
	padding:5px 0px 15px 10px;
	font-size:1.1em;
	font-weight:bold;
}

#footer .lekkerwegLogo{
	margin-left:15px;
}

#footer #footerMenu a
{
	margin:0px;
	padding:0px 5px 0px 5px;
	color:#735fa0;
}

/*Search elements----------------------------------------------------------------*/

#search .searchTitle img 
{ 
	background:url(/accommodaties/images/heading_zoek_acc.png) no-repeat;
	margin-bottom:2px;
}
#search .heading 
{
	background:url(/accommodaties/images/heading_bg.png) no-repeat;
	color:#ffffff;
	height:23px;
	font-size:1.1em;
	font-weight:bold;
	line-height:24px;
	padding:0px 1px 0px 17px;
}
#search .heading span 
{	
	float:left; 
}
#search .heading .infoButton
{
	background:url(/accommodaties/images/buttons.gif) no-repeat -165px -43px;
	display:block;
	float:right;
	height:16px;
	margin:5px 4px 0px 0px;
	width:15px;
}
#search .heading .resetButton 
{
	background:url(/accommodaties/images/buttons.gif) no-repeat -165px -75px;
	display:block;
	float:right;
	height:16px;
	margin:5px 25px 0px 0px;
	width:15px;
}
#search #flashkaart 
{ 
	margin-bottom:6px; 
}

#search .listLeft
{
	margin:0px;
	padding:0px;
	color:#ffffff;
	float:left;
	font-size:1.1em;
}

#search .listLeft li
{
	background:none;
	display:block;
	width:155px;
	padding-left:0px;
}

#search .listLeft li a
{
	color:#ffffff;
	text-decoration:none;
}

#search .listLeft li a:hover
{
	text-decoration:underline;
}

#search .listRight
{
	margin:0px;
	padding:0px;
	color:#ffffff;
	float:right;
	font-size:1.1em;
}

#search .listRight li
{
	display:block;
	width:130px;
	background:none;
	text-indent:0px;
}

#search .listRight li a
{
	color:#ffffff;
	text-decoration:none;
}

#search .listRight li a:hover
{
	text-decoration:underline;
}

#search .field 
{
	padding:10px 17px; 
}
#search .field input 
{
	background:#fff;
	border:1px solid #7966a5;
	color:#000;
	font-size:1.1em;
	height:16px;
	padding:2px 2px 0 2px;
	width:120px;
}
#search .checkbox input
{
	width: 20px;
	padding: 2px;
	margin: 0px;
	border: none;
	background-color: Transparent;
}
#search .checkbox img
{
	display: inline;
}
#search .divider 
{
	 background:url(/accommodaties/images/divider.png); 
	 height:2px;
}
#search .submit 
{
	 padding:6px 0 8px 0; 
	 text-align:center; 
}
#search .submit input 
{
	background:url(/accommodaties/images/buttons.gif) no-repeat 0 0;
	border:0;
	color:#735fa0;
	font-size:1.1em;
	font-weight:bold;
	height:25px;
	line-height:21px;
	overflow:hidden;
	padding:0 34px 0 12px;
	text-align:left;
	width:156px;
}
#search .submit input:hover {
	background-position:0 -26px;
	color:#f4951e;
	cursor:pointer;
}
#search .cover {
	background:#ffffff;
	height:36px;
	position:absolute;
	top:30px;
	right:0;
	width:22px;
}

#search .lnkUitgebreidZoeken
{
	font-size:1.2em;
	color:#ffffff;
	font-weight:bold;
}

#search .divUitgebreid
{
	font-size:1.2em;
	color:#ffffff;
}

/*Courousel----------------------------------------------------------------*/

#dvCarouselPicture
{
	margin:0px;
	padding:0px;
	width:245px;
	height:184px;
	position:relative;
}

.carouselPusher
{
	margin:20px 0px;
	padding:0px;
	width:245px;
	height:184px;
	position:relative;
}

/*Paging elements -----------------------------------------------------------------*/

.paging {
	background:#f4951e;
	width:660px;
	color:#fff;
	font-size:1.1em;
	line-height:19px;
	overflow:hidden;
	padding:0px 10px 0px 16px;
}
.paging a {
	color:#fff;
	display:block;
	float:left;
	height:20px;
	padding:0 3px;
}
.paging span {
	color:#fff;
	display:block;
	float:left;
	height:20px;
	padding:0 3px;
}
.paging a:hover 
{
	color:#000; 
	text-decoration:none; 
}
.paging a.active 
{
	font-weight:bold; 
}
.paging a.active:hover 
{
	color:#fff; 
	text-decoration:none; 
}
.paging a.first, .paging a.last, .paging a.back, .paging a.next, .paging span.back, .paging span.next {
	background:none;
	border-right:1px solid #fff;
	margin-right:6px;
	padding:0 10px 0 4px;
}
.paging a.next, .paging a.last, .paging span.next, .paging span.last 
{
	border-right:0;
	border-left:1px solid #fff;
	float:right;
	margin:0 0 0 6px;
	padding:0 4px 0 10px;
}

/* Tabs */
.tabTitleBar {
	background:url(/accommodaties/images/bg_tabs.gif) repeat-x bottom;
	border-top:1px solid #e4e4e4;
	margin:14px 0 8px 0;
	overflow:hidden;
	padding:0;
}
.tabTitleBar h2 {
	font-size:1.5em;
	margin-left:20px;
}
.tabTitleBar a {
	background:#735fa0;
	border:1px solid #735fa0;
	border-bottom:0px;
	color:#ffffff;
	display:block;
	float:left;
	font-size:1.1em;
	height:20px;
	margin-right:1px;
	padding:0px 12px;
	line-height:20px;
}
.tabTitleBar a:hover 
{
	background:#f4951e; 
	text-decoration:none;
	border:1px solid #f4951e;
	border-bottom:0px;
}
.tabTitleBar .active {
	background:#ffffff;
	border:1px solid #e4e4e4;
	border-bottom:0px;
	color:#735fa0;
}
.tabTitleBar .active:hover {
	background:#ffffff;
	color:#735fa0;
	border:1px solid #e4e4e4;
	border-bottom:0px;
}
.tabTitleBar a.first, .tabTitleBar a.first:hover 
{
	border-left:0; 
}
.tabTitleBar a.hidden 
{
	display:none; 
}
.tab 
{
	color:#735fa0; 
	overflow:hidden;
}
.tab p a 
{
	color:#735fa0; 
	text-decoration:none; 
}
.tab p a:hover 
{
	color:#f4951e; 
}
.tab ul 
{
	font-size:1.1em; 
}
.tab li 
{
	padding-left:6px; 
	text-indent:-6px; 
	font-size:1.1em; 
}

/*Global classes ------------------------------------------------*/

.button{
	border:0px;
	padding:0px 20px 0px 8px;
	font-weight:bold;	
	font-size:11px;	
	background:url(/accommodaties/images/buttons.gif) no-repeat 0px -52px;		
	width:129px;	
	color:#735fa0;	
	line-height:25px;	
	height:25px;	
	text-align:left;	
}

.button a
{
	color:#ffffff;
}

h2.arrangementTitle
{
	width:auto;
	float:left;
	padding-right:15px
}

.txtMedium
{
	border:1px solid #cccccc;
	width:150px;
}

.txtAreaMedium
{
	border:1px solid #cccccc;	
	width:150px;
}

input.submit 
{
	border-top-width:0px;	
	padding-right:34px;	
	padding-left:12px;	
	font-weight:bold;	
	border-left-width:0px;	
	font-size:1.1em;	
	background:url(/accommodaties/images/buttons.gif) no-repeat 0px -52px;	
	border-bottom-width:0px;	
	padding-bottom:0px;	
	overflow:hidden;	
	width:156px;	
	color:#fff;	
	line-height:21px;	
	padding-top:0px;	
	height:25px;	
	text-align:left;	
	border-right-width:0px
}

input.reset 	
{
	border-top-width:0px;	
	PADDING-left:0px;	
	border-left-width:0px;	
	background:none transparent scroll repeat 0% 0%;	
	border-bottom-width:0px;	
	margin-left:0px;	
	width:196px;	
	color:#9e9e9e;	
	line-height:12px;	
	height:25px;	
	text-align:left;	
	border-right-width:0px
	}

.iconImage
{
	float:left;
	margin-top:2px;
	margin-left:3px;
}

.list1
{
	margin:0px;
	padding:0px;
	color:#735fa0;
}

.list1 li
{
	background:url(/accommodaties/images/bullet.gif) no-repeat 0px 8px;	
	text-indent:15px;
}

.list1 li a
{
	color:#735fa0;
	text-decoration:none;
}

.list1 li a:hover
{
	text-decoration:underline;
}

.listLeft
{
	margin:0px;
	padding:0px;
	color:#735fa0;
	float:left;
}

.listLeft li
{
	background:url(/accommodaties/images/bullet.gif) no-repeat 0px 8px;	
	padding-left:15px;
	display:block;
	width:130px;
}

.listLeft li a
{
	color:#735fa0;
	text-decoration:none;
}

.listLeft li a:hover
{
	text-decoration:underline;
}

.listRight
{
	margin:0px;
	padding:0px;
	color:#735fa0;
	float:right;
}

.listRight li
{
	background:url(/accommodaties/images/bullet.gif) no-repeat 0px 8px;	
	text-indent:15px;
	display:block;
	width:130px;
}

.listRight li a
{
	color:#735fa0;
	text-decoration:none;
}

.listRight li a:hover
{
	text-decoration:underline;
}

a.back, a.backextra 
{
	background:url(/accommodaties/images/arrows.gif) no-repeat left 0;
	background-position:3px 7px;
	padding-left:19px;
}
a.next, a.nextextra 
{
	background:url(/accommodaties/images/arrows.gif) no-repeat right 7px;
	padding-right:16px;
}
a.backextra 
{ 
	background-position:left -40px; 
}
a.nextextra 
{ 
	background-position:right -40px; 
}

a.homeButton 
{
	color:#a1a1a1;
	display:block;
	font-size:1.1em;
	height:19px;
	left:40px;
	position:absolute;
	top:182px;
	width:100px;
	z-index:1;
}
a.homeButtonHome
{
	color:#a1a1a1;
	display:block;
	font-size:1.1em;
	height:19px;
	left:40px;
	position:absolute;
	top:245px;
}
a.homeButton:hover 
{
	text-decoration:none; 
}
a.homeButtonHome:hover 
{
	text-decoration:none; 
}

.activiteiten
{
	font-size:100%;
}

.activiteiten input
{
	margin:0px;
	padding:0px;
	margin-top:-4px;
}

.lilaText
{
	color:#735fa0;
}

.pusher
{
	clear:both;	
	width:100%;
	height:20px;
}


