body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	color: #000;
	font-size: 13px;
	background: #fff;
}

img {
	border: 0;
	margin: 0;
}

div#strona {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
}

div#naglowek {
	height: 105px;
	clear: both;
}

div.herb {
	height: 105px;
	float: left;
}

div.linki {
	height: 105px;
	float: right;
	text-align: right;
}

div.linki ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #df1313;
	font-weight: 700;
}

div.linki ul li {
	display: inline;
	margin: 0 5px;
}

div.linki ul li a{
	text-decoration: none;
	color: #000;
	font-size: 15px;
}

div.linki ul li a:hover{
	text-decoration: underline;
	color: #df1313;
	font-size: 15px;
}

div#rotator {
	width: 100%;
	height: 200px;
	clear: both;
	margin: 5px 0;
	text-align: center;
}

div#rotator img {
	max-width: 100%;
	max-height: 200px;
	border: 0;
}

div#menu {
	width: 100%;
	height: 150px;
	clear: both;
	text-align: center;
}

div#menu ul {
	margin: 0 auto;
	font-weight: 700;
	text-align: left;
}

div#menu ul li {
	display: block;
}

div#menu ul li a{
	text-decoration: none;
	color: #000;
	font-size: 15px;
}

div#menu ul li a:hover{
	text-decoration: underline;
	color: #df1313;
	font-size: 15px;
}

div.uczelnia {
	width: 33%;
	height: 100%;
	float: left;
	border-right: 1px dotted #df1313;
}

div.wydzialy {
	width: 33%;
	height: 100%;
	float: left;
	border-right: 1px dotted #df1313;
}

div.studia {
	width: 33%;
	height: 100%;
	float: left;
}

div#tresc{
	width: 100%;
	clear: both;
	padding-top: 10px;
}

div#stopka {
	width: 100%;
	clear: both;
	margin: 20px 0;
	background: #df1313;
	color: #fff;
	font-size: 12px;
	text-align: center;
}