/* CSS Document */

/* obecne vlastnosti */

html, body, p, h1, h2, h3, table, div, span, strong, ul, li, img, dl, dt, dd {
  margin: 0;padding: 0;border: 0;
}

body {
  background-color: #FFF;
}

#main {
  position: relative;
  width: 925px;
  min-width: 925px;
  height: 730px;
  margin: 0 0 0 50px;
  text-align: left;
} 

body[class] #main { width: auto; }

/* menu style */



#menu {
  position: absolute;
  top: 0;
  left: 0;
  /*float: left;
  position: relative;*/
  width: 190px;
  height: auto;
  background: url("/img_zaklad/menu-bg.gif") top left repeat-y;
  padding: 0 0;
  text-align: left;
}

#menu ul {
  width: 150px;
  margin-left: 15px;
  list-style-type: none;
}
#menu ul ul  { width: 100%; margin: 2px 0; }
#menu ul ul li {
   background-image: url("/img_zaklad/square.gif");
   background-repeat: no-repeat;
   background-position: 0 5px;
   padding-left: 10px;
}

#menu ul ul a { color: #d1d3d4; font: normal 11px Arial; }
#menu ul ul ul li { background-image: url("/img_zaklad/square2.gif"); }
#menu ul ul ul a { color: #d1d3d4; font: normal 11px Arial; }
#menu strong { color: #000; font: bold 1em Arial; }

#menu li a{
  width: 100%;
  margin: 0; padding: 1px;
  display: block;
  font: normal 13px Arial;
  text-decoration: none;
  color: #FFF;
}


img#menu-footer {
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 50;
}



#menu a:hover,#menu #submenu a:hover { color: #000; font-weight: bold; }

#menu #submenu {
  display: block;
  float: right;
  width: 60px;
  height: 80px;
  margin: 40px 10px 120px 0;
  border-top: 1px solid #FFF;
  padding: 5px;
  text-align: right;
  color: #FFF;
}
#menu #submenu a{ color: #FFF; font: normal 12px Arial;  text-decoration: none; }

body[class] #menu #submenu { margin: 40px 20px 120px 0; }

/* header style */


#header {
  position: absolute;
  top: 0;
  left: 130px;
  margin-left: 200px;
  width: 596px;
  min-height: 103px;/*244px;*/
  height: 103px;
  text-align: left;
  background: url("/img_zaklad/subheader.gif") top right #FFF no-repeat;
}

#header p { display: none; }

body[class] #header {
  height: auto;
}

#header img {
  width: 129px;
  height: 103px;
  position: absolute;
  left: 0;
  top: 0px;
}

body[class] #header img {bottom: 0px;}

#header-space {
  width: 100%;
  height: 80px;
}

#menu2 {
  float: right;
  width: 400px;
  height: auto;
  color: #01559B;
  text-align: right;
}

#menu2 a{
  color: #000; /*#01559B;*/
  text-decoration: none;
  font: normal 11px Arial;
  margin: 0 6px;
}

#menu2 a:hover { color: #111; text-decoration: underline; }





/* content style */

#main-content {
  position: absolute;
  top: 120px;
  left: 200px;
  z-index: 99;

}

#titles {
  position: relative;
  top: 0px;
  right: -1px;
  bottom: -2px;
  padding-bottom: 40px;
  width: 718px;
  height: auto;
  z-index: 99;
}

#logo-print { display: none;}

#content {
  position: relative;
  width: 718px;
  width: 718px;
  min-height: 450px;
  height: 450px;
  text-align: left;
  border-top: 1px dashed #333;
  border-left: 1px dashed #333;
  border-bottom: 1px dashed #999;
  border-right: 1px dashed #999;
  font: normal normal 1em Arial;
}

body[class] #content { height: auto; }


/* vychozi styly pro text */


div#locator {
  margin: 5px 5px 15px 10px;
  font: bold 12px Arial;
  
}


a {
  color: #069;
  text-decoration: none;
}


a:hover {
  color: #39C;
  text-decoration: underline;
}

hr {
  border: 0;
  border-top: 1px solid #999;
  width: 98%;
  height: 1px;
  line-height: 1px;
}

h1 {
  font: bold 19px Arial; 
  color: #069;
  padding: 0 0 0 20px;
  position: absolute;
  bottom: 5px;
  left: 20px;
  width: 698px;
}

#content h1 {
  font: bold 24px Arial; 
  color: #069;
  padding: 0 0 0 20px;
  margin: 5px;
  position: relative;
  width: 660px;
  left: 0;
}

#content h2 {
  font: bold 20px Arial; 
  color: #39E;
  padding: 0 0 0 20px;
  margin: 5px;
  position: relative;
  width: 660px;
  left: 0;
}

#content h3 {
  font: bold 16px Arial; 
  color: #666;
  padding: 0 0 0 20px;
  margin: 5px;
  position: relative;
  width: 660px;
  left: 0;
}

#content h4 {
  font: bold 12px Arial; 
  color: #666;
  padding: 0 0 0 20px;
  margin: 5px;
  position: relative;
  width: 660px;
  left: 0;
}

