/* Author: Jakub Hejda, Clickmedia.cz */
/* LAYOUT */
#CenterBox {
	width: 780px;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #DCDCDC;
	border-bottom: none;
	background-color: White;
	height: 92%;
	min-height: 500px;
}


#hlavicka {
	position: relative;
	top: 0px;
	left: 0px;
  	background-color: transparent;
	background-image: url(obrazky/levy.png);
	background-repeat: no-repeat;
	width: 780px;
	height: 204px;
	overflow: hidden;
	clear: both;
}
#fotkaVpravo {
	position: relative;
	top: 0px;
	left: 415px;
	background-color: transparent;
	background-image: url(obrazky/fotka_vpravo.jpg);
	width: 365px;
	height: 127px;
	overflow: visible;
}
#spodniPruh {
	position: relative;
	top: 0px;
	left: 0px;
  	background-color: transparent;
	background-image: url(obrazky/spodni_pruh.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 77px;
	width: 780px;
}




#horniLogo {
  	background-color: transparent;
   color: white;
   font-size: large;
   overflow: hidden;
 	margin-top: 0em;
  	margin-bottom: 0em;
 	margin-left: auto;
 	margin-right: auto;
 	padding-left: 20px;
   z-index: 10;
   position: absolute;
   display: block;
   float: none;
 	width: 760px;
	border: none;
}
    
#logoDaitl {
  	background-color: transparent;
  	background-image: url(obrazky/logo_daitl.png);
  	background-position: 30px;
  	background-repeat: no-repeat;
   color: white;
   font-size: large;
   overflow: hidden;
  	margin-top: 60px;
  	margin-bottom: 0em;
 	margin-left: auto;
 	margin-right: auto;
   z-index: 10;
   position: absolute;
   display: block;
   float: none;
   height: 58px;
 	width: 290px;
	border: none;
}    
#logoDaitl span {
	visibility: hidden;
}

#horniSlogan {
	background-color: transparent;
	color: white;
	text-indent: 1em;
	font-size: medium;
	letter-spacing: 0.05em;
	overflow: hidden;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	z-index: 10;
	position: absolute;
	display: block;
	float: right;
	width: 7750px;
	text-align: left;
}

#dolniSlogan {
	background-color: transparent;
	background-image: url(obrazky/kancelarsky-nabytek.png);
	background-position: 530px;
	background-repeat: no-repeat;
	color: white;
	font-size: medium;
	overflow: hidden;
	margin-top: 140px;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	z-index: 10;
	position: absolute;
	display: block;
	float: right;
	width: 740px;
	height: 30px;
	text-align: right;
}




#obsahDokumentu {
	background-color: White;
	margin: 0em;
	padding: 0em;
	margin-left: 0px;
	width: 590px;
	/*border: 1px solid red;*/
}
    

#Paticka {
	position: relative;
	top: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	border: 1px solid #DCDCDC;
	border-top: none;
	margin: auto;
	margin-top: 0px;
	width: 770px;
	background-color: white;
	overflow: visible;
}
#Paticka a:link, #Paticka a:visited {
	background-color: transparent;
	color: Gray;
}
#Paticka a:hover {
	background-color: transparent;
	color: Black;
	border-bottom: 1px solid gray;
}

