/* reset */
body, html, table, tr, td, a:focus, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, strong, sub, sup, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	-moz-outline-style: none;
}
/* TYPOGRAFIE */
body, table, tr, td, div {
	font: normal 12px/22px "Trebuchet MS", Arial, Helvetica, sans-serif!important;
}
p {
	font: normal 12px/22px "Trebuchet MS", Arial, Helvetica, sans-serif!important;
	text-align: left;
	padding-bottom: 15px;
	color: #6c6c6c!important;
}
h1 {
	font: bold 18px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
	padding: 0;
	color: #173659;
}
h2 {
	font: bold 16px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	padding: 0;
	color: #6c6c6c;
}
h3 {
	font: bold 14px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 3px 0;
	padding: 0;
	color: #6c6c6c;
}
ul {
	font: normal 12px/22px "Trebuchet MS", Arial, Helvetica, sans-serif!important;
	list-style: circle;
	margin-left: 30px;
	padding: 0;
}
ul li {
	padding-left: 15px;
	font: normal 12px/22px "Trebuchet MS", Arial, Helvetica, sans-serif!important;
}
ul ul {
	list-style: disc;
	margin-left: 0px;
	padding: 0;
}
hr {
	display: block;
	border-bottom: 1px dotted #173659;
	border-top: 0px solid white;
	border-left: 0px solid white;
	border-right: 0px solid white;
	height: 0px;
	padding: 0px 0px 0px 0px;
	margin: -5px 0px 15px 0px;
}
/* --/ TYPOGRAFIE */


