/** BASIC */

body {
	font: 12px/14px tahoma;
}

h1 {
	margin-top: 25px;
	padding-bottom: 13px;
	font-size: 50px;
}

h2 {
	margin-top: 15px;
	margin-bottom: 35px;
	font-size: 20px;
}

p {
	margin-top: 0;
	margin-bottom: 12px;
}

a {
	color: #000000;
}

a img {
	border: none;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

/** LAYOUT */

#main-menu {
	display: none;
}

#right {
	display: none;
}

#footer {
	display: none;
}

/** ADDED */

.text2 {
	text-align: center;
	font-size: 9px;
}

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-right: 15px;
}

big {
	font-weight: bold;
}

textarea {
	width: 300px;
	height: 100px;
}

#prijemci {
	width: 160px;
	height: 160px;
	background: #3D3930;
	overflow: auto;
	border: 1px solid #ABADB3
}

#loading {
	display: none;
}

#cena {
	margin-top: -35px;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
}

#cena small {
	font-size: 12px;
}

.koupit,
.stahnout,
.nelze,
.hlasovat,
.hlasovat-disabled {
	width: 79px;
	display: block;
	margin-bottom: 3px;
	padding: 3px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.infobox img {
	display: none;
}

#vypis-puvodni td {
	padding-bottom: 10px;
}

#vypis-upravene td {
	padding: 10px 0;
	border-bottom: 1px dashed #000000;
}

#vypis-upravene .no-border td {
	border: 0;
}

#vypis td {
	padding-bottom: 20px;
}

#seznam td {
	height: 20px;
	border-bottom: 1px dashed #000000;
}

#seznam .no-border td {
	border: 0;
}

.poradi {
	padding-right: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
	vertical-align: bottom;
}

.napis-mi {
	margin-top: 60px;
}