/* CSS Document */
/* HTML tags styles */
body {
	margin: 0;
	padding: 0px 0;
	text-align: left;
	font-family: "Times New Roman", serif;
	font-size: 10pt;
	width: 450pt;
}

a{
  text-decoration: none;
  color: black;
}
address{
	font-style: normal;
}

p, ul, blockquote, dl, table, input{
	font-family: "Times New Roman", serif;
	line-height: 12pt;
}

li {
	margin: 3pt 0;
}

h1,h2, {
	margin: 10pt 0;
	font-weight: bolder;
	display: block;
	margin: 5pt 0 5pt 0;
	line-height: 10pt;
}

h1 {
	font-size: 140%;
	font-weight: 600;
	padding-bottom: 5pt;
	border-bottom: 2pt solid #999933;
	color: #660033;
	margin-right: 10pt;
}

h2 {
	font-size: 125%;
	color: #330066;
	font-weight: 600;
	line-height: 17pt;
}


p{
	text-indent: 15pt;
	text-align: left;
	margin: 0 10pt 10pt 0;
}

h1,h2,h3,h4,p,li{
	margin-right: 10pt;
}

/* Záadn?truktura Dokumentu */
#main, ,#content
{
    width: 450pt;
}

#navigace, #jazyk, #search_main, #right, #left, #hlavicka, #paticka{
  display: none;
}


.odkaz{
	display: none;
}



.top{
	vertical-align: top;
}
