/*
Copyright: Sean Bornicke 2006
License: Released Under the "Creative Commons License",
http://creativecommons.org/licenses/by-nc/2.5/
*/

body {
  text-align: center;
  background: #d07b5c;
  margin-top:10px;
  margin-bottom:10px;
}

A:link {
	COLOR: #b52f23; text-decoration: none
}
A:visited {
	COLOR: #b52f23; text-decoration: none
}
A:active {
	COLOR: #b52f23; text-decoration: none
}
A:hover {
	COLOR: #b52f23; text-decoration: underline
}

#page_wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  text-align: left;
  background: #FFFFFF url('../img/content2.jpg') top right repeat-y;

}

#page_header {
  height: 200px;
  background: #f0c28e url('../img/flowerright.jpg') top right no-repeat;
  clear: both;
}

#page_header h1 {
  margin: 0px;
  padding-top:30px;
  padding-left:25px;
  font-family: Georgia , verdana, arial, sans-serif;
  font-size:32px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #a32938;
}

#page_header h2 {
  margin: 0px;
  padding-left:25px;
  font-family: verdana, arial, sans-serif;
  font-size:20px;
  font-weight: normal;
  letter-spacing: 2px;
  color: #78000f;
}

#menu_bar {
  height:40px;
  background: #f1340e url('../img/dropshadow.png') top left repeat-x;
  clear: both;
}

#menu_bar ul {
  margin-top: 0px;
  padding-left: 0px;
  margin-left: 0px;
  background: #f0c28e url('../img/flowermenu.jpg') top right no-repeat;
  color: White;
  float: left;
  width: 100%;
  font-family: verdana, arial, sans-serif;
  font-size:14px;
  font-weight: bold;
}

#menu_bar ul li { display: inline; }

#menu_bar ul li a
{
  padding-top:5px;
  padding-bottom:5px;
  padding-left:15px;
  padding-right:15px;
  color: #d00921;
  text-decoration: none;
  float: left;
  border-right: 1px solid #d00921;
  font-weight: bolder;
}

#menu_bar ul li a:hover
{
  background: #cc99cc url('../img/menu_hover_bk.png') top left repeat-x;
  color: #FFFFFF;
}

#content_wrapper {
  margin-top:10px;
  margin-bottom:0px;
  margin-left:15px;
  margin-right:15px;
  border: 1px #000000;
  clear:both;
}

#right_side {
  margin-top:5px;
  float: right;
  width:160px;
}

#right_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color: #b52f23;
  padding:4px;
  border: 1px solid #ffa473;
  background-color:#FFFFCC;
          -moz-border-radius-bottomleft:3px;
          -moz-border-radius-bottomright:3px;
          -moz-border-radius-topleft:3px;
          -moz-border-radius-topright:3px;
}

#right_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 16px;
  padding-left:4px;
}

#left_side {
  float: left;
  width:690px;
  background-color: #FFFFFF;
  border:0px dashed #cccccc;
}

#left_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  color: #00520e;
  background-color:#FFFFFF;
  padding:4px;
  border-bottom: 1px solid #666666;
  clear:both;
}
#left_side h6 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #b52f23;
  background-color:#FFFFFF;
  padding:4px;
  border-bottom: 0px solid #666666;
  clear:both;
}



#left_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  padding-left: 4px;
  text-align: justify;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  /*float: center;*/
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

#feature_box {
  float:left;
  width:250px;
  background-color: #FFFFCC;
  border:1px solid #ffa473;
  padding:10px;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:8px;
              -moz-border-radius-bottomleft:3px;
          -moz-border-radius-bottomright:3px;
          -moz-border-radius-topleft:3px;
          -moz-border-radius-topright:3px;
}

#feature_box h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #b52f23;
}

#feature_box p {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #555555;
  line-height: 16px;
  margin-bottom:5px;

}

#page_footer {
  height: 60px;
  background: #f0c28e url('../img/rbottom.png') bottom right no-repeat;
  clear: both;
}

#page_footer p {
  padding-top:15px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing:1px;
}

#spacer {
  height:20px;
  clear:both;
}

.arrow_list {
  margin-left: 10px;
  padding-left: 0;
  list-style: none;
}

.arrow_list li {
  padding-left: 10px;
  background-image: url(../img/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height:18px;
}
#odchodzac
{
  width: 70%;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}

#odchodzac ul li { display: inline; }

#odchodzac h5 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #b52f23;
  background-color:#FFFFFF;
  padding:4px;
  border-bottom: 1px solid #666666;
  clear:both;
  text-align: left;
  width: 50%;
}
#opis
{
   font-family: verdana, arial, sans-serif;
  color: #b52f23;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  width: 20em;
}
#opis_kwiatka
{
    font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 16px;
  padding-left:4px;
  text-align: left;
  margin-left: 5em;
}

#kontakt_box {
  width:15em;
  background-color: #FFFFCC;
  border:1px solid #FFFF66;
  padding:10px;
  margin-top:10px;
  margin-bottom:5px;
  margin-left: auto;
  margin-right:auto;
            -moz-border-radius-bottomleft:3px;
          -moz-border-radius-bottomright:3px;
          -moz-border-radius-topleft:3px;
          -moz-border-radius-topright:3px;
}

#mapka_box {
  width:550px;
  background-color: #FFFFCC;
  border:1px solid #FFFF66;
  padding:10px;
  margin-top:10px;
  margin-bottom:5px;
  margin-left: auto;
  margin-right:auto;

            -moz-border-radius-bottomleft:3px;
          -moz-border-radius-bottomright:3px;
          -moz-border-radius-topleft:3px;
          -moz-border-radius-topright:3px;
}
#formularz_box {
  width:15em;
  background-color: #FFFFCC;
  border:1px solid #FFFF66;
  padding:10px;
  margin-top:20px;
  margin-bottom:10px;
  margin-left: 10px;
  margin-right:10px;
          -moz-border-radius-bottomleft:3px;
          -moz-border-radius-bottomright:3px;
          -moz-border-radius-topleft:3px;
          -moz-border-radius-topright:3px;
}

.logo {
  float: right;
  margin-left: 10px;
  margin-right: 500px;
}

#kwiatek
{
 width: 60%;
 border: 1px solid white;

 margin-left:auto;
 margin-right:auto;

}

#kwiatek2
{
  margin-top: 140px;
}
.smallLink
{
	COLOR: #b52f23; text-decoration: none
	size: 10px;
}
.smallLink:hover
{
  text-decoration: underline;
}

#img_gal {
         background-color:white;
         border:1px solid #FFA473;
         width: 105px;
         padding:3px;
         margin:1px;
}

#img_gal:hover {
         background-color:#f0c28e;
         border:1px solid #FFA473;
         width: 105px;
         padding:3px;
         opacity:0.85;
         cursor : hand, pointer;
         margin:1px;
         filter:alpha(opacity=85);
}
