

/* To jest arkusz stylów strony wbbs.pl. Stronę zaprojektował i wykonał Michał Weseliński */



* {
  margin: 0;
  padding: 0;
}


body {
  font: 100% Georgia, sans-serif;
  background: #191C26;
}

a {
  color: #660033;
}

img {
  border: 0;
}

em {
  font-style: normal;
  font-weight: bold;
}

#ankieta {
  display: block;
  width: 100%;
  color: #FFD97B;
  background: #660033;
  font-variant: small-caps;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  padding: 1em 0;
  border-bottom: 1px solid #E55029;
  position: absolute;
  top: 0;
  z-index: 2000;
}

#ankieta:hover {
  background: #A60027;
}

#ankieta a {
  color: white;
  font-variant: small-caps;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 1em 0;
  border-bottom: 1px solid #E55029;
}

#ankieta a:hover {
  color: white;
  background: #A60027;
  text-decoration: underline;
}



#tekst {
  font: 100% Georgia, sans-serif;
  line-height: 1.5em;
  text-align: justify;
  width: 600px;
  position: absolute;
  left: 60%;
  top: 0;
  margin-left: -300px;
  padding: 0 40px 1em;
  color: #191C26;
  background: #FFD97B url(img/tlo.png) repeat-y;
  border: 1px solid #E55029;
  border-top: none;
  z-index: 50;
}


#info:first-letter {
  padding: 0 0.1em 0 0;
  font-size: 200%;
  vertical-align: bottom;
  color: #A60027;
}

#info {
  margin-top: 1.2em;
}

#tekst div, #tekst p {
  padding: 0 0 1em;
}


#menu {
  position: absolute;
  top: 250px;
  left: -19em;
  width: 19em;
}


#menu ul {
  list-style: none;
  background: #A60027;
  padding: 1em 0 1.5em 1em;
	border: 1px solid #E55029;
}


#menu li {
  border-bottom: 1px dotted #E55029;
}


#menu li a {
  display: block;
  padding-left: 1em;
	padding-bottom: 0.5em;
  padding-top: 0.5em;
  color: #FFD97B;
  font: bold small-caps 90% Georgia, serif;
  text-decoration: none;
  letter-spacing: 0.1em;
}


#menu li a:hover {
  color: #FFD97B;
  background: #E55029;
  text-decoration: underline;
	
}



#index a#tutaj, #biuro a#tutaj, #badania a#tutaj, #kontakt a#tutaj, #zasady a#tutaj {
  background: transparent url(img/back.png) no-repeat;
}



h1 {
  margin: 50px 0 0;
}


h2 {
  padding: 0.2em 0;
  margin: 0.5em 0;
  color: #A60027;
  border-bottom: 1px dotted #191C26;
  font-size: 1.2em;
  font-variant: small-caps;
  font-weight: normal;
}


h3, h4 {
  padding: 0.2em 0;
  margin: 1em 0 0.5em;
  color: #660033;
  font-size: 1em;
  font-weight: bold;
}

h4 {
  color: #191C26;
}


.gwiazdki {
  text-align: center;
}


#wceo a {
  display: block;
  width: 175px;
  height: 147px;
  text-indent: -9000px;
  overflow: hidden;
  text-decoration: none;
  background: url(img/WCEOlogo.png) no-repeat;
  position: absolute;
  top: 70px;
	left: -155px;
  z-index: 2000;
}


h1 a {
  display: block;
  width: 680px;
  height: 153px;
  text-indent: -9000px;
  overflow: hidden;
  text-decoration: none;
  color: #E55029;
  background: url(img/wbbs00.png) no-repeat;
  border-bottom: 1px solid #E55029;
	position: relative;
  top: -20px;
  left: -40px;
  z-index: 1000;

}


#prawa {
  color: #A60027;
}


.gwiazdki {
  text-align: center;
}


#decor {
  width: 187px;
  height: 192px;
  position: absolute;
  top: 65px;
  right: 135px;
  background: url(img/textwbbs.png) no-repeat;
  z-index: 5000;
}


ol li {
  margin: 0 0 0.5em 1.5em;
}


#zasady ul, #biuro ul, #badania ul, #kontakt ul {
  margin-bottom: 1em;
}


ul {
  padding-left: 1em;
}

.invisible {
  display: none;
}


