@CHARSET "UTF-8";

div, p, body {
	margin: 0;
	padding: 0;
}

body {
	background: #6BCAE2 url('images/bg_top.png') repeat-x;
	font-size: 14px;
	color: #14444F;
	font-family: Verdana;
}
p {
  text-indent: 30px;
  line-height: 1.5em;
}
img {
  border: 0;
}

.cb {
  clear: both;
}
a {
  color: #8EB0CF;

}
a.pic {
  display: block;
  width: 100px;
  float: left;
  margin-left: 25px;
  margin-bottom: 15px;
  background: url('images/cloud_7.png') no-repeat bottom;
  padding: 0 20px 30px 23px;

}
a.pic2 {
  display: block;
  width: 100px;
  float: left;
  padding: 0 15px 15px 0px;

}
a.pic img, a.pic2 img {
  width: 100px;
    border: 1px solid #eee;
}
/************************/


#the_42 {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url('images/bg_bottom.jpg') repeat-x bottom;
}
/************************/

#top {
  width: 100%;
  height: 200px;
}
#logo {
  margin: 30px auto;
  width: 463px;
}
#sun {
  position: absolute;
  right: 0; 
  top: 0;
}

/************************/
#content_wrap {
  width: 1000px;
  margin: 0 auto;
}
#menu {
  width: 312px;
  float: left;
  height: 300px;
}
#menu a {
  display: block;
}

#content_cloud {
  height: 542px;
  width: 688px;
  float: left;
  background: url('images/content_1.png') no-repeat;
}
#content {
  position: relative;
  left: 110px;
  top: 80px;
  height: 400px;
  width: 400px;
  overflow: auto;
}
/************************/
#menu a#rokitki{
  height: 108px;
  width: 173px;
  margin: 0 0 0 110px;
  background: url('images/menu_rokitki.png') no-repeat;
}
#menu a#rokitki.active, #menu a#rokitki:active, #menu a#rokitki:hover {
  background: url('images/menu_rokitki_active.png') no-repeat;
}
#menu a#domek{
  height: 66px;
  width: 311px;
  margin: 16px 0 0 0px;
  background: url('images/menu_domek.png') no-repeat;
}
#menu a#domek.active, #menu a#domek:active, #menu a#domek:hover {
  background: url('images/menu_domek_active.png') no-repeat;
}
#menu a#galeria{
  height: 96px;
  width: 215px;
  margin: 26px 0 0 20px;
  background: url('images/menu_galeria.png') no-repeat;
}
#menu a#galeria.active, #menu a#galeria:active, #menu a#galeria:hover {
  background: url('images/menu_galeria_active.png') no-repeat;
}
#menu a#kontakt{
  height: 93px;
  width: 201px;
  margin: 6px 0 0 80px;
  background: url('images/menu_kontakt.png') no-repeat;
}
#menu a#kontakt.active, #menu a#kontakt:active, #menu a#kontakt:hover {
  background: url('images/menu_kontakt_active.png') no-repeat;
}
#menu a#domki{
  height: 137px;
  width: 237px;
  margin: 16px 0 0 10px;
  background: url('images/menu_domki.png') no-repeat;
}
#menu a#domki.active, #menu a#domki:active, #menu a#domki:hover {
  background: url('images/menu_domki_active.png') no-repeat;
}
/************************/

#tree {
  position: absolute;
  right: 0;
  bottom: 0;

}
#grass {
  position: absolute;
  bottom: 0;
  background: url('images/grass.png') repeat-x bottom;
  height: 100px;
  width: 100%;
}

/************************/
.cloud {
  position: absolute;
}
#cloud_1 { top: 170px;  left: 400px;}
#cloud_2 { top: 70px;   left: 100px; }
#cloud_3 { top: 150px;  left: 900px;}
#cloud_4 { top: 210px;  left: -10px;}
#cloud_5 { top: 30px;   left: 530px; }
#cloud_6 { top: 90px;  left: 750px;}
#cloud_7 { top: 120px;  left: 640px;}
/************************/
#footer {
  width: 100%;
  height: 120px;  
  clear: both;
}
#footer #in {
  float: right;
  margin-right: 190px;
  font-size: 11px;
  color: #ddd8cF;
  text-align: right;
}

/******************/


fieldset {
	border: none;
}
label{
	width: 250px;
	display: block;
	float: left;
	text-align: left;
	padding-top: 5px;
	height: 20px;
}

input, textarea {
	float: left;
	border: 2px solid #C5DCF2;
	padding: 4px;
	width: 300px;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
button {
	float: left;
	width: 100px;
	background: #8EB0CF;
	border: 2px solid #C5DCF2;
	color: #fff;
	font-size: 11px;
	padding: 4px;
}
textarea {
	height: 150px;
}
ul.fields {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.fields li {
	float: left;
	margin-top: 10px;
}

/******************/

div.info_err {
	border: 2px solid #EFD5D1;
	background: #DD371C;
	color: white;
	padding: 5px;
}
div.info_msg {
	border: 2px solid #DDEFD1;
	background: #578937;
	color: white;
	padding: 5px;
}

