/* GLOBAL STYLES */

a {
	color: #a49700;
	font-weight: bold;
}

a:visited {
	color: #5c571f;
}

a:hover, a:visited:hover {
	color: white;
}

a.black, a.black:visited {
	color: black;
}

a.black:hover, a.black:visited:hover {
	color: white;
}

a.bar {
	font-size: x-small;
}

body {
	background: black;
	color: #d3d3d3;
	font: small/1.3 "Verdana CE", Verdana, sans-serif;
	margin: 0; padding: 0;
}

hr {
	width: 75%;
	margin: 0 auto;
}

table {
	border: none;
}

td {
	font-size: 13px;
}

/* GLOBAL CLASSES */
.justify {
	text-align: justify;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}


td.pbar {
    color: #999;
    font-weight: bold
}

table.pbar {
	background: #333;
	width: 100%
}

TABLE.buttons {
	background: #333;
	border: none;
	font-weight: bold;
}

TABLE.first {
	background: #333;
	color: #999;
	float: right;
	font-weight: bold;
}

TABLE.secnd {
	background: #333;
	color: #ec9800;
	font-weight: bold;
}

.caption {
    color: #ec9800;
	font-weight: bold;
}

.caption02 {
    color: #FFCC00;
	font-weight: bold;
}

.caption03 {
    color: #9C6B8C;
	font-weight: bold;
}

.caption04 {
    color: #FEAD41;
	font-weight: bold;
}

.label {
	color: #999;
	font-weight: bold;
}

.dead_link {
	color: #595959;
	font-weight: bold;
}

.bracket {
    color: white;
	font-weight: bold;
}

.budoucnost, .psst {
	color : #DCCBB4;
}

.psst {
	text-align: justify;
}

/* --[ fotogalerie ]-------------------------- */

.gallery div {
	text-align: center;
}

.gallery img {
	margin: 5px;
}