/*

	Stylesheet for LMJ ballonvaarten

	Media:      screen, projection
	Copyright:  Netlash <http://www.netlash.com>
	authors:    Brecht De Ruyte <brecht@netlash.com>

*/

/*
	Color references
	
	red: #aa0e0b
	light grey: #e9e9e9
*/

/*
	Reset
*/

body, form, ol, ul, dl, li, dt, dd, td, th ,tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address { margin: 0; padding: 0; }
ol, ul { list-style: none; }
img { border:0; }
fieldset { margin: 0; padding: 0; border: 0; }
input, select, textarea { font-size: 100%; vertical-align: middle; }
table { border-collapse: collapse; border-spacing: 0; empty-cells: show; }
th { text-align: left; }
a:focus { overflow: hidden; }

/*
	General purpose classes
	Quick 'n dirty; but clean up your mess please.
*/

.hidden { display: none; }
.block { display: block; }
.p0 { padding: 0 !important; }
.noBorder, .noborder { border: none !important; }
.floatLeft { float: left; }
.floatRight { float: right; }
.inline { display: inline !important; }

/*
	Clearing
*/

.clearfix:after,
#header:after,
.main:after,
#footer:after,
#formules:after,
#about:after,
.buttonHolder:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.guillotineFix {
	/* @see IE6.css */
	display: none;
}

/*
	General
*/

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #333;
	background: #FFF;
}

/*
	Typography and text styles
*/

/* General */

p {
	padding: 0 0 12px 0;
}

strong, th, thead td, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

/* Headings */

h1, h2, h3, h4 {
	line-height: 1.2;
	color: #000;
}

h1, h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

h1 {
	font-size: 24px;
	padding: 0 0 8px 0;
}

h2 {
	font-size: 16px;
	padding: 0 0 12px 0;
}

h3 {
	font-size: 14px;
	padding: 0 0 12px 0;
}

h4 {
	font-size: 12px;
	padding: 0 0 12px 0;
}

/*
	Links
*/

a { text-decoration: none;}
a:link { color: #AA0E0B; border-bottom: 1px solid #8F0B09; }
a:visited { color: #8F0B09; border-bottom: 1px solid #8F0B09; }
a:hover, a:active, a:focus { color: #D9120E; border-bottom: 1px solid #AA0E0B; }

/*
	Wrappers
*/

#headerWrapper {
	background: #E9E9E9;
	height: 243px;
	padding-top: 27px;
	border-bottom: 1px solid #B8B8B8;
}

#headerintroWrapper {
	background: #E9E9E9;
	padding-top: 27px;
	border-bottom: 1px solid #B8B8B8;
}

.fixedwidth {
	position: relative;
	margin: 0 auto;
	width: 976px;
}

#fullWidth {
	border-bottom: 1px solid #a8a8a8;
	width: 100%;
}

	#index #fullWidth {
		border: none;
	}

/*
	Header
*/

#header {
	position: relative;
	background: #E9E9E9;
}

	#header h1 {
		width: 222px;
		height: 215px;
		float: left;
		padding-right: 18px;
	}

	#header h1 a {
		display: block;
		width: 100%;
		height: 100%;
		background: url(../images/logo.gif) no-repeat 0 0;
		text-indent: -9000px;
		border-bottom: none;
	}

	#headerTop {
		float: left;
		width: 699px;
	}

	#headerImage {
		width: 699px;
		height: 176px;
		overflow: hidden;
	}

	#headerImage img {
		width: 699px;
		display: block;
	}


#navigation {
	background: url(../images/navbackground.gif) no-repeat;
	height: 38px;
}

	#navigation li {
		float: left;
		line-height: 38px;
		height: 38px;
		border-right: 1px solid #420100;
	}

	#navigation li a,
	#navigation li a:link,
	#navigation li a:visited {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: 700;
		font-size: 13px;
		color: #FFF;
		border: none;
		padding: 0 17px;
		display: block;
	}
	
	#navigation li a:hover,
	#navigation li a:active,
	#navigation li a:focus {
		background: #580100;
	}

	#navigation li.selected a:link,
	#navigation li.selected a:visited,
	#navigation li.selected a:hover,
	#navigation li.selected a:active,
	#navigation li.selected a:focus {
		background: #580100;
	}

