* {
    font-family: Verdana, non-serif;
	font-size: 1em;
}

a:link, a:visited, a:active, a:hover {
	text-decoration: underline;
	color: #561148;
	background-color: inherit;
/*	border-bottom: solid 2px #561148; */
}

a:link img, a:visited img, a:active img, a:hover img {
        border: solid 0px white !important;
}

html {
	color: #000;
	background-color: #efebe7;
}
div#container { /* poprawia lightboksa w IE */
    width: 800px; 
	color: inherit;
	background-color: #fff;
    margin: 0 auto;
	padding: 0;
	border-top: solid 1px gray;
	border-right: solid 2px gray;
	border-bottom: solid 2px gray;
	border-left: solid 1px gray;
}

div#header {
	height: 210px;
	background: url(../gfx/header.jpg) no-repeat bottom left;
}
div#header h1 {
	float: right;
	margin-top: 38px;
	margin-right: 32px;
	color: #888;
	background-color: inherit;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: normal;
}

img#logo {
	margin: 0;
}

    #tabs3 {
      float:left;
      width:100%;
      background:#561148;
      font-size:12px;
      line-height:normal;
	  text-transform: uppercase;
	  border-bottom: solid 1px #fff;
	  text-align: center;
      }
    #tabs3 ul {
	  margin:0;
	  padding:0 auto;
	  list-style:none;
      }
    #tabs3 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs3 a {
      float:left;
      background:url("../gfx/tableft3.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs3 a span {
      float:left;
      display:block;
      background:url("../gfx/tabright3.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs3 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs3 a:hover span {
      color:#FFF;
      }
    #tabs3 a:hover {
      background-position:0% -42px;
      }
    #tabs3 a:hover span {
      background-position:100% -42px;
      }  



h1 {
	color: #561148;
	background-color: inherit;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}
p {
	text-align: justify;
}
p, h2, ul, ol {
	font-size: 0.8em;
    font-family: Verdana, non-serif;
	color: #333;
	background-color: inherit;
}
h2 {
	color: #561148;
	background-color: inherit;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 1em;
	font-weight: bold;
	border-bottom: solid 1px #561148;
	text-align: left;
}
p strong, h2 {
	font-weight: bold;
	color: #561148;
	background-color: inherit;
}
h2 a {
	text-decoration: none !important;
}
p.data {
	color: #444;
	text-align: right;
	font-size: 0.6em;
} 
p.wiecej {
	text-align: right;
	font-size: 0.7em;
} 

div#side_panel {
	width: 240px;
	float: right;
	margin-top: 19px;
	padding-right: 54px;
	margin-left: 2em;
}
div#side_panel a {
	text-decoration: none;
}
div#side_panel a:hover {
	text-decoration: underline;
}
div#side_panel h1 {
	float: none;
/*	clear: both; */
	border-bottom: solid 1px gray;
	width: 100%;
	margin: 33px 0 4px 0;
	text-transform: uppercase;
	font-size: 1em;
}
div#side_panel h2 {
	font-size: 0.8em;
	font-weight: bold;
}
div#side_panel p {
	font-size: 0.7em;
	text-align: left;
}
div#side_panel h2, div#side_panel p {
	width: 180px;
	margin: 6px 0 0 39px;
	color: #555;
	background-color: inherit;
}
div#side_panel p.date {
	background: url(../gfx/calendar.jpg) no-repeat top left;
	clear: left;
	float: left;
	width: 32px;
	height: 42px;
	font-size: 8px;
	text-align: center;
	padding-top: 12px;
	color: #fff;
	background-color: inherit;
	margin: 0;
}
div#side_panel p.date:first-letter {
	font-size: 8px;
	text-transform: uppercase;
}
div#side_panel p.date, div#side_panel p.date strong {
	color: #fff;
}
div#side_panel ul li {
	list-style-type: circle;	
}

div#side_panel p.form {
	width: 100%;
	margin-left: 0 !important;
}
input#mail, input#submit {
	border: solid 1px #561148;
}
input#mail {
	color: #000;
	background-color: #f2f2f2;
	font-size: 1em;
	width: 232px;
	padding: 3px;
}
input#submit {
	color: #561148;
	background-color: #f2f2f2;
	font-size: 1em;
	padding: 5px 3px;
	margin-top: 5px;
	float: right;
}
ul#linki {
	width: 100%;
	margin: 0;
	padding: 0;
}
ul#linki li {
	display: inline;
	float: left;
	text-align: center;
	list-style-type: none;
	width: 60px;
	padding: 5px;
	margin: 5px;
	text-transform: uppercase;
	vertical-align: bottom;
	font-size: 0.7em;
}

div#footer {
	clear: both;
	width: 777px;
	height: 84px;
	min-height: 84px;
	color: #fff;
	background-color: inherit;
	margin: 2em auto 0 auto;
	padding: 0;
	background: url(../gfx/footer.jpg) no-repeat top left;
	font-size: 0.8em;
}
div#footer p {
	margin: 28px;
	color: #fff;
	background-color: inherit;
}

div#content {
	width: 453px;
	padding: 0.5em 0 0.5em 20px;
}

img.galeria_min {
	margin: 0 1px 1px 0;
}

img.biuletyn {
	display: block;
	margin: 0 auto;
	border: solid 1px gray !important;
}

p.signature {
	width: 200px;
	float: right;
	text-align: right !important;
	margin-right: 2em;
	margin-bottom: 2em;
	padding-right: 1em;
	border-top: solid 1px #aaa;
	color: #aaa;
	font-size: 0.6em;
	font-style: italic;
}

