/* Bezduvodne needitovat! Pouze html tagy, zadne tridy a id */
a {
	color: #000000;
	text-decoration: none;
    outline: none;/* get rid of dotted borders */
} 
a:active {
    outline: none;/* get rid of dotted borders */
} 
a:visited{
	color: #a61b2e;
	border-bottom: none;
	text-decoration: line-through;
}
a:hover {
	color: #a61b2e;
	text-decoration: none;
	/*border-bottom: 1px dotted #a61b2e;*/
    outline: none;/* get rid of dotted borders */
}
abbr {
	text-decoration: none;
	border-width: 0px;
	border-style: none;
}
acronym {
	text-decoration: none;
	border-width: 0px;
	border-style: none;
}
address {
}
applet {
}
area {
}
b {
} 
base {
} 
basefont {
} 
bdo {
} 
big {
} 
blockquote {
	font-style: italic;
	margin-left: 1.6em;
} 
body {
	font: small Helvetica, Arial;
	color: #333333;
	text-decoration: none;
	margin: 2em;
	height: 100%;
	width: 90%;
} 
br {
} 
button {
} 
caption {
	text-align: left;
	font-weight: bold;
	padding-bottom: 0.2em;
} 
center {
} 
cite {
	font-style: normal;
	font-weight: bold;
} 
code {
	font-size: 1em;
} 
col {
} 
colgroup {
} 
dd {
	font-style: italic;
	margin-left: 1em;
	margin-top: 0.2em;
	margin-bottom: 0.8em;
} 
del {
	text-decoration: line-through;
} 
dfn {
} 
dir {
} 
div {
} 
dl {
	margin: 0px;
} 
dt {
	font-weight: bold;
}  
em {
} 
fieldset {
} 
font {
} 
form {
} 
frame {
} 
frameset {
} 
h1, h1 a, h1 a:hover {
	margin: 0em 0em 0.6em;
	border-style: none;
} 
h2, h2 a, h2 a:hover {
	margin: 1em 0em 0.6em;
	border-style: none;
} 
h3, h3 a, h3 a:hover {
	border-style: none;
	margin: 0em;
} 
h4, h4 a, h4 a:hover {
	margin: 1em 0em 0.6em;
	border-style: none;
} 
h5, h5 a, h5 a:hover {
	margin: 1em 0em 0.6em;
	border-style: none;
} 
h6, h6 a, h6 a:hover {
	margin: 1em 0em 0.6em;
	border-style: none;
} 
head {
} 
hr {
} 
html {
	height: 100%;
	width: 100%;
}
i {
} 
iframe {
} 
img {
	border-style: none;
} 
input {
	border: 1px solid #999;
	margin-right: 5px;
    outline: none;/* get rid of dotted borders */
} 
input a:active {
    outline: none;/* get rid of dotted borders */
} 
ins {
} 
isindex {
} 
kbd {
	font-size: 1em;
} 
label {

} 
legend {
} 
li {
	margin-left: 0.4em;
} 
link {
} 
map {
} 
menu {
} 
meta {
} 
noframes {
} 
noscript {
} 
object {
} 
ol {
	padding-left: 0.8em;
	margin-left: 0.6em;
} 
optgroup {
	font-style: normal;
} 
option {
	margin-left: -0.6em;
	padding-left: 0.8em;
} 
p {
	margin: 0px;
} 
p+p {
	margin: 0px;
	text-indent: 1.6em;
}
param {
} 
pre {
	font-size: small;
} 
q {
} 
s {
} 
samp {
	font-size: 1em;
} 
script {
} 
select {
	border: 1px solid #999;
} 
small {
} 
span {
} 
strike {
} 
strong {
} 
style {
} 
sub {
} 
sup {
} 
table {
	border-collapse: collapse;
	margin: 0px auto 0px 0px;
	width: 80%;
	text-align: left;
	vertical-align: top;
	/*border: 1px none #000000;*/
	padding: 1em;
} 
tbody {
	border-style: none;
	border-width: 0px;
} 
td {
	margin: 0px;
	padding: 0 0.5em 0 0;
	vertical-align: top;
	/*border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;*/
} 
textarea {
	border: 1px solid #999;
} 
tfoot {
} 
th {
	background: #CCCCCC;
	margin: 0px;
	padding: 0.5em;
	text-align: left;
	/*border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;*/
	vertical-align: top;
} 
thead {
} 
title {
	text-align: left;
	background: #CCCCCC;
} 
tr {
	margin: 0px;
	padding: 0.5em;
} 
tt {
	font-size: 1em;
} 
u {
} 
ul {
	margin-left: 0em;
	list-style: outside;
	padding-left: 1em;
} 
var {
}