<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html 
{
/* this is a hack to force scrollbars on at 
 all times so that the page does not jump
 when going from short to long pages */
height: 100%;
margin-bottom: 1px;
color: #1F1F1F;
}

body 
{
font-family: Lucida Grande, Arial, Trebuchet MS, sans-serif;
font-size: 12px;
background-color: white;
background-image: url(../img/body_back.png);
padding-bottom: 50px;
padding-top:10px;
}

#entete_top /*hornÃ­ liÅ¡tiÄka*/
{
width:820px;
height: 20px;
margin:auto;
background-image: url(../img/entete_top.png);
background-position: left;
background-repeat: no-repeat;
}

#entete
{
width:753px;
height: 32px;
margin:auto;
background-image: url(../img/entete.png);
background-position: bottom;
background-repeat: no-repeat;
text-align: right;
padding-right: 67px;
padding-top:49px;
font-weight: bold;
color:#93A7B2;
font-size: 15px;
}

#entete_perso /* entÃªte pour pages connectÃ©es */
{
width:753px;
height: 32px;
margin:auto;
background-image: url(../img/entete_perso.png);
background-position: bottom;
background-repeat: no-repeat;
text-align: right;
padding-right: 67px;
padding-top:49px;
font-weight: bold;
color:#93A7B2;
font-size: 15px;
}

#entete_exo /* entÃªte pour pages connectÃ©es */
{
width:753px;
height: 32px;
margin:auto;
background-image: url(../img/entete_perso.png);
background-position: bottom;
background-repeat: no-repeat;
text-align: right;
padding-right: 67px;
padding-top:49px;
font-weight: bold;
color:#93A7B2;
font-size: 15px;
}

/*------------------------ barre de navigation --------------- */
#navigation
{
width:820px;
height:32px; 
margin:auto;
text-align:left;
background-image: url(../img/ombre_nav.png);
background-position: left;
background-repeat: repeat-y;
font-size: 13px;
}





/*---  nastavenÃ­ liÅ¡ty s taby ---*/

#tabset
{
margin-left: 255px;  /*toto nastavit pro zarovnÃ¡nÃ­ tabÅ¯ vpravo s textem */
border: none;
text-align: center;
}

#tabset_logged
{
margin-left: 0px;  
text-align: center;
}

#logged
{
text-align:left;
padding-bottom: 0px; 
margin-left: 55px;   
width : 200px; /*toto nastavit pro zarovnÃ¡nÃ­ tabÅ¯ vpravo s textem */
height: 50px;  
float: left;
font-size: 12px;
font-weight: bold;
color: #505050;
}

a.cour_tab:link
{
padding-top: 8px;    
width : 120px;
height: 24px;  
float: left;
margin-left: 6px;
background-color: #7D7D7D;
background-image: url(../img/coins_tabs.png);
background-position: top;
background-repeat: no-repeat;
font-weight:bold;
text-decoration: none;
color: white; 
}

a.cour_tab:visited
{
padding-top: 8px;    
width : 120px;
height: 24px; 
float: left;
margin-left: 6px;
background-color: #7D7D7D;
background-image: url(../img/coins_tabs.png);
background-position: top;
background-repeat: no-repeat;
font-weight:bold;
text-decoration: none;
color: white;
}

a.cour_tab:hover
{
padding-top: 8px;    
width : 120px;
height: 24px;  
float: left;
margin-left: 6px;
background-color: #7D7D7D;
background-image: url(../img/coins_tabs.png);
background-position: top;
background-repeat: no-repeat;
font-weight:bold;
color: white; 
}

a.nav_tab:link
{
padding-top: 8px;
margin-left: 6px;
width : 120px;
height: 24px;
float: left;
background-image: url(../img/coins_tabs.png);
background-position: top;
background-repeat: no-repeat;
background-color: #BBBBBB;
font-weight:bold;
text-decoration: none;
color: #494949;
}

