body {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #ececec;
}

/* =Naglówek */
#header {
	background-color: #000000;
	height: 184px;
}

#spacerTop {
	background-color: #000000;
	border-bottom: 1px solid #690;
	height: 10px;
}

#imagePart {
	background-color: #000000;
	height: 147px;
}

/* =Navigacja górna */
#navcontainer {
	margin: 0;
	padding: 0;
	height: 25px;
	font: 11px Verdana, sans-serif;
	width: 100%;
	border-top: 1px solid #690;
	list-style-type: none;
	background: #000;
}

#navlist {
	margin: 0 0 0 0;
	padding: 0 25px;
}

#navlist li {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	display: block;
}

#navlist li a, #navlist li a:link {
	background: #000;
	color: #7f7f7f;
	text-decoration: none;
	border-top: 3px solid #000;
	padding: 3px 5px 3px 5px;
	display: block;
	font-weight: bold;
}

#navlist li a:hover {
	color: #cf9;
	border-top: 3px solid #cf9;
	cursor: pointer;

}

#navlist li a#current, #navlist li a#current:link {
	color: #690;
	cursor: default;
	font-weight: bold;
	border-top: 3px solid #690;
}

#navlist li a#current:hover {
	border-top: 3px solid #f90;
	background: #000;
	color: #f90; 
}

/* =Nawigacja lewa */
#navleft {
	position: absolute;
	padding: 0 0 0 10px;
	margin-top: 1px;
	margin-left: 0px;
	background-color: #000;
}

#navlist2 {
	padding: 0 1px 0 0;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 0;
	font: bold 11px Verdana, sans-serif;
	background: #000;
	width: 150px;
}

#navlist2 li {
	list-style: none;
	margin: 0 0 0 0;
	padding: 3px 0px 1px 5px;
	text-align: left;
}

#navlist2 li a {
	display: block;
	padding: 3px 0px 1px 5px;
	border-left: 10px solid #000;
	background: #000;
	text-decoration: none;
	width: 125px;
}

#navlist2 li a:link { color: #7f7f7f; }
#navlist2 li a:visited { color: #7f7f7f; }

#navlist2 li a:hover {
	color: #cf9;
	border-left: 10px solid #cf9;
	cursor: pointer;
}

#navlist2 li a#current, #navlist2 li a#current:link {
	color: #690;
	cursor: default;
	font-weight: bold;
	border-left: 10px solid #690;
}

#navlist2 li a#current:hover {
	border-left: 10px solid #f90;
	background: #000;
	color: #f90; 
}

/* =Tresc */
#main {
	position: absolute;
	top: 195px;
	left: 180px;
	width: 620px;
	padding-bottom: 15px;
}

#title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

#content {
	border: 1px solid #999;
	background-color: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px 5px 5px 5px;
}

div.message {
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#organizers {
	text-align: center;
}

#organizers img {
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 15px;
	border: none;
}



/* =Elementy */
p{
	margin-top: 2px;
	margin-bottom: 5px;
	text-align: justify;
}


