﻿html, body {
	height:100%
	}
body {
	margin: 0 auto;
	padding: 0;
	background: #FFFFF0 url('../img/bg01.png') repeat-y top center;
	}
a { /*THIS to hide focus borders on all links*/
	outline:expression(hideFocus=‘true’); 
	outline:0;
	border:0px; 
	}
img {
	border:0px;
	}

/*MAIN section */
#main, #statut, #wladze, #zapisy, #contact, #zzycia, #letter, #rada, #reg {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	width:860px;
	margin: 20px auto;
	line-height: 18px;
	color: #494949;
	}
#statut h1, #wladze h1, #zapisy h1, #contact h1, #zzycia h1, #letter h1, #rada h1, #reg h1 {
	font-size:24px;
	margin: 0 0 20px 0;
	text-align: center;
	letter-spacing:8px;
	}
#statut h2, #wladze h2, #zapisy h2, #zzycia h2, #letter h2, #rada h2, #reg h2 {
	font-size:18px;
	margin: 0 0 20px 0;
	text-align: center;
	}
#sidebar a:link, #footer a:link, #zapisy a:link, #contact a:link, #reg a:link, #rada a:link, #letter a:link, #frontpage a:link, #story a:link, #zzycia a:link {
	text-decoration:none;
	font-weight:bold;
	color:#0066CC;
	}
#sidebar a:visited, #footer a:visited, #zapisy a:visited, #contact a:visited, #reg a:visited, #rada a:visited, #letter a:visited, #frontpage a:visited, #story a:visited, #zzycia a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#0066CC;
	}
#sidebar a:hover, #footer a:hover, #zapisy a:hover, #contact a:hover, #reg a:hover, #rada a:hover, #letter a:hover, #frontpage a:hover, #story a:hover, #zzycia a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#CC3300;
	}

/* main page container */
#container {
	position:relative;
	min-height:100%;
	_height:100%; /* for IE6 as it does not understand the min-height property*/
	color: #303030;
	margin: 0 auto;
	width: 900px;
	}

/* main content area */
#maincontent {
	padding-bottom:40px; /* edit the '40px' to match the height of your footer */
	}	

/* header declarations */
#header {
	position:relative;
	margin: 0 auto;
	padding: 0;
	font-size:0px;
	height:185px;
	width:900px;
	}
#logo {
	position:absolute;
	float:left;
	height:185px;
	width:186px;
	margin-left:1px;	
	}
#headright {
	position:relative;
	float:right;
	width:712px;
	height:184px;
	margin-right:1px;
	border-top:black 1px solid;	
	}
#mainheader {
	position:relative;
	float:left;
	width:712px;
	background:yellow;
	height:149px;
	margin-right:1px;
	background: #fff url('../img/logo01.png') no-repeat left top;
	}	
.mydate {
	font: normal 12px Tahoma, Verdana, sans-serif;
	color:white;
	text-align:right;
	padding-right: 10px;
	padding-top:3px;
	vertical-align:top;
	}

/* main navigation bar */	
#nav {
	position:relative;
	float:left;
	height:35px;
	width:712px;
	background: url('../img/navbg.png') repeat-x top;
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-right:1px;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	margin-left: 14px;	
	}
#nav ul li {
	display: block;
	float: left;
	margin: 0;
	height:35px;
	}	
#nav ul li a {
	display: block;
	float: left;
	height:23px;
	color: #666;
	text-decoration:none;
	padding: 9px 16px 0 20px;
	background: url('../img/navmain.png') no-repeat top left;
	}
#nav ul li a:hover {
	color: #FFFFFF;
	background: url('../img/navgray.png') no-repeat top left;
	}
#nav ul li a.current {
	color: #CC3300;
	background: url('../img/navwhite.png') no-repeat top left;
	}
#nav ul li a.empty {
	color: #666;
	background: url('../img/navmain.png') no-repeat top left;
	cursor:default;
	}	

/* sidebar section */
#sidebar { /*for links declarations see MAIN section */
	font-size: 0px;
	float: right;
	width: 240px;
	color: #333300;
	padding: 10px 5px 0 0;
	* padding: 10px 5px 40px 0; /* the asterisk hack: extra 40px added for all versions of IE */
	line-height: 14px;
	background-color:#FFFFFF;
	margin-right: 1px;
	}
#sidebar img { /*THIS prevents ugly image borders*/
	border:0;
	}
.SBTop, .SBTeaser, .SBInfo, .SBBottom {
	width:232px;		
	}
.SBTeaser, .SBInfo, .SBBottom {
	margin: 0 auto;	
	}
.SBTeaser, .SBInfo, .SBButton {
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;	
	}
.SBTeaser p, .SBInfo p, .SBButton {
	margin-top:0px;
	}
.SBTop {
	height:36px;
	margin-left:auto;
	margin-right:auto;
	background: url('../img/upper.png') no-repeat;
	padding-bottom:0;
	}
.SBHeader {
	width:211px;
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:left;
	padding-left:5px;
	padding-top:4px;
	}