a.nav_tab:visited
{
padding-top: 8px;
margin-left: 6px;
width : 120px;
height: 24px;
float: left;
background-image: url(../img/coins_tabs.png);
background-position: top;
background-repeat: no-repeat;
background-color: #BBBBBB;
font-weight:bold;
text-decoration: none;
color: #494949;
}

a.nav_tab:hover
{
padding-top: 8px;
margin-left: 6px;
width : 120px;
height: 24px;
float: left;
text-align: center;
background-image: url(../img/coins_tabs.png);
background-position: top;
background-repeat: no-repeat;
background-color: #939393;
font-weight:bold;
text-decoration: none;
color: #ECECEC;
}

/*------------------------ fin de barre de navigation --------------- */


#navigation_exos 
{
width:700px;
margin:auto;
padding-top:20px;
padding-right:60px;
background-position: left;
background-repeat: repeat-y;
}

#nav_exospec 
{
margin-top: -12px;
margin-right: 5px;
font-weight: bold;
background-color: #A4F74D;
float: left;
border: 1px gray solid;
padding-left: 10px;
padding-right: 10px;
}

#nav_exospec_cour 
{
margin-top: -12px;
margin-right: 5px;
font-weight: bold;
background-color: #FFC857;
float: left;
border: 1px gray solid;
padding-left: 10px;
padding-right: 10px;
}



#espace_de_travail 
{
width:700px;
margin:auto;
padding-top:30px;
padding-left:60px;
padding-right:60px;
padding-bottom:40px;
background-image: url(../img/ombre_edt.png);
background-position: left;
background-repeat: repeat-y;
}

/* ----------------------- typographie paragraphe--------------------------- */
p.indent
{
text-indent:20px;
text-align:justify;
line-height:1.4;
}

p
{
text-align:justify;
line-height:1.4;
font-size: 12px;
margin-top: 5px;
margin-bottom: 5px;
color: #505050;
}

ul
{
line-height:1.4;
color: #505050;
}



blockquote
{
margin:auto;
margin-top:20px;
margin-bottom:20px;
border-color:#5d6c79;
border-style:solid;
border-width:1px;
padding:20px;
padding-top:5px;
padding-bottom:5px;
background-color:#e5e5e5;
}

h1
{
font-size:22px;
}

h2
{
font-size:18px;
margin-top: 5px;
color: #505050;
}

h3
{
font-size:13px;
margin-bottom: 0px;
padding-bottom: 0px;
color: #505050;
/*background-color:#e5e5e5;*/
/*padding-left: 5px;*/
}

b
{
color:#303030;
}

i.large
{
letter-spacing: 2px;
}

small
{
font-size:11px;	
}


/* ----------------------- liens dans l'espace de travail ---------------------------------- */
#espace_de_travail a:link
{
text-decoration:none;
border-left:1px solid transparent; 	/*pourque le texte autour ne bouge pas quand c'est HOVER*/
border-right:1px solid transparent;	/*pourque le texte autour ne bouge pas quand c'est HOVER*/
border-top:1px solid transparent;		/*pourque le texte autour ne bouge pas quand c'est HOVER*/
color:#0089CE;
}


#espace_de_travail a:hover
{
text-decoration: none;
}

#espace_de_travail a:visited
{
text-decoration:none;
border-left:1px solid transparent; 	/*pourque le texte autour ne bouge pas quand c'est HOVER*/
border-right:1px solid transparent;	/*pourque le texte autour ne bouge pas quand c'est HOVER*/
border-top:1px solid transparent;		/*pourque le texte autour ne bouge pas quand c'est HOVER*/
color:#0089CE;
}



/* ********************************* konec linkÅ¯ ***************** */

fieldset.enreg							/* id fieldsetu pro enregistrement */
{
border-style: solid;
border-width: 1px;
border-color: #CCCC99;
background-color: #FEFEFE;
margin-bottom: 20px;
}

input.enreg
{
border-style: solid;
border-width: 1px;
border-color: #D0D0D0;
height: 18px;
background-color: #FAFAFA;
}

textarea
{
border-style: solid;
border-width: 1px;
border-style: solid;
border-color: #A4A4A4;
background-color: #FAFAFA;
}

