@media all {
	body {
		font-family: "Trebuchet MS", Verdana, Arial;
		font-size: 12px;
		color: #eee;
		margin: 0;
		padding: 0;
		background-image: url(../img/ui/background.jpg);
		background-repeat: repeat-y;
	}
	
	p.opening {
		font-size:13px;
		text-align:center;
		padding-top:0px;
		line-height: 17px;
		color:#F0FFF0;
	}

	div.page {
		background-image: url(../img/ui/back-logo.png);
		background-repeat: repeat;
		padding: 30px 0px;
		
	}
	p,li {
		margin-top:  10px;
	}
	a,a:visited {
		color: #eee;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
		color: #c92f2f;
	}
	form,fieldset {
		margin: 0;
		padding: 0;
		border: 0;
	}
	textarea {
		font-family: "Trebuchet MS", Verdana, Arial;
		margin: 0;
		padding: 0;
	}
	a,img {
		border: none;
	}
	
	h1,h2,h3,h4,h5,h6,h7,h8,h10 {
		margin: 0px;
	}
	
	h1 {
		font-size: 18px;
		font-weight: normal;
		clear: left;
	}
	h2 {
		clear: left;
		margin-top: 20px;
		font-size: 16px;
	}
	h3 {
		font-size: 13px;
	}
	h4 {
		font-size: 12px;
	}
	h5 {
		font-size: 11px;
	}
	h6 {
		font-size: 11px;
		margin-top: 15px;
		font-weight: normal;
		text-align:center;
	}
	h7{
		font-size: 13px;
		font-style: italic;
		font-weight:bold;
		float: right;
		margin: 10px 25px 25px 0px;
	}
	h8{
		font-size: 18px;
		margin-top: 20px;
		font-size: 16px;
		font-weight:bold;
	}

	h10 {
		font-size: 18px;
		font-weight: normal;
		clear: left;
		
	}
	
	ul {
		margin: 0;
		padding: 0;
		list-style-type: disc;
		list-style-position: outside;
	}
	li {
		margin: 0.7em 0 0.7em 2em;
		padding: 0;
		margin: 0px;
	}
	div.msgInfo,div.msgError,div.msgMessage,div.validator {
		padding: 10px 10px 10px 40px;
		color: #333;
		width: 90%;
		margin: 10px auto;
		font-size: 11px;
		background-repeat: no-repeat;
		background-position: 10px 10px;
	}
	div.msgInfo p.title,div.msgError p.title,div.msgMessage p.title {
		font-weight: bold;
		font-size: 11px;
		margin-top: 0px;
	}
	div.msgInfo {
		border: 1px solid #1cd439;
		background-color: #d1f7d8;
		background-image: url("../img/msgInfo.gif");
	}
	div.msgError {
		border: 1px solid #f0c000;
		background-color: #ffffce;
		background-image: url("../img/msgError.gif");
	}
	div.msgMessage {
		border: 1px solid #3c78b5;
		background-color: #d8e4f1;
		background-image: url("../img/msgMessage.gif");
	}
	.r {
		float: right;
	}
	table {
		padding: 0px;
		margin: 0px;
		border: 0px;
	}
	.cl {
		clear: both;
		display: block;
		height: 1px;
		padding: 0px;
		margin: 0px;
	}
	form input,form select,form textarea {
		border: 1px solid #666;
	}

form input.submit,form button,form.vert input.submit,form.vert button {
		width: auto;
		background: #fe4600 url(../img/ui/gradient-25.jpg) repeat-x;
		border: 1px solid white;
		font-size:11px;
		font-family:Verdana;
		height: 25px;
		font-weight: bold;
		color: #c92f2f;
		margin: 0px 5px 5px 5px;
		cursor: pointer;
		background: #fe4600 url(../img/ui/gradient-25.jpg) repeat-x;
	}

form input.submit:hover,form button:hover,form input.ssubmit:hover,form button.ssubmit:hover
		{
		border-color: #000;
		background-image: url(../img/ui/gradient-25-black.jpg);
	}


	form input:focus,form select:focus,form textarea:focus {
		border-color: #a6cb00;
	}
	form.vert label {
		font-size: 12px;
		float: left;
		clear: left;
		display: block;
		width: 150px;
		text-align: right;
		margin: 5px 5px 0px 5px;
		height: 20px;
	}
	form.vert input,form.vert textarea,form.vert select {
		width: 250px;
		margin: 5px;
		margin-bottom: 0px;
		padding: 2px 2px 0px 2px;
		font-size: 15px;
	}
	form.vert input.optional,form.vert textarea.optional,form.vert select.optional
		{
		border-style: dashed;
	}
	form.vert span.fError {
		color: red;
		margin: 0px 5px;
	}
	form.vert input.fError,form.vert select.fError {
		border: 1px solid red;
		background-color: #ffdddd;
	}
	form.vert label.check {
		float: none;
		display: inline;
		padding-right: 10px;
	}
	form.vert div.intent {
		padding-left: 150px;
	}
	form.vert input.check {
		width: auto;
		display: inline;
	}
	form.vert textarea {
		height: 100px;
	}
	form.vert textarea.wide {
		width: 450px;
		height: 150px;
	}
	div.pageWhite {
		background-color: white;
		width: 902px;
		margin: 0px auto 0 auto;
		padding: 5px;
	}
	div.pageRed {
		background-image: url(../img/ui/back-red.png);
		width: 902px;
		height: 380px;
	}
	div.pageLeft {
		float: left;
		width: 154px;
		border-right: 5px solid white;
	}
	div.pageRight {
		float: right;
		width: 256px;
		border-left: 5px solid white;
	}
	div.pageMenu {
		padding: 10px 0px;
		border: 5px solid white;
		border-width: 5px 0px 5px 0px;
		height: 120px;
	}
	div.pageMenu ul {
		text-align: right;
		list-style: none;
		font-weight: bold;
		font-size: 13px;
		font-family:Arial;
		font-weight:bold;
		letter-spacing:0px;
	}
	div.pageMenu ul li a,div.pageMenu ul li a:visited {
		display: block;
		padding: 2px 15px;
	}
	div.pageMenu ul li a:hover {
		background-image: url("../img/ui/white-50.png");
		text-decoration: none;
	}
	div.pageRed h10 {
		text-align: right;
		padding-bottom: 5px;
		font-size: 13px;
		font-weight: bold;
		font-family:Arial;
	}
	div.pageWeather {
		padding: 5px 15px 5px 5px;
		background-repeat: no-repeat;
		background-position: 10px 5px;
	}
	
	div.pageWeather h10 {
		clear: none;
		text-align:right;
	}
	div.pageWeather span.temp {
		display: block;
		font-size: 20px;
		text-align: right;
	}
	div.pageWeather span.date {
		display: block;
		text-align: right;
		font-variant: small-caps;
	}
	div.pageBooking {
		border-bottom: 5px solid white;
		height: 240px;
		text-align: center;
		padding:5px 0px 0px 5px;
	}
	div.pageCalendar {
		padding: 5px;
		height:125px;
	}
	div.pageBooking h10,
	div.pageCalendar h10 {
		text-align: left;
	}
	div.pageCalendar ul {
		list-style: square;
		font-size: 10px;
		color: #333;
		margin: 0px 10px 0px 30px;
		line-height: 1.3em;
	}
	div.pageCalendar ul li span.event {
		color: #c92f2f;
		font-size: 11px;
	}
	div.pageTop {
		width:482px;
		border-bottom: 5px solid white;
		float:left;
	}
	div.pageTop ul {
		list-style: none;
	}
	div.pageTop ul li {
		float: left;
		border-right: 5px solid white;
		width:157px;
	}
	div.pageTop ul li a {
		display: block;
		height: 25px;
		width: 137px;
font-size:13px;
font-weight:bold;
font-family:Arial;
		padding: 30px 10px 0px 10px;
	}

	div.pageTop ul li.ptOferta {
		background:transparent url("../img/ui/back-oferta.jpg") no-repeat;
	}

	div.pageTop ul li.ptWgory {
		background:transparent url("../img/ui/back-wgory.jpg") no-repeat;
	}

	div.pageTop ul li.ptRekreacja {
		border-right: 0px;
		background:transparent url("../img/ui/back-rekreacja.jpg") no-repeat;
	}
	
	img.maingraph {
		border-bottom: 5px solid white;
	}
	div.pageBody {
		
		color: #333;
		margin: 5px 0px;
	}
	div.pageBodyRight {
		float: right;
		background-color:#c0c0c0;
		border: 5px solid white;
		border-width: 0px 0px 5px 5px;
		width: 236px;
		padding: 10px;
		color:#c92f2f;
	}

	div.pageBodyRight ul {
		margin-left:30px;
	}

	div.pageRed p.underPhoto {
	
margin:10px;
margin-left:165px;
		
	}

	div.bodyInner {
		padding: 20px;
	}
	
	div.bodyInner ul {
		margin-left:30px;
	}
		
	div.pageFooter {
		background-image: url(../img/ui/back-red.png);
		background-position: bottom left;
		margin-top: 5px;
		padding: 5px;
		color: #ddd;
		text-align:	left;
		clear:	both;
		overflow: hidden;
	}
	
	div.pageFooter .bottomlinks{
		width: 60%;
		float: right;
		text-align: right;
	}
}

@media print {
}
