body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	background: white;
	color: #606060;
	font-size: 13px;
	width: 100%;
	height: 100%;
}
.cleaner {
	clear: both;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
	height: 0px;
}
#page {
	position: relative;
	text-align: center;
	width: 100%;
	height: 100%;
}
a {
	color:white;text-decoration:none;
}

a img {
	border: none;
}
.container {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}


#menu {
	position: fixed;
	width: 100%;
	background: #DEDEDD url(../images/menuBg.png) repeat-x 0 50%;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(153, 153, 153, 0.75);
	-moz-box-shadow:    0px 2px 5px 0px rgba(153, 153, 153, 0.75);
	box-shadow:         0px 2px 5px 0px rgba(153, 153, 153, 0.75);
	z-index: 1000;
}
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	text-align: center;
}
#nav li a {
	text-transform: uppercase;
	color: #14BCFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	display: block;
	float: left;
	padding: 20px 0;
	width: calc(100% / 5);
	text-align: center;
	transition: all 0.4s;
	white-space: nowrap;
}
#nav li a:hover {
	color:#999999;
}
#spacer {
	height: 80px;
}
#p_logo {
	background: url(../images/logo.png) no-repeat center top;
	width: 100%;
	background-size: cover;
	-webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
	margin-bottom: 20px;
}
#p_ospol, #p_kontakt {
	background: #14BCFF;
	padding: 10px;
	color: White;
	text-align: justify;
}
#p_ospol ul {
	margin: 0;
}
#p_info {
	background: #DEDEDD url(../images/ospol.png) repeat-x 0 50%;
	padding: 5px;
	color: #14BCFF;
}
.textDiv {
	float: left;
	width: 50%
}
.textDivIn {
	margin: 0 10px;
}
#p_banner {
	background: url(../images/banner.png) no-repeat center top;
	width: 100%;
	background-size: cover;
	-webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
}


@media screen and (max-width: 1000px) {
	.container {
		width: 100%;
	}
}
@media screen and (max-width: 550px) {
	#nav li a {
		float: none;
		padding: 5px 0;
		width: 100%;
	}
	.textDiv {
		float: none;
		width: 100%
	}
	.textDivIn {
		margin: 0;
	}
	#menu {
		position:relative;
	}
	#spacer {
		height: auto;
		margin: 0 0 10px 0;
	}
}
