body {
	color: #999;
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 18px;
}

a {
	color: #007CFF;
}

a.hu {
	padding-left: 15px;
	background-image: url('../images/hu.png');
	background-position: 0 4px;
	background-repeat: no-repeat;
}

strong {
	color: white;
}


/* columns */

.column {
	float: left;
	margin-left: 49px;
	padding-left: 11px;
	width: 160px;
	background-image: url('../images/vline.gif');
	background-position: top left;
	background-repeat: repeat-y;
}

.first {
	margin-left: 50px;
	padding-left: 0;
	width: 137px;
	background: none;
}

.double {
	width: 380px;
}

.triple {
	width: 600px;
}

.clear {
	clear: both;
	height: 50px;
}


/* tables */

table.rozpis {
	width: 100%;
	margin-top: 6px;
	border-collapse: collapse;
	border-bottom: 1px solid #333;
}

table.rozpis td, table.rozpis th {
	border-top: 1px solid #333;
	padding: 4px 0;
}

table.rozpis tr.noborder td {
	border-top: 1px solid #222;
}

table.rozpis th {
	color: white;
}


table.vysledky {
	width: 100%;
	margin-top: 2px;
	border-collapse: collapse;
}

table.vysledky td {
	padding: 3px 16px 3px 0;
}

table.vysledky tr.odd td {
	background: #333;
}


/* foto */

a.lightbox {
	float: left;
	width: 120px;
	height: 120px;
	margin: 0 30px 20px 0;
	text-align: center;
}

a.lightbox img {
	border: 0;
}


/* prihlaska */

input {
	border: 1px solid #333;
	background: none;
	width: 120px;
	color: #999;
	padding: 2px 3px;
	font-size: 12px;
	font-family: Georgia, serif;
}

select {
	border: 1px solid #333;
	background: #222;
	width: 194px;
	color: #999;
	padding: 1px;
	font-size: 12px;
	font-family: Georgia, serif;
}


table.prihlaska {
	float: right;
	margin: 0 50px;
	border-collapse: collapse;
}

table.prihlaska td, table.prihlaska th {
	padding: 11px 8px 10px;
}

table.prihlaska td {
	background-image: url('../images/line.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

table.prihlaska th {
	color: white;
}

a.delete {
	display: block;
	width: 16px;
	height: 17px;
	background-image: url('../images/delete.png');
	background-position: top left;
	background-repeat: no-repeat;
}

a.delete span {
	display: none;
}
