html, body {
	background-image: url(images/tlo.PNG);
	background-repeat: repeat;
	color: black;
	margin: 0;
	margin-top: 0px;
	padding: 0;
	font-family: Arial;
}
#gora {
	background-image: url(images/tlo_gora.PNG);
	background-repeat: repeat-x;
	width: 100%;
	height: 198px;
}
#top {
	background-image: url(images/top.PNG);
	width: 1000px;
	height: 198px;
	margin: 0 auto;
}
#gora2 {
	background-image: url(images/tlo_gora2.PNG);
	background-repeat: repeat-x;
	width: 100%;
	height: 80px;
}
#top2 {
	background-image: url(images/top2.PNG);
	width: 1000px;
	height: 80px;
	margin: 0 auto;
}
#kontener {
	background-image: url(images/tlotresc.PNG);
	background-repeat: repeat;
	width: 1000px;
	height: auto;
	margin: 0px auto;
	padding-bottom: 40px;
}
#tresc1 {
	background-image: url(images/tlotresc.PNG);
	background-repeat: repeat;
	width: 1000px;
	height: auto;
	float: left;
}
.text {
	margin: 10px 10px 30px 10px;
	color: #d4d4d4;
}
#stopka {
	width: 100%;
	height: 75px;
	background: url(images/tlostopka.PNG) repeat-x;
	background-color: #bd1717;
	font-size: 10px;
	color: darkgray;	
	}
#stopka-content {
	width: 1000px;
	height: 55px;
	margin: 0 auto;
	padding-top: 12px;
	text-align: center;
}
.menup {
	margin: 0px 300px 0px 0px; 
	color: #d4d4d4; 
	text-transform: uppercase; 
	font-size: 14px; 
	padding-top: 2px;
}
.link {
	color: #d4d4d4; 
	text-decoration: none;
}
.link:hover {
	color:#bd1717;
}
#moviesAndPhotos h3 {
	margin: 50px 0px 25px 0px;
	padding: 3px;
	padding-left: 10px;
	color: #CCC;
	font-size: 20px;
	background: rgba(0,0,0,0.3);
}
.photos {
	height: 220px;
}
.photos a {
	outline: none;
	margin: 27px; 
}
.photos img {
	-webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,1);
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,1);
}

#contact .data {
	width: 40%;
	height: auto;
	margin: 0 auto;	
	color: #CCC;
	text-align: center;
}
#contact .data h4 {
	margin: 0;
	padding: 2px 0;
}
#contact .data p {
	margin: 0;
	padding: 0;
	color: #CCC;
}
#contact .contact-form {
	width: 40%;
	height: auto;
	margin: 40px auto 0px auto;
	color: #CCC;
}
#contact .contact-form div {
	width: 50%;
	height: auto;
}
#contact .contact-form p {
	margin: 10px 0px 0px 0px;
	padding: 0;
	font-size: 14px;	
}
.input-text {
	width: 94%;	
	padding: 2% 1%;
	font-size: 14px;
	color: #FFF;
	border: 1px solid rgba(255,255,255,0.5);
	background: rgba(255,255,255,0.1);
	font-family: Arial;
}
.input-text:focus {
	
}
#btn-wyslij {
	width: 96.7%;	
	border: 0;
	margin: 6px 0px;
	padding: 6px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	background: #b89090; /* Old browsers */
	background: -moz-linear-gradient(top,  #b89090 1%, #c83d3d 4%, #bd1717 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#b89090), color-stop(4%,#c83d3d), color-stop(100%,#bd1717)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b89090 1%,#c83d3d 4%,#bd1717 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b89090 1%,#c83d3d 4%,#bd1717 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b89090 1%,#c83d3d 4%,#bd1717 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b89090 1%,#c83d3d 4%,#bd1717 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b89090', endColorstr='#bd1717',GradientType=0 ); /* IE6-9 */
}

#btn-wyslij:active {
	position: relative;
	top: 1px;
	left: 1px;
	background: #bd1717; /* Old browsers */
	background: -moz-linear-gradient(top,  #bd1717 0%, #c83d3d 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bd1717), color-stop(98%,#c83d3d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bd1717 0%,#c83d3d 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bd1717 0%,#c83d3d 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bd1717 0%,#c83d3d 98%); /* IE10+ */
	background: linear-gradient(to bottom,  #bd1717 0%,#c83d3d 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd1717', endColorstr='#c83d3d',GradientType=0 ); /* IE6-9 */
}
.info {
	text-align: center;
	margin-bottom: 20px !important;
}
.err {
	font-weight: bold;
	color: #e44d26;		
}
.ok {
	font-weight: bold;
	color: #5CF16E;	
}


/* TABELA */
table#offer {
	width: 95%;
	height: auto;
	margin: 0 auto;
	border-collapse: collapse;	
	border: 1px solid rgba(255,255,255,0.5);
	color: #CCC;
}
table#offer h4 {
	padding: 0px 24px;
	color: #bd1717;
}
table#offer tr.nag td {
	text-align: center;
	background: #272727;
	padding: 8px 0px;
	font-weight: bold;
	font-size: 12px;
}

table#offer tr td:first-child p {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}

table#offer tr td {
	padding: 10px;
	border: 1px solid rgba(255,255,255,0.5);
}
table#offer tr td img {
	width: 100%;	
}
table#offer tr td ul {
	font-size: 12px;	
}
table#offer tr td ul li {
	padding: 1px 0px;	
}


