#introText {
	font-weight: 700;
	padding-bottom: 8px;
	padding-left: 16px;
}

	#introText p {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 16px;
		color: #000;
		padding-top: 24px;
	}

	#introText a,
	#introText a:link,
	#introText a:visited {
		border-bottom: 1px solid #8F0B09;
	}

	#introText a:hover,
	#introText a:active,
	#introText a:focus {
		border-bottom: 1px solid #AA0E0B;
	}

/* main */
.main {
	padding-top: 32px;
	position: relative;
	margin: 0 auto;
	width: 976px;
}
/* Sidebar */

#sidebar {
	float: left;
	width: 222px;
	padding-right: 18px;
}

	#sidebar img {
		padding-top: 25px;
	}

/* Subnavigation */

#subnavigation ul {
	border: 1px solid #B8B8B8;
}

	#subnavigation ul ul {
		border: none;
	}

		#subnavigation li a:link,
		#subnavigation li a:visited {
			background: #E9E9E9;
			font-family: Arial, sans-serif;
			font-size: 12px;
			font-weight: 700;
			color: #AA0E0B;
			padding: 0 18px;
			display: block;
			line-height: 32px;
			border-bottom: 1px solid #B8B8B8;
		}
		
			#subnavigation li:last-child a:link,
			#subnavigation li:last-child a:visited,
			#subnavigation li.lastChild a {
				border: none;
			}

		#subnavigation li a:hover,
		#subnavigation li a:active,
		#subnavigation li a:focus {
			background: #F4F4F4;
			color: #D9120E;
		}

		#subnavigation li.selected a:link,
		#subnavigation li.selected a:visited,
		#subnavigation li.selected a:hover,
		#subnavigation li.selected a:active,
		#subnavigation li.selected a:focus {
			color: #000;
			background: #FFF;
			border: none;
		}

			#subnavigation li.selected ul {
				padding-bottom: 12px;
				border-bottom: 1px solid #B8B8B8;
			}
			
			#subnavigation li.selected li a:link,
			#subnavigation li.selected li a:visited {
				border: none;
				background: #FFF;
				font-size: 11px;
				font-weight: 400;
				line-height: 24px;
				padding-left: 34px;
				color: #AA0E0B;
				font-family: Verdana, Arial, sans-serif;
			}
			
			#subnavigation li.selected li a:hover,
			#subnavigation li.selected li a:active,
			#subnavigation li.selected li a:focus {
				color: #000;
			}
			
			#container #subnavigation li.selected li.selected a{
				color: #000;
			}
			
			#container #subnavigation li.lastChild a {
				border: none;
			}

/* content */

#content {
	background: url(../images/contentborder.gif) no-repeat;
	float: left;
	width: 402px;
	padding: 36px 40px 0 40px;
	min-height:300px;
	height:auto !important;
	height:300px;
 
}

 	h2 {
		font-size: 24px;
		font-weight: 700;
	}

	h3 {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 14px;
		font-weight: 700;
	}

	p {
		font-size: 12px;
		color: #444;
	}

		p.intro {
			font-size: 14px;
			font-family: Arial, sans-serif;
			color: #333;
			padding-bottom: 30px;
		}

.subBox {
	position: relative;
	float: left;
	font-weight: 700;
	padding-right: 6px;
}

	.subBox p {
		background: #e1e1e1;
		padding: 5px 50px;
		text-align: center;
	}

#formules {
	float: left;
	padding-bottom: 28px;
	padding-left: 24px;
}

.formule {
	background: url(../images/sideborder.gif) no-repeat right;
	float: left;
	width: 146px;
	padding: 0 12px 0 20px;
	font-size: 11px;
}

	.formule h3 {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 13px;
		color: #c90300;
		white-space: nowrap;
		height: 27px;
		line-height: 27px;
		padding-bottom: 20px;
		overflow: hidden;
	}
	
	.formule h3 a {
		border: none;
	}

		.formule h3.firstChild {
			line-height: 1;
		}

		.formule h3 span {
			background: url(../images/abcball.gif) no-repeat;
			font-family: Helvetica, Verdana, Arial, sans-serif;
			width: 27px;
			height: 27px;
			line-height: 27px;
			font-size: 17px;
			color: #FFF;
			display: block;
			text-align: center;
			float:left;
			padding-right: 8px;
		}

	.formule p {
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
	}
	
	.formule li {
		list-style-type: none;
		margin-left: -12px;
	}

