/*******************************/
/*  Created by Mariusz Galka   */
/*  Copyright by IguanaStudio  */
/*******************************/

@import url('reset.css');

body {
	text-align: center;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	color: #3c4753;
	background: #fff url(images/background.gif) repeat-x center top;
}
div {
	text-align: left;
}
p {
	padding: 0;
	margin: 0 0 12px 0;
	line-height: 140%;
	text-align: justify;
}
input, select, textarea {
	font-size: 11px;
	font-family: Tahoma, sans-serif;
	color: #3e3e3e;
}
a {
	color: #f29601;
	text-decoration: underline;
}
a:hover {
	color: #fac91a;
}
/*----[ dodatkowe klasy ]-----------------------------------------------------------------------*/
.clear {
	clear: both;
}
.do_lewej {
	float: left;
}
.do_prawej {
	float: right;
}
.center {
	text-align: center;
}
.big_orange {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #f29601;
	margin: 0 0 15px;
	line-height: 110%;
}
.img_right {
	float: right;
	padding: 1px;
	background-color: #fff;
	border: 2px solid #ccc;
	margin: 0 0 10px 10px;
}
/*----[ naglowki i przyciski graficzne i inne... ]-----------------------------------------------------------------------*/
a.link_wseit {
	display: block;
	width: 206px;
	float: left;
	height: 65px;
	margin: 0 0 15px;
	text-indent: -9999px;
	background: transparent url(images/b_wseit.jpg) no-repeat 0 0;
}
a.link_wseit:hover {
	background-position: 0 -65px;
}
a.link_wirtualny_dziekanat {
	display: block;
	width: 206px;
	float: left;
	height: 37px;
	margin: 0 0 15px;
	text-indent: -9999px;
	background: transparent url(images/b_wd.gif) no-repeat 0 0;
}
a.link_wirtualny_dziekanat:hover {
	background-position: 0 -37px;
}
a.linkRekrutacja {
	float: right;
	width: 170px; 
	height: 175px;
	display: block;
	text-indent: -9999px;
	margin: 25px 0 10px 15px;
	background: transparent url(images/b_rekrutacja.gif) no-repeat 0 0;
}
a.linkRekrutacja:hover {
	background-position: 0 -175px;
}
/*----[ pojemnik ]-----------------------------------------------------------------------*/
#wrapper {
	width: 955px;
	margin: 0 auto;
}
/*----[ top ]-----------------------------------------------------------------------*/
#top {
	width: 100%;
	height: 136px;
	position: relative;
	background: transparent url(images/background_niezbednik_studenta.gif) no-repeat right 32px;
}
#top h1 {
	width: 359px;
	height: 93px;
	background: transparent url(images/logo_wseit.gif) no-repeat 0 0;
	position: absolute;
	top: 22px;
	left: 42px;
}
#top h1 a {
	width: 359px;
	height: 93px;
	display: block;
	text-indent: -9999px;
}
/*----[ left ]-----------------------------------------------------------------------*/
#left {
	float: left;
	width: 206px;
	background: transparent url(images/background_left_top.gif) no-repeat 0 0;
	padding: 15px 0 0;
}
#left #menu {
	background: transparent url(images/background_left_bottom.gif) no-repeat 0 bottom;
	padding: 0 0 15px;
	width: 206px;
	float: left;
}
#menu ul {
	background: transparent url(images/background_menu.gif) repeat-y 0 0;
	width: 206px;
	float: left;
}
#menu ul li h3 {
	background: transparent url(images/icon_h3_menu.gif) no-repeat 11px 12px;
	padding: 7px 10px 5px 23px;
	margin: 5px 0;
	border-bottom: 1px solid #3a6da2;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
