/* ogólne ------------------ */
* {margin:0px; padding: 0px;}
a:link {color: black;}
a:active {color: red;}
a:visited {color: black;}
a:hover {color: red; border:1px solid red;}

.prawo {background-color: transparent; border: 2px solid transparent; border-radius: 10px; width: 1.5em; height: 3ex; font-size: 20pt; font-weight: bold; color: black; cursor: pointer;}
.prawo:hover { background-color: bisque; border: 2px solid firebrick; border-radius: 10px;}
.lewo {background-color: transparent; border: 2px solid transparent; border-radius: 10px; width: 1.5em; height: 3ex; font-size: 20pt; font-weight: bold; color: black; cursor: pointer;}
.lewo:hover { background-color: bisque; border: 2px solid firebrick; border-radius: 10px;}

h1 {color: #3b3b00; font-family: arial,tahoma,sans-serif; font-style: normal; font-weight: bold; font-size: 12pt; text-align: center;}

p {font-family: helvetica,arial,tahoma,sans-serif; font-style: normal; font-size: 10pt; text-align: justify; text-indent: 25; margin: 0 auto 0 15;}

#galeria{width: 100%; margin: 0 auto; text-align: center;}
#kontener{width: 67%; margin: 0 auto;}
#clear{clear: both;}
.kolumna1{text-align:left; float: left; margin: 10px; width: auto; height: auto; position: relative; top: 300px; z-index: 2}
.kolumna2{text-align: right; float: right; margin: 10px; width: auto; height: auto; position: relative; top: 300px; z-index: 2}
.center{display: block;  margin-left: auto;  margin-right: auto; width: 60%; height: auto; position: relative; top : -70px; z-index: 1}
.text-center {text-align:center; font-size: 14px;}
.background { background-image: url('./obrazki_n/galeria_n.png');  background-size: 20%; background-repeat: no-repeat;}


