/*
###################################################
#	CSS style
#	AT web & design
#	http://atwebdesign.oslavany.info
#	Aleš Tichý - AleTic@gmail.com
###################################################
*/

body {
	font-family: Calibri, Tahoma, Arial, "Times New Roman";
	font-size: 12px;
	color: #CCCCCC;
	background-color: #000000;
}
/* h1 h2 h3 */
h1 {
	font-size: 36px;
	font-weight: bolder;
	color: #9A9A9A;
	letter-spacing: 2px;
	text-align: left;
	font-family: "Lucida Sans";
}
h2 {
	font-size: 10px;
	font-weight: lighter;
	color: #000000;
	letter-spacing: 3px;
	text-align: center;
	font-family: "Lucida Sans";
}
h3 {
	font-size: 18px;
	font-weight: bold;
}

/* odkazy */
a {
	text-decoration: none;
}
a:visited, a:link {
	color: #CCCCCC;
}
a:hover {
	color: #999999;
	background-color: #000000;
}
li {
	list-style-image: url(layout/dot.gif);
	list-style-type: none;
}


.TD-right {
	background-image: url(layout/bg2.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	vertical-align: top;
}
.ref-popis {
	font-size: 14px;
	color: #999999;
	text-align: right;
}
.ref-datum {
	color: #666666;
	text-align: left;
	font-style: italic;
}
#hlavicka {
	background-image: url(layout/bg1.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-attachment: scroll;
	background-color: #000000;
}
#paticka {
	background-image: url(layout/bg3.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
}
.fR {
	color: #000000;
	font-family: Calibri, Tahoma, Arial, "Times New Roman";
	font-size: 14px;
}