body {
	background-color: rgb(198, 236, 227);
}

h1, h2 {
	font-family: 'Dejavu Sans Mono';
	text-align: center;
	color: rgb(0, 153, 0);
}

h3 {
	color: rgb(0, 102, 0);
}

h4, h5 {
	text-align: left;
	font-family: 'Arial';
	color: green;
	text-indent: 1em;
}

h6 {
	text-align: center;
	color: brown;
}

em {
  	font-variant: small-caps;
	color: #000099;
}

p {
  	font-family: 'Arial', 'Traditional Arabic';
	font-size: 12pt;
  	color: black;
}

ol {
  	font-family: 'Arial', 'Traditional Arabic';
}
	

.r1 {
	position: static;  	
	margin: 50px;
	background-color: white;
	padding: 9px;
	border: solid 1px;
}


.r2 { /* Blackboard style */
	margin: 4px;
  	font-family: 'Dejavu Sans Mono';
	background-color: black;
	padding: 3px;
	/*display: inline;*/
	border: solid 2px green;
}

p.r2 {
	color: white;
}

span.r2 {
	color: white;
}

.gad{
	margin-left: auto; 
	margin-right: auto;
	width: 1080px;
	margin-bottom: 5px;
	background-color: white;
	padding: 20px;
	border: solid 1px
}


.maxima {
	background-color: #ccffcc;
	padding: 8px;
	margin: 10px;
	color: black;
	border: solid 1px black;
}

img.maxima {
	padding : 2px;
}

.def {
	color: red;
	font-style: italic;
}

.m {
	font-style: italic;
}

p.notka {
	font-size: 8pt;
	margin-left: 10pt;
	font-style: italic;
}

ul {
	font-family: 'Arial';
}

span.alert {
	color: #EC1919;
		}

div#logo {
	position	:	absolute; 
	margin-left	:	0px; 
	top		:	6px; 
	width		:	88px; 
	height : 52px;
	padding: 6px;
	overflow: hidden;
	background-color: #ffffcc;
	border: solid 1px black; 
}

div#logoshadow{
	position	:	absolute; 
	margin-left	:	4px; 
	top		:	10px; 
	width		:	89px; 
	height : 53px;
	padding: 6px;
	overflow: hidden;
	background-color: grey;
	border: solid 0px black;
}

div#tytul1 {
	position: absolute; 
	margin-left: 109px;
	margin-top: 1px;
	overflow: hidden;
	width:	80%; 
	height : 64px;
	padding-left: 8px; 
	padding-top: 0px;
	padding-bottom: 0px;
/*  background-image: url('../pics/abstrakcja3.png'); 
	background-repeat: repeat-xy;
  background-color: white;
*/
	border: solid 0px black;
}

div#lew {
  position	:	absolute; 
  margin-left	:	4px; 
  top		:	90px; 
  width		:	89px; 
  height : 75%;
  padding: 6px;
  overflow: hidden;
  border-right: dotted 0px grey;
}

div#abstrakt {
  position	:	absolute; 
  margin-left	:	109px; 
  top		:	90px; 
  width:	80%; 
  height : 75%;
  padding: 6px;
  overflow: auto;
	border-left: solid 1px grey;
}


ul.linki {
	margin-left: -46px;
	list-style-type: none;

}

ul.linki > li:hover {
	border: solid 0px green;
}

ul.linki > li {
	font-family: gothic;
/*	color: red; */
	padding: 4px;
	margin: 2px;
/*	background-color: #29d662; */
	border: 0px;
}

/* ---- */

hr {
	border: solid 1px #31641c;
	width: 100%;
}


hr.odz {
	width: 50%;
	}

address {
	font-size: 8pt;

}

.bordered {
	border: solid 1px black;
}

a:link {text-decoration: none; color: blue;}
a:visited {text-decoration: none; color: brown;}
a:hover {text-decoration: none; color: green;}



.nazwa {
	font-size: 14pt;
	font-weight: bold;
	font-family: Courier New;
	color: green;
}


/* paragraph styles */
.notka {
	font-size: 10pt;
}
.centralny {
	text-align: center; 
}

.bezramki {
	border: 0px;
}


div.prawygor {
	position: relative;
	top: 2px;
	left: 200px;
}



.kontejner {
	display: grid;
	grid-template-columns: 10px auto;
}

.lewelinki {
	grid-column: 1 / 1;
}

.mieso {
	grid-column: 2 / 2;
}




.gornykontejner {
	display: grid;
	grid-template-columns: 200px auto;
}

.gornylewy {
	grid-column: 1 / 1;
}

.gornyprawy {
	grid-column: 2 / 2;
}


