* {
  padding: 0px;
  margin:  0px;
  border:  0px;
}

/*
  #807868 // szary
  #595449 // szary value 45%
  #f00828 // czerwony
  #005888 // niebieski
*/

body {
  text-align: center;
  font-size: 12px;
  color: #595449;
  /*background: #dce8f6;*/
  background: #000;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
}

#container {
  width: 1000px;
  text-align: center;
  background: #fafafa;
  border: 1px solid #98AAB1;
}

#head {
  width: 1000px;
  height: 280px;
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align:center;
  background: url(../img/logo-plus_nowe.jpg) left top;
  background-repeat:no-repeat;
}

#head h1 {
	padding-top: 1em;
}

#banner {
	background: #ffffff;
	width:450px;
	height:200px;
	position:relative;
	left:500px;
	top:50px;
}
#banner h1 {
	padding-top: 0.3em;
}

#banner h1, #banner h2, #banner h3 {
  /*margin-left: 18em;*/
  font-size: 1.9em;
}

#lang {
list-style-type: none;
margin: 0;
padding: 0;
position: absolute;
left:883px;
/*position: relative;
left:750px;
width: 650px;*/
}

#lang li {
  width: 50px;
  float: left;
  margin: 1px;
  text-align: center;
  padding: 1px;
  background: #807868; 
  color: white;
  border: solid 1px #fff;
}

#lang li a {
  display: block;
  color: white;
  text-decoration: none;
}

#lang li a:hover {
  text-decoration: underline;
}

#lang li.selected {
  /*background: #005888;*/
  background: #f00828;
  font-weight: bold;
}

#footer{
  	margin-left: 2px;
  	margin-top: 1px;
  	margin-bottom: 2px;
	height: 30px;
	background: url(../img/footer.jpg) left top;
  	background-repeat:no-repeat;
}

h1 {
  color: #807868;
}

#contents {
  width: 555px;
  float: right;
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 40px;
  /*border-left: solid 1px #807868;
  border-right: solid 1px #807868;
  border-left: solid 1px #ab4c1a;
  border-right: solid 1px #ab4c1a;*/
  border-left: solid 1px #cc0016;
  border-right: solid 1px #cc0016;
}

div.event{
	border:			solid 1px #c0c0c0;
	margin-top:		20px;
	padding-left:	10px;
	padding-right:	10px;
	padding-bottom:	1em;
	background:		#f0f0f0;
}

div.event h3{
	color: 			#005888;
  	font-size: 		1.2em;
  	margin: 		1em 0 0.5em 0;
	border-bottom:	solid 1px #c0c0c0;
}

h2 {
  color: #f00828;
  font-size: 1.6em;
  margin: 1em 0;
}

#contents h2 {
  margin-top: 0;
}

h3 {
  color: #005888;
  font-size: 1.2em;
  margin: 1em 0;
}

h4 {
  color: #f00828;
  font-size: 1.1em;	
  margin: 1em 0;
}

ul {
  list-style: none;
}
li {
	margin: 1em;
}

.when {
  color: #f00828;
  font-weight: bold;
}

.where {
  font-weight: bold;
}

.what {
  font-size: 	1.4em;
}

.info {
	color:		#595449;
  	font-size:	10px;
  	margin-top:10px;
  	font-weight:bold;
}

.title {
	color:		#595449;
  	font-size:	10px;
}

.title a{
	color: 		#005888;
	text-decoration:none;
}

.title a:hover{
	text-decoration:underline;
}


a {
  color: #595449;
}

a.ticket {
  color: #CC0016;
  text-decoration: none;
}

a.ticket:hover {
  color: #98AAB1;
  text-decoration: underline;
}

a.carnet {
  /** border-top: solid 2px #005888;
  color: #005888;
  #005888
  border-bottom: solid 2px #005888; */
  text-decoration: none;
  text-transform: none;
  font-weight: bold;
  
  line-height: 2em;
}

#carnets_banner {
  position: absolute;
  background: #595449;
  color: white;
  font-weight: bold;
  display: none; /* block; */
  padding: 0.2em 2em;
  text-decoration: none;
  top: 2em;
  right: 2em;
}

#organisers {
  float: right;
  width: 230px;
  margin-right:6px;
  padding-bottom:30px;
}

#organisers img{
  margin-top:10px;
  margin-bottom:10px;
}

#sponsors {
  float: left;
  width: 190px;
  height:100%;
}

#sponsors img{
  margin-bottom:40px;
}

#sponsors, #organisers {
  float: right;
  text-align: center;
}

#sponsors h4, #organisers h4 {
  color: #005888;
}
#sponsors a, #organisers a {
	display: block;
	/*padding: 0.3em 0.5em;*/
}

div.headline
{
  background: #eeeeee;
  line-height: 10px;
  border-top: 		1px solid #cc0016;
  border-bottom: 	1px solid #cc0016;
  margin: 0px 0px 10px 0px;
  text-transform: uppercase;
  font-size: 11px;
  font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
}

#carnets {
  height: 1px;
  background: #807868;
  /* margin: 0em -1em;
  padding: 1em;
  color: white; */  
}

#carnets p {
  display: none;
}

#carnets a {
  color: white; 	
}

#places {
	/* border-top: 1px solid #807868; */
	padding: 5px;
}

.clear {
  clear: both;
}

