body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#1339FF;
	width:1024px;
}

#hlavicka {
	width:1024px;
	height:125px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-attachment: scroll;
	background-image: url(../images/header.jpg); 
}

#menu {

	width:1024px;
	height:30px;
	background-image:url(../images/menu.jpg);
	background-repeat:repeat-x;
	vertical-align:middle;
}

#menu a {
	font-size:12px;	
	font-weight : bold;
	text-decoration:none;
	color:#1339FF;
	padding:0 10px 0 10px;
}

#menu a:hover {
	text-decoration:underline;

}

#main {
	background-color: #eae4f6;
	width:1004px;
	min-height:640px;
	height:auto;
	padding:10px;
	text-align:justify;
}

#paticka {
	text-align : center;
	color : silver;
}

#paticka a {
	color : silver;
	text-decoration : none;
	padding : 10px;
}

#paticka a:hover {
	text-decoration : underline;
}

h1 {
	font-size : large;
   font-weight : bold;
   letter-spacing : 2px;
}

h2 {
	font-size : larger;
}

.pdf {
	vertical-align : middle;
}

.pdf a {
	background-image : url(../images/pdf-icon.png);
	background-repeat : no-repeat;
	padding:0 0 40px 70px;
	color : Red;
	display : block;
	text-decoration : none;
	
}

.pdf a:hover {
	text-decoration:underline;
}

.skryty {
	display : none;
}

.viditelny {
	display : inline;
}

#tkontakty tr:hover{
	background-color : yellow;
}

#tkontakty td {
	padding-right:20px;	
}

#tkontakty .jmeno {
	font-weight : bolder;
}

#tkontakty .funkce {
	font-style : italic;
}

#tkontakty .email a {
	text-decoration : none;
}

.chyba {
	background-image : url(../images/vykricnik.jpeg);
	background-repeat : no-repeat;
	padding:1px 1px 40px 70px;
	color : Red;
	text-decoration : none;
}

#moduly  {
	list-style : decimal;
	font-weight : bolder;
}



#moduly a {
	text-decoration : none;
}

#moduly a:hover {
	text-decoration : underline;
}

#moduly ul {
	list-style : decimal;
	font-weight : normal;
	padding : 5px;
	display : none;
}

#moduly  .pdf {
	list-style : none;
}

#moduly ul ul li {
	list-style : none;
}


