	/* Sekce kartografie a geoinformatiky pri CGS - autor: Filip JUNG 2007 */

body, html
{
	font-family: arial, sans-serif;
	margin: 0 0 0 0;
}

body
{
	background-color: Gray;
	text-align: center;


}

/* TABULKA LAYOUTU*/

div#all
{
	background-image: url("img/body.gif");
	background-position: center;
	background-repeat: repeat-y;
	margin: 0 0 0 0;
	text-align: center;
}

#all a
{
	text-decoration: none;
	color: Navy;
	font-weight: bold;
}
	#all a:hover
{
	text-decoration: none;
	color: #FFA500;
}

table#main
{
	border-collapse: collapse;
	border-left: medium solid White;
	border-right: medium solid White;
}

table#main tr, td
{
	text-align: center;
}

/* BUNKY NADPISU*/

td#hlava
{
	padding-left: 100px;
	text-align: center;
	background-image: url("img/nadpis1.gif");
	background-position: left;
	background-repeat: no-repeat;
	background-color: #99ccff;
	color: Navy;
	border-bottom: thin solid White;
}

span#hlavicka
{
	vertical-align: middle;
}

span#hlavicka a
{
	font-size: 1.5em;
	text-decoration: none;
	vertical-align: middle;
	color: Navy;
	font-weight: bold;
}

	span#hlavicka a:hover
{
	font-size: 1.5em;
	text-decoration: none;
	color: #FFA500;
	font-weight: bold;
}

span#vedouci a
{
	font-size: 1em;
	text-decoration: none;
	vertical-align: middle;
	color: Navy;
	font-weight: bold;
}

	span#vedouci a:hover
{
	font-size: 1em;
	text-decoration: none;
	color: #FFA500;
	font-weight: bold;
}

/*MENU #87CEFA*/

td#menu
{
	background-color: #99ccff;
	text-align: left;
	/*border: 1px solid Black;*/
	vertical-align: top;
	/*background-image: url(img/pozadi-menu.gif);*/
	background-position: top;
	background-repeat: no-repeat;
}

/*dropdowns*/

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 9em;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.5em;
	margin-bottom : -1px;
	width: 9em;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 9em;
	margin-top : -1.6em;

}
#nav li ul li { /* second-level lists */

	width: 15em;
	font-size: .8em;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav li a {

	display : block;
	color : Black;
	font-weight : bold;
	text-decoration : none;
	background-color : #99ccff;
	border : 1px solid Gray;
	padding : 0 0.5em;
}

#nav li a:hover {
	color : White;
	background-color : #FFA500;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

div#pocitadlo
{
	margin: 10px 10px 10px 10px;
	padding-top: 50px;
	text-align: center;
}

/*PATA*/

td#pata
{
	background-color: #99ccff; /*border: 1px solid Black;*/
	font: .8em "Arial"; /*background-image: url(img/pozadi-pata.gif);*/
	background-position: center;
	background-repeat: no-repeat;
	color: BLack;
	border-bottom: thin solid White;
	border-top: thin solid White;
}
td#pata a
{
	color: Black;
	text-decoration: none;
}
	td#pata a:hover
{
	color: Orange;
}

/*OBSAH*/

td#obsah
{
	/*background-color: #87CEFA;*/
	vertical-align: top;
	margin: 0 0 0 0;
	text-align: center;
	background-color: White;
}

div#obsah
{
	/*width: 804px;*/
	padding: 0 15px 15px 15px;
	margin: 0 0 0 0;
	text-align: center;
	font-size: .9em;
	border-right: thick solid #99ccff;
	border-top: thick solid #99ccff;
}

div#obsah a
{
	text-decoration: none;
	color: Navy;
	font-weight: bold;
}
	div#obsah a:hover
{
	text-decoration: none;
	color: #FFA500;
}


p
{
	padding-left: 25px;
	padding-right: 25px;
}

p img
{
	border: none;
}



.nadpis
{
	font-size: 1.3em;
	font-weight: bolder;
	color: Black;
	text-align: center;
}

h2
{
	font-size: 1.3em;
	font-weight: bolder;
	color: Black;
	text-align: center;
	vertical-align: bottom;
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
	background: url("img/sekce_bckg.gif") top no-repeat;
	height: 40px;
}

h3
{
  padding: 0 0 0 0;
  margin: 5px Auto 10px Auto;
  width: 400px;
  text-align: center;
  font-weight: bolder;
	font-size: 14px;
	background-color: #99ccff;
	border: thin solid;
	border-color: Black;
	color: Black;
	
}
h3 a
{
  color: Black;
	text-decoration: none;
	background-color: #99ccff;
}
h3 a:hover
{
	color: #FFA500;
}

h4 {
  font-size: 14px;
  text-align: center;
  margin: 5px 5px 5px 5px;
}

h6 {
  font-size: 14px;
  text-align: left;
  margin: 2px 2px 2px 2px;
}

div#obsah p
{
	text-align: left;
}

/*CLENOVE*/

span.pracoviste
{
	font-weight: bolder;
	font-size: 1em;
}

table#clenove
{
	border: 0px;
}

table#clenove td, th
{
	border: 0px;
	text-align: left;
}

table#clenove .na_stred
{
	text-align: center;
}

table#clenove td a
{
	color: Black;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	
}

	table#clenove td a:hover
{
	color: #FFA500;
	text-decoration: none;
	font-size: 12px;
}

/*ODKAZY*/

table#odkazy
{
	border: 0px;
	text-align: left;
}

table#odkazy td, th
{
	border: 0px;
	text-align: left;
	font-size: 12px;
}
table#odkazy td a
{
	color: Black;
	text-decoration: none;
	font-size: 12px;
}
	table#odkazy td a:hover
{
	color: #FFA500;
	text-decoration: none;
	font-size: 12px;
}
table#odkazy td.kategorie
{
	border: 0px;
	text-align: center;
	font-size: 12px;
}
td#alles
{
	text-align: center;
}
.do_bloku
{
	/*padding-left: 30;
	padding-right: 30;*/
	text-align: justify;
}

/* ADMINISTRACE */

#menuAdmin {
	text-align: justify;
	padding-left: 320px;
}

#administrace {
	width: 800px;
	background-color: white;
	margin: auto auto auto auto;
	padding: 0 15px 15px 15px;
	text-align: center;
	font-size: .9em;
	border: thick solid #99ccff;
}
div#administrace a
{
	text-decoration: none;
	color: Navy;
	font-weight: bold;
}
	div#administrace a:hover
{
	text-decoration: none;
	color: #FFA500;
}
table#odkazy #polozky td {
  border-bottom: solid black 1px;
}


/****/
div#vrch1
{
	width: 136px;
	padding: 0 0 0 0;
	text-align: left;
	background-image: url(img/pozadi-vrch1.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
}

div#spodek1
{
	width: 136px;
	padding: 0 0 0 0;
	text-align: left;
	background-image: url(img/pozadi-spodek1.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
}


div#obsah1
{
	width: 136px;
	padding: 0 0 0 0;
	text-align: left;
	/*background-image: url(img/pozadi-stred1.gif);*/
	background-position: center;
	background-repeat: repeat-y;

}

#historie {
  text-align: justify;
}
