html{
  height: 100%;
  min-height: 100%;
}

body {
	background-repeat: no-repeat;        
	background-attachment: fixed;     
	background-position: bottom right;
	margin: 0px;
	font-size: 12pt;
	font-family:Tahoma;
	background-color: #aaa;
	color:#404040;   
  height: 100%;
}

  
table{
	border-collapse: collapse;
}

td{
	padding: 5px;
}   

h2{
	font-size: 15pt;
	margin-bottom: 5px;
}

.main{
	width: 700px;
	background-color: #fff;
}

.float{
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	width: 700px;
}

#wrapper {
  height: 100vh;
}

#content{
  min-height: calc(100vh - 260px);
}

.stopka{
	width: 100%;
}

.menu{
	padding: 5px;
	font-size: 120%;
	background-color: #fff;
	text-align: center;
}

.menua{
	padding: 5px;
	font-size: 120%;
	background-color: #fff;
	text-align: center;
}

.menu:hover{
	background-color: #f00;
}

.menua:hover{
	background-color: #f00;
}

a{
	text-decoration: none;
	color: #555;
}

.menua a{
	text-decoration: none;
	color: #444;
}

.menua a:hover{
	transition-duration: 500ms;
	color: #000;
}

a:hover{
	transition-duration: 500ms;
	color: #000;
}

.title{
	text-align: center;
	color: white;
	font-size: 300%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color:#202090;
}

.title2{
	text-align: center;
	color: white;
	font-size: 150%;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color:#4040a0;
}

.expo{
	text-align: center;
	color: navy;
	font-size: 230%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.expo2{
	font-size: 90%;
}

.hline{
	height: 1px; 
	overflow:hidden;
	background-color: #777;
	font-size:0px;
	padding: 0px;
}

.bigContent{
	font-size:120%; 
	padding: 10px;
	text-align:center;
}

.rejestracja{
	font-size: 90%;
	background-color:#eee;
}

.lista{
	width: 100%;
	font-size: 90%;
	background-color:#eee;
}

.lista td{
	padding: 10px;
	border-style:solid;
	border-width:1px;
}

ul {
	padding:0;
	font-size: 120%;
	text-align:center;
}

li{
	font-size:80%;
	padding-top: 10px;
}

li:nth-child(even) {
	background-color: #F5E5DD;

}
li:nth-child(odd) {
  	background-color: #E4D4CC;
}

.secondLine {
	font-size:90%;
	font-style: italic;
}

.importantes {
	font-weight: bold;
}

#komunikat {
	font-weight: bold;
	background-color: #5d5;
	font-color: black;
	text-align: center;
}