body { 
  background-image: url('/gfx/stars/bk-gs.jpg');
  background-position: top center; 
  background-repeat:no-repeat;
}

#wrapper {
  max-width: 950px;
  min-width: 610px;
  margin: 0px auto;
  width: 100%;
  padding: 2px 5px;
}


/*********** attributes for main layout sections **********/
#top-row {
  /*border: dashed 1px blue;*/
}

#mid-row {
  /*margin-top: 40px;*/
  /*border: dashed 1px yellow;*/
}

#left-column {
  margin-top: 40px;
  width: 18%;
  float: left;
}

#right-column {
  margin-top: 40px;
  width: 80%;
  float: right;
}

#bottom-row {
}


/************ attributes for functional blocks  ***********/
#language-select  {}

#language-select a {
  color: #fff;
  font-weight: bold;
  font-size: 0.8em;
  text-decoration: none;
}

#language-select a:hover {
  color: #ccf;
}

#title {
  position: relative;
  margin-top: 10px;
  height: 100px;
  margin-left: 2%;
  /*border: solid 0px red;*/
}

#logotype {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

#info-year {
  position: absolute;
	bottom: 0px;
  left: 250px;
  
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
}

#info-year strong {
  font-size: 1.4em;
}

#stars-list {
  float: left;
  width: 39%;
  margin-top: 30px;
  line-height: 95%; 
  font-size: 1.3em;
  /*border: solid 1px red;*/
}
#stars-list a, #stars-list div.fake-a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin-left: 6px;
  font-weight: normal;
}
#stars-list a:hover {
  color: #99c;
}

#menu-top {
  padding-bottom: 1px;
  float: right;
  margin-top: 115px;
  width: 60%;
  /*border: solid 1px green;*/
}

#menu-top a {
  display: block;
  float: left;
  margin: 3px 10px;
  padding: 1px;
  color: #ddf;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.95em;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: #115;
}

#menu-top a:hover {
  color: #fff;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: #ccf;   
}

#menu-left {
  padding-top: 30px;
  border-color: #333;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}

#menu-left a {
  display: block;
  background: url('/gfx/left-menu-bk.jpg') no-repeat top left;
  padding: 3px 3px 3px 25px;
  border-style: solid;
  border-width: 1px 0px 0px 3px;
  border-color: #333;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}

#menu-left a:hover {
  background: url('/gfx/left-menu-hbk.jpg') no-repeat top left; 
}

#contents {
  color: #ddf;
  padding-right: 50px;
  padding-bottom: 40px;
}
#contents h1.section-title {
  font-size: 1.8em;
  letter-spacing: 2px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#contents h2, h3 {
  margin-top: 10px;
}
#contents p {
  margin-top: 5px;
  text-align: justify;
  line-height: 130%;
}
#contents .art-item p {
  margin-top: 0px;
}
#contents .gal-item {
	background: #112;
	padding: 10px;
	margin: 10px auto;
	width: 460px;
}
#contents p.highlight {
  margin-bottom: 10px;
}
#contents img {
  border: solid 1px #999;
}
div.art-item {
  margin-bottom: 12px;
  clear: both;
}
#contents div.gal-item h2 {
  margin: 0px;
}
#contents div.gal-item p {
  margin: 0px;
}
#contents div.gal-item p, #contents div.gal-item a.more { 
  margin-left: 130px;
}
div.art-item img.thumb  {
  float: left;
  margin: 5px 10px 15px 0px;
}
div.gal-item img.thumb {
  float: left;
  margin: 2px 5px 12px 0px;
}
div.main-news p  {
  font-size: 1.1em;
}
div.main-news h2 {
  font-size: 1.6em;
}

#partners {
  text-align: center;
  margin-top: 12px; 
  background: #fff; 
}
#partners .remark {
  letter-spacing: 4px; 
  text-transform: uppercase; 
  font-size: 0.8em; 
  color: #999;
  font-weight: bold;
  text-align: left;
  margin-left: 5px;
}
#partners-in {
  max-width: 980px;
  min-width: 610px;
  width: 100%;
  margin: 0px auto;
}
#care {
  margin-right: 5px;
}
#media, #care {
  float: left;
}

#footer {
  margin-top: 2px; 
  background: url('/gfx/footer-bk.gif') repeat-x top left;
  border-color: #7a80cc;
  border-width: 3px 0px 0px 0px; 
  border-style: solid;
  font-size: 0.75em;
  color: #41436b;
  padding: 10px 0px; 
  text-align: center;
}
#footer a {
  color: #41436b;
  font-weight: normal;
}
.slogan {
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: bold;
}
#footer div {
  margin: 3px 0px;
}

a.more {
  display: block;
  color: #f00;
  text-decoration: none;
  font-weight: normal;
}
a.more span {
  color: #ccf;
  text-decoration: none;
  font-weight: bold;
}

a.more:hover {
  color: #f00;
  text-decoration: none;
  font-weight: bold;
}
a.more:hover span {
  color: #ccf;
  text-decoration: underline;
}



/************************* xthumbz *********************/
div.xheader {
	font: bold 16pt/18pt Verdana;
}
div.container {
}
div.spacer {
	clear: both;
}
div.xthumb {
	float: left;
	font: bold 7pt Verdana;
	margin: 4px;
	width: 160px;
	text-align: center;
	padding: 6px 3px;
	padding-bottom: 12px;
	background: #112;
	height: 155px;
}
div.xthumb img {
	border: solid 1px #333;
}
div.xthumb img:hover {
	border: solid 1px #555;
}
div.xpicture {
	margin: 3px auto;
	text-align: center;
}
div.xpicture img {
	border: solid 1px #224;

}
div.xpicinfo, div.xnavbar, div.xlinks {
	font: normal 8pt/16pt Verdana;
	color: #99a;
	background: #113;
	text-align: center;
	margin: 3px auto;
	width: 350px;

}
/************************* forms *********************/

div.header {
	margin-top: 10px;
	margin-bottom: 5px;
}
div.item {
	margin-bottom: 10px;
}
div.label {
	float: left;
	width: 130px;
	padding-left: 10px;
}
div.element {
	margin-left: 145px;
}
div.note {
	text-align: center;
}

table.forma td {
	padding: 4px 10px;
	line-height: 110%;
}

#tabtickets {
	margin-top: 10px;
	font: normal 9pt Verdana;
	color: #fff;
	background: #002;
}
#tabtickets th {
	text-align: left;
	padding: 5px 8px;
	background: #225;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #aaf;
}
#tabtickets td {
	padding: 2px 8px;
	font-weight: bold
}
#tabtickets td.col1 {
	padding-left: 20px;
}

#tabtickets td.col2 {
	text-align: right;
}

#tabtickets td.summry1 {
	border-style: solid; 
	border-width: 1px 0px 0px 0px; 
	border-color: #aaf;
}
#total1, #total2, #przes {
	background: #002;
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-align: right;
	border: none;
	width: 45px;
}
#total2 {
	height: 16px;
	background: #336;
	font-size: 11pt;
	width: 60px;
}
#tabtickets td.summry2 {
	background: #336;
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	border-color: #aaf;
}
div.mediaplayer {
  margin: 10px auto;
  width: 480px;
}