
BODY {	
  background-color: #fff;
	font-family : "Arial CE", "Helvetica CE", Helvetica, sans-serif;
	font-size : 100%;
	padding: 5px 0 10px 0;

}
.pruh{
background-color:#a02;
color:#fff;
}


A:link, A:visited, A:hover {
	text-decoration : underline;
	color : #aa0022;
	font-weight : bold;	
}

A:hover {
	text-decoration : none;
}
A:visited {
	color: #600;
}

th{
background-color:#a02;
}

table{
border-color:#000;
}

.td{
	padding:2px;
}


.novinky, .vse, .vysledky, .kusy, .listek, .clinfo, .slovnik, .octen, .dokument {
	background-color: #ddd;
	border: none;
	border-right: 1px #555 solid;
	border-bottom: 1px #555 solid;

}
.novinky td, .vse td, .vysledky td, .kusy td, .listek td, .clinfo td, .slovnik td, .octen td, .dokument td {
	border:none;
	border-left: 1px #555 solid;
	border-top: 1px #555 solid;
	background-color: #fff;
}
.novinky th, .vse th, .vysledky th, .kusy th, .listek th, .clinfo th, .slovnik th, .octen th, .dokument th {
  color:#fff;
	border:none;
	border-left: 1px #555 solid;
	border-top: 1px #555 solid;
	background-color: #a02;

}

.button  {  border: 1px  #000 solid;  background-color: #a02;  color: #fff;	font-weight : bold;	}
  
select {	border: 1px #000 solid;  background-color: #eee;}
input {	border: 1px #000 solid;background-color: #eee;}


