body, .tlacitko, #submitForm {
	color: #fff;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tlacitko, #submitForm {
	border: 1px dotted #fff;
	padding: 1px;
	cursor: pointer;
}
abbr, acronym {
	cursor: help;
}
[title]:after, abbr:after, acronym:after {
	content:" ("attr(title)")";
	font-weight: normal;
}
a[accesskey]:after {
	content:" (Klávesová skratka: alt + shift + "attr(accesskey)")";
	color: #fff;
	background-color: #000;
	font-weight: normal;
}
a {
	color: #fff;
	background-color: #000;
	font-weight: bold;
}
a:visited {
	font-weight: normal;
}
a:hover {
	text-decoration: none;
}
:focus {
	outline: 2px solid #ff0;
}
a span {
	cursor: pointer;
}
a img {
	border: none;
}
h6 {
	font-size: 1.5em;
	margin: .83em 0;
}
[role] {
	border: 1px solid;
}
[role]:before {
	display: block;
	text-align: center;
	border-bottom: 1px solid;
	padding: 3px;
	text-transform: capitalize;
	letter-spacing: 3px;
	font-weight: bolder;
}
[role=banner]:before {
	content:"Hlavička";
}
[role=main]:before {
	content:"Hlavný obsah";
}
[role=complementary]:before {
	content:"Doplnkové info";
}
[role=search]:before {
	content:"Vyhľadávanie";
}
[role=navigation]:before {
	content:"Navigácia";
}
[role=contentinfo]:before {
	content:"Info o obsahu";
}
/* Posledna uprava: Stvrtok 25. 3. 2010 o 22:06 (SEC) */