/* MUZEUM Css */
*
{border:0;margin:0;padding:0;background:transparent;} 
html {font-size: 100%;}
a {outline: none;}
body {
font : 12px/2em Georgia, Palatino, "Times New Roman", serif;
letter-spacing: 1px;
word-spacing: 0.1em;
font-style: italic;
color: #444;
text-align: center;
margin: 0px auto;
background: #fffcd5;
}
.pdf { 
  background : url(../images/pdf.gif) no-repeat 0 center;
  padding: 2px 0 2px 26px;
  line-height : 2em;
  border: 0px solid black;
} 

a.logo img {border: 0px solid black;}
a.logo:hover img {border: 0px solid black;}

/*layout*/
#container {margin: 0px auto;border: 0px solid #669900;width: 940px;background: #fffcd5 url('../images/bg.gif') top center repeat-y;}
#header {position: relative;background: url('../images/header1.jpg') no-repeat top center;margin: 0 auto;width: 100%;height: 160px;padding: 0;}
#content {margin: 0em auto;width: 860px;}
#column {width: 260px;float: left;overflow: hidden;text-align: left;}
#main {width: 540px;float: right;display: inline;margin-right: 20px;overflow: hidden;text-align: justify;}

/* sidenav */
#sidenav{margin: 47px 0 30px 0;width:100%;padding:0;text-align:left;font-size: 1.2em;}
#sidenav ul{list-style: none;display: block;margin: 0;padding-left: 0em;border-top: 1px dotted #b22222;}
#sidenav li {height: 25px;margin-bottom: 2px; border-bottom: 1px dotted #b22222;}
#sidenav li a {
  display: block;
	background:url('../images/button.gif') top left no-repeat;
	color:#666;
	text-decoration: none;
	font-weight: 600;
	line-height: 25px;
	height: 25px;
	padding-left: 25px;
  }
#sidenav li a:hover, #sidenav ul li.selected a {background:url('../images/button.gif') bottom left no-repeat;color:#b22222;}

/* footer */
#footer
{
  background: url('../images/footer.jpg') no-repeat bottom center;
	text-align: center;
	width: 940px;
	height: 70px;
	color: #888;
	font-size: 0.8em;
	margin: 0 auto;
	padding: 0;
	clear: both;
}
#footer p{padding: 40px 0em 0em 0em;}
#footer a {color: #888;text-decoration: underline;}
#footer a:hover {color: #333;text-decoration: underline;}

/* text, lists */
p {padding: 0.5em 0;}
ul.adr {list-style-type: none;line-height: 1.8em;margin: 0em;padding: 0em;}
strong {color:#666;font-weight: 600;}

/* links */
a {color: #b22222;text-decoration: underline;}
a:hover {color: #444;text-decoration: underline;border: #fff solid 0px;}

/* images */
img { border : 0px solid #ccc;} 
a img { border : 5px solid #eee8aa;} 
a:hover img { border : 5px solid #b22222;} 
  
/* headers */
h1, h2, h3, h4, h5, h6 { 
  font : 1em Georgia, Palatino, "Times New Roman", serif;
  color : #b22222;
  font-style: italic;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform : none;
  margin-top: 20px;
  margin-bottom: 5px;
} 
h1 { font-size : 1.8em;border-bottom: 1px dotted #b22222;}
h2 { font-size : 1.6em;}
h3 { font-size : 1.5em;}
h4 { font-size : 1.4em;}
h5 { font-size : 1.2em;} 
h6 { font-size : 1em;}

/*table*/
table { 
font : 1em Georgia, Palatino, "Times New Roman", serif;
font-style: italic;
color : #444;
line-height: 1.5em;
table-layout : fixed;
border-collapse : collapse;
empty-cells : show;
background-color : transparent;
margin : 0.5em 0;
width : 100%;
} 
table td { text-align : center; border: 0px solid #b22222; padding: 5px 0;} 
table th.top { text-align : center; font-weight : normal; padding: 0px 5px 10px 5px;} 
table.partnerzy { width: 500px;}
table.partnerzy  td { text-align:left; width: 200px; padding-top: 20px;} 

/* Alignment classes */
.align-right  { text-align: right; }
.float-left   { float: left;}
.float-right  { float: right; }
.clear { clear: both; height: 3px;}
.spacer_1 {height: 1em;}
.spacer_3 {width: 100%; height: 3em;}
.hide  { display: none; }	
.red {color:#b22222;}

