/* Reset okrajů všech elementů */
* {
 margin: 0px; padding: 0px;
 font-family: Verdana; font-size: 8pt;
}

/* Admin panel */
#admin_panel {width: 880px; height: 20px; background-image: url(../grafika/layout-stranky/admin_panel.gif); line-height: 20px;}
div.admin_panel_button {float: left; width: 84px; color: white; cursor: pointer;}
div.admin_panel_button:hover {color: yellow; cursor: pointer}
div.admin_panel_cara {float: left; width: 4px; color: white}

/* Seznamy */
ol {margin-left: 27px;}
ul {margin-left: 27px;}

/* Tělo stránky */
body {background-color: #40b0e1; background-image: url(../grafika/layout-stranky/pozadi_sazavska.png); background-repeat: repeat-x}


/* Footer */
#footer {width: 819px; border: 1px solid white; height: 10px; background-color: #2f8cbb; text-align: center; line-height: 2.3em; color: white}


/* Section Header */

div.section_header_pruh {
 height: 22px; padding-left: 10px; padding-right: 10px; margin-top: 3px; width: 828px;
 font-weight: bold; color: white; line-height: 2em;
 background-color: #386496; 
 /*background-image: url(../grafika/layout-stranky/roh-papiru.gif); */
 background-repeat: no-repeat; background-position: right;
 border-bottom: 1px solid white
}

div.section_header {
 height: 22px; padding-left: 10px; 
 font-weight: bold; color: white; line-height: 2em;
 background: #386496; 
 background-image: url(../grafika/layout-stranky/roh-papiru.gif); 
 background-repeat: no-repeat; background-position: right;
}

div.section_header_line {
 background: #fff;
 background-image: url(../grafika/layout-stranky/vodorovna-cara.gif); 
 background-position: center; background-repeat: repeat-x;
 padding-top: 1px;
 padding-bottom: 2px;
}



/* Format - Hyperlinků */
 a:active {font-family: Verdana; color: black; FONT-SIZE: 8pt;}
 a:link {font-family: Verdana; color: black; FONT-SIZE: 8pt;}
 a:visited {font-family: Verdana; color: black; FONT-SIZE: 8pt;}

 a {text-decoration: none; FONT-SIZE: 8pt;}
 a:hover {text-decoration: none; color: transparent; FONT-SIZE: 8pt;}

.provozni_informace a:active {font-family: Verdana; color: blue; FONT-SIZE: 8pt;}
.provozni_informace a:link {font-family: Verdana; color: blue; FONT-SIZE: 8pt;}
.provozni_informace a:visited {font-family: Verdana; color: blue; FONT-SIZE: 8pt;}

.provozni_informace a {text-decoration: none;}
.provozni_informace a:hover {text-decoration:none;}

 a.navigator:active {font-family: Verdana; color: #145a98; FONT-SIZE: 8pt;}
 a.navigator:link {font-family: Verdana; color: #145a98; FONT-SIZE: 8pt;}
 a.navigator:visited {font-family: Verdana; color: #145a98; FONT-SIZE: 8pt;}

 a.navigator {text-decoration: none; FONT-SIZE: 8pt;}
 a.navigator:hover {text-decoration: underline; color: #145a98; FONT-SIZE: 8pt;}

 a.aktualne:active {font-family: Verdana; color: black; FONT-SIZE: 8pt;}
 a.aktualne:link {font-family: Verdana; color: black; FONT-SIZE: 8pt;}
 a.aktualne:visited {font-family: Verdana; color: black; FONT-SIZE: 8pt;}

 a.aktualne {text-decoration: none; color: black; FONT-SIZE: 8pt;}
 a.aktualne:hover {text-decoration: underline; color: #FF0000; FONT-SIZE: 8pt;}

 a.odkaz:active {font-family: Verdana; color: #FF0000; FONT-SIZE: 8pt;}
 a.odkaz:link {font-family: Verdana; color: #FF0000; FONT-SIZE: 8pt;}
 a.odkaz:visited {font-family: Verdana; color: #FF0000; FONT-SIZE: 8pt;}

 a.odkaz {text-decoration: none; color: #FF0000; FONT-SIZE: 8pt;}
 a.odkaz:hover {text-decoration: underline; color: #FF0000; FONT-SIZE: 8pt;}
 
 a.top_menu:active {font-family: Verdana; color: white; FONT-SIZE: 8pt;}
 a.top_menu:link {font-family: Verdana; color: white; FONT-SIZE: 8pt;}
 a.top_menu:visited {font-family: Verdana; color: white; FONT-SIZE: 8pt;}

 a.top_menu {text-decoration: none; color: white; FONT-SIZE: 8pt;}
 a.top_menu:hover {text-decoration: none; color: yellow; FONT-SIZE: 8pt;}
