html
{
	overflow: scroll;
	overflow-x: hidden;
}

body
{
	font: 10pt/1.5em "Trebuchet MS", Arial;
	margin: 0;
	/* color: #58585A; */
	color: #000;
	background: #FFF url('/data/images/2/5/8/Achtergrond.png') no-repeat top right;
}

h2
{
	color: #E11F1F;	
}

#container
{
	width: 1000px;
	margin: 0 auto;	
}

#header
{
	position: relative;
	width: 100%;
	height: 161px;
}

#content
{
	min-height: 300px;
	margin-bottom: 30px;
	position: relative;
}

#logo
{
	position: absolute;
	left: 0;
	bottom: 5px;
}

#partner-logo
{
	position: absolute;
	right: 0;
	bottom: 40px;
}

#partner-intro
{
	position: absolute;
	right: 0;
	bottom: 70px;
	width: 122px;
	text-align: center;
	font-size: 9pt;
	color: #B39FB0;
}

ul#corporate-menu
{
	position: absolute;
	right: 200px;
	top: 20px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#corporate-menu li
{
	float: left;
	padding: 0 6px 0 8px;
	background: url('/data/images/2/7/3/Corporate-menu-scheidingsteken.png') no-repeat center left;
}

ul#corporate-menu ul
{
	display: none;
}


ul#corporate-packagemenu
{
	position: absolute;
	right: 0;
	bottom: 5px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#corporate-packagemenu li
{
	float: left;
	padding: 0 6px 0 8px;
	background: url('/data/images/2/7/3/Corporate-menu-scheidingsteken.png') no-repeat center left;
}

ul#corporate-menu li:first-child,
ul#corporate-menu li.first-element,
ul#corporate-menu li.first,
ul#corporate-packagemenu li:first-child,
ul#corporate-packagemenu li.first-element,
ul#corporate-packagemenu li.first
{
	padding-left: 0;
	background: none;	
}

ul#corporate-packagemenu li.last,
ul#corporate-menu li.last
{
	padding-right: 0;
}

ul#corporate-menu li a
{
	text-decoration: none;
	font: bold 8pt Arial;
	color: #58585A;
	line-height: 25px;
}

ul#corporate-packagemenu li a
{
	text-decoration: none;
	font: bold 10pt Arial;
	color: #E11F1F;
	line-height: 25px;
}

ul#corporate-menu li a:hover,
ul#corporate-packagemenu li a:hover
{
	text-decoration: underline;	
}

#search
{
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 20px;
	height: 40px;
	vertical-align: middle;
}

#search input
{
	color: #58585A;
	vertical-align: middle;
}

/*#search input[type=image]
{
	position: relative;
	top: 4px;
	left: 2px;	
}*/

div#package-selector
{
	position: relative;
	width: 100%;
	height: 437px;
	background: #E11F1F url('/data/images/2/6/0/Pakketselector-achtergrond.png') no-repeat top left;
}

img#selector-teaser
{
	position: absolute;
	right: 10px;
	top: 10px;	
}

div#selector-buttons
{
	position: absolute;
	left: 357px;
	top: 398px;	
}

div#selector-buttons img
{
	margin-right: 1px;	
}

img#selector-hint
{
	position: absolute;
	left: 10px;
	top: 30px;
	z-index: 1;	
}

ul#selector-menu
{
	position: absolute;
	left: 10px;
	top: 20px;
	width: 330px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul#selector-menu li
{
	text-align: right;
	height: 28px;
	padding-right: 25px;
	background: url('/data/images/2/6/2/Pakketselector-item-achtergrond.gif') no-repeat top right;
}

ul#selector-menu li:first-child,
ul#selector-menu li.first-element,
ul#selector-menu li.first
{
	background: url('/data/images/2/6/1/Pakketselector-eerste-item-achtergrond.gif') no-repeat top right;		
}

ul#selector-menu li a
{
	text-decoration: none;
	font: 11pt/27px Arial;
	color: #FFF;
}

div#latest-news
{
	height: 36px;
	margin-top: 14px;
	background: #EFEFEF url('/data/images/2/7/5/Laatste-nieuws-achtergrond.png') repeat-x center left;
	border: 1px solid #D2D1D1;
	line-height: 36px;
	padding: 0px 20px 0px 20px;
	position: relative; 
}

div#latest-news span
{
	font-weight: bold;
	color: #737373;
	/*margin-right: 20px;*/
}

div#latest-news ul { margin: 0; padding: 0; position: absolute; left: 130px; top: 0; }
div#latest-news li { list-style-type: none; display: none; }

div#latest-news a
{
	text-decoration: none;
	color: #58585A;
}

div#components
{
	margin-top: 14px;
	/*height: 284px;*/
	overflow: hidden;
}

div#components div
{
	width: 249px;
	border: 1px solid #D2D1D1;
	border-left: none;
	float: left;
	/*height: 284px;*/
	min-height: 284px;
}

div#components p
{
	margin: 0;
	padding: 0;
}

div#components div:first-child,
div#components div.first-element
{
	border-left: 1px solid #D2D1D1;
	width: 248px;
}

div#footer
{
	width: 100%;
	margin-top: 14px;
	border-top: 1px solid #C0C0C0;
	background: #E1E1E1;
	clear: both;
}

div#footer-components
{
	width: 1000px;
	margin: 0 auto;
	padding-top: 14px;
	overflow: hidden;
}

div#footer-components div
{
	float: left;
	font: 8pt/1.7em Arial;
	color: #58585A;
	width: 240px;
	padding-left: 10px;
}

div#footer-components div:first-child,
div#footer-components div.first-element
{

}

div#footer img
{
	display: block;
	margin-bottom: 10px;
}

div#footer h1
{
	font-weight: normal;
	font: 11pt/2.0em Arial;
	line-height: 25px;
}

div#footer ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div#footer ul li
{
	padding-left: 13px;
	background: url('/data/images/2/7/4/Menu-icoon-voetnoot.png') no-repeat center left;
}

div#footer a
{
	text-decoration: none;
	color: #58585A;
}

div#footer a:hover
{
	text-decoration: underline;	
}

img
{
	border: none;
}

ul.tag-cloud li
{
	display: inline;
	background: none !important;
	padding: 0 !important;
}

ul.tag-cloud li.star-1
{
	font-size: 1em;
}

ul.tag-cloud li.star-2
{
	font-size: 1.3em;
}

ul.tag-cloud li.star-3
{
	font-size: 1.6em;
}

ul.tag-cloud li.star-4
{
	font-size: 1.9em;
}

ul.tag-cloud li.star-5
{
	font-size: 2.2em;
}

div#anchor_links
{
	position: absolute;
	left: 590px;
	top: 80px;	
}

div#anchor_links span
{
	display: block;
	color: #000;
}

table.order_amount		
{ 
	background-color: #fafafa;
	border: 1px solid #7B7B7B;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.order_amount tr th 	
{ 
	background-color: #E11F1F;
	color: #FFF;
	border: 1px #000000 solid;
	font-family: Verdana;
	font-size:12pt;
	padding: 8px;
	text-align: left;
	font-weight: normal;	
}

table.order_amount td	
{ 
	border: 1px solid #7B7B7B;
	text-align: left;
	color: #404040;
	background-color: #FAFAFA;
	padding: 5px;
}

table.order_amount th.right,
table.order_amount td.right
{
	text-align: right;
}

table.order_amount tfoot
{
	font-weight: bold;
}

table.order_summary
{
	border-collapse: collapse;
	border: 1px solid #D2D1D1;
	width: 760px;
}

table.order_summary th
{
	background-color: #EAEAEA;
	text-align: left;
	padding: 4px;
	width: 180px;
	font-weight: normal;
	border-bottom: 1px solid #D6D6D6;
}

table.order_summary td
{
	background-color: #EAEAEA;
	padding-left: 10px;
	color: #000;
	border-bottom: 1px solid #D6D6D6;
}

#ideallogo
{
	position: absolute;
	left: 430px;
	top: 10px;
}

div.error
{
	border: 1px solid #F00;
	width: 100%;
}

p.news-date
{
	color: #959595;
	font-size: 9pt;
}

p.news-author
{
	display: none;
}

/*
 * PACKAGE INFO BOX (a-la travel active)
 */

.package-info			{ background: #FFF; border: 1px solid #D2D1D1; margin: 0 0 10px 0; padding: 0 10px 0 146px; height: 100px; position: relative; }
.package-info img		{ position: absolute; left: 6px; top: 6px; }
.package-info h2		{ margin: 6px 0 !important; }

.package-info a			{ position: absolute; right: 0; top: 0; width: 134px; padding: 3px 10px; color: #FFF !important; text-decoration: none; font-size: 11pt; }
.package-info a			{ /*border: 1px solid #E11F1F;*/ background: #E11F1F url("/data/static/images/tasman-button-bg.png") repeat-x left top; }


/*
 * DIGITALE KLUIS
 */

table.vault-file-list
{
	margin-bottom: 20px;
}

table.vault-file-list th,
table.vault-file-list td
{
	padding: 2px 20px 2px 0px;
}

table.vault-file-list img
{
	position: relative;
	top: 1px;
}