.SBHeaderImg {
	width:21px;
	padding-top:6px;
	padding-left:4px;
	}
.SBTeaser, .SBInfo {
	background: url('../img/middle.png') repeat-y;	
	}
.SBTeaser p, .SBInfo p {
	text-align:justify;
	padding:0px 6px 0px 6px;
	margin-bottom:6px;
	}
.SBBottom {
	background: url('../img/down.png') no-repeat;
	height:24px;	
	}
.SBButton {
	float:right;
	padding:5px 6px 0px 6px;
	}

/* frontpage section */
#frontpage {
	margin: 10px 252px 18px 8px;
	padding: 0 12px 0 10px;
	border-right: 1px solid #DDD;
	* padding-bottom:1px; /* IE hack */
	}	
#frontpage h2, #story h2 {
	font: bold 18px Georgia, Times, 'Times New Roman', serif;
	color: #000000;
	margin: 10px 0 12px 0;
	text-align: left;
	}
#frontpage p, #story p {
	font: normal 12px/16px Verdana, Geneva, Helvetica, sans-serif;
	color:#494949;
	text-align: justify;
	text-indent:12px;
	padding-bottom:12px;
	margin:0;
	}
#frontpage p {
	border-bottom: 1px #C0C0C0 dotted;
	}	
#frontpage div.subheader, #insert div.subheader, #story div.subheader, #sidebar div.subheader {
	font:bold 10px Arial;
	text-transform:uppercase;
	color:#000000;
	height:25px;	
	padding-top:7px;
	padding-left:6px;
	background: url('../img/subheaderbg.png') repeat-x top left;
	}
#frontpage a { /*for MORE links declarations see MAIN section */
	font-family:Verdana;
	font-size:11px;
	text-transform:uppercase;
	}

/*insert section */
#insert {
	float:right;
	width:240px;
	background-color:white;
	padding:0 0 12px 12px;	
	}
#insert h2 {
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top:4px;
	margin-top:0;
	}
#insert p {
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:justify;
	text-indent:0;
	padding-bottom:5px;
	}
.inserttext {
	width:240px;
	background-color:#EEEEEE; 
	}
#insert table {
	*border-collapse:collapse;
	}
.leftcol, .rightcol {
	width:8px;
	border-top: 2px #CC3300 solid;
	border-bottom: 2px #CC3300 solid;	
	}
.leftcol {
	border-left: 2px #CC3300 solid;
	}
.rightcol {
	border-right: 2px #CC3300 solid;
	}

/* komunikat section */
#komunikat {
	background-color:#EEEEEE;
	margin-top:10px;
	margin-bottom:16px;
	}
#komunikat table {
	*border-collapse:collapse;
	}
.toprow, .bottomrow {
	border-left: 2px #CC3300 solid;
	border-right: 2px #CC3300 solid;
	height:10px;
}
.toprow {
	border-top: 2px #CC3300 solid;
	}
.bottomrow {
	border-bottom: 2px #CC3300 solid;
	}
.komtitle, .komtext {
	padding-left:8px;
	padding-right:8px;
	text-align: justify;		
	}
.komtitle {
	padding-bottom:4px;
	padding-top:6px;
	font: bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#CC3300	
	}
.komtext {
	padding-top:4px;
	padding-bottom:6px;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

/*komunikatpraw section */
#komunikatprawtable {
	width:auto; 
	background-color:#EEEEEE; 
	margin-top:10px; 
	margin-bottom:2px;
	}
.komunikatprawtoprow, .komunikatprawbottomrow {
	height:8px;	
	}
.komunikatprawtopcell, .komunikatprawbottomcell {
	border-left:2px #CC3300 solid; 
	border-right:2px #CC3300 solid;
	font:normal 8px Verdana;
	}
.komunikatprawtopcell {
	border-top:2px #CC3300 solid;
	}
.komunikatprawbottomcell {
	border-bottom:2px #CC3300 solid;	
	}
.komunikatprawtitle {
	padding-left: 6px; 
	padding-right:6px;
	font:bold 12px Verdana;
	}
.komunikatprawtext {
	padding: 4px 6px 2px 6px; 
	font:normal 11px Verdana;
	text-align:justify;
	}

/* story section */
#story { /*for links declarations see MAIN section */
	width:800px;
	margin:12px auto;
	}	
#story p.firstblock {
	color:#808080;
	}
#story ul {
	padding-top:0;
	margin-top:0;
}
#story ul li {
	font: normal 12px/16px Verdana, Geneva, Helvetica, sans-serif;	
	}
	
/* statut section */
#statut p {
	color:#494949;
	margin-top:6px;
	margin-bottom:6px;
	margin-left:0px;
	padding-left:0px;
	}
#statut ol {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:24px;
	padding-left:0px;
	}
#statut ol.inside {
	padding-top: 6px;
	padding-bottom:6px;
	}		
#statut li {
	font: normal 12px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #494949;
	text-align: left;	
	}		
.chapter, .article, .text {
	color: #494949;
	}
