html {
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	height: 100%;
	background:#1c72ad url(img/body-bg.jpg) 0 0;
	font: 14px/21px tahoma, sans-serif;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 30 auto;
	padding: 0;
	display: block;
	width: 1300px;
	overflow: auto;
}
table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	text-align: right;
}
td {
	border: 0px solid black;
	padding: 0;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}
#header {
	width: 100%;
	float: left;
}
#nav {
	width: 600px;
	float: left;
	overflow: hidden;
}
#content {
	margin-top: 10px;
	width: 700px;
	float: left;
	overflow: hidden;	
}
#footer {
	position: absolute;
	clear: both;
	width: 600px;
	bottom: 0;
	height: 100px;
	font-size: 16px;
	text-align: left;
}
#kontener {
	float: left;
	height: 99px;
	width: 280px;
	bottom: 0;
}
#kontakt {
	width: 500px;
	border-spacing: 0;
	border-collapse: collapse;
	text-align: center;
	font-size: 14px;
}
#zegar {
	vertical-align: bottom;
}
#haslo {
	vertical-align: top;
	font-size: 24px;
}
#fCzas, #fData {
	font-size: 20px;
}
#tytul {
	font-weight: bold;
	font-size: 20px;
}
#kolor {
	background-position:0 0;
}
#menu {
	padding: 10px 20px 0 0;
}
#menu p {
	text-align:right;
	line-height:26px;
	margin:0 0 10px 0;
}
#menu span,
#menu strong {
	display:inline-block;
	*display:inline;
	zoom:1;
}
#menu span {
	font-size:18px;
	padding-right:10px
}
#menu strong {
	color:#fff;
	font-family:breeBold,arial;
	font-size:18px;
	padding:6px 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image:url(img/rainbow.png);
	background-repeat:repeat-x;
}
#formularz {
	width: 500px;
	margin: 0 0 0 0;
	border: 0px solid #ccc;
	border-radius: 10px;
	padding: 20px;
	/* margin-top: 20px; */
}
#formularz label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}
#formularz input {
	padding: 5px;
	border-radius: 3px;
	border: 2px solid #00476F;
	margin-bottom: 25px;
	width: 245px;
}
#formularz textarea {
	padding: 5px;
	border-radius: 3px;
	border: 2px solid #00476F;
	margin-bottom: 25px;
	width: 400px;
	height: 200px;
}
#formularz input#submit {
	width: 255px;
	cursor: pointer;
	margin-bottom: 0px;
}
#formularz p.copy {
	color: #555555;
	margin-bottom: 0px;
	font-size: 12px;
	text-align: center;
}
#formularz p.copy a {
	color: #555555;
	text-decoration: none;
	font-weight: bold;
}
.slide-wrap {
	margin: auto;
	width: 100%;
	height: 200px;
}
.slide-container {
	width: 100% !important;
	height: 100% !important;
}

.menu {
	width: 100%;
	text-align: center;
}
.menu a {
	color: transparent;
	display: inline-block;
	width: 2em; height:2em;
	border: 5px solid #F5B0C8;
	border-radius: 100%;
	background: #8190D6;
}
.menu a.activeSlide {
	border: none;
}
section {
	max-height: 100%;
}
.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1;
}