@charset "utf-8";


    
html, body {
    margin:0;
    padding:0;
  }

  html {
    height: 100%;
  }


body  {
	height: 100%;
		position:relative;
background: #FFFFFF;
	text-align: center;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 400;

	
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	min-height:100%;
	position:relative;
	


	
}
#header {
	margin-top: 12px;
	margin-bottom: 12px;
	width: 760px;
	text-align: center;
	clear: both;
	width: 100%;
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	height: 61px;
	padding-bottom: 12px;
	width: 99px;
	float: left;
	background-image: url(logo.png);
	background-repeat: no-repeat;
}
#menu {
	height: 61px;
	padding-bottom: 12px;
	width: 523px;
	float: right;
	padding-left: 138px;
}

#content {
	width: 100%;
	clear: both;
	text-align: left;
	width: 100%;
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	
	
	
	
	
}
#leftColumn {
	float: left;
	width: 365px;
}
#rightColumn {
	float: right;
	width: 365px;
}

.footer a {
		color: #E5007D;
	text-decoration: none;
}

#footer-container {
	position: absolute;
	bottom: 0;
	clear: both;
	background-color: #333;
	height: 60px;
	width: 100%;
}
#footer {
	
	width: 100%;
	clear: both;
	text-align: left;
	width: 100%;
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	color: #E5007D;
	text-decoration: none;
	font-size: small;
}



#banner {
	height: 488px;
	width: 100%;
	background-image: url(banner01.jpg);
	background-repeat: no-repeat;
	clear: both;
	text-align: center;
	width: 100%;
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
	
}
#banner404 {
	height: 488px;
	width: 100%;
	background-image: url(http://www.fundacjasecesja.pl/banner01.jpg);
	background-repeat: no-repeat;
	clear: both;
	text-align: center;
	width: 100%;
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
	
}
.caption {
	color: #000;
	border: 1px solid #999;
	background-color: rgba(255,255,255,0.6);
	padding: 5px;
	margin: 20px;
	
}

#caption {
	padding-top: 320px;	
}

.li-strona-biezaca a{
	background-color: #E5007D;
	border-radius: 4px;
	text-decoration: none;
	color: #FFF;
	padding: 0 2px;
	float: left;
	width: 100px;
	margin-left: 1px;
	height: 2em;
	
}
	
	

      /* ------------------------CZĘŚĆ-GÓRNA-MENU------------------------ */

      /* wygląd głównego elementu - ol */
      ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	height: 2em;
	line-height: 2em;
	text-align: center;
      }

      /* wygląd wszystkich elementów - a - znajdujących się w elemencie - ol */
      ol a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 0 2px;
      }

      /* wygląd elementów - li - wszystkich dzieci elementu - ol */
      ol > li {
	float: left;
	width: 100px;
	margin-left: 1px;
	background-color: #FFF;
	height: 2em;
      }

      /* wygląd elementu - li - pierwszego dziecka elementu - ol */
      ol > li:first-child {
        margin-left:0;
      }

      /* wygląd elementów - li - wszystkich dzieci elementu - ol - po najechaniu kursorem myszki na element - li */
      ol > li:hover {
	background-color: #E5007D;
	border-radius: 4px;
      }

      /* wygląd elementu - a - dziecka elementu - li - będącego dzieckiem elementu - ol - po najechaniu kursorem myszki na element - li */
      ol > li:hover > a {
	color: #FFF;
      }

      /* wygląd elementu - ul - dziecka elementu - li - będącego dzieckiem elementu - ol - po najechaniu kursorem myszki na element - li */
      ol > li:hover > ul {
	display: block;
	border: 1px solid #E9E9E9;
	border-radius: 4;
      }

      /* ------------------------CZĘŚĆ-ROZWIJANA-MENU------------------------ */

      /* wygląd głównych rozwijanych elementów - ul */
      ol > li > ul {
        display:none;
        list-style-type:none;
        padding:0;
        margin:0;
      }

      /* wygląd elementu - li - w części rozwijanej */
      ol > li > ul > li {
	position: relative;
	background-color: #FDFDFD;
      }

      /* wygląd elementu - a - w części rozwijanej */
      ol > li > ul > li > a {
      }

      /* wygląd elementu - li - w części rozwijanej, po najechaniu kursorem myszki na dany element - li */
      ol > li > ul > li:hover {
	background-color: #FDFDFD;
      }

      /* wygląd elementu - a - w części rozwijanej, po najechaniu kursorem myszki na element - li */
      ol > li > ul > li:hover > a {
	color: #E5007D;
	border-radius: 4px;
      }

      /* wygląd przycisku formularza */	  
	  .btn {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  border: none !important;
  font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
  color: #ffffff;
  background: #E5007D;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

.btn:hover {
  text-decoration: none;
}
