body { font: 10pt Arial; color: black; background-color: white }

a:link	  { color: #0000ff }
a:visited { color: #736F6E }
a:hover   { color: #ff0000; text-decoration: underline }
a:active  { color: #ff0000; text-decoration: underline }

ul.marker { list-style-image: url(img/marker.gif) }
li.for_students { list-style-image: url(img/markerg.gif) }
ul.dot    { list-style-image: url(img/dot.gif) }

div#contact-pl { position: absolute; 
		 top: 230px; 
		 left: 10px; 
		 background-color: #ededed;
		 padding: 10px 10px 10px 10px }

div#contact-en { position: absolute; 
		 top: 230px; 
		 left: 10px; 
		 background-color: #ededed;
		 padding: 10px 10px 10px 10px }
		 
div#info { position: absolute; 
  	   top: 50px; 
	   left: 300px; 
	   background-color: #f8f8ff;
	   margin-right: 200px;
	   padding: 10px 10px 10px 10px }
	   
div.box  { background-color: #f8f8ff;
           width: 75%;
           padding: 10px 10px 10px 10px }

div.box-title { font-weight: bold;
                font-size: 120%;
	        color: red;
                background-color: #ededed;
                width: 75%;
                padding: 10px 10px 10px 10px }

div.subbox-title { font-weight: bold;
                font-size: 100%;
	        color: #ff6600;
                width: 75%;
                padding: 10px 10px 10px 10px }

div.lastModified { position: absolute;
                   top: 10px;
                   right: 10px;
                   font-size: smaller }

div.navigation {  background-color: #fffacd }

td    { font: 10pt Arial;
        border-style: solid;
        border-width: thin;
        padding: 2pt 2pt 2pt 2pt }

th { font-size: 10pt;
     font-weight: bold }

.project-title { font-size: 140%;
                 font-weight: bold;
                 font-family: Arial;
                 color: red }

div.project { background-color: #ffffe0;
              margin-right: 200px;
              padding: 10px 10px 10px 10px }

/* klasy formatujące wyświetlanie listy publikacji */

span.author { font-family: Helvetica; font-style: oblique }
span.title  { font-weight: bold }
span.conference { font-size: small }
span.journal { font-size: small }
span.book { font-size: small }
span.report { font-size: small }

li.exercise { padding: 2px; background-color: #eeeedd;  color: black}
li.exercise a:link { color: black }