#content h5 {
  font: bold 10px Arial; 
  color: #666;
  padding: 0 0 0 20px;
  margin: 5px;
  position: relative;
  width: 660px;
  left: 0;
}

#content h6 {
  font: bold 9px Arial; 
  color: #666;
  padding: 0 0 0 20px;
  margin: 5px;
  position: relative;
  width: 660px;
  left: 0;
}

#content ul,#content ol {
  margin: 5px 5px 5px 40px;
  font: normal 0.9em Arial;
  color: #555;
}

#content big,#content small {
  font-style: normal;
}


#content table {
  color: #888;
  font: bold 0.7em Arial;
  text-align: left;
}


#content table.contact th,#content table.contact td  {background-color: #FFF; }
#content table.contact th strong{ font: bold 1.4em Arial; color: #333; background-color: #FFF; }
#content table.contact td strong{ font: bold 1em Arial; color: #01559B; background-color: #FFF; }
#content table.contact a {font: bold 1em Arial; color: #01559B; background-color: #FFF; }
#content table.contact a:hover {color: #999; background-color: #FFF; }
#cleaner {width: auto; height: 1px; clear: both;}


#content p {
  margin: 10px;
  text-align: justify;
  color: #555;
  font: normal 0.8em Arial;
}

#content img {
  margin: 3px 10px;
  border: 1px solid #999;
}

#content dl {
  margin: 10px;
  color: #333;
  font: normal 0.8em Arial;
  text-align: justify;
}

#content dt {
  font-weight: bold;
}

#content dd {
  margin-left: 5px;
}



#content .strankovani p{  font: bold 0.7em Verdana; color: #999; }
#content .strankovani p a{ color: #666; }
#content .strankovani p a{ color: #069; }
#content .strankovani p span{ color: #000; }
#content .strankovani p span strong {  color: #999; }
#content .strankovani p a:hover{ color: #39C; }
#content .strankovani h4 {margin: 5px 10px; padding: 0; font: bold 0.7em Verdana; color: #999; }


/*    tabulka   */

#content table.Tabulka, #content table {
  margin: 10px 5px;
}

body[class] #content .Tabulka img, #content table img { border: 0; }

#content table.Tabulka th, #content table th, .TabNadpis {
    font-weight: bold;
    background-color: #39C;
    color: #FFF;
}

.TabDataA { background-color: #FFF; }
.TabDataB { background-color: #F2F2F2; }
.tab_over { color: #333; background-color: #FFF; }

tr.TabPata { background-color: #DDD; color: #000; border-top: 1px dashed #999; }
tr.TabPata td{ border-top: 1px dashed #999; }


/*    kalendar    */

#content table.calendar { width: auto; }

table.calendar td,table.calendar th{
  text-align: center;
  border: 1px solid #F2F2F2;
}


table.calendar thead a { color: #FFF; }
table.calendar tbody a.info { color: #36C; }
table.calendar tbody a.akce { color: #555; }
table.calendar thead a:hover  { color: #000; text-decoration: none; }
table.calendar tbody  a.info:hover  { color: #039; }
table.calendar tbody  a.akce:hover  { color: #000; }


/*    formular    */


div.req b,b span.req {
  color: #C00;
}

#content form.formular {
  width: auto;
  min-width: 660px;
  border: 0;
  font: normal 0.8em Arial;
  margin: 5px;
  padding: 3px;
}

#content form.formular .input,#content form.formular textarea,select { border: 1px solid #777; margin: 2px; }

body[class] #content form.formular { width: auto; }




fieldset {border: 1px solid #999; margin: 2px;padding: 2px; }

img#info {
  position: relative;
  top: -1px;
  left: -1px;
  margin: 0;
  padding: 0;
  border: 0;
}


/* paticka */


#footer {
  position: relative;
  bottom: 0;
  left: 0;
  width: 720px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font: normal 14px Arial;
  
}

#footer strong {
  font: bold 18px Arial;
}

span.nahoru {
	font-size: 0.8em;
	margin: 10px;
}


/*
	opravy - valenta
*/
#menu,
#menu strong,
#menu ul li,
#menu ul ul li,
#menu ul ul ul li
{ color: #000; font: bold 12px Arial; }


/*
	doplnění - valenta
*/

/*
	FOTOGALERIE
*/
#content table.fotogalerie,
#content table.fotogalerie table,
#content table.fotogalerie table table {
	font-family: Arial CE, Helvetica CE, Arial, Helvetica,sans-serif;
	color: #000000;
	font-size: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#content table.fotogalerie th, #content table.fotogalerie td,
#content table.fotogalerie table th, #content table.fotogalerie table td,
#content table.fotogalerie table table th, #content table.fotogalerie table table td
{
	font-size: 100%;
	text-align: center;
}

#content p.fotogalerie {
	font-size: 12px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content table.fotogalerie .fg_nahled_datum {
	font-family:Arial CE, Helvetica CE, Arial, Helvetica,sans-serif;
	color: #FFFFFF;
	background-color: #0858a0;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#content table.fotogalerie .fg_nahled_obr {
	font-family:Arial CE, Helvetica CE, Arial, Helvetica,sans-serif;
	border-color: #000000;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content table.fotogalerie .fg_nahled_velikost {
	font-family:Arial CE, Helvetica CE, Arial, Helvetica,sans-serif;
	color: #FFFFFF;
	background-color: #0858a0;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#content table.fotogalerie a.fg {
	color: #ffffff;
	text-decoration: none
}

#content table.fotogalerie a.fg:link {
	color: #ffffff;
	text-decoration: none
}

#content table.fotogalerie a.fg:visited {
	color: #ffffff;
	text-decoration: none
}

#content table.fotogalerie a.fg:archive  {
	color: #ffffff;
	text-decoration: none
}

#content table.fotogalerie a.fg:hover {
	color: #ff0000;
	text-decoration: none;
	/*background-color : #cccccc;
	*/
	background-color : transparent;
}


/*
	vizitka
*/

/* velikost */
#vizitka {
margin-top: 20px;
margin-left: 20px;
}
#vizitka #vizitka_tab,
#vizitka table.vizitka_data {
width: 98%;
}
#vizitka table.vizitka_tab .vizitka_fotka {
width: 160px;	
}
#vizitka table.vizitka_tab .vizitka_jmeno,
#vizitka table.vizitka_data .vizitka_fakulta {
width: 90%;	
}

#vizitka table, #vizitka table tr, #vizitka table td, #vizitka table th {
background-color: #ffffff;
}