select
{
height: 20px;
border-width: 1px;
border-style: solid;
border-color: #A4A4A4;
background-color: #FAFAFA;
}

legend
{
font-weight: bold;
color: #003300;
}



td
{
padding: 3px;
}

td.n_niv_b			/*vykreslen@i tabulky s niveaux A1 - C2*/
{
padding: 10px;
vertical-align: middle;
text-align: center;
font-size: 40px;
font-weight: bold;
}

td.n_niv
{
padding: 10px;
vertical-align: middle;
text-align: center;
font-size: 14px;
font-weight: bold;
}


/* --------------------bas de page--------------------------------- */

#footer
{
width:715px;
margin:auto;
padding-top:10px;
padding-left:55px;
padding-right:50px;
font-size:10px;
text-align: left;
line-height: 17px;
background-image: url(../img/ombre_foot.png);
background-position: left;
background-repeat: repeat-y;
}

#footer_bottom
{
width:820px;
height: 20px;
margin:auto;
margin-bottom:70px;
background-image: url(../img/footer_bottom.png);
background-position: left;
background-repeat: no-repeat;
}

/*** links footer ***/

#footer a:link
{
text-decoration:none;
border-left:1px solid transparent; 	/*pourque le texte autour ne bouge pas quand c'est HOVER*/
border-right:1px solid transparent;	/*pourque le texte autour ne bouge pas quand c'est HOVER*/
border-top:1px solid transparent;		/*pourque le texte autour ne bouge pas quand c'est HOVER*/
color:#005782;
}


#footer a:hover
{
text-decoration: underline;
}


#footer a:visited
{
text-decoration:none;
border-left:1px solid transparent; 	/*pourque le texte autour ne bouge pas quand c'est HOVER*/
border-right:1px solid transparent;	/*pourque le texte autour ne bouge pas quand c'est HOVER*/
border-top:1px solid transparent;	/*pourque le texte autour ne bouge pas quand c'est HOVER*/
color:#005782;
}

/*** guestbook ***********************************************************************************/

table.pair
{
background-color: #F0F0F0;
margin-top: 10px;
margin-bottom: 10px;
width: 700px;
border: none;
}

table.impair
{
margin-top: 10px;
margin-bottom: 10px;
width: 700px;
border: none;
}

#nav_messages
{
width: 670px;
text-align: right;
vertical-align: middle;
padding: 15px;
font-size: 14px;
}

/*** EXERCICES *******************************************/

#exos_entete
{
color: #505050;
height: 45px;
font-size: 11px;
}


#stats_apprenant
{
color: white; 
font-size:11px;
height: 40px;
padding: 5px;
padding-right: 0px;
margin: 0px;
background-image: url(../img/exo_bar_stats.png);
background-repeat:no-repeat;
background-position: bottom;
}

#bar_bottom
{
height: 20px;
padding-right: 7px;
margin: 0px;
margin-bottom: -20px;
background-image: url(../img/exo_bar_bottom.png);
background-repeat:no-repeat;
background-position: bottom;
}

#bar_top
{
height: 20px;
background-image: url(../img/exo_bar_top.png);
background-repeat:no-repeat;
background-position: bottom;
}

/*** Accordion EXERCICES A DICO ******************************************************/

#accordion
{
margin-bottom: 0px;
margin-top: 0px;
}

#accordion h3
{
font-weight: bold;
font-size: 13px;
}

.element
{
background-image: url(../img/ligne_element.png);
background-repeat:repeat-x;
background-position: bottom; 
}

.toggler_t  /* terminÃ© */
{
color: #4C4C4C;
height: 20px;
padding: 5px;
padding-left: 7px;
margin: 0px;
border:1px solid #D8D8D8;
border-bottom: 1px solid #DDDDDD;
border-top: 1px solid white;
cursor: pointer;
background-image: url(../img/exo_bar.png);
background-repeat:repeat-x;
background-position: bottom; 
}

