html {
	height:100%;
	overflow-y:scroll;
}
body {
	margin:0;
	padding:0;
	font-family:times,'times new roman',serif;
	min-width:980px;
	height:100%;
	background:#20201c url(/img/splash_bg3.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	color:#bbbbbb;
}
b {
	color:white;
}
a {
	color:#f2be8e;
}
img {
	display: block;
	margin:0;
	border:none;
}
#main {
	min-height:100%;
	position:relative;
}
#headermove {
	height:33px;
}
#header {
	width:100%;
	height:268px;
	position:relative;
	border-bottom:3px solid #323230;
	border-bottom:3px solid rgba(255,255,255,0.1);
}
.headerpic {
	position:absolute;
	width:inherit;
	height:inherit;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#headerpic1 {
	background-image: url(/img/headerc1.jpg);
	z-index:4;
}
#headerpic2 {
	background-image: url(/img/headerc2.jpg);
	z-index:3;
	visibility:hidden;
}
#headerpic3 {
	background-image: url(/img/headerc3.jpg);
	z-index:3;
	visibility:hidden;
}
#headerpic4 {
	background-image: url(/img/headerc4.jpg);
	z-index:3;
	visibility:hidden;
}
#headerpic5 {
	background-image: url(/img/headerc5.jpg);
	z-index:3;
	visibility:hidden;
}
#headerpic6 {
	background-image: url(/img/headerc6.jpg);
	z-index:3;
	visibility:hidden;
}
#headerfade {
	background:transparent url(/img/headerfade.png) repeat-x left bottom;
	position:absolute;
	height:inherit;
	width:inherit;
	z-index:200;
}
#logo {
	position:absolute;
	left:50%;
	margin-left:-475px;
	height:243px;
	width:440px;
	background-color:#111;
	background-color:rgba(0,0,0,0.5);
	text-align:center;
	padding-top:25px;
	z-index:300;
}
#logo a img {
	display:inline;
}
#nav {
	position:absolute;
	right:50%;
	margin-right:-452px;
	bottom:12px;
	z-index:400;
	-webkit-font-smoothing: antialiased;
}
#nav a {
	color:#eee;
	font-size:20px;
	text-decoration: none;
	margin-left:20px;
	-webkit-transition: all 0.1s linear 0;
}
#nav a:hover {
	color:white;
	text-shadow:0 0 5px white;
}
#footermove {
	height:140px;
}
#footer {
	position:absolute;
	width:100%;
	bottom:0;
	height:89px;
	background:#111;
	background:rgba(0,0,0,0.6);
}
#footertext {
	padding-top:18px;
	position:relative;
	margin:auto;
	width:904px;
	font-size:16px;
	line-height:25px;
	color:#b6b6b6;
}
#footertext a {
	color:inherit;
	text-decoration:none;
}
#footertext a:hover {
	color:white;
}
#content {
	position:relative;
	margin:auto;
	margin-top:50px;
	width:904px;
	line-height:20px;
}
#webdesign {
	font-size:13px;
	color:#969696;
	float:right;
}
h2 {
	color:white;
	font-size:19px;
	margin:0;
	text-transform: uppercase;
	margin-bottom:20px;
}
h3 {
	color:white;
	font-size:23px;
	margin:0;
}
h4 {
	color:white;
	font-size:18px;
	margin:0;
	margin-bottom:20px;
}
ul {
	list-style-type: disc;
	padding-left: 16px;
	margin: 0px;
}
.mr18 {
	margin-right:18px;
}
.thumb {	
	border:5px solid white;
	float:left;
}
#map_canvas {
	float:right;
	width:410px;
	height:300px;
}
.bloktop {
	border-radius: 6px 6px 0 0;
	border:1px solid #2d2621;
	border:1px solid rgba(255,230,200,0.12);
	border-bottom:none;
	background-color:#181818;
	background-color:rgba(12,12,12,0.56);
	font-size:19px;
	text-transform: uppercase;
	color:white;
	padding:20px;
	font-weight: bold;
	text-align:center;
}
.blokbottom {
	border-radius: 0 0 6px 6px ;
	border:1px solid #2d2621;
	border:1px solid rgba(255,230,200,0.12);
	border-top:none;
	background-color:#111;
	background-color:rgba(0,0,0,0.56);
	padding:20px 40px;
	text-align:center;
}
.blokfull {
	border-radius: 6px ;
	border:1px solid #2d2621;
	border:1px solid rgba(255,230,200,0.12);
	background-color:#111;
	background-color:rgba(0,0,0,0.56);
	padding:21px;
}
.time {
	font-size:24px;
	line-height:28px;
}
.time img {
	display:inline;
}