#about {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 18px;
	padding-left: 28px;
}
	#about .aboutContent {
		float: left;
		width: 745px;
	}
	
	.aboutContentLeft {
		width: 348px;
		float: left;
		padding-left: 20px;
	}

	.aboutContentRight {
		width: 348px;
		float: left;
		padding-left: 20px;
	}

	#about ol {
		list-style-type: decimal;
		font-weight: 700;
		padding-left: 20px;
	}

		#about ol li {
			padding-bottom: 16px;
		}

			#about ol li div {
				font-weight: 400;
			}

.doubleList {
	width: 328px;
}

	a.button:link,
	a.button:visited {
		background: url(../images/button.png) no-repeat left 0;
		padding: 0 0 0 10px;
		margin: 0;
		font-size: 10px;
		height: 21px;
		float: left;
		border: none;
	}

	a.button:hover,
	a.button:active,
	a.button:focus {
		background: url(../images/button.png) no-repeat left -21px;
		cursor: pointer;
	}
	
	a.button:link span,
	a.button:visited span {
		background: url(../images/button.png) no-repeat right 0;
		display: block;
		padding: 0 10px 0 0;
		line-height: 21px;
		color: #FFF;
		font-weight: 700;
	}

	a.button:hover span,
	a.button:active span,
	a.button:focus span {
		background: url(../images/button.png) no-repeat right -21px;
		color: #333;
	}

	button::-moz-focus-inner { padding: 0; border: none }

	#container .buttonHolder a {
		float: right;
		margin-right: 24px;
	}

/*
	Infobox
*/

.infoBox {
	background: #ebebeb;
	border: 1px solid #d4d4d4;
	position: relative;
	margin-top: 24px;
}

	.infoBox .content {
		font-family: Verdana, Arial, sans-serif;
		color: #333;
		padding: 20px 100px 8px 20px;
	}

	.infoBox .infoBoxBalloon {
		position: absolute;
		top: -40px;
		right: -10px;
	}

		.infoBox .content p,
		.infoBox .content ul {
			font-size: 11px;
		}

/*
	Spotlights
*/

#spotlights {
	float: left;
	width: 216px;
	padding-top: 80px;
}

#spotlights .spotlight {
	padding-bottom: 18px;
}

#spotlights .spotlight p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333;
}

	#spotlights .item table {
		border: none;
		width: 160px;
	}
	
	#spotlights .spotlight th {
		border: none;
	}

	#spotlights .spotlight td {
		border: none;
		padding: 0;
	}

	#spotlights .spotlight tr td {
		border-top: 1px solid #BBB;
	}

	#spotlights .spotlight tr.firstChild td {
		border: none;
	}

	#spotlights h4.heading {
		font-family: Verdana, Arial, sans-serif;
		background: #dadada;
		font-size: 11px;
		font-weight: 700;
		padding:0 22px;
		height: 34px;
		line-height: 34px;
		border: 1px solid #adadad;
		display: block;
	}

	#spotlights .item {
		background: #F4F4F4;
		font-size: 11px;
		color: #333;
		padding: 18px 22px;
		border: 1px solid #ADADAD;
		border-top: none;
	}

/*
	Footer
*/

#footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	width: 706px;
	margin: 28px 0 0 256px;
	position: relative;
	float: left;
}

#links {
	padding-top: 20px;
	border-top: 1px solid #ababab;
	color: #666;
}

	#links li {
		float: left;
		padding: 0 5px;
	}

	#links li a,
	#links li a:link,
	#links li a:visited {
		color: #626262;
		border-bottom: 1px solid #626262;
	}

	#links li a:hover,
	#links li a:active,
	#links li a:focus {
		color: #9c9c9c;
		border-bottom: 1px solid #9c9c9c;
	}

/*
	Partners
*/

#partners ul {
	position: absolute;
	top: 12px;
	right: 0;
	padding-bottom: 20px;
}

	#partners li,
	#partners li a {
		float: left;
		margin: 0 6px 0 0;
	}
	
	#partners li a {
		border: none;
	}

/* .content defaults */

.content ul {
	list-style: disc;
	padding: 0 0 12px 12px;
}

.content ol {
	list-style-type: decimal;
	padding: 0 0 12px 12px;
}

.content dl {
	padding: 0 0 12px 12px;
}

.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
	padding-bottom: 0;
}

.content code {
	font-family: Monaco, "Courier New", monospace;
}

.content pre {
	font-size: 12px;
	line-height: 18px;
	background: #F5F5F5;
	margin: 0 0 12px 0;
	padding: 10px;
}

.content blockquote,
.content q {
	font-style: italic;
	color: #666;
}

