html, body {
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, Sans-serif;
}
a:link, a:visited, a:active { color: black; }
a:hover { color: blue; text-decoration: none;} 
img {border:none;}

div.jezyki a:link {color: RGB(172, 68, 70);}
div.jezyki a:visited {color: RGB(172, 68, 70);}
div.jezyki a:active {color: RGB(172, 68, 70);}
div.jezyki a:hover { color: blue; text-decoration: none;}

#top { text-align: left; width: 960px; overflow: hidden;}
#i1 {padding: 2px 0px;}
#i2 {padding: 2px 0px;}
#i3 {padding: 2px 0px 20px 0px;}
#j {width: 160px; float: left; padding: 2px 0px;}
#k {width: 800px; float: right; padding: 2px 0px; }
#l{clear: both; width: 960px; padding: 2px 0px;}
#y1 {clear: both; width: 100%; padding-left: 200px; }
#y2 {clear: both; width: 100%; }
#y3 {clear: both; width: 100%; }

#dodajlewy { float:left;}
#dodajprawy { position: relative; left: 80px;}

.komunikaty { font-size: 16px; color: gray; border: 1px RGB(240,240,240) solid; padding: 5px;}
.wieksze { font-size: 16px; font-weight: bold;}
textarea {font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, Sans-serif; overflow:auto;}

a#menu_home {  display: block; width: 64px; height: 64px;
    background: url(../images/menuhome.png) 0 0 no-repeat; }
a:hover#menu_home  { background-position: 0 -64px; }

a#menu_oferta {  display: block; width: 64px; height: 64px;
    background: url(../images/menuoferta.png) 0 0 no-repeat; }
a:hover#menu_oferta  { background-position: 0 -64px; }

a#menu_atrakcje {  display: block; width: 64px; height: 64px;
    background: url(../images/menuatrakcje.png) 0 0 no-repeat; }	
a:hover#menu_atrakcje  { background-position: 0 -64px; }

a#menu_dom {  display: block; width: 64px; height: 64px;
    background: url(../images/menudom.png) 0 0 no-repeat; }
a:hover#menu_dom  { background-position: 0 -64px; }
a#menu_klimaty {  display: block; width: 64px; height: 64px;
    background: url(../images/menuklimaty.png) 0 0 no-repeat; }
a:hover#menu_klimaty  { background-position: 0 -64px; }
a#menu_ryby {  display: block; width: 64px; height: 64px;
    background: url(../images/menuryby.png) 0 0 no-repeat; }
a:hover#menu_ryby  { background-position: 0 -64px; }
a#menu_zima {  display: block; width: 64px; height: 64px;
    background: url(../images/menuzima.png) 0 0 no-repeat; }
a:hover#menu_zima  { background-position: 0 -64px; }
a#menu_kontakt {  display: block; width: 64px; height: 64px;
    background: url(../images/menukontakt.png) 0 0 no-repeat; }
a:hover#menu_kontakt  { background-position: 0 -64px; }
a#menu_mapa {  display: block; width: 64px; height: 64px;
    background: url(../images/menumapa.png) 0 0 no-repeat; }
a:hover#menu_mapa  { background-position: 0 -64px; }

ul.lista_pozioma li, ul.lista_pozioma a {text-decoration:none; font-size: 10px; display:inline; padding-left: 20px;}

.alert { font-size: 18px; color: red;}
.info { font-size: 18px;  color: green;}
ul.atrakcje li {padding-bottom: 15px;}
.form {font-size: 12px;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, Sans-serif;}


.jezyki {float:right; font-size: 14px; font-weight: bold; margin:0px 0px 20px 20px;}
/* przyciski go*/
.przycisk a { 
	padding: 0px;
	margin: 3px;
	border-style: hidden;
    display: block;
    width: 100px;
	color: #000;
	text-align: center;
	text-decoration: none;
	background: url("../images/button_1.gif") repeat-x 0 0;
	border-top: 1px solid #A8B090;
	border-bottom: 1px solid #A8B090;
	border-left: 1px solid #A8B090;
	border-right: 1px solid #A8B090;
}
.przycisk a:hover { background: url("../images/button_1.gif") repeat-x 0 -20px; color: RGB(117,143, 63); }

/* przyciski end*/

	
	
input.calendar,  
select.calendar {
	width: 179px; margin: 2px;
}
input.formul {
	width: 204px; margin: 2px;
}
button.calendar {
	background: url(../images/calendar-icon.gif);
	border: 0;
	cursor: pointer;
	float: left;
	height: 20px;
	margin-right: 6px;
	width: 20px;
}
button.calendar:hover,
button.calendar.active {
	background-position: 0 20px;
}

div.calendar {
	background: url(../images/calendar.png);
	height: 195px;
	padding: 0 6px;
	text-align: center;
	width: 147px;
}	
	div.calendar * {
		margin: 0;
		padding: 0;
	}	
	div.calendar div {
		background: none !important;
		cursor: move;
		height: 185px;
		overflow: hidden;
		padding-top: 10px;
		position: relative;
		width: 147px;
	}	
	
	div.calendar caption {
		color: #333;
		font: normal 12px/16px Arial, Helvetica, sans-serif;
		padding-top: 6px;
		text-align: center;
		width: 100%;
	}
	div.calendar caption a {
		cursor: pointer;
		display: block;
		height: 12px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 17px;
		width: 11px;
	}
	div.calendar caption a.prev {
		background-image: url(../images/calendar-prev.gif);
		left: 0;
	}
	div.calendar caption a.next {
		background-image: url(../images/calendar-next.gif);
		right: 0;
	}
	div.calendar caption a:hover {
		background-position: 0 12px;
	}
	div.calendar caption span {
		height: 25px;
		position: relative;
		text-align: center;
	}
	div.calendar caption span.month {
		padding-right: 8px;
	}
	div.calendar caption span.month:after {
		content: ',';
	}

	div.calendar table {
		background: #FFF;
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		cursor: default;
		margin: 0 auto;
		overflow: hidden;
		width: 147px;
	}
	div.calendar td,
	div.calendar th {
		border: 0;
		color: #0597DB;
		font: normal 12px Arial, Helvetica, sans-serif;
		height: 21px;
		text-align: center;
		width: 21px;
	}
	div.calendar td {
		background: url(../images/calendar-td.gif);
		color: #FFF;
		font-size: 11px;
	}
	div.calendar td.invalid {
		color: #999;
	}
	div.calendar td.valid {
		background: url(../images/calendar-valid.gif);
		color: #0597DB;
		cursor: pointer;
	}
	div.calendar td.hilite {
		background: url(../images/calendar-hilite.gif);
	}
	div.calendar td.inactive {
		background: url(../images/calendar-td.gif) 0 100%;
		color: #FFF;
	}
	div.calendar td.active,
	div.calendar td.hover {
		background: url(../images/calendar-valid.gif) 0 100%;
		color: #FFF;
		cursor: pointer;
	}
