@CHARSET "UTF-8";
body, html {
	margin: 0px;
	padding: 0px;
}
body {
	background-image:url(back01.png);
	background-repeat:repeat;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

img {
	border-style:solid;
	border-width:8px 10px;
	border-color:#eeffee;
}

#myContent {
	text-align:left;
	margin:0px auto;
	width:980px;
	background-color:#DFF8E5;
	font-size:20px;
	color:#0C1713;
}

.content {
	width:900px;
	text-align:left;
	margin:0px auto 200px auto;
	background-color:#DFF8E5;
	font-size:14px;
	color:#0C1713;
	padding:20px 40px 20px 40px;
}

.tresc {
	width:630px;
	float:left;
	background-color:#cfe8d5;
	padding:10px 10px 10px 10px;
}
.tresc p {
	
}

.tresc2 {
  width:330px;
  float:left;
  background-color:#cfe8d5;
  padding:10px 10px 10px 10px;
  }
  .tresc p {
	
	}

.grafiki {
	width:250px;
	float:left;
	text-align:center;
}

.grafiki_pokoje {
  width:500px;
  float:left;
  text-align:center;
  }


.grafikigal {
	text-align:center;
}

a.bigpic img.large {
  display: none;
}
a.bigpic img.small {
height:120px;
}

a.bigpic:hover img.large {
  display: block;
  position: absolute;
  left: 30%;
}

h1 {
font-size:16px;
}

h3 {
font-size:14px;
}

hr {
color: #cfe8d5;
background-color: #cfe8d5;
height: 8px;
margin-top:15px;
margin-bottom:0px;
border-width:0px;
}

