/* Page grid
-------------------------------------------------------------- */
/* show the default scrollbar in Firefox
-------------------------------------------------------------- */
html
{
	overflow: -moz-scrollbars-vertical;
	
}
/* Reset --
	 Resets default browser CSS - Watch out with the UL * OL in this reset!
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* clearfix */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Regular clearing- apply to column that should drop below previous ones. */
.clear
{
	clear: both;
	overflow: hidden;
	height: 0;
}
form {
	min-height: 100%;
	height: auto !important;
	position: relative;
}
/* Grid */
#container
{
	width: 1000px;
	margin: 0 auto;
}
#header
{
	position: relative;
}
#esc
{
	top: 0;
	left: 0;
	position: relative;
}
#aor
{
	display: block;
	float: right;
	position: relative;
	top: 30px;
	right: 20px;
}
#countdown
{
	float: right;
	right: 20px;
	position: absolute;
	top: 30px;
	color: #ffffff;
	font-style: italic;
	font-size: 20px;
}
#countdown .text
{
	display: block;
	float: left;
}
#digits
{
	color: #485c81;
	display: block;
	float: left;
	font-size: 46px;
	font-style: normal;
	font-weight: bold;
	width: 82px;
	letter-spacing: 7px;
	top: -12px;
	position: relative;
	padding: 0 0 0 3px;
}
#content
{
	background: #ffffff;
	margin: 47px auto 0;
	width: 960px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	padding: 0 0 30px 0;
}
#koffer
{
	position: absolute;
	float: right;
	display: block;
	right: -30px;
	top: -50px;
}
#nav
{
	background: url(../images/nav_bg.gif) no-repeat 0 0;
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 50px;
	width: 960px;
	top: -10px;
	position: relative;
}
#nav li
{
	background: url(../images/nav_divider.gif) no-repeat 0 0;
	float: left;
	list-style-type: none;
	padding: 6px 24px;
}
#nav a
{
	color: #00468e;
	text-decoration: none;
	font-size: 18px;
}
#nav a:hover {
	text-decoration: underline;
}
#nav .active
{
	background: url(../images/nav_active1.png) no-repeat 0 0;
	padding: 6px 24px 18px;
}
#nav .active2
{
	background: url(../images/nav_active2.png) no-repeat 0 0;
	padding: 6px 24px 18px;
}
#nav .active a, #nav .active2 a {
	text-decoration: none;
}
#sidebar
{
	width: 267px;
	float: left;
	margin: 0 0 0 20px;
}
#carousselContainer
{
	background: url(../images/caroussel_bg.gif) no-repeat 0 0;
	height: 194px;
	width: 190px;
	margin: 10px 0;
	padding: 0 20px;
}
#caroussel
{
	padding: 0;
	margin: 0;
	width: 185px !important;
}
#main
{
	border-left: 1px solid #e1e1e1;
	width: 659px;
	float: left;
	margin: 0 0 30px 0;
}
#googleMap
{
	margin: 0px 6px 20px 20px;
	height: 400px;
}
#search
{
	position: absolute;
	right: 33px;
	z-index: 20;
	margin: 8px;
}
#icons
{
	position: absolute;
	right: 25px;
}
#footer
{
	width: 100%;
	height: 99px;
	position: absolute;
	clear: both;
	background: url('../images/form-bg.gif') repeat-x left bottom;
	z-index: 20;
}
#footer .container
{
	width: 994px;
	margin: 30px auto 0 auto;
	position: relative;
}

#footer .top
{
	width: 100%;
	margin-top: -46px;
	float: left;
}
#footer .top a.nl
{
	display: block;
	float: left;
	margin-top: -46px;
}
#footer .top ul
{
	float: right;
	margin: -14px 20px 0 0;
	line-height: 1;
}
#footer .top ul li
{
	color: #918f8f;
	float: left;
	list-style: none;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #918f8f;
}
#footer .top ul li:last-child
{
	border: none;
}
#footer .top ul li a
{
	color: #918f8f;
	text-decoration: none;
}
#footer .top ul li a:hover {
	text-decoration: underline;
}
#footer a.logo
{
	display: block;
	float: right;
	margin-top: 10px;
}
#footer p
{
	font-size: 1.73em;
	color: #002381;
	padding-left: 17px;
	float: left;
	background: url('../images/footer-dot-bg.gif') no-repeat left center;
}

span.shadow
{
	display: block;
	width: 960px;
	height: 11px;
	background: url('../images/contentHolder-shadow.gif') repeat-x left top;
	position: absolute;
	left: 17px;
	top: -40px;
}
.inlinePopup {
	display: none;
}
#doemee {
	position: absolute;
	right: 30px;
	top: 150px;
}
#TB_ajaxContent {
	background: transparent url(/include/images/popup_bg.png) no-repeat scroll 0 0;
}