/* -----------Global -----------*/

BODY {
		margin:0px; 
		padding:0px;
		}

h2 {
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
	padding-left: 0px;

}
img {border: none;}

blockquote {
margin-top:0px;
padding-top:0px;
margin:10px;
}

/* -----------body -----------*/
.stopka{
font-size: 9px;
	color: #c0c0c0;
	font-family: Verdana;
	
}

#podgalerie {
position: relative;
text-align:center;
left:600px;
width: 350px;
}

#f1, #f2, #f3 {
left:550px;
}
.gallery_container {
	width:800px;

	font-family: Verdana;
	font-size: 11px;
	color: #666666;
}

.gallery_header {
	width: 400px;
	margin-left: 560px;
	padding-right: 10px;
}


.tekstglowny {
	width:360px;
	overflow:auto;
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	text-align: left;
	padding: 5px 10px 0px 25px;


}

.tekstglowny a:link, .tekstglowny a:visited {
	color:#186796;
	text-decoration:none;
	font-weight:bold;
}

.tekstglowny_table {
	padding:3px;
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	border-color:#CCCCCC;
}

.tekstglowny p {
	margin:3px 3px 3px 0;
	padding:3px 3px 3px 0;
}

.tekstglowny a:hover {
	color:#186796;
	text-decoration:underline;
}

.tekstglowny blockquote {
 padding-left:0px;
}


/*---galeria_css --------*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
width:350px;
position: relative;
left:600px;
height:150px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 1px 1px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid red;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -60px;
left: -570px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/*-----galeria_css druga--------*/ 
#showimage{
margin-left:30px;
margin-top:50px;
width:510px;
position:absolute;
visibility:hidden;
border: 1px dashed gray;
text-align:center;
background-color: #FFFFCC;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #FFFFCC;

min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#990000;
font-size:10px;
margin: 10px;
padding: 10px;
}

a.button, span.button{
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
color:#990000;
font-size:10px;
margin: 10px;
padding: 5px;
}

a:hover.button {
text-decoration: underline;
}

a.newsletter{
color: #ffffff; 
font-size: 14px; 
font-family: Arial, Verdana, Helvetica, sans-serif;;
text-decoration: none;
}

a:hover.newsletter {
color: #ED1B23;
}