/* LAYOUT */
body {
	background: #e6ebf2 url(/SiteFiles/Layout/bg.png) center bottom no-repeat;
	color: #6c6c6c;
}
#DesignerDiv, #MainPageDiv {
	margin: 0 auto;
	width: 972px;
}
#logo {
	margin-left: 19px;
	width: 300px;
	float: left;
}
small {
	color: #7e98e1;
	font: normal 11px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
small a {
	color: #7e98e1;
	border-bottom: 1px dotted #b0bfed;
	text-decoration: none;
}
small a:hover {
	color: #708bd8;
	border-bottom: 1px solid #708bd8;
	text-decoration: none;
}
.alignleft {
	float: left;
	margin: 0px 15px 15px 0px;
}
.alignright {
	float: right;
	margin: 0px 0px 15px 15px;
}
/* LINKS */
a {
	color: #0078ff;
	text-decoration: underline;
}
a:hover {
	color: #84b339;
	text-decoration: underline;
}
/* BANNER/HEADER */
.bannerdiv {
	width: 972px;
	height: 239px;
	position: relative;
	margin-top: -11px;
	z-index: 99;
}
.overlay {
	width: 972px;
	height: 239px;
	position: absolute;
	z-index: 99;
}
div.banners {
	width: 972px;
	height: 239px;
	position: relative;
	margin-top: -239px;
	z-index: -1;
}
.banners div.banner {
	width: 960x;
	height: 228px;
	position: absolute;
	z-index: -1;
	top: 6px;
	left: 6px;
	background: url(/SiteFiles/banners/noflash.jpg) top left no-repeat;
}
#headertabs {
	float: right;
	width: 400px;
	margin-right: 150px;
	height: 45px;
}
#tab1 {
	background: url(/sitefiles/layout/tab-rienjurg.png) left bottom no-repeat;
}
#tab2 {
	background: url(/sitefiles/layout/tab-marketing.png) left bottom no-repeat;
}
#tab3 {
	background: url(/sitefiles/layout/tab-twenteballooning.png) left bottom no-repeat;
}
a#tab1, a#tab2, a#tab3 {
	width: 132px;
	display: block;
	margin-top: -10px;
	height: 45px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	text-indent: -9999px;
	float: left;
}
a#tab1:hover, a#tab2:hover, a#tab3:hover {
	margin-top: 0px;
}
/* --- GASBALLON / GORDON BENETT --- */
/* LAYOUT */
body.GasBallon, body.GasBallonBreed {
	background: #fff url(/SiteFiles/gasballon/bg.jpg) center top no-repeat;
	color: #081b45;
}
/* LINKS */
.GasBallon a, .GasBallonBreed a {
	color: #09a4cc;
	text-decoration: underline;
}
.GasBallon a:hover, .GasBallonBreed a:hover {
	color: #086b95 !important;
	text-decoration: underline;
}
.GasBallon h1, .GasBallonBreed h1 {
	font: bold 16px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
	padding: 0;
	color: #09a4cc;
}
.GasBallon h2 .GasBallonBreed h2 {
	font: bold 14px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	padding: 0;
	color: #081b45;
}
.GasBallon h3, .GasBallonBreed h3 {
	font: bold 12px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 3px 0;
	padding: 0;
	text-decoration: underline;
	color: #081b45;
}
#gasballonwrapper {
	position: relative;
	width: 332px;
	height: 0px;
}
#gasballon {
	position: absolute;
	width: 223px;
	height: 265px;
	top: 0px;
	right: 6px;
	background: url(/SiteFiles/gasballon/ballon.png) center center no-repeat;
	z-index: 99;
}
#gasballonlogowrapper {
	position: relative;
	width: 10px;
	height: 0px;
}
#gasballonlogo {
	text-indent: -9999px;
	background: none;
	width: 530px;
	height: 60px;
	position: absolute;
	top: 15px;
	right: -75px;
	z-index: 99;
}
#gasballonfooter {
	float: right;
	padding-right: 20px;
	color: #09a4cc;
}
.socialmedia {
	height:32px;
	width:120px;
	float:right;
}
.socialmedia a {
	width:24px;
	height:24px;
	float:left;
	margin-right:5px;
}
a.twitter {
	background:url(/sitefiles/layout/twitter.png) no-repeat left top;
	width:24px;
	height:24px;
}
a.facebook {
	background:url(/sitefiles/layout/facebook.png) no-repeat left top;
	width:24px;
	height:24px;
}
a.linkedin {
	background:url(/sitefiles/layout/linkedin.png) no-repeat left top;
	width:24px;
	height:24px;
}
/* Prijzen tabel */
.prijzentabel {
	width:95%;
	margin:0px;
	padding:0px;
	font-size:11px;
	border-collapse:collapse;
}
.prijzentabel th {
	font-weight:bold;
	font-size:11px!important;
	color: #fff;
	border: 1px solid #305e90;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 2px 2px 2px 4px;
	background:#103257;
}
.prijzentabel tr {
	background:#fff url(/sitefiles/layout/row-bg.png) repeat-x left top!important;
}
.prijzentabel td {
	font-size:11px!important;
	border: 1px solid #ddd;
	padding: 2px 2px 2px 4px;
	color: #666;
	vertical-align:top;
}
.prijzentabel td.personen {
	font-weight:bold;
	width:20px;
	text-align:right;
}
.prijzentabel td.prijs {
	font-weight:bold;
	text-align:right;
}
.prijzentabel td.divider {
	height:3px;
	background:#abc3df;
	padding:0px;
	margin:0px;
}
.prijzentabel em {
	font-size:9px!important;
	font-weight:bold;
}
/* root element for tabs  */
ul#flowtabs {
	margin:0 !important;
	padding:0;
	height:30px;
	border-bottom:1px solid #666;
}
/* single tab */
ul#flowtabs li {
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
}
/* link inside the tab. uses a background image */
ul#flowtabs a {
	font-weight:normal;
	font-size:12px;
	float:left;
	background:#f7f7f7;
	display:block;
	padding:5px 30px;
	text-decoration:none;
	border:1px solid #666;
	border-bottom:0px;
	height:18px;
	color:#777;
	margin-right:2px;
	position:relative;
	top:1px;
	outline:0;
	-moz-border-radius:4px 4px 0 0;
}
ul.flowtabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}
/* selected tab */
ul#flowtabs a.current {
	background-color:#fff;
	border-bottom:1px solid #fff;
	color:#000;
	cursor:default;
}
/* tab pane */
#flowpanes div {
	display:none;
	border:1px solid #666;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:5px 10px;
	background-color:#fff;
	font:normal 12px Arial, Helvetica, sans-serif;
}
#flowpanes div p {
	font-size:11px!important;
	font-weight:normal;
	margin-bottom:10px;
}
/* Main Content Table */

.table-top {
	height:55px;
	padding-top: 5px;
	background: url(/SiteFiles/Layout/table-top.png) bottom center no-repeat;
}
.table-middle {
	padding: 4px 15px 0px 15px;
	background: url(/SiteFiles/Layout/table-middle.png) top center repeat-y;
}
.table-middle-nopaddingtop {
	padding: 0px 15px 0px 15px;
	background: url(/SiteFiles/Layout/table-middle.png) top center repeat-y;
}
.table-bottom {
	padding-top: 30px;
	background: url(/SiteFiles/Layout/table-bottom.png) top center no-repeat;
}

