@charset "utf-8";
/* CSS Document */

* {
  margin: 0 auto;
  padding: 0px;
	
}

a {
   text-decoration:none;
}

body {
	background-image:url(../images/41d000_e11d9dfa907b7a2b75a5904532b82897.jpg_srz_p_72_65_75_22_0.50_1.20_0.00_jpg_srz);
	background-repeat:repeat;
	margin: 0px;
    padding: 0px;
}

.bgtop {
	width:100%;
	height:4px;
	background-color:#1F1F1F;
}


/* START OF HEADER */

#header {
	width:980px;
	
}

.headerLogo {
	background-image:url(../images/41d000_7800d606fc32e130ba73ed880ee3e068.png_srz_p_267_103_75_22_0.50_1.20_0.00_png_srz);
	width:270px;
	height:103px;
	float:left;
	
}

.headerLogoNameOfCamp {
	font-family: 'Spinnaker', sans-serif;
	font-size:34px;
	color:#FFFFFF;
	padding-top:10px;
	
}

.headerImgCamp {
	padding-top:10px;
	padding-right:10px;
	padding-left:15px;	
}

#countdown {
	float:right;
	margin-right:15px;
	background-color:#1F1F1F;
	width:270px;
	height:50px;
	text-align:center;
	line-height:50px;
	color:white;
	font-size:23px;
	font-weight:bold;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
}

.headerMenu {
	width:960px;
	float:left;
	text-align:center;
	word-spacing:130px;
}

.headerMenu nav ul {
	list-style:none;
}

.headerMenu nav ul li  {
	display: inline;
}

.headerMenu nav ul li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#D4CD93;
	line-height:50px;
	width:auto;
	transition-duration: 0.4s;
	transition: color 0.4s ease;
	-moz-transition: color 0.4s ease;
	-webkit-transition: color 0.4s ease;
	-o-transition: color 0.4s ease;
}

.headerMenu nav ul li a:hover {
	color:white;
}

.headerMenubg {
	background-color:#252525;
	width:100%;
	height:30px;
	border-bottom: 1px solid #D4CD93;
}



/* END OF HEADER */


/* START OF CONTENT */

#content {
	width:960px;
	height:480px;
	background-image:url(../images/rsz_kontakty.jpg);
	background-repeat:no-repeat;
	margin-top:30px;
	margin-bottom:30px;
	-webkit-box-shadow:-7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:-7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:-7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}


/* END OF CONTENT */


/* START OF BOTTOM */

#bottom {
	width:100%;
	height:600px;
	background-color:#252525;
}

#bottomobal {
	width:980px;
	height:300px;
}

.adress {
	width:320px;
	height:200px;
	float:left;
	padding-left:10px;
}

.contact {
	width:320px;
	height:200px;
	float:left;
}

.followus {
	width:320px;
	height:200px;
	float:right;
}

.bottomp {
	font-family: 'Forum', cursive;
	font-size:19px;
	color:#717B5C;
	font-weight:bold;
}

#bottom a {
	font-family: 'Forum', cursive;
	font-size:19px;
	color:#717B5C;
	transition-duration: 0.4s;
	transition: color 0.4s ease;
	-moz-transition: color 0.4s ease;
	-webkit-transition: color 0.4s ease;
	-o-transition: color 0.4s ease;
}

#bottom a:hover {
	color:white;
}


	
/* END OF BOTTOM */


