h1{
	text-decoration:underline;
	text-align:center;
}
a.topic{
	color:black;
}
h2{
	padding:0;
	margin:0;
	color:#660000;
}
h3{
	padding:0;
	text-align:center;
	margin:0;
	font-size:40;
}
.popisek{
	color:#505050;
	display:block;
}
a.topic{
	text-decoration:none;
}
html, body{
	height: 100%;
	min-height: 100%;
}
.kontakty>tbody>tr>td {
	line-height:35px;
	padding-left:5px;
}
.obal{
	color:green;
	width:400px;
	margin-bottom:2px;
}
a:hover{
	cursor:hand;
	cursor:pointer;
}
#textButtons{
	height:30px;
	vertical-align:middle;
	margin:0 auto;
	width:600px;
	text-align:center;
}
.button {
	border-top: 1px solid black;
	background: #A8A8A8;
	padding: 4px 10px;
	margin-left:1px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 17px;
	text-decoration: none;
	vertical-align: middle;
	color:black;
	font-family: "Courier New", Courier, monospace;
}

.button:active {
	background: #9ea9b0;
}

.souboryTable {
	width: 700px;
	border-collapse: collapse;

}

.souboryTable tr td {
	border: 1px solid black;
	padding: 3px;
	word-wrap: break-word;
	background-color: rgb(220,220,220);
}