.toggler_c  /* courrant */
{
color: white;  /* #FFCC00 */
height: 20px;
padding: 5px;
padding-right: 7px;
padding-left: 7px;
margin: 0px;
border-bottom: 1px solid #DDDDDD;
cursor: pointer;
background-image: url(../img/exo_bar_act.png);
background-repeat:repeat-x;
background-position: bottom;
}

.toggler_f	/* futur */
{
color: #B6B6B6;
height: 20px;
padding: 5px;
padding-right: 7px;
padding-left: 7px;
margin: 0px;
border:1px solid #D8D8D8;
border-bottom: 1px solid #DDDDDD;
border-top: 1px solid white;
cursor: pointer;
background-image: url(../img/exo_bar.png);
background-repeat:repeat-x;
background-position: bottom;
}

img.markers
{
float:right;   /*toto je dÅ¯leÅ¾itÃ© pro umÃ­stÄ›nÃ­ obrÃ¡zku markerÅ¯ vpravo*/
position: relative;
}

.enonce_term /* Ã©noncÃ© exercice terminÃ©*/
{
border: 1px solid #DDDDDD; /*#9ADD76;*/
padding-left: 15px;
padding-right: 15px;
padding-bottom: 5px;
margin-top: 10px;
margin-bottom: 10px;
background-image: url(../img/vignette_exo_term.png);
background-position: 0 0;
background-repeat: no-repeat;
}

.enonce_act /* Ã©noncÃ© exercice actif*/
{
border: 1px solid #FF8938;	
padding-left: 15px;
padding-right: 15px;
padding-bottom: 5px;
margin-top: 10px;
margin-bottom: 10px;
background-image: url(../img/vignette_exo_act.png);
background-position: 0 0;
background-repeat: no-repeat;
}

.resultats
{
border: 1px solid #DDDDDD;/* #FDCB0A;*/
padding-left: 15px;
padding-right: 15px;
padding-top: 35px;
padding-bottom: 15px;
margin-top: 10px;
background-image: url(../img/vignette_resultat.png);
background-position: 0 0;
background-repeat: no-repeat;
color: #505050;
font-size:11px;
}

.erreurs
{
border: 1px solid #DDDDDD;/* #FC453C;*/
padding-left: 15px;
padding-right: 15px;
padding-top: 30px;
padding-bottom: 15px;
margin-top: 10px;
background-image: url(../img/vignette_erreurs.png);
background-position: 0 0;
background-repeat: no-repeat;
}

/*** pages exos  *********************************************************************************/

.enonce /*********** zobrazit enonce v exo*/
{
border: 1px solid #DDDDDD; 
padding-left: 15px;
padding-right: 15px;
padding-bottom: 5px;
padding-top: 0px;
margin-top: 10px;
margin-bottom: 10px;
background-image: url(../img/vignette_enonce.png);
background-position: 0 0;
background-repeat: no-repeat;
}

#exo_container
{
border: 1px solid #DDDDDD;
padding: 2px;
margin-top: 10px;
padding-top: 0px;
background-image: url(../img/vignette_taches.png);
background-position: 0 0;
background-repeat: no-repeat;
text-align: right;
}

#exo
{
margin-top: 28px;
font-size: 14px;
padding-top: 20px;
padding-bottom: 15px;
background-image: url(../img/feuille.png);
}

#averte_temps
{
text-align:right;
font-family: Arial;
font-size: 10px;
font-weight: bold;
border: none;
background-color: transparent;
color: #FF3900;
cursor: default;
}

#lexique
{
margin-left:600px;
text-align: right;
padding-right: 5px;
padding-top: 0px;
position: absolute;
}

.lx_entree
{
margin-left: 20px;
margin-right: 5px;
text-indent: -15px;
margin-bottom: 3px;
}

.lx_mot
{
color: #9FD4FF;
}

.lx_meta
{
color: gray;
font-size: 8px;
}

.tache
{
margin-bottom: 20px;
line-height:1.6;
text-align: left;
color: #323232;
padding: 0px 40px 0px 0px;
}

.num_tache
{
background: url(../img/badge.png) center 3px no-repeat;
padding-top: 6px;
width: 40px;
vertical-align:top;
color: white; 
font-size: 11px;
font-weight: bold;
text-align: center;
}

