@media screen { 

    .ebody {
        background-color:#cccccc;
        text-align: left; 
        /* margin: 0 auto; /*vycentrovani v ostatnich prohlizecich*/ 
        padding: 0px;
        /*width:1000px;*/
        /*border:0px solid gray;*/
        line-height:100%;
    }

    .container {
        text-align: center; 
        margin: 0 auto; /*vycentrovani v ostatnich prohlizecich*/
        padding: 0px;
        /*width:1237px;*/
		width:1187px;
		height: 686px;
        border:0px solid gray;
        line-height:150%;
		background-color: white;
		background-image: url('logolink.jpg');
		background-attachment:relative;
		/*background-position: 1073px 70px;
		background-size:224px 630px;*/
		background-repeat: no-repeat;
		background-position: 1030px 170px;
		background-size:150px 440px;
    }
    .emchapter{
        background-color:#FFFFFF;
        text-align: left;
        margin:0px;
        padding:0px;

    }

    .emchapter:nth-child(even) {
        background-color:#eeeeee
    } 
    .emchapter:nth-child(odd) {
        background-color:#dddddd
    } 
    .etitle {
        font-weight: bold;
        text-align: left;
        font-size: 120%;
        line-height:120%;
        margin: 0px 0px 5px 0px;
        color: blue;
    }

    .eh2 {
        font-weight: bold;
        color: darkblue;
    }

    #etop{
        padding:1px 0px 15px 0px;
        width:100%;
        height: 50px;
        color:white;
        background-color:darkblue;
        clear:left;
        margin:0;
        font-size: 150%;
        font-weight: bold;
        /*position:fixed;*/
    }


    #emenu {
        float:left;
        width:170px;
        height: 600px;
        margin:0px;
        padding:10px;
        color:white;
        background-color:purple;
        position:fixed;
        color:white;

        background-color:#FFAA78;
        line-height:120%;
        overflow: auto;
    }

    #emenu:before {
		color: black;
		content: "CZ.1.07/1.1.14/01.0021\A ICT ve v\00fduce\A technick\00fd ch S\0160";
		white-space: pre;
	}

    #econt {
        text-align: left;
        float:left;
        margin-left:194px;
        width:810px;
        height: 600px;
        padding:10px;
        background-color:white;
        overflow: auto;

    }

	#elogo {
        text-align: left;
        float:right;
        margin:0px;
        width:256px;
        height: 620px;
        padding:0px;
        background-color:green;
		background-image: url(logolink.jpg);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size:256px 620px;
        overflow: auto;

    }
	
    #econt p {
        text-align: justify;
    }
    .esource {
        font-size: 0.8em;
        color: blue;
        /*width: 60%;*/
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .hidden {
        display:none;
    }
    .ehidden {
        display:none;
    }
    .eimg {
        padding: 0.5em 0em 0em 0em;
        margin: 0px;
        width:60%;

        display: block;
        margin-left: auto;
        margin-right: auto
    }
    .etitlep {
        font-weight: bold;
        text-align: left;
        font-size: 120%;
        line-height:120%;
        margin: 0px 0px 5px 0px;
        color: blue;
    }


    .echapter>div .blok>div{
        margin: 10px;
    }

    .hidden {
        display:none;
    }



    .echapter{
        background-color:#FFFFFF;
        text-align: left;
        margin:0px;
        padding:10px;

    }

    ul p {
        padding:5px;
        margin:0px;
    }

    ul {
        float:left;
        width:100%;
        padding:0px;
        margin:0px;
        list-style-type:none;}
    li {
        padding:0px;
        margin:0px;
        /*width: 90%;*/
    }
    h1{
        text-align: center;
    }
    a{
        text-decoration: none;
    }

    a:link {color:#235089;}      /* unvisited link */
    a:visited {color:#235089;}  /* visited link */
    a:hover {color:#20896F;}  /* mouse over link */
    a:active {color:#235089;}  /* selected link */

    .edict{
        border-style: dotted;
        border-width: 1px;
        margin: 0px;
        padding: 5px 10px 5px 10px;
    }

    .edicttable {
        width:100%;
    }
}

@media print { 
    body {
        background-color:white;
        color:black;
    }

    .emenu {
        display:none;
    }
}