body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8B0000;
	/* background-color: #CD853F; */
	background-image: url(background.jpg);
	scrollbar-arrow-color: #8B0000;
	scrollbar-base-color: #8B0000;
	scrollbar-face-color: #CD853F;
	scrollbar-highlight-color: #D2928C;
	scrollbar-shadow-color: #D2928C;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: Maroon;
	letter-spacing: 2px;
}
h2 {
	font-weight: bolder;
	font-size: 12px;
	color: Maroon;
	letter-spacing: 2px;
}
h3 {
	font-weight: bolder;
	font-size: 10px;
	color: Maroon;
	letter-spacing: 2px;
}
p {
}
b {
	letter-spacing: 2px;
}
a {
	text-decoration: none;
	color: Navy;
}
a:active {
}
a:focus {
}
a:hover {
	text-transform: uppercase;
	border-top: thin groove Navy;
	border-bottom: thin groove Navy;
}
a:link {
}
a:visited {
}
table {
	font-size: 10px;
	color: #FFD700;
}
td {
	border-left: thin ridge #8B0000;
	border-right: thin ridge #8B0000;
	border-top: thin ridge #8B0000;
	border-bottom: thin ridge #8B0000;
	background-color: Maroon;
	padding-bottom: 3px;
	padding-top: 3px;
}
tr {
}
hr {
	color: Maroon;
	text-align: center;
}
ul {
	margin-bottom: 3px;
	margin-top: 3px;
}
li {
}
/* ******************* Specificke styly - Varianta - WebPage with Menu ******************* */
/* *** Page *** */
.webpage {
	position: relative;
	height: 2650;
}
.homepage {
	position: relative;
	height: 675;
}
/* *** Header *** */
.imgklubname {
	position: absolute;
	left: 5;
	top: 5;	
}
.imgklublogo {
	position: absolute;
	right: 25;
	top: 5;	
}
.headerhrwithlogo {
	position: absolute;
	left: 5;
	top: 45;	
	width: 85%;
	text-align: left;
}
.headerhrwithoutlogo {
	position: absolute;
	left: 5;
	top: 45;	
	width: 100%;
	text-align: left;
}
/* *** Text *** */
.webintroduction {
	position: absolute;
	left: 170;
	right: 200;
	top: 70;	
}
.textarea {
	position: absolute;
	left: 170;	
	top: 70;	
}
/* *** Menu *** */
.menu {
	position: absolute;
	left: 5;
	top: 65;	
	width: 150px;
}
.menu a {
	color: Yellow;
}
.menu a:hover {
	border-top: thin groove Yellow;
	border-bottom: thin groove Yellow;
}
.nonactivetd {
	background-color: #A0522D;
}
.hidingtd {
	display: none;
}
.alert{
	color: red;
	letter-spacing: 2px;
	font-weight: bold;
}
/* *** Footer *** */
.footer {
	text-align: center;
	position: absolute;
	bottom: 5;

/*	border-left: thin ridge #8B0000;
	border-right: thin ridge #8B0000;
	border-top: thin ridge #8B0000;
	border-bottom: thin ridge #8B0000;
*/
}
.footer hr {
	width: 30%;
}
.techspecification {
	text-align: left;
}
.conclusion {
	font-size: 9px;
}
.copyright {
	font-size: 8px;
}
.counter {
}
.counter td {
	vertical-align: middle
	font-size: 9px;
	color: #8B0000;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	background-color: transparent;
	padding-bottom: 0px;
	padding-top: 0px;
}
.countertext{
	text-align: right;
}
.counterimage{
	text-align: left;
}
/* ******************* Specificke styly - Varianta 2 - WebPage with Pix ******************* */
/* *** Header *** */
.header2 {
	text-align: center;
}
/* *** Text *** */
.textarea2 {
	text-align: center;
}
.textarea2 img {
	border: thin ridge Maroon;
}
/* *** Footer *** */
.footer2 {
	text-align: center;
}
.footer2 hr {
	width: 30%;
}
/* ******************* Specificke styly - Varianta 3 - WebPage without Menu ******************* */
/* *** Header *** */
.header3 {
	text-align: left;
}
/* *** Text *** */
.textarea3 {
	text-align: left;
}
.textarea3center {
	text-align: center;
}
.textarea3center img {
	border: thin ridge Maroon;
}
/* ******************* Specificke styly - Varianta 4 - WebPage with Transparent Pix ******************* */
/* *** Text *** */
.textarea4 {
	text-align: center;
}
.textarea4 img {
	border: none;
}
/* *** Footer *** */
.footer3 {
	text-align: center;
}
.footer3 hr {
	width: 30%;
}
/* *** styly pro tabulky *** */
.pricelist {
	width: 75%;
	color: #FFD700;
	border: 2px inset Black;
}
.pricelist th {
	text-align: center;
	background-color: Maroon;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;			
	border-left: 1px ridge Black;
	border-right: 1px ridge Black;
	border-top: 1px ridge Black;
	border-bottom: 1px ridge Black;	

}
.pricelist td {
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
	background-color: #A0522D;
	border-left: 1px ridge Black;
	border-right: 1px ridge Black;
	border-top: 1px ridge Black;
	border-bottom: 1px ridge Black;
}
.pricelisttitle{
	width: 76%;
}
.pricelistprice{
	width: 12%;
}
.catalogue {
	width: 45%;
	color: #FFD700;
	border: 2px inset Black;
}
.catalogue th {
	text-align: center;
	background-color: Maroon;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;			
	border-left: 1px ridge Black;
	border-right: 1px ridge Black;
	border-top: 1px ridge Black;
	border-bottom: 1px ridge Black;	

}
.catalogue td {
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
	background-color: #A0522D;
	border-left: 1px ridge Black;
	border-right: 1px ridge Black;
	border-top: 1px ridge Black;
	border-bottom: 1px ridge Black;
}
.cataloguedescription_img {
	width: 25%;
	text-align: center;
}
.cataloguedescription {
	width: 75%;
	text-align: left;
}
.catalogueinfo {
	width: 10%;
	text-align: center;
}	
.catalogue a {
	color: Yellow;
	text-decoration: underline;
}
.catalogue a:hover {
	text-transform: uppercase;
	color: Maroon;
	background-color: Yellow;
}
.infosheet {
	width: 50%;
	color: #FFD700;
	border: 2px inset Black;
}
.infosheetcover {
	width: 30%;
	background-color: #A0522D;
	text-align: center;
}
.infosheetlabel {
	width: 20%;
	background-color: Maroon;
}
.infosheetvalue {
	width: 50%;
	background-color: #A0522D;
}	
.infosheetvaluebold {
	width: 50%;
	background-color: #A0522D;
	font-weight: bold;
}	
.toc {
	width: 50%;
	color: #FFD700;
	border: 2px inset Black;
}
.toc th {
	text-align: center;
	background-color: Maroon;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;			
	border-left: 1px ridge Black;
	border-right: 1px ridge Black;
	border-top: 1px ridge Black;
	border-bottom: 1px ridge Black;	
}
.toc td {
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
	background-color: #A0522D;
	border-left: 1px ridge Black;
	border-right: 1px ridge Black;
	border-top: 1px ridge Black;
	border-bottom: 1px ridge Black;
}
.tocdescription {
	width: 90%;
}
.tocpage {
	width: 10%;
}	
.famousperson {
	width: 75%;
	color: #FFD700;
	border: 2px inset Black;
}
.personlabel {
	width: 20%;
	background-color: Maroon;
}
.persondata {
	width: 80%;
	background-color: #A0522D;
}
.persondataname {
	width: 80%;
	background-color: #A0522D;
	font-weight: bold;
}
.persondatatype2 {
	width: 30%;
	background-color: #A0522D;
}		

.searchforms {
	text-align: center;
}
.searchforms td {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	background-color: transparent;
	color: Maroon;
}
.ancdesctree {
	margin-left: 10px;
}
.ancdesctree li{
	list-style-type: upper-roman;
}
.monitoring {
	width: 70%;
	color: #FFD700;
	border: 2px inset Black;
}
.monitoringcover {
	width: 20%;
	background-color: #A0522D;
	text-align: center;
}
.monitoringlabel {
	width: 20%;
	background-color: Maroon;
}
.monitoringvalue {
	width: 60%;
	background-color: #A0522D;
}	
.monitoringvaluebold {
	width: 60%;
	background-color: #A0522D;
	font-weight: bold;
}
