﻿td 
	{ color: #404040; 
		font-family: Tahoma, Arial, "Garamond (WE)", Helvetica, Geneva, SunSans-Regular, Swiss;
		text-align:center }

.body2007
   { background-image: url('../obrazky/paper01s.jpg');
   	 background-color: #e8e0be;
   	 background-position: center;
   	 text-decoration:none;
   	 font-family: Tahoma, Arial, Helvetica; }


.body2007_top
   { background-image: url('../obrazky/paper05.jpg');
   	 background-color: #e8e0be;
   	 background-position: center;
   	 text-decoration:none;
   	 font-family: Tahoma, Arial, Helvetica; }

.body2019
   { background-image: url('../obrazky/paper03.jpg');
   	 background-color: #fbefbe;
   	 background-position: center;
   	 text-decoration:none;
   	 font-family: Tahoma, Arial, Helvetica; }

.body2019_top
   { background-image: url('../obrazky/paper05.jpg');
   	 background-color: #e8e0be;
   	 background-position: center;
   	 text-decoration:none;
   	 font-family: Tahoma, Arial, Helvetica; }

.body2020_top
   { background-image: url('../obrazky/paper20.jpg');
   	 background-color: #e8e0be;
   	 background-position: center;
   	 text-decoration:none;
   	 font-family: Tahoma, Arial, Helvetica; }

.table_body_19 {
	background-image: url('../obrazky/paper03.jpg');
	margin-top:5%;
	margin-left:15%;
	margin-right:15%;
	margin-bottom:5%;
	width:70%;
	border-width:0px;
	padding:2px;
	text-align:center;
	font-size:1em;
	}

.table_body_20 {
	background-image: url('../obrazky/paper03.jpg');
	margin-top:5%;
	margin-left:15%;
	margin-right:15%;
	margin-bottom:5%;
	width:70%;
	border-width:0px;
	padding:2px;
	text-align:center;
	font-size:1em;
	}

.table_body {
	background-image: url('../obrazky/paper01s.jpg');
	margin-top:5%;
	margin-left:15%;
	margin-right:15%;
	margin-bottom:5%;
	width:70%;
	border-width:0px;
	padding:2px;
	text-align:center;
	font-size:1em;
	}
	
.table_body hr {
	width:80%;
	margin-left:10%;
}

.table_body td{
	text-align:center;
	padding-top: 8px;
}

.table_body span{
	font-size:0.9em;
}

.td_caption_top {
	font-size:2.5em;
	color:#474747;
}

.table_body div{
	font-size:0.9em;
	padding-bottom:10px;
}

.table_fdc {
	background-image: url('../obrazky/paper01s.jpg');
	width:100%;
	height:100%;
	border-width:0px;
	vertical-align:middle;
	}

.img_body {
	border-width:0px;	
	}	

.table_pic {
	margin-top:5%;
	margin-left:5%;
	margin-right:5%;
	width:90%;
	border-width:0px;
	padding:2px;
	text-align:center;
	}

.table_def {
	margin-left:5%;
	margin-right:5%;
	width:90%;
	border-width:0px;
	padding:2px;
	text-align:center;
	}
	
.td_left{
	text-align: right;
	vertical-align: top;
	width: 50%;
	padding-right:2px;
	font-size: small;
	font-weight:bold;
	}

.td_right{
	text-align: left;
	vertical-align: top;
	width: 50%;
	font-size: small;
	font-weight: normal;
	}

.td_caption {
	text-align: center;
}

.td caption {
	text-align: center;
}

.td_copyright {
	text-align:right;
	font-size:x-small;
	color: #c9b27f;
}

.td_head_l {
	text-align:left;
	width: 75px;
}

.td_center {
	text-align:center;
}

.td_head_r {
	text-align:right;
	width: 75px;
}

.td_popis {
	text-align:justify;
	font-size:small;
}

.td_foot_l {
	width:69px;
	height: 61px;
}

.td_foot_r {
	width: 38px;
	height: 61px;
}

.img_fdcs {
	border: 0px;
	height: 46px;
	width: 66px;
}	

.img_home {
	border: 0px;
	height: 61px;
	width: 80px;
}

.img_year {
	border: 0px;
	height: 51px;
	width: 38px;
}
	
.hr_foot {
	color: #c9b27f;
	vertical-align:middle;
	
}

/* MAGNIFYING GLASS */
/*Some CSS*/
* {margin: 0; padding: 0;}
.magnify {width: 200px; margin: 50px auto; position: relative;}

/*Lets create the magnifying glass*/
.large {
	width: 175px; height: 175px;
	position: absolute;
	border-radius: 100%;
	
	/*Multiple box shadows to achieve the glass effect*/
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 
	0 0 7px 7px rgba(0, 0, 0, 0.25), 
	inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
	
	/*Lets load up the large image first*/
background: url('14573.gif') no-repeat;

	/*hide the glass by default*/
	display: none;
}

/*To solve overlap bug at the edges during magnification*/
.small { display: block; }


/* MAGNIFYING GLASS 2 */
.glass {
  width: 175px;
  height: 175px;
  position: absolute;
  border-radius: 50%;
  cursor: crosshair;
 
  /* Multiple box shadows to achieve the glass effect */
  box-shadow:
    0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25),
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
 
  /* hide the glass by default */
  display: none;
}

h4 {
	padding-top:10px;
	padding-bottom:4px;
}

/* unvisited link */
a:link {
  color: #404040;
}

/* visited link */
a:visited {
  color: darkgray;
}

/* mouse over link */
a:hover {
  color: hotpink;
}

/* selected link */
a:active {
  color: black;
}
