body {
	margin: 20px 0;
	padding: 0;
	background: #DEEEFE;
	color: #FFFF00;
}

#other {
	margin: -20px 0 -20px 0;
	width: auto;
	padding: 30px;
	background: #383838;
	color: #FFFF00;
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 13px;
}

#other ul, li {
	color: #FFFF00;
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 13px;
	text-decoration: none;
}


a:link {color: #FFFF85; text-decoration: none}

h1, h5, h6 {
	font-family: "Times New Roman", Georgia, serif;
	font-style: italic;
	font-weight: normal;
	color: #FFFF00;
}


h2 { font-family: "Times New Roman", Georgia, serif;
	font-style: italic;
	font-weight: normal;
	color: #FFFF00;
	font-size: 1.8em;
	padding-left: 10px;
	margin-top: 20px;
}

h3 { font-family: "Times New Roman", Georgia, serif;
	font-style: italic;
	font-weight: normal;
	color: #FFFF00;
	font-size: 1.25em;
	padding-left: 10px;
	margin-top: 20px;
}
h4 { font-family: "Times New Roman", Georgia, serif;
	font-style: italic;
	font-weight: normal;
	color: #FFFF00;
	font-size: 1.05em;
	padding-left: 4px;
	margin-top: 15px;
	margin-bottom: 0px;
}



p, ul, ol, blockquote {
	font-family: Arial, Helvetica, "MS Trebuchet", sans-serif;
	font-size: 12px;
	background: none;
}

table, tr, td {
	font-family: Arial, Helvetica, "MS Trebuchet", sans-serif;
	font-size: 11px;
}

a {
	color: #FFFF85;
}

a:hover {
	text-decoration: none;
	color: #FF4400;
}

/* Header */

#header {
background: #FFFF00 url("images/.jpg") no-repeat left bottom;
	width: 800px;
	height: 143px;
	margin: 0 auto 10px auto;
	-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
filter: grayscale(100%);
}




/* Content */

#content {
	width: 800px;
	height: 1130px; /*wysokość strony*/
	margin: 0 auto;
	background: url(images/background-3-CB.gif) repeat-y;
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
	color: #FFFF00;
}

a#rollover {display: block; width: 300px; height: 218px; 
             background: url(images/budynek3.jpg);
		float: left; 
		margin: 0px 20px 4px 0px;
		border: solid 1px #FFFF00;
}

a:hover#rollover { border-color: #FFFF00; background-position: 0 -218px;
}

#lewa {
	float: left;
	width: 610px;
	padding: 6px 10px 10px 20px;
	background: #111111 url(images/img2-CB-3.gif) no-repeat left top;
}
#prawa {
	float: right;
	width: 134px;
	padding: 4px 10px 0 0;
	background: #111111 url(images/img3-CB-3.gif) no-repeat right top;
}

#prawa ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-family: Arial, Helvetica, "MS Trebuchet", sans-serif;
	/*font-size: 12px;*/
}


#prawa h3 {
	font-family: "Times New Roman", Georgia, serif;
	font-style: italic;
	font-weight: normal;
	color: #FFFF00;
	font-size: 1.25em;
	padding-left: 10px;
}


/*- Menu --------------------------- */

#pasek {
	width: 140px;
	margin: 0px 0px 10px 0px;
	background:  #111111;
	}
#pasek li a:link, #pasek li a:visited {
	text-decoration: none;
	color: #FFFF00;
	display: block;
	background:  #111111;
	padding: 1px;
	border-width: 1px;
	border-color: #383838;
	border-style: solid;
	}
#pasek li a:hover {
	color: #FFFF00;
	background:  #111111;
	padding: 1px;
	}

#footer {
	width: 800px;
	height: 40px;
	margin: 0px auto;

	background: url(images/background-3-CB.gif) repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FEFEFE;
}

#aktualizacja {
	float: left;
	margin: 0 0 0 0px;
	padding: 24px 0px 0 16px;
	background: none;
	color: #FFFF00;
	font-family: "Times New Roman", Times, Georgia serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}	


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
.thumbnail:hover{
background-color: transparent;
}
.thumbnail:hover img{
border: 1px solid white;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
left: -1000px;
border: 1px solid white;
visibility: hidden;
}
.thumbnail span img{ /*CSS for enlarged image*/
border: 1px solid white;
}
.thumbnail:hover span { /*CSS for enlarged image*/
position: fixed;
visibility: visible;
top: 20px;
left: 20px; /*position where enlarged image should offset horizontally */
z-index: 50;
}



.shadow-blue{
box-shadow: 7px 7px 8px #020951;
-webkit-box-shadow: 7px 7px 8px #020951;
-moz-box-shadow: 7px 7px 8px #020951;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#020951, offX=7, offY=7, positive=true);
}


.pas {
font-size:15px;
background:#111111;
text-align:left;
}