body { 
font: "Times New Roman", Times, serif, 0.9em;
background: url('pcs/tlo.png'), repeat, right, top;
}
/*links*/{
a:link {text-decoration:none;}    /* unvisited link */
a:visited {text-decoration:none;} /* visited link */
a:hover {text-decoration:underline;}   /* mouse over link */
a:active {text-decoration:underline;}  /* selected link */
}
#container {
	width: 600px;
	/*float: none;*/
	margin: 0 auto;

}
#header {
	width: 100%;
	height: 130px;
	margin-bottom: 4px;
	border-bottom: solid;
}
#menu {
	width: 128px;
	height: 250px;
	position: relative;
	left: 1px;
	float: left;
	display: block;
}
#content {
	width: 460px;
	height: 100%;
	float: right;
	display: block;
}
#menulista {
padding: 0px;
margin-left: 20px;
list-style: square;
}
#menulista li {
padding: 4px;

}
#menulista a {
color: black;
text-decoration: none;
}
#menulista a:hover {
border:2px solid;
border-radius: 5px;
font-size: 1.1em;
}
.tresc {
padding: 5px;
padding-left: 10px;
border-bottom: ridge 2px black;
background: url('pcs/tlociemne.jpg'), repeat, top, right;
margin-bottom: 8px;
border-radius:15px;
 -moz-border-radius:15px; /* Old Firefox */


}
.tresc p {
   color:#000000;
}
.tresc ol {
list-style-type:decimal;
padding: 3px;
margin-left: 60px;
}
.tresc ul {
list-style-type:disc;
padding: 3px;
margin-left: 60px;
}
.tresc h2 {
font-weight: bold;
font-size: 1.4em;
}
.tresc p {
font-size: 1em;
margin: 5px;
}
#aghlogo {
height: 129px;
width: 67px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 4px;
background: url('pcs/agh.png'), no-repeat;
display: inline-block;

}
#wydlogo {
background: url('pcs/wydzial.png'), no-repeat;
height: 129px;
width: 174px;
display: inline-block;
position: relative;
right: 1px;
top: 1px;
}
#mgr {
width: 341px;
height: 129px;
margin: 0px;
float: center;
display: inline-block;
position: relative;
left: 15px;
bottom: 15px;
}
#ls {
margin-top: 4px;
font-size: 1.6em;
font-weight: bold;
text-align: justify;
font-family:Arial;
margin-left: auto;
}
#wyd {
margin-top: 10px;
font-size: 1.2em;
text-align: justify;
margin-left: auto;
}
.pogrubienie {
font-weight: bold;
}
.podkreslenie {
text-decoration: underline;
}
.powiekszenie {
font-size: 1.4em;
}