.num_tache_red
{
background: url(../img/badge_red.png) center 3px no-repeat;
padding-top: 6px;
width: 40px;
vertical-align:top;
color: white; 
font-size: 11px;
font-weight: bold;
text-align: center;
}

.num_tache_green
{
background: url(../img/badge_green.png) center 3px no-repeat;
padding-top: 6px;
width: 40px;
vertical-align:top;
color: white; 
font-size: 11px;
font-weight: bold;
text-align: center;
}

.prod /*polÃ­Äko formulÃ¡Å™e prod v tÃ¢che*/
{
font-size: 14px;
border: 1px solid #DDDDDD;
text-align: left;
color: #323232;
padding-left: 3px;
}

.tag /*linka anotace v tipu pÅ™i korekci*/
{
color: #FFCC00;
font-size: 12px;
font-weight: bold;
}

.tag_small /*linka anotace v tipu pÅ™i korekci*/
{
color: #FFCC00;
font-size: 10px;
font-weight: bold;
}

.tag_white /*linka anotace v tipu pÅ™i korekci*/
{
color: white;
font-size: 10px;
font-weight: bold;
}

.tag_white_light /*linka anotace v tipu pÅ™i korekci*/
{
color: white;
font-size: 10px;
}

.tag_light /*linka anotace v tipu pÅ™i korekci*/
{
color: white;
font-size: 9px;
font-weight: normal;
}

.corr /*linka anotace v tipu pÅ™i korekci*/
{
color: #AAFE98;
font-size: 14px;
font-weight: bold;
}



/*** TIPS ***********************************************************************************/



/************* tip_lemme ***/

.tool-tip 
{
color: white; /*barva textu*/
width: 139px; /*145px : ombre toto musÃ­ souhlasit se Å¡Ã­Å™kou obrÃ¡zku*/
z-index: 13000;
margin-top: 2px;
margin-left: -50px;
}
 
.tool-title 
{
font-weight: bold;
font-size: 14px;
margin: 0;
color: #9FD4FF;
padding: 15px 8px 0px;
background: url(../img/tip_lemme.png) top left;
}
 
.tool-text 
{
font-size: 11px;
padding: 2px 8px 14px;
background: url(../img/tip_lemme.png) bottom right;
}

/************* tip_lexique ***/

.lexique-tip 
{
color: white; /*barva textu*/
width: 190px; /*170px na ombre: toto musÃ­ souhlasit se Å¡Ã­Å™kou obrÃ¡zku*/
z-index: 13000;
padding-top: 15px;
margin-left: -5px;
}
 
.lexique-title 
{
font-weight: bold;
font-size: 13px;
margin: 0;
color: #FFCC00;
padding: 15px 8px 4px;
background: url(../img/tip_lexique.png) top left;
}
 
.lexique-text 
{
font-size: 11px;
padding: 2px 3px 14px;
background: url(../img/tip_lexique.png) bottom right;
}

/************* tip_prod_err ***/

.prod_err-tip 
{
color: white; /*barva textu*/
width: 190px; /*170px na ombre: toto musÃ­ souhlasit se Å¡Ã­Å™kou obrÃ¡zku*/
z-index: 13000;
margin-top: 1px;
margin-left:-15px;
/*margin-left: -50px;*/
}
 
.prod_err-title 
{
font-weight: bold;
font-size: 14px;
margin: 0;
color: #FF4F47;
padding: 15px 8px 5px;
background: url(../img/tip_prod_err.png) top left;
}
 
.prod_err-text 
{
font-size: 11px;
padding: 2px 8px 14px;
background: url(../img/tip_prod_err.png) bottom right;
}

/********** forme_requise*/

.forme_requise-tip 
{
color: white; /*barva textu*/
width: 190px; /*170px na ombre: toto musÃ­ souhlasit se Å¡Ã­Å™kou obrÃ¡zku*/
z-index: 13000;
margin-top: 1px;
margin-left:-15px;
/*margin-left: -50px;*/
}
 
