/*
CSS file created with:Instantblueprint - Create a web project framework in seconds.
http://instantblueprint.com
Project: SEDNO PIEKNA
File: css/style.css
Last edited: January 21, 2014, 9:05 am
*/

/*  Main  */
body,html {
  margin: 0;
  padding: 0;
  width:100%;
  height:100%;
  text-align:center;
  background: #e5a3db; }
body,html,table {
  font-size:15px;
  line-height:130%;
  color:#000; }

div {
  display:block;
  margin: 0;
  padding: 0; 
  text-align:left; }
 
 p {
  margin: 0;
  padding:0 0 10px 0;
  vertical-align: top; }
a {
  color:#e385b7;
  text-decoration: none; }
a span {
  cursor:pointer; }
a:hover {
  text-decoration: none; }
form {
  float:none;
  margin:0;
  padding: 20px 20px 0 127px; }  
select,input,textarea {
  background:#170a02;
  font-size:12px;
  font-family:Ebrima;
  color:#ffffff; }

  
  
  
.clear{
clear:both;
}
#wrapper {
 margin:0 auto;
 width:960px; 
}

#background-image{
  margin:0 auto;
  width:960px;
  background:0 0 no-repeat url('../images/background_image.png');
  height: 130px; 
}
#logo_tlo{
 width:960px;
 height:130px;
 background:url(../images/logo_tlo.png);
 float:left;
}
#logo{
 width:380px;
 height:150px;
 background:url(../images/logo.png) center no-repeat;
 display:block;
 outline:none;
  float:left;
}
#domek{
 width:30px;
 height:130px;
 background:url(../images/home.png) center no-repeat;
 display:block;
 outline:none;
float:right;
}
#logo: hover{
opacity:0.7;
filter:alpha(opacity=80); /* tylko ie8 i wcześniejszych */
}

#decoration1{
 width:960px;
 height:7px;
 background-color: #e5a3db;
 position:relative;
 float:left;
 clear:both;
}

#menu{
 width:960px;
 height:40px;
 background-color: #aa019b;
 margin-top:137px;
 clear:both;
}

#menu ul{
 font-family: Ebrima;
 font-size:18px;
 color:#ffffff;
 list-style:none;
 padding:0 22px;
}

#menu ul li{
text-align:center;
width:182px;
height:35px;
float:left;
line-height:40px;
}

#menu ul li a{
width:150px;
display:block;
text-decoration:none;
color:#ffffff;
}
#menu ul li a:hover{
color:#e385b7;
}

#sekcje-odstep{
 width:960px;
 height:7px;
}
#content{
min-height: 270px;
width: 960px;
background-color: white;
color: black;
font-size: 15px;
vertical-align: middle;
font-family: Ebrima;
margin: 0;
}
#opis{
width: 900px;
margin: 0 30px 10px 30px;
color:#170a02;
}

#content h2{
color:#e5a3db;
margin:7px 0 7px 0;
font-family: Ebrima;
font-size: 20px;
}
#content h1{
color:#170a02;

font-family: Ebrima;
font-size: 16px;
}

#decoration2{
 width:960px;
 height:7px;
 background-color: #e0c1e1;
 position:relative;
 float:left;
 clear:both;
}
#sekcje-odstep2{
 width:960px;
 height:7px;
}
#footer{
float:left;
width: 960px;
height: 100px;
background: #939394 url(../images/footer.jpg) center repeat-x;
color: #0000;
font-size: 12px;
}
#footer p{
vertical-align: middle;
height: 40px;
}
#podpis{
display:block;
outline:none;
font-size: 12px;
float:left;
margin: 80px 0 0 710px;
}
#facebook{
background:url(../images/facebook.png) center no-repeat;
margin: 2px 0 0 473px;
display:block;
outline:none;
float:left;
}
#sekcje-tlo{
 width:960px;
 height:340px;
 float:left;
}
/* end index */
/* kontakt */

#box{
 width:200px;
 height:340px;
 background:url(../images/belka.jpg) no-repeat;
 float:left;
}
#box2{
width:760px;
height:340px;
background:url(../images/zdjecie.jpg) center no-repeat;
float:left;
}
#box .text1{
 font-family: Ebrima;
 font-size:17px;
 color:#0681be;
 padding:0px 20px 20px 20px;
}
#box .text2{
 font-family: Ebrima;
 font-size:15px;
 color:#000000;
 padding:0px 0px 0px 35px;
}
#box3{
height: 380px;
width: 960px;
vertical-align: middle;
margin: 0;
background:url(../images/box_konto.jpg) center no-repeat;
 padding: 0;
float: left;
}

#box3 .formularz{
width: 960px;
vertical-align: middle;
float: left;
}

#galeria_tlo{
  margin:0 auto;
  width:960px;
  background:url('../images/galeria_tlo.jpg') center no-repeat;
  height: 882px; 
}
#galeria_tlo2{
  margin:0 auto;
  width:960px;
  background:url('../images/galeria_tlo2.jpg') center no-repeat;
  height: 660px; 
}
#galeria_box{
width: 960px;
float: left;
font-family: Ebrima;
font-size:14px;
 padding:30px 60px 20px 70px;
}

/* end kontakt */

  /* form styling */
.form_settings { 
  margin: 0;}

.form_settings p { 
  padding: 0 0 10px 0;}

.form_settings span { 
  padding: 5px 30px 0 0; 
  float: left; 
  width: 140px; 
  color:#464646;
  font-family: Ebrima;
  font-size:14px;
  text-align: right;}
  
.form_settings input, .form_settings textarea { 
  padding: 4px; 
  width: 400px; 
  border: 0;
  border-bottom: 1px solid; 
  background: #7f779a;}
  
.form_settings .submit { 
  border: 0; 
  width: 100px; 
  margin: 0; 
  height: 33px;
  padding: 2px 0 3px 0;
  color:#ffffff;
  font-size:12px;
  cursor: pointer; 
  border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;}

.form_settings textarea, .form_settings select { 
  border: 1px solid; 
  border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  width: 400px;
  overflow: auto;}

.form_settings select { 
  width: 304px;}

.form_settings .checkbox { 
  margin: 4px 0; 
  padding: 0; 
  width: 14px;
  border: 0;
  background: none;}
  