html, body {
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	
}

a:link {
	color: black;
}

a:visited {
	color: black;
}
		

a:active {
	color: black;
}

a { 
	text-decoration: underline; 

}

a:hover { 
	text-decoration: underline; 
	color: red;

}

#top {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#NAGLOWEK {
	height: 205px;
	background-image: url(panorama4.jpg);
}

#MENU {
	width: 960px;
	float: left;
	overflow: hidden;
	background-color: #fff;
	font-family: Calibri, Verdana, Arial;
	font-size: 13px;
	text-align: center;
		
}

#mainmenu {
	font-family: "Calibri";
	font-size: 15px;
	text-align: center;
	font-weight: bold;
}

/* pop-up */ 
#wrapper{
	color:#000000;
	font-family: "Tahoma";
	font-size:14px;
	text-align: justify;
	margin:0 auto;
	width:800px;
}

#wrapper a{
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

.box {
    background-color: #ffffff;
    color: #888888;
    height: 400px;
    left: 100%;
    padding: 20px;
    position: fixed;
    right: 30%;
    top: 5%;
    width: 400px;
    z-index: 101;
	border:8px solid green;
	border-radius:10px;
	-moz-border-radius:10px;
}

.overlay {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
	opacity:0.8;
}

a.boxclose {
    background: url("cancel.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 32px;
    position: relative;
    top: -33px;
    width: 26px;
}

#INFORMACJE {
	width: 165px;
	float: right;
	overflow: hidden;
	background-color: white;
	text-align: center;
}

#TRESC {
	width: 790px;
	float: left;
	background-color: #EEEEEE;
	font-family: "Calibri";
	font-size: 15px;
	text-align: justify;
	padding-top: 10px;
	
}
#WIADOMOSC {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
	width: 770px;
	background-color: #EEEEEE;
	font-family: "Calibri";
	color: #222222;
	font-size: 15px;
	text-align: justify;
	border:1px red;
	border-right-style: none;
	border-left-style: none;
	border-top-style: solid;
	border-bottom-style: none;
}
#WIADOMOSC img {
	box-shadow: 0 0 3px gray;
	
}


#GALERIA {
	width: 600px;
	float: left;
	overflow: hidden;
	background-color: #fff;

}

#TRESCINNE {
	width: 790px;
	height: 965px;
	float: left;
	background-color: #EEEEEE;
	font-family: "Calibri";
	font-size: 15px;
	text-align: justify;
	padding-top: 10px;
}


#partnerzy0 {
	width: 160px;
	height: 80px;
	float: left;
	background-position: right;
	background-image: url(logo_marpol.jpg);

}
#partnerzy0 a {
	display: block;
}



#partnerzy1 {
	width: 160px;
	height: 100px;
	float: left;
	background-image: url(logoetb.jpg);

}
#partnerzy1 a {
	display: block;
}

#partnerzy2 {
	width: 160px;
	height: 100px;
	float: left;
	background-image: url(ZAnka.jpg);

}
#partnerzy2 a {
	display: block;
}


#partnerzy3 {
	width: 160px;
	height: 168px;
	float: left;
	font-style: italic;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #006633;
	border:1px red;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: solid;
	
}
#partnerzy3 a {
	display: block;
}


h1 {	
	font-family: "Calibri";
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	text-align: justify;
	text-decoration: none;
						
}

h2 {	
	font-family: "Calibri";
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
					
}

h3 {	
	font-family: "Calibri";
	font-weight: bold;
	font-size: 15px;
	text-align: justify;
	text-decoration: none;
					
}

#data {
	font-family: "Calibri";
	font-size: 13px;
	text-align: justify;
	color: grey;
			
}

	
#pdodatki {
	margin: 5px 5px 5px 5px;
	font-family: "Calibri";
	font-size: 10px;
	text-align: center;
	position: relative;
	left: 0.5%;	
}

#imieniny {
	font-family: "Verdana";
	font-size: 11px;
	text-align: center;
}

