@charset "iso-8859-15";


span {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 10pt;
}

div.pejdiv {

}

div.pejcontenu {
	text-align:justify;
	margin-top:1cm;
	margin-bottom:1cm;
	margin-right:1cm;
	margin-left:3cm;
}


.code {
	color: #000000;
	font-family: Courier, "Courier New", monospace;
	font-size: 10pt;
}

.v {
	color: #009900;
}

.b {
	color: #0000FF;
}

.t {
	color: #004488;
}


h1 {
	background-color:#DDEEFF;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	margin-top:20pt;
	margin-bottom:2pt;
	margin-left:20pt;
	margin-right:20pt;
	padding:10px;
}

h2 {
	border-top: dotted #AAAAFF 3px;
	margin-top:10pt;
	margin-bottom:10pt;
}

h3 {
	border-top: dotted #AAAAFF 1px;
	margin-top:10pt;
	margin-bottom:10pt;
}

.pejchap {
	position:relative;
	left:20pt;
	text-align:center;
}


div.pejnav {
	position: relative;
	top: 0px;
	margin-left: 75px;
	margin-right: 75px;
	border-top: none;

	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
	padding-bottom: 2px;

	border-bottom: 1px black solid;
	border-right: 1px black solid;
	border-left: 1px black solid;
	background-color: #eeeae6;
	font-size:110%;
}

div.pejnav2 {
	position: relative;
	bottom: 0px;
	margin-left: 75px;
	margin-right: 75px;
	border-bottom: none;

	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
	padding-bottom: 5px;

	border-top: 1px black solid;
	border-right: 1px black solid;
	border-left: 1px black solid;
	background-color: #eeeae6;
	font-size:110%;
}

a:link,a:visited,a:active {
    text-decoration: none;
    color: #333333;
    font-size: 12px;
}

a:hover {
    text-decoration: underline;
    color: black;
}

.pejinfo {
	margin-bottom:30px;

	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;

	border-bottom: 1px black solid;
	border-top: 1px black solid;
	background-color: #DDEEFF;
	font-size:90%;
	text-align:center;
}


div.code {
	margin-top:            4px;
	margin-bottom:         4px;
	margin-left:           5px;
	margin-right:          10px;
	padding-top:           5px;
        padding-right:         20px;
        padding-bottom:        5px;
        padding-left:          20px;
	border-style:          solid;
	border-width:          1px;
	border-color:          #000000;
	background-color:      #eeeae6;
}

div.pejsom {
	margin-left:           50px;
	margin-right:          50px;
}

ul {
	text-align:left;
}
li {
	text-align:left;
}