.chapter, .article {
	text-align: center;
}	
.chapter {
	font: bold 14px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top:20px;
	}
.article {
	font: bold 12px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top:12px;	
	}
.text{
	font: normal 12px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	}			

/* wladze section */
#wladze p {
	font: normal 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#494949;
	text-align: justify;	
	margin-top:6px;
	margin-bottom:6px;
	}
#wladze a {
	text-decoration:none;
	color:#0066CC;
	font-weight:bold;
	}	
#wladze table {
	font: normal 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #494949;
	margin-top: 12px;
	margin-bottom: 25px;
	}
#wladze table.center {
	margin-left: auto; 
	margin-right: auto;
	}		
#wladze td.col1 {
	width: 240px;
	}
#wladze td.col2 {
	width: 240px;
	text-align:right;
	}

/* zapisy section */
#zapisy h2.h2left { /*for links declarations see MAIN section */
	text-align:left;
	margin-bottom:20px;
	}
#zapisy p {
	font-size: 12px;
	color: #494949;
	margin-top:6px;
	margin-bottom:6px;
	}
#zapisy hr {
	width:50%;
	}	
#zapisy ul {
	margin-left: 116px;
	margin-right: 116px;
	padding-left:0px;
	}
#zapisy li {
	font: normal 12px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
#zapisy li a:link { /* Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!*/
	text-decoration:none;
	color: #0066CC;
	font-weight: bold;
	}
#zapisy li a:visited {
	text-decoration:none;
	color: #0066CC;
	font-weight: bold;	
	}				
#zapisy li a:hover {
	text-decoration: underline;
	color:#CC3300;
	font-weight: bold;	
	}
.dopobrania {
	margin-left:100px;
	margin-right:100px;
	}
.morespace {
	margin-left:12px;
	}

/* contact section */
#contact p { /*for links declarations see MAIN section */
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#494949;
	margin-top:6px;
	margin-bottom:6px;
	}
#contact p.naglowek {
	padding-top:16px;
	padding-bottom: 8px;
	font-weight:bold;
	}
#contact p.dane {
	padding-top:0px;
	padding-bottom:0px;
	margin-left:6px;
	font-size:14px;
	}

/* zzycia section */
#zzycia a { /*for MORE links declarations see MAIN section */
	font-family:Verdana;
	font-size:11px;
	text-transform:uppercase;
	}
.img1, .img2, .img3, .img4 {
	height : 540px;
	width : 720px;
	margin-left: auto;
	margin-right:auto;	
	}
.img1 {
	background : url("../gal/img01.jpg") no-repeat;
	}		
.img2 {
	background : url("../gal/img02.jpg") no-repeat;
	}
.img3 {
	background : url("../gal/img03.jpg") no-repeat;
	}
.img4 {
	background : url("../gal/img04.jpg") no-repeat;
	}
.fototext {
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:justify;
	margin: 6px 70px 6px 70px;	
	}

/* letter section */
#letter p { /*for links declarations see MAIN section */
	font: normal 12px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #494949;
	margin-top:6px;
	margin-bottom:6px;
	padding-left:16px;
	padding-right:16px;		
	}
p.letterintro {
	padding-top:12px;
	text-align:justify;
	}
.zaproponuj {
	text-align:right;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:20px;
	}
.LTable {
	text-align:center;
	width:800px;
	margin: 24px auto 12px auto;
	}
.LTable table {
	margin-left:auto;
	margin-right:auto;
	}
.LTable td {
	font: normal 12px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left:20px;
	padding-right:20px;
	width:350px;	
	}
#LText {
	margin: 0px 13px 0px 16px;
	padding: 0px 12px;
	border-left: 2px #CC3300 solid; 
	border-right: 2px #CC3300 solid;
	}
#LText p {
	text-align:justify;
	font:normal 12px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

/* rada section */
#rada p { /*for links declarations see MAIN section */
	font-size: 12px;
	color: #494949;
	margin-top:6px;
	margin-bottom:6px;
	padding-left:16px;
	padding-right:16px;		
	}
#rada ul {
	padding-top:4px;
	}
#rada li {
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #494949;	
	}

/* reg section */
#reg p { /*for links declarations see MAIN section */
	font: normal 12px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#494949;
	text-align:justify;
	margin-top:6px;
	margin-bottom:6px;
	}
#reg img {
	border:0;
	}
.RTable {
	width:640px;
	margin-left:auto;
	margin-right:auto;
	}
.RHeader {
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	width:625px;
	height:17px;
	padding:4px 0;
    }
.RImage {
	width:15px;
	}
#reg li {
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #494949;
	line-height:16px;
	text-align:left; padding:3px 0;	
	}		

/* footer section */
#footer { /*for links declarations see MAIN section */
	position: relative;
	margin: 0 auto;
	width: 860px;
	margin-top:-40px; /* again edit the '40px' to match the height of your footer.  */
	padding: 6px 0 8px 0;
	border-top: 1px solid #ddd;	
	text-align: center;
	clear:both;
	} 
#footer p {
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px auto;
	}

