/* 
Project:	www.netcom.cz
Part:		layout for IE
Updated:	28.9.2006
*/

h2 {
  width: 506px;
  _width: 550px;
  font-size: 16px;
	color: #9d0a0e;
	margin: 0;
	padding: 8px 40px 14px 40px;
	/*text-transform: uppercase;*/
	/*border-right: 4px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;*/
}

h3 {
	font-size: 100%;
	color: #E11400;
	margin-bottom: 0.5em;
	margin-top: 1em;	
	padding-bottom: 0.3em;
	/*border-bottom: 1px solid #E6E6E6;*/
}

h4, h5, h6 {
	font-size: 100%;
	font-family: "Arial", "Luxi Sans", Helvetica, sans-serif;
	margin: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  _font-size: 11px;
}
table.visible {
  border: 1px solid #979899;
}
th, td {
  vertical-align: top;
  padding: 5px;
}

th span, td span {
  color: red;
  font-weight: bold;
}

table.visible th, table.visible td {
  border-bottom: 1px solid #979899;
  border-right: 1px solid #979899;
  vertical-align: middle;
}
 
table.visible th {
  border-bottom: 2px solid #979899;
}

table.visible tr.even {
  background-color: #edf8fc;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.thumbnail {
  margin: 10px 23px 10px 23px;
  float: left;
}
.gallery-navigation { 
  text-align: center;
  margin: 5px 12px 10px 12px;
  padding: 6px;
}
.gallery-navigation a {
  color: #9d0b0e;
}


