/* Generated by KompoZer */
@charset "UTF-8";
body {
  margin: 7px;
  padding: 7px;
  background: #a0856a url(grafika/tlo/spod.png) repeat-x scroll 0%;
}
div, td {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
}
img {
  border:  none;
}
h1 {
   font-size: 16px;
   color: #573f24;
}
h2 {
   font-size: 14px;
   color: #573f24;
}
ul li {
	list-style:none; /* if you’re not already using a reset */
	margin-left: 10px;
}
ul {
	margin: 0;
	padding: 0;
}

ul.lista {
	list-style-type:square; /* if you’re not already using a reset */
}

ul.lista  li {
	margin-left: 15px;
	list-style-type:square; /* if you’re not already using a reset */
}

#podklad {
  margin: auto;
  background: transparent url(grafika/tlo/srodek.png) repeat scroll 0%;
  width: 990px;
  position: relative;
}
#rodzic {
      }

      #rodzic:after {
        content:'';
        display:block;
        clear:both;
      }

      #dziecko1 {
        float:left;
        width:45%;
        border-right: 2px solid #a0856a;
        margin-left: 10px;
        padding-right: 10px;
      }

      #dziecko2 {
        float:left;
        width:45%;
        margin-left: 10px;
      }


#rp_menu {
      }

      #rp_menu:after {
        content:'';
        display:block;
        clear:both;
      }

      #rp_leftmenu {
        float:left;
        width:30%;
        border-right: 2px solid #a0856a;
        margin-left: 10px;
        padding-right: 10px;
      }

      #rp_content {
        float:left;
        width:65%;
        margin-left: 10px;
      }

.srodek {
  margin: auto;
  width: 880px;
  text-align: justify;
  color: #2c1c0a;
}
.srodek a {
  color: #573f24;
  text-decoration: none;
}
.srodek a:hover {
  color: #dfdfdf;
  text-decoration: none;
}
.srodekg {
  margin: auto;
  width: 850px;
  text-align: center;
  color: #2c1c0a;
}
.srodekg_rp {
  margin: auto;
  width: 650px;
  text-align: center;
  color: #2c1c0a;
}
.srodekg a {
  color: #573f24;
  text-decoration: none;
}
.srodekg a:hover {
  color: #dfdfdf;
  text-decoration: none;
}
#stopka {
  margin: auto;
  width: 990px;
  height: 80px;
}
.przypis {
  margin: auto;
  width: 850px;
  text-align: left;
  color: #000000;
  text-decoration: none;
  font-size: 10px;
}
.przypis a {
  color: #000000;
  text-decoration: none;
}
.przypis a:hover {
  color: #000000;
  text-decoration: none;
}
#tabela {
  margin: auto;
  width: 610px;
}
.srodekgi {
  margin: auto;
  width: 850px;
  text-align: center;
  color: #000000;
  text-decoration: none;
  font-size: 12px;
}
.srodekgi a {
  color: #000000;
  text-decoration: none;
}
.srodekgi a:hover {
  color: #000000;
  text-decoration: none;
}
.specjal {
  margin: auto;
  width: 880px;
  text-align: left;
  color: #cc0000;
  text-decoration: none;
  font-size: 12px;
}
.specjal a {
  color: #000000;
  text-decoration: none;
}
.specjal a:hover {
  color: #000000;
  text-decoration: none;
}
#ramka {
  border: 1px solid black;
  padding: 10px;
  width: 600px;
  margin-left: auto ;
  margin-right: auto ;
}
.ticker-content {
	display: block;
	width: 800px;
	background: transparent;
	border-top: 2px solid #a0856a;
	border-bottom: 2px solid #a0856a;
	padding: 0px;
	overflow: hidden;
	/*margin: 0 auto;*/

}

.ticker-container {
	width: 690px;
	background: transparent;
	float: left;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 25px;
	position: relative;
	cursor: pointer;
}

.ticker-sibling {
	padding: 0;
	background-color: #a0856a;
  padding: 0 10px 0 10px;
  margin-right: 10px;
	height: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #573f24;
	float: left;
	left: 0;
	z-index: 2000;
}

.ticker, *[class^="marquee"] {
	display: inline-block;
	white-space: nowrap;
	position:absolute;
}

.ticker{
    height:18px;
	  overflow: hidden;
	  width:750px;
	  border-top:2px solid #a0856a;
	  border-bottom:2px solid #a0856a;
    font-size: 13px;
	  position:relative;
}

.ticker-items {
    
    float: left;
    background: none repeat scroll 0 0;
	  margin: 0 0 0 10px;    
	  color: #2c1c0a;
    font-size: 13px;
    font-weight: bold;
}

.ticker-items > li {
    list-style: none inside none;
}

/** {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/

ul { list-style-type: none; }

a {
  color: #b63b4d;
  text-decoration: none;
}

.accordion {
  width: 100%;
  max-width: 360px;
  margin: 10px auto 10px;
/*  background: #a0856a;*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 5px 5px 5px 2px;
  color: #4D4D4D;
  font-size: 12px;
  font-weight: 700;
  background: #a0856a;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li.open .link { color: #b63b4d; }

.accordion li.open i { color: #b63b4d; }

.submenu {
  background: transparent;
  font-size: 11px;
}

.submenu li { border-bottom: 1px solid #a0856a; }

.submenu a {
  display: block;
  text-decoration: none;
  color: #595959;
  padding: 12px;
  padding-left: 12px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
 /* background: #b63b4d;*/
  color: #FFF;
}


.collapsible {
  background-color: #bda995;
  color: white;
  cursor: pointer;
  padding: 3px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #bfb0a1;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 3px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}