/* Start of CMSMS style sheet 'knihovna-as' */
/* Hlavni vzhled */

* {
	margin: 0px;
	padding: 0px;
}

html,body {
	height: 100%;
text-align: center;
}

body {
	margin: 0px;
	padding: 0px;
	/*background-color: #FFFFCC;*/
        background: url(./images/background.jpg);
        text-align: center;
}

#stranka-vnejsi {
	/*position: relative;*/
	width: 1000px;
	/*height: 100%;*/
	padding: 0px;
	margin: 0 auto;  /* vycentrováno */
	background: url(./images/dite.png) no-repeat bottom right;
	background-color: White;

}
#stranka-vnitrni {
	background: url(./images/podklad-menu.png) repeat-y;
        width: 1000px;
	/*height: 100%;*/
}

#levy-box {
 	width: 260px;
 	float: left;
 	background: url(./images/ruka-kniha.png) no-repeat;
 	padding-top: 200px;
}

#stredovy-box {
	width: 470px;
 	background: url(./images/hlavicka-knihovna-as.png) no-repeat;
 	background-position: 28px 0px;
 	float: left;
 	padding-top: 130px;
 	/*background-color: yellow;*/
}

#pravy-box {
 	width: 270px;
 	background: url(./images/pravy-horni-roh.png) no-repeat;
 	float: right;
 	padding-top: 70px;
}

/* Divy v boxech */
#hlavni-texty {
	padding-left: 30px;
}
#pravy-box-texty {
	padding-left: 60px;
}

#stredovy-box-paticka, #pravy-box-paticka {
	background: url(./images/ozdoba.png) no-repeat;
	height: 25px;
}
#stredovy-box-paticka {
	margin: 10px 0px 30px 5px; /* top right bottom left */
}
#pravy-box-paticka {
	margin-left: 35px;
	margin-bottom: 350px;
}

#search {
       margin: 2em 30px 2em 10px;
}

.zrusit-float {
	clear: both;
}

dfn, .skryt, .netisknout {
	display: none;
}

/* Pisma */

body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1.3em;
}

h1 {
   color: #a44302;
   font-size: 2em;
   line-height: 2em;
   margin: 0 0 1em 0;
}

h2 {
   color: #a44302; 
   font-size: 1.6em;
   line-height: 1.6em;
   margin: 0 0 0.7em 0;
}

h3 {
   color: #a44302;
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
h4 {
   color: #a44302; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h5 {
   color: #a44302; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #a44302; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}


#stranka-vnitrni img{
 border-top: 1px solid #eee; /* Borders of photo frame */
 border-right: 2px solid #ccc;
 border-bottom: 2px solid #ccc;
 border-left: 1px solid #eee;
 padding: 1px;
 margin-bottom:1em;
}

p.oddeleni {
 padding-bottom: 0.2em;
 margin: 0em;
}

#pravy-box span {
        width:5em;
        display: block;
        float: left;
}

ul, ol {
 margin-bottom: 2em;
 margin-top: 1em;
}

#hlavni-texty li {
  margin-left: 1.1em;
  margin-bottom: 0.5em;
}

#pravy-box-texty p img {
 float: left;
}

#footer {
 margin-left: 10px;
 margin-right: 40px;
}
#footer p {
 text-align: center;
 font-size:80%;
}

#footer a {
 color: #D88C08;
 text-decoration: none;
}

#footer img {
 border: 0px;
}

a {
 color: #D88C08;
 font-weight: bold;
}

/* Tabulky */
table.provoz {
 margin-bottom: 2em;
 text-align: left;
 font-size: 100%;
 line-height: 1.3em;
}

table.provoz td {
 padding: 0.3em 1em 0.3em 0em;
}

/* End of 'knihovna-as' */

/* Start of CMSMS style sheet 'knihovna-as - Menu' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 10px;
   margin-right: 40px;
}

#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #c0c0c0;
   display: block;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.5em 0.5em 0.5em 1.5em; /* some air for it */
   color: #fff; /* this will be link color for all levels */
   font-weight: normal;
   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; 
   background: transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #888D78;
}

/* current pages in the default Menu Manager template are unclickable. */
div#menu_vert ul h3 {
   background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;
   background-color: #D88C08;
   display: block; 
   padding: 0.5em 0.5em 0.5em 1.5em;
   color: #fff;
   font-size: 1em;
   margin: 0;
}

/* End of 'knihovna-as - Menu' */