#vizitka img {
margin: 0px;
padding: 0px;
}

.center {
	text-align: center;
}	 
.vcenter {
	text-align: middle;
}


/* osoba */
#vizitka #vizitka_tab img.vizitka_foto_obr { 
margin: 0px;
padding: 3px; 
border: 3px solid #eee; 
background: #fff;
text-align: center;
text-align: middle;
} 

#vizitka #vizitka_tab .title {
color: #000000;
font-size: 1.25em;
margin: 20px 30px 0px 30px;
} 
#vizitka #vizitka_tab .oscislo { 
font-size: 0.9em;	
color: #999999;
} 

/* data */
#vizitka table.vizitka_data .vizitka_fakulta { 
font-weight: bold;
background-color: #a0c0e0;
color: #000000;
padding-left: 10px;
} 

#vizitka table.vizitka_data .title { 
font-size: 1.1em;
margin-bottom: 6px;
} 
#vizitka table.vizitka_data .vizitka_pozice { 
font-weight: normal;
} 

/* tlacitka */
#vizitka #tlacitka {
margin: 0px;
margin-left: 10px;
padding: 3px 0px 4px 0px;
}
#vizitka #tlacitka a.tlacitko {
background-color: #d8e8f0;
line-height: 14px;
margin-right: 5px;
padding: 3px 10px 3px 10px;
text-decoration: none;
}
#vizitka #tlacitka a.tlacitko:link,
#vizitka #tlacitka a.tlacitko:visited,{
background-color: #d8e8f0;
line-height: 14px;
margin-right: 5px;
padding: 3px 10px 3px 10px;
text-decoration: none;
}
#vizitka #tlacitka a.tlacitko:hover {
background: #f0f0f0;
color: #000000;
text-decoration: none;
}
#vizitka #tlacitka #focus {
font-weight: bold;
}

/*

*/
#content p {
  padding: 0 15px 0 20px;
  margin: 6px 10px 6px 10px;
}
#content p.zpet {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 12px;
}
#content table {
  padding: 0 15px 0 20px;
}
#content table h3, #content table p {
  padding: 0px;
  margin-left: 0px;
}
#content h1 {
  margin-top: 24px;
}
#content h2 {
  color: #666;
  margin-top: 20px;
}
#content h3 {
  margin-top: 16px;
}
#content h4 {
  color: #999;
  margin-top: 16px;
}
#content ul,#content ol {
  margin: 5px 15px 5px 60px;
  margin-left: 60px;
}


/*
#content p {
  padding: 0 0 0 20px;
  margin: 10px;
  font-size: 0.9em;
}

#content table {
  font-size: 0.9em;
  padding: 0 0 0 20px;
}

#content table, #content th, #content td {
  font-size: 0.9em;
}

#content table h3, #content table p {
  font-size: 0.9em;
  padding: 0px;
}
*/


/*
  paginator
*/
div.pagination {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 28px;
}
div.pagination span.hellip {
	float: left;
	padding: 5px 0;
}
div.pagination span.button, div.pagination a {
	float: left;
	padding: 2px 4px;
	margin: 2px;
	text-align: center;
}
div.pagination a {
/*	background: #3B699F; */
/*	color: white; */
	text-decoration: none;
}
div.pagination a.page-link {
	width: 16px;
}
div.pagination a.active {
/*	background: #99BBDF; */
/*	color: white; */
}
div.pagination span.button {
/*	background: #99BBDF; */
/*	color: white; */
}
div.pagination span {
	margin: 0 4px;
}