.content blockquote {
	padding: 0 10px; 
	padding: 12px 0;
}

.content cite,
.content em {
	font-style: italic;
}

.content table {
	border: none;
}

.content td, 
.content th {
	font-size: 11px; 
	padding: 8px;
}

.content tr {
	border-bottom: 1px solid #DDD;
	padding-bottom: 6px;
}
.content td {
	border: none;
	padding-right: 16px;
}

.content tr.firstChild td {
	border: none;
}
.content th {
	font-weight: 700;
	border-bottom: 1px solid #333;
}

/*
	Pagination
*/

.pagination-wrap {
	width: 100%;
	overflow: hidden;
}

.pagination {
	float: left;
	position: relative;
	left: 50%;
}

.pagination ul {
	padding: 18px 0;
	z-index: 2;
	overflow: hidden;
	position: relative;
	left: -50%;
}

.pagination li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
	line-height: 15px;
	font-size: 12px;
	text-align: center;
}

.pagination li span {
	float: left;
	display: block;
	padding: 4px 5px;
	color: #ccc;
	min-width: 12px;
}

.pagination li.currentpage span {
	font-weight: 700;
	color: black;
}

.pagination li.selected span {
	padding: 4px 5px;
	font-weight: 700;
	color: black;
}

.pagination li a:link,
.pagination li a:visited {
	float: left;
	display: block;
	padding: 3px 4px;
	border: 1px solid #ddd;
	min-width: 12px;
}

li.ellipsis {
	margin: 0;
}

li.ellipsis span {
	color: black;
}

.pagination li a:hover,
.pagination li a:active {
	background: #eee;
	border: 1px solid #bbb;
	color: black;
}

.nextpage, .previouspage {
	font-size: 11px !important;
}

.pagination li.nextpage {
	margin-left: 10px;
}

.pagination li.previouspage {
	margin-right: 15px;
}

/* Form style */

input, textarea, select, button { 
	font-family: Verdana, Arial, sans-serif;
}

label {
	display: block;
}

label.inline {
	display: inline;
}

textarea {
	width: 400px;
}

input.input-text,
textarea {
	border: 1px solid #BBB;
	color: #666;
}

input.focus,
textarea.focus,
input.focus,
textarea.focus {
	border-color: #777; 
	background: #FFF;
	color: #333;
}

@-moz-document url-prefix() {
	input[type="text"]:focus,
	textarea:focus { 
		outline: 1px solid #ADADAD;
		-moz-outline-radius: 2px;
		border-color: #DADADA;
		color: #333;
	}
}

input.input-submit, input.inputSubmit, input.submit, button {
	font-size: 12px;
	color: #fff;
	background: #ADADAD;
	border: 0;
	padding: 3px 5px;
	cursor: pointer;
	overflow: visible;
}

input.input-submit:hover,
input.inputSubmit:hover,
input.submit:hover,
button:hover {
	background: #DADADA;
	color: #333;
}

.form-error {
	color: #AA0E0B;
	border: 1px solid #D9120E;
	padding: 1px 4px;
	background: #EEE;
	margin-left: 6px;
}

.form-success {
	display: block;
	border: 1px solid #53c004;
	color: #333;
	background: #EEE;
	text-align: center;
	width: 100%;
}

a.formButton:link,
a.formButton:visited {
	background: url(../images/form_button.png) no-repeat left 0;
	padding: 0 0 0 10px;
	margin: 0;
	font-size: 10px;
	height: 21px;
	float: left;
	border: none;
}

a.formButton:hover,
a.formButton:active,
a.formButton:focus {
	background: url(../images/form_button.png) no-repeat left -21px;
	cursor: pointer;
}

a.formButton:link span,
a.formButton:visited span {
	background: url(../images/form_button.png) no-repeat right 0;
	display: block;
	padding: 0 10px 0 0;
	line-height: 21px;
	color: #FFF;
	font-weight: 700;
}

a.formButton:hover span,
a.formButton:active span,
a.formButton:focus span {
	background: url(../images/form_button.png) no-repeat right -21px;
	color: #333;
}
/* General classes */

.hidden { display: none; }
.block { display: block; }
.noPadding { padding: 0 !important; }
.noMargin { margin: 0 !important; }
.floatLeft { float: left; }
.floatRight { float: right; }
.noBorder { border: none; }

/* Image classes */

img.alignLeft {
	float: left;
	padding: 0 10px 10px 0;
}

img.alignRight {
	float: right;
	padding: 0 0 10px 10px;
}