.backTop {
	background-image: url(pozadi-top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 40px;
}
.backMiddle {
	background-image: url(pozadi-stred.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.backBottom {
	background-image: url(pozadi-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
}
.dirLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	text-align: left;
	display: block;
	width: 100%;
	padding-left: 10px;
}
.dirLink:hover {
	color: #FFFFFF;
	background-color: #000000;
}


body {
	background-color: #121212;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.odkaz {
	font-family: "Trebuchet MS";
	color: #CCCCCC;
	font-size: 11px;
	text-decoration: underline;
	display: inline-block;
}

.odkaz:hover {
	text-decoration: underline;
	color: #FF0033;
}

.nadpis {
	font-family: "Trebuchet MS";
	font-size: 40px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
.nadpis:hover {
	color: #FF0033;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 5px;
}