.forme_requise-title 
{
font-size: 11px;
margin: 0;
padding: 15px 8px 5px;
background: url(../img/tip_requis.png) top left;
}
 
.forme_requise-text 
{
font-size: 11px;
padding: 2px 8px 14px;
background: url(../img/tip_requis.png) bottom right;
}

/********** lemme_correction */

.lemme_correction-tip 
{
color: white; /*barva textu*/
width: 190px; /*170px na ombre: toto musÃ­ souhlasit se Å¡Ã­Å™kou obrÃ¡zku*/
z-index: 13000;
margin-top: 1px;
margin-left:-15px;
/*margin-left: -50px;*/
}
 
.lemme_correction-title 
{
font-size: 11px;
margin: 0;
padding: 15px 8px 5px;
background: url(../img/tip_prod_corr.png) top left;
}
 
.lemme_correction-text 
{
font-size: 11px;
padding: 2px 8px 14px;
background: url(../img/tip_prod_corr.png) bottom right;
}

/********** mode_emploi*/

.mode_emploi-tip 
{
color: white; /*barva textu*/
width: 450px; /*170px na ombre: toto musÃ­ souhlasit se Å¡Ã­Å™kou obrÃ¡zku*/
z-index: 13000;
margin-top:-190px;
padding-left: 65px;
/*margin-left: -50px;*/
}
 
.mode_emploi-title 
{
margin: 0;
padding: 20px 8px 0px 15px;
font-weight: bold;
font-size: 13px;
color: #9FD4FF;
background: url(../img/tip_emploi.png) top left;
}
 
.mode_emploi-text 
{
font-size: 11px;
padding: 2px 15px 0px;
background: url(../img/tip_emploi.png) bottom right;
}

.liste_emploi
{
padding-left: 15px;
}

.yb /*pro Å¾lutÃ© zvÃ­raznÄ›nÃ­ v mode d'emploi*/
{
color: #FFCC00;
font-weight: bold;
font-stretch: expanded;
}

/********** doklad v dico*/

.pdgm_doklad-tip 
{
color: white; /*barva textu*/
width: 190px; /*170px na ombre: toto musÃ­ souhlasit se Å¡Ã­Å™kou obrÃ¡zku*/
margin-top: -5px;
margin-left:-32px;
position: fixed;
z-index: 13000;
/*margin-left: -50px;*/
}
 
.pdgm_doklad-title 
{
margin: 0;
padding: 0px;
background: url(../img/tip_lexique.png) top left;
color: white;
}
 
.pdgm_doklad-text 
{
font-size: 11px;
padding: 6px 8px 6px 10px;
background: url(../img/tip_lexique.png) bottom right;
color: white;
}

.pdgm_doklad_li 
{
color: white;
margin-left:28px;
color: white;
}

.pdgm_doklad_nadpis 
{

}


/********** doklad v dico*/

.alt_doklad-tip 
{
color: white; /*barva textu*/
width: 190px; /*170px na ombre: toto musÃ­ souhlasit se Å¡Ã­Å™kou obrÃ¡zku*/
position: fixed; 
z-index: 13000;
margin-top: -2px;
margin-left:-15px;
/*margin-left: -50px;*/
}
 
.alt_doklad-title 
{
color: white;
margin: 0;
padding: 0px;
background: url(../img/tip_lexique.png) top left;
}
 
.alt_doklad-text 
{
color: white;
font-size: 11px;
padding: 2px 8px 10px 10px;
background: url(../img/tip_lexique.png) bottom right;
}


/**********************/



/**********************/

#exo_status
{
font-size:11px; 
text-align:center; 
width:370px;
margin-left:389px; 
height:25px; 
padding: 10px 0px 0px 0px;
background-image: url(../img/coins_status.png);
background-position: top;
background-repeat: no-repeat;
background-color: #BBBBBB;
color: #494949;
}

#en_cours /*styl spanu s oznaÄenÃ­m aktuÃ¡lnÃ­ho procesu bÄ›hem exo*/
{
padding:9px;
color: black;
font-weight:bold;
background-image: url(../img/ukaz.png);
background-position: bottom;
background-repeat: no-repeat;
}