/* prawa autorskie */ 
#footer {
	width: 960px;
	float: left;
	font-family: "Calibri";
	font-size: 10px;
	text-align: center;
}

#footer a {
   	font:  11px/18px Calibri, sans-serif;
    	text-decoration: none;
    	color: grey;
}

#footer a:hover {
    	color: black;
}


#menu {
	background: #000000;  
	height: 23px;
}
#menu ul {
  margin:0;padding:0;
	
}
#menu ul a {
  text-decoration: none;
}
#menu ul li {
  list-style: none;
  float: left;
  position: relative;
}
#menu ul li a {
  background: #000000;
  color: #fff;
  border: 1px solid #333;
  display: block;
  padding: 1px;
  width: 188px;
}
#menu ul ul {
  padding:0;
  overflow: hidden;
}
#menu ul ul li {
  float: none;
  display: none;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;  
}
#menu ul ul li a {

  background: white;
  color: black;
  border:none;
}
#menu ul ul li a:hover {
  background: white;


}
#menu ul li a:hover, 
#menu ul li:hover ul li {
  display:block !important;
  color:red
}

#tab {
	width: 180px;
	height: 420px;
	position: fixed;
	top: 50px;
	background-color: #fff;
	border: 5px solid #22b14c;
	left: -190px;
	-webkit-transition: left 0.5s ease-out;
	-moz-transition: left 0.5s ease-out;
	-o-transition: left 0.5s ease-out;
	transition: left 0.5s ease-out;
	
	font-family: "Calibri";
	font-weight: bold;
	font-size: 12px;
	text-align: center;

}

#tab:after{
   content: url('przycisk.png');
   position: absolute;
   right: -31px;
   top: -5px;
   cursor: pointer;
 
}

#tab:hover {
   left: 0;
}

#warsztaty {
	width: 241px;
	height: 341px;
	background-image: url(http://wielopole.aq.pl/other/plakat.jpg);
	background-size: cover;
	position: fixed;
	top: 200px;
	background-color: #fff;
	border: 5px solid #99d9ea;
	left: -251px;
	-webkit-transition: left 0.8s ease-out;
	-moz-transition: left 0.8s ease-out;
	-o-transition: left 0.8s ease-out;
	transition: left 0.8s ease-out;
	
	font-family: "Calibri";
	font-weight: bold;
	font-size: 14px;
	text-align: center;

}

#warsztaty:after{
   content: url('przycisk1.png');
   position: absolute;
   right: -32px;
   top: -5px;
   cursor: pointer;
 
}

#warsztaty:hover {
   left: 0;
}

/*
zakladka do bloga
*/
#box-lewy {
	width: 190px;
	margin-top: 40px;
	float: right;
	font-size: 14px;
	overflow: hidden;
	background: #21759b;
	color: white;
}
#box-lewy a:hover{
	color: red;
}

#box-lewy a{
	color: white;
}
#ukryj a{
	font-size: 10px;
	color: white;
}

#pokaz {
	position: fixed;
	z-index: 2;
	right: -1px;
	float: right;
	padding-top: 40px;
	display: none;
	width: 0px;
	height: 100px;
	cursor: pointer;
}
#pokaz span {
	display: block;


#FBox {
    position: fixed;
    z-index: 99;
    width: 80%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    font-family: Verdana;
    display: none;
}

#FBox_content {
    background: #DDDDDD;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 772px; /* szerokosc Like Box + 20px */
    position: relative;
    margin: auto;
    padding: 10px 0px 6px 0px;
    text-align: center;
    border: 4px solid rgba(255, 255, 255, .4);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

#FBox_close {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 16px;
    color: red;
    background: #DDDDDD;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    border: 2px solid red;
    padding: 0px 0px 1px 0px;
    width: 24px;
    height: 23px;
    cursor:pointer;
}
	font-size: 24px;
	height: 30px;
	margin-top: 20px;
	padding: 10px 0 10px 10px;
	width: 20px;
}

#trescblog {
	padding-top:10px;
	color:#1c1c1c;
	margin-left:200px;
}