body {
	font-family: "verdana ce", verdana, helvetica, sans-serif;
	color: navy;
	background: #eee url(grafa/background.gif) 50% 0 repeat-y;
}
h1 {
	font-size: 1.3em;
	color: #69C;
}
h2 {
	font-size: 1.2em;
	color: #69C;
}
h3 {
	font-size: 1.1em;
	color: #903;
	font-variant:small-caps;
	border-bottom: 1px solid #eee;
}
h4 {
	font-size: 1em;
}
/* ------------ GÓRA ------------- */
#menu {
	text-align: center;
	padding: 0px;
	background: #E8F1F4;
}
#menu a {
	display: block;
	float: left;
	font-size: 12px;
	font-variant: small-caps;
	text-decoration: none;
	color: #336;
	margin: 2px 0px 0px 4px;
	padding: 0px 3px;
	border-left: 1px solid #999;
	font-weight: bold;
}
#menu a:hover {
	background: white;
}

/* ------------ LEWY ------------- */
#left {
	padding: 10px 0px 0px 5px;
	font-size: 12px;
}
#left h1{
	font-size: 1em;
	font-weight: bolder;
	font-variant: small-caps;
	border-bottom: 1px solid #eee;
	color: #a33;
}

#nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	font-size: 12px;
}
#nav li a {
	display: block;
	padding: 3px;
	margin: 1px;
	padding-right: 5px;
	text-decoration: none;
	text-align: left;
	border-bottom: 0px solid #c33;
	border-left: 3px solid #c33;
	background: #eee;
	color: #336;
	font-variant: small-caps;
}
#nav li a:hover {
	background: #fff;
	
}
#nav li a.akt {
	color: #a33;
	background: #fff;
	border-left: 3px solid #a33;
}	
#nav li a:visited {
	border-left: 3px solid navy;
}

address{
	padding: 3px;
	margin-top: 20px;
	font-style: normal;
	background: url(grafa/logo.gif) 100% 100% no-repeat;
	border: 1px solid #eee;
	border-top: 2px solid #aaa;
	color: #444;
}
/* ------------ TRESC ------------- */
#main {
	padding: 10px;
	padding-right: 20px;
	text-align: justify;
	font-size: 0.8em;
}
.terminy tr td {
	font-size: 12px;
}
table.terminy {
	border-collapse: collapse;
}
table.terminy td {
	border: 1px solid #666;
}
.special {
	font-size: 1.2em;
	color: brown;
	text-align: center;
}
.gallery {
	text-align: center;
}
.gallery img.hotelzd {
	border: 3px double #999;
	margin: 3px;
}
table.program {
	border-collapse: collapse;
}
.program td{
	font-size: 14px;
	vertical-align: top;
	border-bottom: 1px solid #999;
	padding: 3px 5px;
}
.program td b {
	white-space: nowrap;
	font-size: 12px;
}

table.programw {
	border-collapse: collapse;
}
.programw td{
	font-size: 12px;
	vertical-align: top;
	border-bottom: 1px solid #aaa;
	padding: 3px 5px;
}
.programw th {
	vertical-align: top;
	border-bottom: 1px solid #bbb;
	white-space: nowrap;
	font-size: 12px;
	padding: 5px 5px 5px 0;
}

.pict {
margin: 10px;
padding: 3px;
border: 1px solid #999;
}

div.specjal {
	width: 300px;
	margin: 10px;
	margin-left: 100px;
	padding: 10px;
	line-height: 1.5em;
	border: 1px solid navy;
	background: #FFF8DF;
	text-align: center;
}
div.specjal h2 {
	margin: 0;
	color: #B62200;
	text-transform: uppercase;
	font-size: 14px;
}
div.specjal a {
	color: red;
}
table.sm tr td {
  font-size: 12px;
  text-align: center;
}
dl dt {
  font-size: 1.2em;
  font-weight: bolder;
}
dl dd {
margin: 0;
padding: 0;
margin-left: 10px;
padding-bottom: 10px;
}