/* --------------------  FormÃ¡tovÃ¡nÃ­ timeru --------------------*/
#timer
{
width: 202px;
padding: 3px;
margin-left:500px;
padding-bottom: 15px;
}

#timer_text
{
font-family: Arial;
font-size:11px;
font-weight:bold;
color: #A4A4A4;
cursor: default;
}

#clock
{
border:none;
font-family: Arial;
font-size:11px;
font-weight:bold;
color:  #A4A4A4;
background-color: transparent;
cursor: default;
}

#bar_container
{
width: 200px;
height: 5px;
border: 1px solid #C6C6C6;
background-color: white;
}

#bar
{
height: 5px;
background-color: #CCCCCC;
float: left;
}

/*** clavierCZ ***********************************************************************************/


#clavierCZ
{
width:332px;  /*332px*/
height:80px;
border-style:none;
text-align:center;
padding-top: 0px;
}

#clavierCZ td
{
padding: 1px;
}


/*** FormÃ¡tovÃ¡nÃ­ zÃ¡suvky Clavier CZ **************************************************************/

#fxContainer 
{
position: fixed;   /* fixed pour qu'il reste coller en haut*/
z-index: 20; /*toto je poÅ™adÃ­ ve stacku elementÅ¯*/
width: 352px;
color: white;
padding-left: 10px;
top: 0;
bottom: 0;
height: 0;
}

#fxTarget 
{ 
margin: 0;
width: 100%;			/* pomÄ›r vÅ¯Äi kontejneru*/
position: relative;    /* musÃ­ bÃ½t relative vÅ¯Äi fxContaineru */
top: 0;
bottom: 0;
z-index: 19;
height: 0;
overflow: hidden;
background: url(../img/total_pruhled.png) 0 0;  /*pruhledny menu se Å™eÅ¡Ã­ prÅ¯hlednÃ½m png */	
}

#fxPadding 
{
visibility: hidden;
padding-left: 7px;
padding-top: 6px;
}

#fxTrigger 
{
position: relative;
cursor: pointer;
}

#fxTab 
{
position:relative; /* musÃ­ bÃ½t relative vÅ¯Äi fxContaineru */
bottom: 0px;
margin-left: 0px;
height: 0;		
text-align: left;
padding-left: 13px;	
height: 38px;
line-height: 34px;
font-weight: bold;
width: 162px;
z-index: 21;	
background: url(../img/fx-tab.png) 0 0 no-repeat;
}

/*** FormÃ¡tovÃ¡nÃ­ CORRECTION **************************************************************/

#correction_stats
{
border: 1px solid #DDDDDD;
margin-top: 10px;
margin-bottom: 15px;
padding-top: 0px;
padding-left: 15px;
padding-bottom: 15px;
background-image: url(../img/vignette_resultat.png);
background-position: 0 0;
background-repeat: no-repeat;
text-align: left;
}


#correction_container
{
border: 1px solid #DDDDDD;
padding: 2px;
margin-top: 10px;
margin-bottom: 15px;
padding-top: 0px;
background-image: url(../img/vignette_correction.png);
background-position: 0 0;
background-repeat: no-repeat;
text-align: left;
}

.correction
{
margin-top: 0px;
font-size: 14px;
margin-bottom: 5px;
margin-top: 28px;
padding-top: 10px;
padding-bottom: 10px;
background-image: url(../img/feuille.png);
}

.tache_correction
{
margin-bottom: 20px;
line-height:1.6;
text-align: left;
color: #323232;
padding: 0px 40px 0px 0px;
}

.prod_valid
{
color:#3BAA28;
font-weight: bold;
}

.prod_err
{
color:red;
text-decoration: line-through;
font-weight: bold;
}

/*** FormÃ¡tovÃ¡nÃ­ DICO **************************************************************/

#container_dico
{
	border: 1px solid #D0D0D0;
	border-left: 1px solid #C4C4C4;
	height: 410px;
}

