/* Start of CMSMS style sheet 'kammiar home' */
body, html {
	background-color: #e16714;
	background-image: url(images/header_index_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
	padding: 0;
	height:100%;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}
dfn {
	display: none;
}
span {
	display: none;
}

#header {
	background: url(images/header_index.jpg) no-repeat left top;
	width: 993px;
	height: 397px;
	border-bottom: 1px solid #002951;
}

/* @group buttons */

a.btn_uwilt, a.btn_vliegdiensten, a.btn_boeken,  a.btn_allesover {
	text-decoration: none;
	color: #00294f;
}

a.btn_uwilt:hover, a.btn_vliegdiensten:hover, a.btn_boeken:hover,  a.btn_allesover:hover {
	color: #fff;
	background-color: #e26515;
}

.btn_uwilt, #welkom, .btn_vliegdiensten, .btn_boeken,  .btn_allesover {
	position: absolute;
	top: 327px;
	height: 44px;
	width: 140px;
	color: navy;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	padding-top: 25px;
}

.btn_uwilt {
	left: 0px;
}

.btn_vliegdiensten {
	left: 143px;
}

.btn_boeken {
	left: 285px;
}

.btn_allesover {
	left: 851px;
}



/* @end */

#welkom {
	left: 540px;
	color: #00294f;
	font-size: 16px;
	width: 200px;
}

#container {
	position:relative; /* needed for footer positioning*/
	width:993px;
	background:#fff;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

#content {
	background-color: #fff;
	padding: 1em 1em 1em;
	margin-left: 427px;
	margin-right: 143px;
}

#footer {
	font: 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	height: 15px;
	background-color: #fff;
	padding-top: 5px;
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
}

#home_links, #home_rechts {
	top: 398px;
	position: absolute;
	height: 203px;
}

#home_links {
	width: 425px;
	background-image: url(images/homepage_links.gif);
	left: 0;
	}

#home_rechts {
	width: 142px;
	background-image: url(images/homepage_rechts.gif);
	left: 851px;
}

/* End of 'kammiar home' */

