/* (c) Filip Pudmarčík */
body {
	text-align: justify;
	margin: 0 px;
	padding: 0px;
	font-family: "arial ce", "helvetica ce", arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #AEECAE;
}
.top {
	width: auto;
	height: 110px;
	margin-top: 0px;
	background-color: #AEECAE;
	background-image: url(img/caput);
	/*background-repeat: no-repeat;
*/
}
.column {
	width: auto;
	margin-top: 0px;
}
.menu {
	float: left;
	width: 150px;
	height: 384px;
	font-size: small;
	margin-top: 0px;
	color: #000;
	background-color: #AEECAE;
	background-image: url(img/bg_menu.jpg);
	background-repeat: repeat-y;
}
.corpus {
	/* float: center;
*/
	width: auto;
	margin-left: 165px;
	margin-right: 155px;
	height: auto;
	background-color: #AEECAE;
}
.bottom {
	width: 100%;
	height: 15px;
	padding-top: 8px;
	color: rgb(14,52,111);
	clear: both;
	font-family: "arial ce", "helvetica ce", arial, helvetica, sans-serif;
	font-size: 10px;
	background-image: url(img/bg_pata.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-weight: bold;
	font-size: x-large;
	visibility: visible;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 15px;
	background-image: url(img/bg_n1.jpg);

}
h2 {
	color: rgb(14,52,111);
	font-weight: bold;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(img/bck_nadp2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(14,52,111);
	font-weight: bold;
	background-image: url(img/bg_n3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 5px;
}
h4 {
	color: rgb(17,66,141);
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(17,66,141);
	text-decoration: none;
}
a:hover {
	color: rgb(17,66,141);
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
}
hr {
	color: rgb(17,66,141);
	margin-top: 1pt;
	margin-bottom: 2pt;
}
.author {
	font-family: sans-serif;
	font-variant: small-caps;
	color: rgb(17,66,141);
	margin-top: 0pt;
	margin-bottom: 10pt;
	font-weight: normal;
	font-style: italic;
	font-size: x-small;
	text-align: right ! important;
}

/* Menu */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
/* Width of Menu Items */
	border-bottom: 0px solid rgb(14,52,111);
	font-weight: bold;
	font-family: sans-serif;
	font-variant: caps;
}
ul li {
	position: relative;
}
li ul {
	position: absolute;
	left: 149px;
/* Set 1px less than menu width */
	top: 0;
	display: none;
}
/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: rgb(14,52,111);
	margin-left: 0px;
	padding: 2px;
	border: 0px solid rgb(14,52,111);
/* IE6 Bug */
	padding-left: 15px;
	background-image: url(img/menu1.gif);
	background-repeat: no-repeat;
}
ul li a:hover {
	text-decoration: underline;
	color: #000;
	background-image: url(img/menu0.gif);
	background-repeat: no-repeat;
}
/* holly hack. ie requirement \*
/* html ul li {
	float: left;
	height: 1%;
}
* html ul li a {
	height: 1%;
}
/* End */
li:hover ul, li.over ul {
	display: block;
}
/* The magic */