/*** dico select */

#dico_select
{
height: 395px;
float: left;
width: 120px;
text-align: center;
font-size: 13px;
font-weight:bold;
}

#container_dico a.menu_select_cour:link
{
padding-top: 8px;    
width : 121px;
height: 24px;  
float: left;
background-color: #7D7D7D;
text-decoration: none;
color: white; 
border-bottom: 1px solid #D0D0D0;
margin-left:-1px;
position:relative;
}

#container_dico a.menu_select_cour:visited
{
padding-top: 8px;    
width : 121px;
height: 24px;  
float: left;
background-color: #7D7D7D;
text-decoration: none;
color: white;
border-bottom: 1px solid #D0D0D0;
margin-left:-1px;
position: relative;
}

#container_dico a.menu_select_nav:link
{
padding-top: 8px;    
width : 120px;
height: 24px;  
float: left;
background-color: #FCFCFC;
text-decoration: none;
color: #494949; 
border-bottom: 1px solid #D0D0D0;
}

#container_dico a.menu_select_nav:visited
{
padding-top: 8px;    
width : 120px;
height: 24px;  
float: left;
background-color: #FCFCFC;
text-decoration: none;
color: #494949; 
border-bottom: 1px solid #D0D0D0;
}

/*** dico description */

.dico_description
{
border-left: 1px solid #D0D0D0;
height: 400px;
float: left;
width: 260px;
color: #393939;
padding : 10px;
padding-top : 0px;
margin-left:1px;	
overflow : auto;
}

.mnemo_bar
{
text-align: center;
font-size: 9px;
color: #494949;
width: 166px;
float: left;
background-color: #E1E1E1;
margin-left: -10px;
margin-right: -10px;
padding: 2px;
border-bottom: 1px solid #D0D0D0;
position: relative;
}

.pdgm_touch
{
text-align: center;
font-weight: bold;
color: #494949;
background-color: white;
float: left;
width: 160px;
margin-left: -10px;
margin-right: -10px;
position: relative;
}

#container_dico a.pdgm_envoi_cour:link
{ 
width: 168px;
float: left;
background-color: #7D7D7D;
text-decoration: none;
color: white; 
position:relative;
height:18px;
border-bottom: 1px solid #D0D0D0;
padding-top: 3px;
}

#container_dico a.pdgm_envoi_cour:visited
{ 
width: 168px;
float: left;
background-color: #7D7D7D;
text-decoration: none;
color: white;
position: relative;
height:18px;
border-bottom: 1px solid #D0D0D0;
padding-top: 3px;
}

#container_dico a.pdgm_envoi_nav:link
{
width: 168px;
float: left;
background-color: white;
text-decoration: none;
color: #494949; 
height:18px;
border-bottom: 1px solid #D0D0D0;
padding-top: 3px;
}

#container_dico a.pdgm_envoi_nav:visited
{
width: 168px;
float: left;
background-color: white;
text-decoration: none;
color: #494949; 
height:18px;
border-bottom: 1px solid #D0D0D0;
padding-top: 3px;
}

/*** dico contenu */

.dico_contenu
{
border-left: 1px solid #D0D0D0;
height: 395px;
float: left;
width: 275px;
color: #393939;
padding : 10px;
padding-top : 5px;
overflow : auto ;
}

.doklady
{
margin-bottom:5px; 
border-top: 1px solid #D0D0D0; 
padding-top:3px;
color:gray;
font-size:10px;
}


.menu_contenu
{
height: 30px;
background-color: gray;
border-left: 1px solid #D0D0D0;
}

/* vÃ½pis koncovek pro paradigmata */

.term_td
{
padding:0px; 
color:#494949; 
font-weight:bold;
height: 18px; 
}

.catmorph_td
{
width:60px; 
height: 18px; 
padding:0; 
color:gray; 
font-size:9px;
}

.vertic_td /*pro vertikÃ¡lnÃ­ rozdÄ›lovaÄ | v tabulce*/
{
color: gray; 
font-size:9px;
font-weight: normal;
}</pre></body></html>