body, table, td {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: white;
}
a, a:active, a:visited {
  color: white;}
a:hover {
  color: red;
}  
h1 { font-size: 12px;
     font-weight: bold;
     margin-bottom: 0em;
}
h2 { font-size: 11px;
     font-weight: bold;
     margin-bottom: 0em;     
}
.pata {
  color: black;
}
.tab_head{
  font-size: 12px;
}
table.kontakty tr td, td { vertical-align: top; }
/*layout*/
#hlavni {
	POSITION: relative;
}
#text {
	color: white;
	width: 460px;
	height: 330px;
	overflow: auto;
	position: relative;
	left: 20px;
	top: 30px;
}

