@charset "utf-8";
/* Figlarna Kraina */
/* Ues Designer */
/* V.2009 */

* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background-color: #A2DDEE;
	background-image: url(images/tlo.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.8em;
}
#main {
	margin: 0 auto;
	width: 890px;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	background-color: #000;
	text-decoration: none;
}
li {
	list-style-position: inside;
}

/* HEADINGS */
h1 {
	font-family: "Myriad Pro", Tahoma, Verdana, sans-serif;
	font-size: 40px;
	letter-spacing: 1px;
	padding: 0 0 10px 0;
}
h2 {
	font-family: "Myriad Pro", Tahoma, Verdana, sans-serif;
	font-size: 30px;
	letter-spacing: 1px;
	padding: 0 0 10px 0;
}
h3 {
	font-family: "Myriad Pro", Tahoma, Verdana, sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	padding: 0 0 10px 0;
}
.main-center {
	text-align: center;
	color:#009CD6;
}
.main-center a {
	color:#009CD6;
}
.main-center a:hover {
	color:#FFF;
	background-color:#009CD6;
}
.center {
	text-align: center;
}
.justify {
		text-align: justify;
}
.right {
	text-align: right;
}
.paragraph {
	text-align: justify;
	text-indent: 3%;
}
.white {
	background-color:#FFF;
}

/* header */
#header {
	width: 890px;
	height: 255px;
}
#logo {
	width: 890px;
	height: 175px;
	background-image: url(images/logo.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	text-indent: -9999px;
}


/* MENU */
#header .menu {
	float: left;
	width: 870px;
	padding: 20px 5px 0 15px;
	height: 43px;
}
#header .menu ul{
	float:left;
}
#header .menu ul li{
	float: left;
	height: 43px;
	margin-right: 6px;
	padding: 0px;
	list-style: none;
}
#header .menu ul li a{
	float: left;
	width: 100%;
	height: 43px;
	overflow: hidden;
	text-indent: -9999px;
}

/* menu positions */
#header .menu ul li.glowna a{
	width: 154px;
	height: 43px;
	background: transparent url(images/1glowna.png) no-repeat 0px 0px;
}
#header .menu ul li.glowna a:hover, #header .menu ul li.glowna a.active{
	background: transparent url(images/1glowna.png) no-repeat 0px -43px;
}

#header .menu ul li.sala a{
	width: 128px;
	height: 43px;
	background: transparent url(images/2sala.png) no-repeat 0px 0px;
}
#header .menu ul li.sala a:hover, #header .menu ul li.sala a.active{
	background: transparent url(images/2sala.png) no-repeat 0px -43px;
}

#header .menu ul li.urodzinki a{
	width: 124px;
	height: 43px;
	background: transparent url(images/3urodzinki.png) no-repeat 0px 0px;
}
#header .menu ul li.urodzinki a:hover, #header .menu ul li.urodzinki a.active{
	background: transparent url(images/3urodzinki.png) no-repeat 0px -43px;
}

#header .menu ul li.galeria a{
	width: 97px;
	height: 43px;
	background: transparent url(images/4galeria.png) no-repeat 0px 0px;
}
#header .menu ul li.galeria a:hover, #header .menu ul li.galeria a.active{
	background: transparent url(images/4galeria.png) no-repeat 0px -43px;
}

#header .menu ul li.cennik a{
	width: 92px;
	height: 43px;
	background:transparent url(images/5cennik.png) no-repeat 0px 0px;
}
#header .menu ul li.cennik a:hover, #header .menu ul li.cennik a.active{
	background: transparent url(images/5cennik.png) no-repeat 0px -43px;
}

#header .menu ul li.regulamin a{
	width: 130px;
	height: 43px;
	background: transparent url(images/6regulamin.png) no-repeat 0px 0px;
}
#header .menu ul li.regulamin a:hover, #header .menu ul li.regulamin a.active{
	background: transparent url(images/6regulamin.png) no-repeat 0px -43px;
}
#header .menu ul li.kontakt a{
	width: 101px;
	height: 43px;
	background: transparent url(images/7kontakt.png) no-repeat 0px 0px;
}
#header .menu ul li.kontakt a:hover, #header .menu ul li.kontakt a.active{
	background: transparent url(images/7kontakt.png) no-repeat 0px -43px;
}

/* CONTENT */
#content {
	width: 890px;
	height: 940px;
	background-image: url(images/bg-container.png);
	background-repeat: no-repeat;
}
#leftcolumn{
    float: left;
    width: 490px;
	padding: 20px;
}
#rightcolumn{
    float: right;
    width: 320px;
	padding: 20px;
	font-size: 12px;
}
#photobox {
	width: 320px;
	height: 240px;
	margin: 0 0 15px 0;
}
.rhyme {
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.6em;
	padding: 8px 0 7px 0;
}
.open {
	margin: 20px 0 0 40px;
}

/* KONTAKT */
.map {
	border: 10px #FFF solid;
}

/* FOOTER */
#footer {
	width: 100%;
	height: 30px;
	background-color: #99CC33;
	text-align: center;
	font-family: "Century Gothic", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	color: #076;
}
#footer a {
	color: #076;
	background-color: transparent;
	text-decoration: none;
}
#footer a:hover {
	color: #046;
	background-color: transparent;
}
#kidsandballs {
	width: 890px;
	margin: 0 auto;
}
.balls {
	margin: -360px 0 0 -50px;
}

/* CLEAR */
.clear{
    clear: both;
    line-height: 0px;
}