/*obecne definice*/
body {
	font: 100%/170% "Times New Roman CE", "Times New CE", "Times CE", "Times New Roman",times, serif;
	color: #000;
	background-color: White;
	padding: 0;
	margin: 0;
	text-align: center;
}

h1 {
	color: Black;
	font: normal 1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	text-align: center;
}

h2 {
	color: Black;
	font: normal 1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 0.5em;
}

h3 {
	color: Black;
	font: normal bold 1.1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	text-align: left;
	margin: 1em 0 0 0.5em;
}

img {
    border:none;
}

p {
	font: 1em Palatino, 'palatino linotype', serif;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	padding: 0 2em;
	text-indent: 1em;
	margin: 0.75em 1em;
	text-align: justify;
	width: 34em;
}

a:hover {
	color:Red;
}

acronym, abbr {
	border-bottom: 1px dashed Black;
   padding-bottom: 3px;
	cursor: help;
}
ul {
	list-style: none;
	text-align: left;
}


.hidden {
	display: none;
}


/*hlavicka*/
div#header {
	 padding: 0;
	 margin: 0;
	 background-color: #99CCFF;
	 width: 770px;
	 height: 100px;
}

/*hlavni blok*/
div#main {
	margin: 1em auto;
	padding: 0;
	width: 770px;
	text-align: center; /*background-color: #356BF2;*/
	background-color: White;
	border: 2px solid #53A6FF;
}

/*menu*/

div#menu-main {
	margin: 10px 0; /*padding: 1px 0 3px 0;*/
	padding: 5px 0 3px 0;
	width: 770px;
	height: 60px; /*background-color: #0080FF;*/
	background: url(../images/pozadi.jpg) no-repeat top;
}
ul#menu {
	margin: 10px 42px;
	padding: 0;
}

ul#menu li {
    list-style: none;
    float: left;
    margin: 0 5px 0 0 ;
	 padding: 0;
}

ul#menu li a{
   display: block;
   width: 127px;
   height: 30px;
   border: 2px solid #99CCFF;
}

ul#menu li a:hover{
    border: 2px solid red;
}

.cleaner {
	clear:both;
   height:1px;
   margin: -1px 0 0 0; 
	padding:0;
   border:none;
   visibility: hidden;
}

div#footer {
	font-size: 0.9em;
	width: 770px;
	text-align: center;
	background-color: #99CCFF;
	margin: 0;
	padding: 0.4em 0;
}

#main > div#footer {
	padding: 0;
}

/*styly pro urcite stranky*/
/*filebrowser*/
div#tabulka-center {
	margin: 0 61px;
}

span.arrow {
	font: normal 1em "Times New Roman", Times, serif;
}

span.popisek {
	border-bottom: 1px dotted Black;
	cursor: help;
}

/*Main  filebrowser*/
table#fbrowser-main {
	font-family: Tahoma, 'Lucida Grande CE', lucida, sans-serif;
	font-size: 0.8em;
	float: left;
	border: 1px solid Black;
	border-collapse: collapse;
	margin: 1em 0;
	background-color: #EEEEEE;
	
}

table#fbrowser-main th {
	background-color: #99CCFF;
	text-align: center;
	padding: 0 0.5em;
}

table#fbrowser-main th, td {
	border: 1px solid Black;
	vertical-align: top;
}

table#fbrowser-main td, table#fbrowser-main tr {
	margin: 0;
	padding: 0;
}

/*Dir  filebrowser*/
table#fbrowser-dir {
	border-collapse: collapse;
	border: none;
}

table#fbrowser-dir tr, table#fbrowser-dir th, table#fbrowser-dir td{
	border: none;
	text-align: left;
}

table#fbrowser-dir  th{
	background-color: #EEEEEE;
	padding: 0 0 0em 3em;
}

table#fbrowser-dir td{
	padding: 0 0.5em;
}

table#fbrowser-dir td a img{
	display: block;
	margin: 0.2em 0 0 0;
}

table#fbrowser-dir td a {
	text-decoration: none;
	color: Black;
}

table#fbrowser-dir td a:hover {
	text-decoration: underline;
}

table#fbrowser-dir col#fbrowser-dir-img {
	width: 2.5em;
}

table#fbrowser-dir col#fbrowser-dir-name {
	width: 10em;
}

/*File  filebrowser*/
table#fbrowser-file {
	border-collapse: collapse;
	border: none;
/*	width: 100%;*/
}

table#fbrowser-file th, table#fbrowser-file tr, table#fbrowser-file td {
	border: none;
	text-align: left;	
}

table#fbrowser-file  th{
	background-color: #EEEEEE;
	padding: 0 0 0 0.8em;
}

table#fbrowser-file td{
	padding: 0 0 0 0.5em;
}

table#fbrowser-file td img{
	display: block;
	margin: 0.4em 0 0 0;
}

table#fbrowser-file td a {
	text-decoration: none;
	color: Black;
}

table#fbrowser-file td a:hover {
	text-decoration: underline;
}

table#fbrowser-file col#fbrowser-file-img {
	width: 2em;
}
table#fbrowser-file col#fbrowser-file-name {
	width: 19em;
}
table#fbrowser-file col#fbrowser-file-size {
	width: 7em;
}
table#fbrowser-file col#fbrowser-file-change {
	width: 7.3em;
}
table#fbrowser-file col#fbrowser-file-st {
	width: 1em;
}

/*Info o slozce*/
#folder-info {
	margin: 2em auto;
	border: 1px solid Black;
	background-color: #EEEEEE;
	width: 30em;
	
}

#folder-info img {
	float: left;
	margin: 1em 1em;
}

#folder-info p {
	text-indent: 0;
	margin: 1em 0;
	width: auto;
}





