body {
	margin: 10px;
	padding: 0px;
	background-color:#DBF3FD;
	background:url(graf/back.gif);
	background-repeat: repeat-y;
	/*font-family : Verdana, Helvetica, sans-serif;*/
	/*font-family : sans-serif;*/
	/*font-family : sans-serif, Helvetica, Arial;*/
	/*font-family: 'Open Sans', sans-serif;*/
    font-family: 'IBM Plex Sans', sans-serif;
/*	font-family: 'Cousine', sans-serif;*/
/*	font-family: 'Noto Serif', serif;
    font-family: 'Source Sans Pro', sans-serif;
    font-family: 'Noto Sans', sans-serif;*/
/*    font-family: 'Fira Sans', sans-serif;*/
/*    font-family: 'Fira Sans Condensed', sans-serif;
*/
	/*font-family: 'Jura', sans-serif;*/
/*	font-family: 'Titillium Web', sans-serif;*/

}

/* TODO : div for all content, remove margin for p,h1,.... */
p,pre,ul,ol,h1,h2,h4,h5,h6,table {
	margin-left: 160px;
}

p {
	color : #000000;
}

a {
    text-decoration: none;
    color: #0000FF;
    background: none;
}
/*a:link    { color: #0000FF }     unvisited links */
a:visited { color: #1111CC }   /* visited links   */
a:hover   { /* user hovers     */
/*	border-bottom: dotted;
	border-width: thin;
	color: red;*/
	text-decoration: underline;
}
a:active  { color: red; }   /* active links    */

img {
	border: 0;
/*	float: left; */
}

img.floatright {
	border: 0;
	float: right;
	clear: both;
	margin: 2px;
}

img.floaleft {
	border: 0;
	float: left;
	clear: both;
	margin: 2px;
}

pre {
    /*font-family : 'PT Mono', monospace;*/
    font-family: 'IBM Plex Mono', monospace;
	color : #062377;
	padding-left: 0.2em;
	padding-right: 0.2em;
	border: solid;
	border-width: thin;
	border-color: #AACCEE;
	/* width: 100%; */
}

em {
	color : #880000;
	/*font-weight : bolder;*/
	font-style: italic;
}

strong {
	color : #062377;
	font-weight : normal;
	font-style: italic;
	padding-left: 0.2em;
	padding-right: 0.2em;
	border: solid;
	border-width: thin;
	border-color: #AACCEE;
}

tt {
	/*font-family : 'Cousine', monospace;*/
	/*font-family : 'PT Mono', monospace;*/
    font-family: 'IBM Plex Mono', monospace;
	/*font-family : monospace;*/
	/*font-weight : bolder;*/
	color : #062377;
}

code {
	/*font-family : 'PT Mono', monospace;*/
    font-family: 'IBM Plex Mono', monospace;
	/*font-weight : bolder;*/
	color : #880000;
}

li {
       clear: both;
}

table
{
    border-color: #aaccee;
    border-width: 0 0 0px 0px;
    border-style: solid;
    border-collapse:collapse;
    /*width:100%;*/
    text-align: left;
}

td,th
{
    border-color: #aaccee;
    border-width: 1px 0 1px 0;
    border-style: solid;
    margin: 0;
    padding: 0.3em;
    padding-right: 2em;
    /*background-color: #FFC;*/
}

h1 {
	font-size : xx-large;
    /*font-family : 'PT Mono', monospace;*/
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'IBM Plex Mono', monospace;
	color : #062377;
	text-align: right;
	font-weight: bold;
}

h2 {
	font-size : x-large;
    /*font-family : 'PT Mono', monospace;*/
    /*font-family: 'Open Sans', sans-serif;*/
/*     font-family: 'Montserrat', sans-serif; */
    font-family: 'IBM Plex Mono', monospace;
	color : #062377;
	text-align: right;
	font-weight: normal;
}

h3 {
	font-size : large;
    /*font-family : 'PT Mono', monospace;*/
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'IBM Plex Mono', monospace;
	color : #000000;
	/*text-align: right;*/
	background-color: #aaccee;
	/*padding-left : 10px;*/
	padding-left : 140px;
	padding-right : 10px;
	padding-top : 2px;
	padding-bottom : 2px;
	font-weight: bold;
	clear: both;
}

h4 {
	font-size : large;
/*     font-family: 'Open Sans', sans-serif; */
    font-family: 'IBM Plex Mono', monospace;
	color : #062377;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

h5 {
	font-size : medium;
    font-family: 'IBM Plex Mono', monospace;
/*     font-family: 'Open Sans', sans-serif; */
	color : #000000;
	text-align: left;
	font-weight: bold;
	font-style: italic;
}

h6 {
	font-size : medium;
    font-family: 'IBM Plex Mono', monospace;
/*     font-family: 'Open Sans', sans-serif; */
	color : #000000;
	text-align: left;
	font-weight: normal;
	font-style: italic;
}

#stopka {
	font-size : smaller;
	font-style: italic;
    font-family: 'IBM Plex Mono', monospace;
/*     font-family: 'Open Sans', sans-serif; */
	/*color : #062377;*/
	color : #000;
	/*padding-left : 20px;*/
	text-align: left;
	/*vertical-align: middle;*/
}

#stopka img {
	border: 0;
	float: right;
	/*vertical-align: middle;*/
	padding-left : 10px;
	padding-bottom : 10px;
}