#menu ul li {
	float: left;
	width: 206px;
}
#menu ul li a {
	display: block;
	background: transparent url(images/li_menu.gif) no-repeat 23px 9px;
	padding: 4px 10px 4px 32px;
	color: #d0e2f5;
	text-decoration: none;
}
#menu ul li a:hover, #menu ul li a.active {
	background: #224d7a url(images/li_menu_over.gif) no-repeat 23px 9px;
}
/*----[ right ]-----------------------------------------------------------------------*/
#right {
	float: right;
	width: 749px;
}
#zdjecie_top {
	height: 134px;
	width: 749px;
}
#tresc {
	padding: 25px 0 15px 20px;
}
#tresc h2 {
	font-family: Trebuchet MS, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #2c5f94;
	padding: 0 0 2px;
	margin: 0 0 12px;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
}
#tresc h3 {
	font-size: 15px;
	font-weight: bold;
	color: #2c5f94;
	margin: 0 0 5px;
	line-height: 110%;
}
#tresc h4 {
	font-size: 13px;
	font-weight: bold;
	color: #2c5f94;
	margin: 0 0 3px;
	line-height: 110%;
}
#tresc table {
	width: 100%;
	margin: 0 0 20px;
}
#tresc table td {
	border: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
	padding: 15px;
}
#tresc table td h3 {
	margin: 0;
}
#tresc ul {
	margin: 0 0 12px 10px;
}
#tresc ul li {
	background: transparent url(images/li.gif) no-repeat 0 5px;
	padding: 0 10px 5px 12px;
	line-height: 140%;
	text-align: justify;
}
#tresc ol {
	margin: 0 0 12px;
	padding: 0 0 0 25px;
	list-style: decimal;
}
#tresc ol li {
	padding: 0 10px 5px 0;
	line-height: 140%;
	text-align: justify;
}
#tresc ul.pobierz {
	margin: 0 0 12px;
	border-top: 1px solid #ccc;
}
#tresc ul.pobierz li {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: none;
	padding: 0;
}
#tresc ul.pobierz li a {
	display: block;
	background: transparent url(images/icon_pdf.gif) no-repeat 10px center;
	text-decoration: none;
	color: #3c4753;
	padding: 7px 7px 7px 35px;
}
#tresc ul.pobierz li a:hover {
	background-color: #e1ebf6;
}
#tresc .wiecej {
	width: 305px;
	margin: 0 auto 12px;
	padding: 0 0 9px;
	background: transparent url(images/background_wiecej_dol.gif) no-repeat left bottom;
}
#tresc .wiecej h3 {
	font-family: Trebuchet MS, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #2c5f94;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0 10px 3px;
	background: transparent url(images/background_wiecej_naglowek.gif) no-repeat left top;
}
#tresc .wiecej p {
	color: #fff;
	line-height: 140%;
	margin: 0;
	padding: 0 10px;
	background: transparent url(images/background_wiecej.gif) repeat-y left top;
}
#tresc .wiecej p a {
	color: #fac74a;
}
#tresc .wiecej p a:hover {
	color: #fcd77d;
}
#tresc .przerwa {
	margin-bottom: 25px;
}
/*---[ menu na glownej stronie ]-----------------------------------------------------------------------*/
#tresc #menu_glowna {
	margin: 0 0 20px;
	float: left;
	width: 729px;
}
#tresc #menu_glowna li { float: left; width: 228px; height: 66px; background: none; padding: 0; margin: 0 22px 22px 0; }
#tresc #menu_glowna li a { float: left; width: 100%; height: 66px; display: block; background: transparent no-repeat 0 0; text-indent: -9999px; }
#tresc #menu_glowna li a:hover { background-position: 0 -66px; }

#tresc #menu_glowna li.praktyki, #tresc #menu_glowna li.erasmus, #tresc #menu_glowna li.harmonogram_roku { margin: 0 0 22px; }

#tresc #menu_glowna li.wirtualny_dziekanat a { background-image: url(images/b_wirtualny_dziekanat.gif); }
#tresc #menu_glowna li.wzory_podan a { background-image: url(images/b_wzory_podan.gif); }
#tresc #menu_glowna li.praktyki a { background-image: url(images/b_praktyki.gif); }
#tresc #menu_glowna li.baza_dydaktyczna a { background-image: url(images/b_baza_dydaktyczna.gif); }
#tresc #menu_glowna li.stypendia a { background-image: url(images/b_stypendia.gif); }
#tresc #menu_glowna li.erasmus a { background-image: url(images/b_erasmus.gif); }
#tresc #menu_glowna li.dzialy_uczelni a { background-image: url(images/b_dzialy_uczelni.gif); }
#tresc #menu_glowna li.slownik_studenta a { background-image: url(images/b_slownik_studenta.gif); }
#tresc #menu_glowna li.harmonogram_roku a { background-image: url(images/b_harmonogram_roku.gif); }
/*---[ powrot ]-----------------------------------------------------------------------*/
#powrot {
	overflow: hidden;
	height: 16px;
	padding: 2px 0 0;
	margin: 0 0 15px 20px;
	border-top: 1px dashed #ccc;
}
#powrot a.back, #powrot a.home {
	padding: 2px 5px;
	font-size: 10px;
	text-decoration: none;
	background-color: #2c5f94;
	color: #fff;
}
#powrot a.back {
	float: left;
}
#powrot a.home {
	float: right;
}
#powrot a.back:hover, #powrot a.home:hover {
	background-color: #f2980e;
}
/*----[ stopka ]-----------------------------------------------------------------------*/
#stopka {
	width: 100%;
	height: 40px;
	background: transparent url(images/background_stopka.gif) repeat-x 0 0;
}
#stopka_wrapper {
	color: #666c73;
	width: 955px;
	margin: 0 auto;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	height: 25px;
	padding: 15px 0 0;
}
#stopka a {
	color: #666c73;
	text-decoration: underline;
}
#stopka a:hover {
	color: #3b434b;
}
#stopka .copy {
	float: left;
}
#stopka .copy span {
	padding: 0 15px 0 0;
}
#stopka .iguana {
	float: right;
}