a:link {text-decoration: none; color: #690;}
a:visited {text-decoration: none; color: #690;}
a:hover {text-decoration: none; color: #900;}
a:active {text-decoration: none; color: #690;}

table {
	margin-top: 3px;
	margin-bottom: 4px;
}

td {
	vertical-align: top;
}

td.cm {padding-left: 15px;}

input {
	border: 1px solid #690;	
	background-color: #cf9;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	width: 525px;
}

textarea {
	border: 1px solid #690;	
	background-color: #cf9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 525px;
	height: 80px;
}

h1 {
	font-size: 16px;
	color: #690;
	text-align: center;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	color:#6c0;
}
/* =Klasy */
table.full {
	width: 100%;
}

td.bold {
	font-weight: bold;
}

td.color {
	background-color: #cf9;
}

td.colorImg {
	background-color: #cf9;
	width: 251px;
}

td.boldColor {
	background-color: #cf9;
	font-weight: bold;
	color: #000;
}

td.boldColorRight {
	background-color: #cf9;
	font-weight: bold;
	color: #000;
	text-align: right;
}

td.centerColor {
	background-color: #cf9;
	text-align: center;
}

td.centerMiddleColor {
	background-color: #cf9;
	text-align: center;
	vertical-align: middle;
}

td.topColor {
	background-color: #cf9;
	vertical-align: top;
	width: 70px;
	text-align: right;
}

td.colorImage {
	background-color: #cf9;
	width: 174px;
}

td.lpColor {
	vertical-align: top;
	text-align: right;
	background-color: #cf9;
	width: 30px;
}

td.galNavPoint {
	background-color: #cf9;
	text-align: center;
	width: 29px;
	font-weight: bold;
}

td.galNavSelected {
	background-color: #690;
	color: #fff;
	text-align: center;
	width: 29px;
	font-weight: bold;
}

td.description {
	width: 70px;
	text-align: right;
	background-color: #cf9;
	vertical-align: middle;
}

td.descriptionTArea {
	width: 70px;
	text-align: right;
	background-color: #cf9;
	vertical-align: top;
}

td.header {
	color: #fff;
	background-color: #690;
	font-weight: bold;
}

td.centerHeader {
	color: #fff;
	background-color: #690;
	font-weight: bold;
	text-align: center;
}

td.colorAuthor {
	background-color: #cf9;
	color: #000;
	width: 140px;
}

td.colorHeader {
	background-color: #cf9;
	color: #000;
	font-weight: bold;
}

td.colorHeaderCenter {
	background-color: #cf9;
	color: #000;
	font-weight: bold;
	text-align: center;
}

td.colorHeaderTime {
	background-color: #cf9;
	color: #000;
	font-weight: bold;
	text-align: center;
	width: 90px;
}

.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}

.bold {
	font-weight: bold;
}

.boldColor {
	font-weight: bold;
	background-color: #690;
	color: #fff;
}

input.button {
	width: auto;
}

imgLink {
	border: none;
	text-decoration: none;
}

.orange {
	display: inline;
	color: #690;
	font-weight: bold;
}

.red {
	display: inline;
	color: #f00;
	font-weight: bold;
}

div.news {
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div.newsTitle {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

div.newsPublished {
	color: #999;
	font-size: 10px;
}

div.newsText {
	padding-top: 3px;
	font-size: 11px;
	text-align: justify;
}

div.boldLink {
	font-weight: bold;
	font-size: 14px;
}

/* menu poziome - dni */
#navcontainer3 {
	margin: 0;
}

#navlist3 {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #000;
}

#navlist3 ul, #navlist3 li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist3 a:link, #navlist3 a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 2px 10px;
	text-decoration: none;
	color: #999;
}

#navlist3 a:link#current, #navlist3 a:visited#current, #navlist3 a:hover {
	border-bottom: 4px solid #000;
	padding-bottom: 2px;
	background: transparent;
	color: #000;
}

#navlist3 a:hover { color: #000; }

/* menu poziome - tracki */
#navcontainer4 {
	margin-top: 3px;
	padding: 0;
	height: 25px;
	width: 100%;
	border-top: 1px solid #690;
	list-style-type: none;
	background: #fff;
}

#navlist4 {
	margin: 0 0 0 0;
	padding: 0 20px;
}

#navlist4 li {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	display: block;
}

#navlist4 li a, #navlist4 li a:link {
	background: #fff;
	color: #7f7f7f;
	text-decoration: none;
	border-top: 3px solid #fff;
	padding: 3px 5px 3px 5px;
	display: block;
	font-weight: bold;
}

#navlist4 li a:hover {
	color: #690;
	border-top: 3px solid #690;
	cursor: pointer;

}

#navlist4 li a#current, #navlist4 li a#current:link {
	color: #690;
	cursor: default;
	font-weight: bold;
	border-top: 3px solid #690;
}

#navlist4 li a#current:hover {
	border-top: 3px solid #690;
	background: #fff;
	color: #690; 
}
