html, body{
	background: #ffffff;
	text-align: center;
	font-size: 13px;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	background-image: url('/szablony/index_layout/images/body_bg.jpg');
	margin: 0 auto;
}

body *{
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	text-align: left;
}

body *::selection{
	background: #98c7e7;
	color: #ffffff;
}

body *::-moz-selection{
	background: #98c7e7;
	color: #ffffff;
}*/

img{
	border: 0px;
}

h1{
	font-family: 'Ubuntu', sans-serif;
	font-size: 23px;
	color: #000000;
	font-weight: normal;
	margin-bottom:10px;
}

.box h2{
	font-family: 'Ubuntu', sans-serif;
	font-size: 21px;
	height: 33px;
	background-image: url('/szablony/index_layout/images/box_top.png');
	color: #ffffff;
	text-shadow: 0px 1px 0px #2e405a;
	padding-top: 24px;
	padding-left: 10px;
	font-weight: normal;
}

h3{
	font-family: 'Ubuntu', sans-serif;
	font-size: 21px;
	text-shadow: 0px 1px 0px #ffffff;
	font-weight: normal;
	text-align: center;
	display: block;
	margin-bottom: 5px;
}

h4{
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 10px;
	display: block;
}

h5{
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 10px;
	display: block;
}

table.main{
	padding: 0px;
	border: 0px;
	margin: 0px auto 0px auto;
	width: 700px;
	background: #fafafa;
}

td{
	text-align: left;
	vertical-align: middle; /* center */
	background: #ffffff;
	border: 1px solid #dce3eb;
}
th {
	background-position: right;
	background-repeat: repeat-y;
	border: 1px solid #DCE3EB;
	font-size: 14px;
	padding: 10px 8px 7px;
	text-align: center;
}
a{
	color: #313131;
	font-size: 1em;
	text-decoration:none;
}

#content a{
	color: #313131;
	font-size: 1em;
	text-decoration: underline;

}

#content p a{
	color: #313131;
	font-size: 1em;
	text-decoration: underline;

}

#content a:hover{
	color: #0f6fdf;
}

a:visited{
	color: #000000;
}

a:hover{
	color: #0f6fdf;
	text-decoration:underline;
}

#top{
	background-image: url('/szablony/index_layout/images/top_bg-wide.jpg');
	width: 100%;
	height: 210px;
}

#header{
	background-image: url('/szablony/index_layout/images/top_bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 155px;
	margin: 0 auto;
}

#header-wrapper{
	width: 980px;
	margin: 0 auto;
	padding-top: 6px;
}

#header-flags{
	float: right;
	width: 170px;
	margin-top: 8px;
	color: #ffffff;
	text-shadow: 0px 1px 1px #000000;
	font-size: 9px;
}

#header-flags ul li{
	display: inline;
}

#header-flags img{
	margin-left: 3px;
	margin-top: 4px;
	position: relative;
	top:0px;
	left:0px;
}

form.szukaj fieldset{
	border: 0px;
	padding: 6px 0 0 4px;
}
form.szukaj .text{
	border: 0px;

   border-top-left-radius: 3px;
   border-bottom-left-radius: 3px;
	 width: 127px;
	 height: 26px;
	 background-image: url('/szablony/index_layout/images/search_bg.png');
	 background-repeat: repeat-x;
	 color: #b2b2b2;
	 padding-left: 7px;
	 font-family: tahoma, arial, helvetica, sans-serif;
	 vertical-align:top;
	 line-height:26px;
}

form.szukaj .button{
	border: 0px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	 width: 26px;
	 height: 26px;
	 background-image: url('/szablony/index_layout/images/search-button_bg.png');
	 background-color: #1070df;
	 box-shadow: 0px 1px 2px #104774;
	 vertical-align:top;
}

form.szukaj .button:hover{
	cursor: pointer;
	box-shadow: none;
	opacity: .9;
}

div#navigation{
	background-image: url('/szablony/index_layout/images/nav_bg.png');
	width: 100%;
	height: 55px;
	position:relative;
}

ul#navigation-ul{
	width: 980px;
	height: 100%;
	margin: 0 auto;
}

ul#navigation-ul li{
	height: 55px;
	list-style-type: none;
	float:left;
}


ul#navigation-ul li a{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding: 0px 18px;
	height: 55px;
	line-height: 54px;
	list-style-type: none;
	display: inline-table;
	color: #ffffff;
	text-shadow: 0px 1px 0px #2e405a;
	text-decoration: none;
}

ul#navigation-ul li a:hover, ul#navigation-ul li .hover{
	background-image: url('/szablony/index_layout/images/nav_bg-active.png');
	color: #ffffff;
}

#navigation-ul .roll{
	background-image: url('/szablony/index_layout/images/dropdown_bg.png');
	background-repeat:repeat-x;
	background-color:#0886F5;
	z-index:2;
	padding-top:3px;
	padding-bottom:5px;
	position:absolute;
	overflow:hidden;
	display:none;
}
#navigation-ul .roll li{
/*	padding:2px 8px;*/
    width:100%;
}
#navigation-ul .roll a{
	padding:0px;
	/*margin: 1px 0 0 0;*/
     display:block;
    padding: 2px 8px;
      -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#navigation-ul .roll li, #navigation-ul .roll a{
	height:auto;
	line-height:19px;
	font-size:15px;
	font-family:Tahoma;
	list-style-type: none;
	display:block;
	text-shadow:none;
	clear:both;
}

#navigation-ul .roll a:hover{
	/*background-image:none;

	margin: 0 0 1px 0;
    padding-left:9px;*/
   text-shadow: 0 1px 0 #000000;
    background: #0E65DA;
}
#wrapper{
	background-color: #ffffff;
	width: 980px;
	margin: 0 auto;
}
#nav{
	padding: 15px 0px 0px 6px;
	width: 670px;
	float: left;
}
#nav ul{
	height: 25px;
	background-image: url('/szablony/index_layout/images/bc_left.png');
	background-position: left;
	background-repeat: no-repeat;
}
#nav ul li{
	display: block;
	list-style: none;
	height: 25px;
	margin-left: -6px;
	background-image: url('/szablony/index_layout/images/bc_bg.png');
	background-position: left;
	background-repeat: repeat-x;
	float: left;
}
#nav ul li:first-child{
	margin-left: 3px!important;
}
#nav ul li:first-child a{
	padding-left: 6px;
}
#nav ul li:last-child a{
	color: grey;
	cursor: default;
}
#nav ul li:last-child a:hover{
	color: grey;
}
#nav ul li a{
	display:block;
	line-height: 24px;
	height: 25px;
	padding: 0 35px 0 10px;
	background-color: transparent;
	background-image: url('/szablony/index_layout/images/nav_arrow.png');
	background-position: right;
	background-repeat: no-repeat;
	font-size: 11px;
	font-style: italic;
	text-decoration: none;
}
#sidebar{
	background-color: #ffffff;
	width: 294px;
	float: right;
	margin-right: 8px;
	margin-top: 15px;
	color: #3f3f3f;
}

#welcome{
	background-image: url('/szablony/index_layout/images/welcome.png');
	padding: 10px;
	margin: 0 2px 10px 2px;
	min-height: 105px;
	background-size:cover;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-o-border-radius:7px;
}

.welcome-icon{
	float: right;
	margin-top: 1px;
}

.welcome-icon:hover{
	margin-top: 0px;
}

#welcome p{
	line-height: 20px;
	font-size: 13px;
	padding-top: 10px;
	margin-top:5px;
}

.box_top{
	font-family: 'Ubuntu', sans-serif;
	font-size: 21px;
	height: 33px;
	background-image: url('/szablony/index_layout/images/box_top.png');
	color: #ffffff;
	text-shadow: 0px 1px 0px #2e405a;
	padding-top: 24px;
	padding-left: 10px;
}

.bt-lesser{
	height: 40px!important;
	padding-top: 17px!important;
}

.box_content{

   border-bottom-right-radius: 9px;
   border-bottom-left-radius: 9px;
	border: 1px solid #a1a1a1;
	border-top: 0px solid #a1a1a1;
	background-image: url('/szablony/index_layout/images/box_content.png');
	background-repeat: repeat-x;
	background-color: #d9d8d8;
	margin: 0 2px 10px 2px;
	padding: 10px;
}

.no-padding{
	padding: 0px;
}

#calendar{
	padding: 0;
}

#calendar .box_content{
	padding-left: 13px;
}

#calendar .day_names{
   margin-left: 4px;
   margin-top: 3px;
}


#calendar .day_names p{
   display:inline-block;
   width:32px;
   text-align:center;
   font-size:15px;
}


#calendar .day_n, #calendar .day_e, #calendar .day_a, #calendar .day_ev{
	margin-left:3px;
	padding-right:4px;
	padding-top:5px;
   text-align:right;
   margin-top:3px;
   width:30px;
   height:22px;
   float:left;
   color: #FFFFFF;
   font-size: 14px;

}


#calendar .day_n{
	background-image:url('/szablony/index_layout/images/cal_bg.png');
}


#calendar .day_a{
   background-image:url('/szablony/index_layout/images/cal_bg-a.png');
}


#calendar .day_ev{
   background-image:url('/szablony/index_layout/images/cal_bg-e.png');
}

#calendar .day_a-ev{
	background-image:url('/szablony/index_layout/images/cal_bg-a-ev.png');
}

#calendar_days li { list-style-type: none; float:left; position:relative;}

#calendar_days span {
	background: url('/szablony/index_layout/images/tooltip_bg.png') no-repeat;
	font-size: 10px;
	width: 130px;
	height: 70px;
	padding: 10px;
	position: absolute;
	top: -100px;
	left: -60px;
	text-align: center;
	color:#000000;
	cursor:pointer;
	opacity: 1;
	display:none;
	z-index: 999;
}


#calendar_days a {
	color: #ffffff;
	display: block;
	width: 100%;
	text-align: right;
	text-decoration: none;
}


#calendar_days a:visited {
	color: #ffffff;
}

#calendar strong{
	display: block;
	width: 100%;
	border: 0px;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid white;
	height: 0px;
	margin: 4px 0 1px 0;
}

ul.tabs {
	margin: 0;
	float: left;
	list-style: none;
	height: 32px;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	width: 33.334%;
	line-height: 31px;
	border-left: none;
	overflow: hidden;
	position: relative;
	background-image: url('/szablony/index_layout/images/weather_tab_bg.png');
	background-repeat: repeat-x;
}

ul.tabs li a {
	text-decoration: none;
	color: #373737;
	display: block;
	font-size: 14px;
	text-align: center;
	outline: none;
}

ul.tabs li a:hover {
}

html ul.tabs li.active, html ul.tabs li.active a:hover  {

	background-image: url('/szablony/index_layout/images/weather_tab_bg-a.png');
	background-repeat: repeat-x;
}


.tab_container {
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
}
.tab_content {
	padding: 10px 10px;
	font-size: 12px;
}

.tab_content em{
	font-size: 14px;
	font-style: normal;
}

.tab_content img{
	padding-left: 10px;
}

#content{
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	width: 655px;
	clear:left;
}

#pages{
	margin-top: 30px;
}

#pages ul{
	height: 30px;
	text-align: center;
}

#pages ul li a{
	color: #1b8be8;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
}

#pages ul li{
	padding: 6px 7px;
	display: inline;
	background-image: url('/szablony/index_layout/images/pagination_bg.png');
	border-top: 1px solid #e0dfdf;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #a7a7a8;
	border-radius: 5px;
	box-shadow: 0px 1px 0px #cdcdcd;
	margin: 0 5px 5px 0!important;
	color: #757575;
}

#pages ul li.active{
	background-color: #1274E0;
}

#pages ul li.space{
	background: none;
	border: 0px;
	box-shadow: none;
}

.powrot{
	margin: 5px 0 15px 0;
}

#weather .temperature{
	font-family: 'Ubuntu', sans-serif;
	font-size: 42px;
	color: #1b87e7;
	float: right;
	text-shadow: 0px 1px 0px #ffffff;
	margin-right: 18px;
	margin-top: 10px;
}
#weather img{
	float:left;
	margin-bottom:5px;
}
#weather p{
	float:right;
	margin-top:5px;
	width:120px;
	margin-bottom:10px;
}
#zastepstwa{
	padding-bottom:0px;
}

#zastepstwa p{
	padding-bottom:8px;

}

#zastepstwa .box_content{
	padding:0px;
	padding-bottom:8px;
}

#zastepstwa .zastepstwo{
	background-image: url('/szablony/index_layout/images/zast-line.png');
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 8px 5px 0 8px;
}

#zastepstwa .zastepstwo p{
	background-image: url('/szablony/index_layout/images/zast-arrow.png');
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 20px;
	padding-bottom: 6px;
	font-size: 13px;
	padding-top:0px;
}

#zastepstwa .zastepstwo em{
	display:block;
	margin: 5px 20px;
	font-style: normal;
	font-size: 13px;
}


#timetable li{
	padding-bottom: 2px;
	list-style-type: none;
	background-image: url('/szablony/index_layout/images/zast-line.png');
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 12px;
	line-height: 18px;
}

#timetable li span{
	display: block;
	float: left;
	width: 92px;
	background-image: url('/szablony/index_layout/images/plan-line.png');
	background-repeat: repeat-y;
	background-position: right;
	font-size: 12px;
	margin-right: 3px;
	line-height: 18px;
}

.lesser{
	padding: 5px 0 10px 0;
}

.lesser-item{
	background: url('/szablony/index_layout/images/zast-line.png') no-repeat bottom;
	padding: 5px 10px 7px 10px;
	font-size: 13px;
    clear:both;
    overflow:hidden;
}
.lesser-item img {
    float:left;
    padding-right:4px;
}
.lesser-item strong{
	display: block;
}

#footer{
	width: 960px;
	background-color: #1274e0;
	color: #ffffff;
	padding: 14px 10px;
	clear: both;
}

#Czat{
	width: 390px;
	float: left;
}

#Czat .top{
	width: 390px;
	height: 30px;
	background-image: url('/szablony/index_layout/images/chat-top_bg.png');
}

dl{
	overflow: auto;
	height: 142px;
	width: 390px;
	background: #ffffff;
	color: #000000;
	font-size: 9px;
}

dl img{
	vertical-align: middle;
}

dd, dt, dd i, dd strong{
	font-size: 10px!important;
}

dd{
	padding: 3px 4px 1px 5px;
}

dt{
	padding: 1px 4px 4px 4px;
	line-height: 12px;
	overflow: hidden;
}

.odd{
	background-color: #e5e5e5;
}

.left{
	width: 210px;
	float: left;
}

.left input{
	background-image: url('/szablony/index_layout/images/chat-input_bg.png');
	width: 230px;
	margin-top: 6px;
	border: 1px solid black;
	box-shadow: inset 0 0 1px white;
	padding: 4px;
	font-family: verdana, tahoma;
	font-size: 11px!important;
}

.left textarea{
	background-image: url('/szablony/index_layout/images/chat-textarea_bg.png');
	background-repeat: repeat-x;
	width: 230px;
	margin-top: 6px;
	border: 1px solid black;
	box-shadow: inset 0 0 1px white;
	padding: 4px;
	font-size: 12px!important;
}

.right{
	width: 140px;
	float: right;
}

#CzatEmoticons{
	width: 130px;
	margin-top:5px;
}

#CzatEmoticons img{
	margin: 2px 3px 0 0;
}
#CzatSendBox{
	margin-top:5px;

}
#CzatSend{
	background-image: url('/szablony/index_layout/images/chat_send.png');
	border: 0px!important;
	height: 26px!important;
	width: 63px!important;
	box-shadow: none!important;
	background-color: transparent;
	opacity: .9;
	margin-top: 4px;
	font-size: 0;
	cursor: pointer;
}

#CzatSend:hover{
	opacity: 1;
}

#buttons{
	height: 239px;
	width: 260px;
	float:left;
	padding-left: 0px;
	margin-top: 10px;
}

.footer-button
	{background-image: url('images/footer-button_bg.png');
	 width: 216px;
	 padding-left: 12px;
	 padding-bottom: 14px;
	 margin: 2px 15px 15px;
	}
.footer-button:hover
	{background-position: 0 -65px;
	}
.footer-button a
	{display: block;
	 height: 30px;
	 width: 202px;
	 padding-top: 20px;
	 text-align: center;
	 font-family: 'Ubuntu', sans-serif;
	 font-size: 19px;
	 color: #80490c;
	 text-decoration: none;
	 text-shadow: 0px 1px 0px #f7a957;
	}

#facebook{
	float:left;
	width: 288px;
	padding: 10px;
	background-color: #ffffff;
	border-radius: 2px;
	overflow:hidden;
}

#facebook iframe{
	height: 227px;
	width: 250px;
}
#footer-bottom{
	clear: both;
	padding-top: 10px;
}
#footer-vbuttons{
	width:289px;
	float: right;
	margin-right: -1px;
	margin-top: -6px;
}
#footer-vbuttons div{
	float: left;
	margin-left: 11px;
}
/* FORMS */

.glow label{
	float:left;
	width:70px;
	margin-top:8px;
}

.glow fieldset{
	padding:10px;
	border: 0px;
}

.glow div{
	width:300px;
}
.glow input, .glow textarea{
	background-image: url('/szablony/index_layout/images/textbox_bg.png');
	background-repeat: repeat-x;
	background-color: #fafafa;
	padding: 0 5px;
	border-radius: 5px;

	height: 31px;
	border-top: 1px solid #a6a6a6;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #eeeeee;
	display:block;
	margin-bottom: 10px;
	width:200px;
}

.glow textarea{
	padding: 5px;
	float: none;
	width:400px;
	height:150px;
}

.glow select{
	background-image: url('/szablony/index_layout/images/textbox_bg.png');
	background-repeat: repeat-x;
	background-color: #fafafa;
	padding: 5px 5px;
	border-radius: 5px;

	height: 31px;
	border-top: 1px solid #a6a6a6;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #eeeeee;
	display:block;
	margin-bottom: 10px;
}
.glow option{
	padding-right:5px;
}
.glow .warning{
	background-image: url('/szablony/index_layout/images/form-hint_warning.png');
	background-repeat: no-repeat;
	height: 21px;
    margin-bottom: 10px;
    margin-left: 70px;
    margin-top: -5px;
    padding-left: 20px;
    padding-top: 5px;
}
.glow .warning p{
	background-image: url('/szablony/index_layout/images/form-hint_bg.png');
	background-repeat: no-repeat;
	height: 21px;
	color: #cca3a3;
	font-size: 12px;
	line-height: 21px;
}
.glow .tak{
	background-image: url('/szablony/index_layout/images/buttons/tak.png');
	background-repeat: no-repeat;
	border: 0px;
	height: 36px;
	width: 50px;
	margin-bottom: 10px;
	display:inline-block;
	vertical-align:middle;
	font-size:0px;
}
.glow .nie {
	background-image: url('/szablony/index_layout/images/buttons/nie.png');
	background-repeat: no-repeat;
	border: 0px;
	height: 36px;
	width: 43px;
	margin-bottom: 10px;
	display:inline-block;
	vertical-align:middle;
	font-size:0px;
}
.glow .zapisz {
	background-image: url('/szablony/index_layout/images/buttons/zapisz.png');
	background-repeat: no-repeat;
	border: 0px;
	height: 36px;
	width: 66px;
	margin-bottom: 10px;
	display:inline-block;
	vertical-align:middle;
	font-size:0px;
}

.glow .wyslij{
	background-image: url('/szablony/index_layout/images/buttons/wyslij.png');
	background-repeat: no-repeat;
	border: 0px;
	height: 36px;
	width: 67px;
	margin-bottom: 10px;
	display:inline-block;
	vertical-align:middle;
	font-size:0px;
}

.glow .usun{
	background-image: url('/szablony/index_layout/images/buttons/usun.png');
	background-repeat: no-repeat;
	border: 0px;
	height: 36px;
	width: 58px;
	margin-bottom: 10px;
	display:inline-block;
	vertical-align:middle;
	font-size:0px;
}

.glow .dodaj{
	background-image: url('/szablony/index_layout/images/buttons/dodaj.png');
	background-repeat: no-repeat;
	border: 0px;
	height: 36px;
	width: 67px;
	margin-bottom: 10px;
	display:inline-block;
	vertical-align:middle;
	font-size:0px;
}

.glow .edytuj{
	background-image: url('/szablony/index_layout/images/buttons/edytuj.png');
	background-repeat: no-repeat;
	border: 0px;
	height: 36px;
	width: 71px;
	margin-bottom: 10px;
	display:inline-block;
	vertical-align:middle;
	font-size:0px;
}

.glow .zaloguj{
	background-image: url('/szablony/index_layout/images/buttons/zalogujsie.png');
	background-repeat: no-repeat;
	border: 0px;
	height: 36px;
	width: 104px;
	margin-bottom: 10px;
	display:inline-block;
	vertical-align:middle;
	font-size:0px;
}

.glow .zaladuj{
	background-image: url('/szablony/index_layout/images/buttons/zaladuj.png');
	background-repeat: no-repeat;
	border: 0px;
	height: 36px;
	width: 133px;
	margin-bottom: 10px;
	display:inline-block;
	vertical-align:middle;
	font-size:0px;
}

.glow .anuluj{
	margin-bottom: 10px;
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
}

.glow .dodaj:hover, .glow .tak:hover, .glow .nie:hover, .glow .zapisz:hover, .glow .wyslij:hover, .glow .usun:hover, .glow .edytuj:hover, .glow .anuluj:hover, .glow .zaladuj:hover, .glow .zaloguj:hover{
	opacity:0.75;
	cursor:pointer;
}

input.blank, .absolwenci input[type="submit"], #zoo input[type="submit"], .button-blank {
	width: auto !important;
	padding: 6px 7px;
	display: block;
	background-image: url('/szablony/index_layout/images/pagination_bg.png');
	border-top: 1px solid #e0dfdf;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #a7a7a8;
	border-radius: 5px;
	box-shadow: 0px 1px 0px #cdcdcd;
	margin: 0 5px 5px 0;
	color: #1b8be8;
	text-shadow: 0 1px 0 #ffffff;
	cursor: pointer;

}

.button-blank.pu{
		height: 18px;
		margin: 0 auto;
		width: 370px!important;
		text-transform: uppercase;
}

.button-blank.pu {
	text-decoration: none!important;
}

.PU {
	text-decoration: none!important;

}

.glow input[type="checkbox"]{
	width: auto;
	display: inline;
}

.blank:hover, input[type="submit"]:hover{
	opacity: 0.75;
	text-decoration: none!important;
}

.info{
	margin-top: 15px!important;
	margin-bottom: 15px!important;
}

.info{
	font-family: 'Ubuntu', sans-serif;
	padding: 9px 6px 9px 30px;
	color:#000;
	margin:5px auto;
	background-color: #bad8ff;
	background-image: url('/szablony/index_layout/images/info-info.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	border: 1px solid #a7cdfc;
	box-shadow: inset 0 0 1px #fff;
	border-radius: 5px;
}

.info span{
	font-weight: bold;
}

.error{
	width: 614px!important;
	line-height: 100%!important;
	font-family: 'Ubuntu', sans-serif;
	padding: 9px 6px 9px 30px!important;
	color:#000;
	width:80%;
	margin:5px 0 10px 0 !important;
	background-color: #feb7b5;
	background-image: url('/szablony/index_layout/images/info-error.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	border: 1px solid #fd9492;/* #f1adae */
	box-shadow: inset 0 0 1px #fff;
	border-radius: 5px;
}

.success{
	width: 614px!important;
	line-height: 100%!important;
	font-family: 'Ubuntu', sans-serif;
	padding: 9px 6px 9px 30px!important;
	color:#000;
	width:80%;
	margin:5px 0 10px 0 !important;
	background-color: #a4ff96;
	background-image: url('/szablony/index_layout/images/info-success.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	border: 1px solid #62fa4f;/* #f1adae */
	box-shadow: inset 0 0 1px #fff;
	border-radius: 5px;
}

#fRegulamin{
	margin-top: 10px;
}

/* END - FORMS */

#menuMiniczat{
	width:390px;
}

#menuMiniczat .menuBar{
	background-image: url('/szablony/index_layout/images/chat-top_bg.png');
	width:390px;
	height:30px;
}


/* DZIA£Y  */

#dzialy ul{

}

#dzialy p{
	margin-bottom: 22px;
	line-height: 17px;
}


/* TRESC */

#content ul{
	list-style-image: url('/szablony/index_layout/images/list-mark.png');
	margin: 0 0 7px 23px;
	line-height: 17px;
}

#content ul li{
	margin: 0 0 3px 0;
}

#content ul li a{
	text-decoration: underline;
}

#content ul li a:hover{
	text-decoration:underline;
}

#content p{
	/* margin-top:10px; */
	margin-bottom: 7px;/* niekoniecznie */
	line-height: 21px;
}

#content table{
	margin:0 auto;
	border-collapse:collapse;
	width:auto;
}

#content table td{
	padding:8px;
	text-align:center;
}

/* ABSOLWENCI */

.absolwenci div{
	width: auto;
}

.absolwenci, .absolwenci *{
	border: 0px;
}

.absolwenci label{
	width: 160px;
}

.absolwenci input[type="submit"]{
	float: left;
	margin-left: 160px;
}

.absolwenci legend{
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
}

#absolwenci .klasa{
	float: none;
	overflow: auto;
	width: auto;
	margin: 0;
}

#absolwenci_wyniki{
	border: 0px;
	margin: 20px 0 20px 0;
}

#absolwenci th, #absolwenci_wyniki th{
	border-bottom-width: 3px;
}

div.klasa{
	width: 50%;
	float: left;
	overflow: hidden;
	margin: 5px 0 20px 0;
}

.klasa:nth-child(2n-1){
	clear:left;
}

.klasa h2{
	padding-bottom: 7px;
}

.roczniki{
	margin-top: 10px!important;
	margin-left: 0px!important;
}
.roczniki li{
	width: 25%;
	float: left;
	text-align: center;
	list-style: none;
	margin-top: 5px!important;
}

.klasa ul{
/* 	list-style-image: none!important;
	list-style-type: none!important;
	margin-left: 0px!important; */
}

#abs{
	margin-bottom: 15px;
}

.instrukcja ul{
	margin-top: 7px!important;
}


/* KSIEGA */

#ksiega form div{
	width: auto;
}

#ksiega form div label{
	width: 100px;
}

.ksiega ul{
	margin-left: 0px!important;
}

.ksiega li{
	border-bottom: 1px dashed #999;
	list-style: none;
	padding: 15px 0;
	color: #7A7A7A;
}

.ksiega li div a{
	color: #7A7A7A!important;
}

.ksiega li span, .ksiega li cite{
	font-weight: bold;
}

.ksiega li p{
	color: #000000;
}

/* NAWIGACJA w tresci */
ul#pagePrevNext{
	margin-left: 0px;
	font-size: 10px;
	overflow: hidden;
}

ul#pagePrevNext li a{
	font-size: 11px;
	border-bottom: 1px dashed #7a7a7a;
	color: #7a7a7a;
	text-decoration: none;
}

ul#pagePrevNext li a:hover{
	border-bottom: 1px solid #7a7a7a;
	text-decoration: none;
	color: #7a7a7a;
	text-decoration: none;
}

ul#pagePrevNext li{
	display: block;
}

ul#pagePrevNext li.prev{
	float: left;
}

ul#pagePrevNext li.next{
	float: right;
}

/* ZGLOSZENIE */

#zgloszenie form div{
	width: auto;
}

/* ZWIERZETA */

#zoo input[type="submit"].default_zoo {
	display: none;
}

#zoo .zwierzatka{
	margin: 0 auto;
	width: 80%;
}

#zoo .zwierzatko {
	text-align: center;
	width: 30%;
	overflow: hidden;
	float: left;
	margin-top: 5px;
	clear: none;
}

#zoo .zwierzatko:first-child{
	margin-left: 30px;
}

#zoo input[type="submit"]{
	width: 100px!important;
	height: 100px!important;
	font-size: 0px;
	display: block;
	margin: 1px 1px 2px 1px;
	float: none;
}

/* OBRAZKI */

.imgORight{
	float: right;
	margin-left: 8px;
	margin-right: 0px;
}
.imgOLeft{
	float: left;
	margin-right: 8px;
	margin-left: 0px;
}
.imgRight{
	float: right;
	margin-left: 8px;
	margin-right: 0px;
}
.imgLeft{
	float: left;
	margin-right: 8px;
	margin-left: 0px;
}
.imgOLeft, .imgORight, .imgOLeft p, .imgORight p{
	max-width: 300px;
	min-width: 15px;
	color: #7a7a7a;
	font-size: 10px !important;
	margin-top: 0px;
}

.imgOLeft p, .imgORight p{
	text-align:left!important;
	margin-top:2px!important;
	line-height: 12px!important;
	margin-bottom: 0px!important;
}

.imgOLeft, .imgORight, .najlepszy .img {
	margin-top: 10px;
	padding: 4px;
	border: 1px solid #959595;

	box-shadow: 0px 3px 5px #ccc;
	border-radius: 3px;

	line-height: 12px;
}

.imgOLeft img, .imgORight img{
	margin-top: 0px!important;
	float: none!important;
	margin-bottom: 2px!important;
	border: none!important;
	padding:0px!important;
	box-shadow: none!important;
	border-radius: 0px!important;

}

/* TEKSTU FORMATOWANIE */

.ct{
	text-align: center!important;
}

img.ct{
	margin-left: auto!important;
	margin-right: auto!important;
	display: block!important;
}

.ct *{
	text-align: center!important;
}

.ct ul li{
	margin: 0 auto;
}

.rt{
	text-align: right!important;
}

.rt *{
	text-align: right!important;
}

table.va-middle td{
	vertical-align: middle;
}

table.fixed{
	table-layout: fixed;
}

table.fixed td{
	width: auto;
}

.tLeft, .tLeft *{
	text-align:left!important;
}

table.firstlt td:first-child {
text-align: left!important;
}

/* POKAZ DZIAL */

#teksty_pokaz_dzial div{
	margin-bottom: 15px;
}

.sciezka p a{
	display: inline;
	margin-right: 5px;
}

.sciezka p{
	display: inline;
	margin-right: 5px;
}

/* GALERIA */

.galeria{
	clear: left;
	border-bottom: 1px dashed #999;
	overflow: hidden;
}

h3.title, h3.title *{
	text-align: left!important;
	text-decoration: none!important;
	padding-top: 20px;
}

.galeria a img, .thumbs .thumb a img{
	margin: 10px 10px 10px 3px;
	padding: 4px;
	border: 1px solid #959595;
	box-shadow: 0px 3px 5px #ccc;
	border-radius: 3px;
	line-height: 12px;
	width: 112px;
	height: 84px;
}

.galeria a img:hover, .thumbs .thumb a img:hover {
	margin-top: 10px;
	padding: 4px;
	border: 1px solid #959595;

	box-shadow: 0px 3px 5px #808080;
	border-radius: 3px;

	line-height: 12px;
}

.galeria .miniatura{
	float: left;
}

.thumbs .thumb a img{
	margin: 10px 9px 3px 0!important;
}

.thumbs .thumb{
	float: left!important;
}

/* CLEAR */

img.clear, img[src="/pliki/tresc/0_reader.gif"], img.filetype, img.clear:hover, img[src="/pliki/tresc/0_reader.gif"]:hover, img.filetype:hover{
	margin-top: 0px!important;
	padding: 0px;
	float: none!important;
	margin-bottom: 2px!important;
	border: none!important;
	padding:0px!important;

	box-shadow: none!important;
	border-radius: 0px!important;

}

img[src="/pliki/tresc/0_reader.gif"], img.filetype{
	vertical-align: middle!important;
}

table.clear td, table.clear th{
	border: none;
}

a.clear{
	border-bottom: 0px!important;
	text-decoration: none!important;
}

ul.clear{
	list-style-type: none!important;
	margin-left: 0px!important;
}

.column{
	float: left;
}


#admin_bt{
	z-index:30;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#najlepszy .box_content{
	overflow:hidden;
	height:130px;
}
#najlepszy .box_content img{
	float: left;
	max-width: 100px;
	max-height: 100px;
	padding-right: 7px;
}

#najlepszy .box_content p{
    float: left;
    height: 90px;
    width: 160px;
}

#najlepszy .box_content .more{
	float: right;
	padding-top: 5px;
	background: linear-gradient(to top, rgb(236, 104, 10) 0%, rgb(252, 172, 43) 100%);
	display:block;
	text-decoration:none;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:5px;
	padding-left:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	color:#80490C;
	text-shadow:0px 1px 0px #F7A957;
	-moz-text-shadow:0px 1px 0px #F7A957;
	-o-text-shadow:0px 1px 0px #F7A957;
	-webkit-text-shadow:0px 1px 0px #F7A957;
	border: none;
	box-shadow:0px 0px 4px black;
}

#najlepszy .box_content .more:hover {
	transform:scale(1.15);
	background:rgb(236, 104, 10);
}


#scroll-top {
	position: fixed;
	bottom: 30px;
	margin-left: 1010px;
}
#scroll-top a {
	width: 50px;
	display: block;
	text-align: center;
	font: 10px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #999999;
}
#scroll-top a:hover {
	color: #373737;
}
#scroll-top span {
	width: 50px;
	height: 35px;
	display: block;
	margin-bottom: 7px;
	background: url('/szablony/index_layout/images/arrow_up.png') no-repeat center center;
	border-radius: 3px;
	opacity: .5;
}
#scroll-top a:hover span {
	opacity: 1;
}
/* facebook */
.pluginBoxContainer {
	width: 250px;
}


/* Tarcza Brazowej Szkoly */
#BrazowaSzkola {
	background-color: #ffffff;
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
	box-shadow: inset 0 -9px 5px -5px #eee;
	border-radius: 2px;
}

#BrazowaSzkola img {
	float: left;
	margin: 0px 0px;
}

#BrazowaSzkola p {
	color: #111111;
	display: table-cell;
	vertical-align: middle;
	height: 88px;
	padding-right: 20px;
	text-align: justify;
}
/* Zjazd Absolwentow */
#zjazd_absolwentow {
	display:block;
	position:fixed;
	right:-148px;
	top:275px;
	z-index:3;
	cursor:pointer;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}
#zjazd_absolwentow:hover {
	transform:translate(-142px, 0px);
	-webkit-transform:translate(-142px, 0px);
	-moz-transform:translate(-142px, 0px);
	-o-transform:translate(-142px, 0px);
}
/* Rekrutacja gimbusy*/

#rekrutacja_slider {
	display:block;
	position:fixed;
	right:-122px;
	top:250px;
	z-index:4;
	cursor:pointer;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}
#rekrutacja_slider:hover {
	transform:translate(-113px, 0px);
	-webkit-transform:translate(-113px, 0px);
	-moz-transform:translate(-113px, 0px);
	-o-transform:translate(-113px, 0px);
}
rekrutacja_bt{
	position:fixed;
	z-index:10;
	width:153px;
	height:146px;
	top:210px;
	left:0px;
	display:inline-block;
	cursor:pointer;
}

/* Rodo*/

#rodo_slider {
	display:block;
	position:fixed;
	right:-122px;
	top:380px;
	z-index:4;
	cursor:pointer;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}
#rodo_slider:hover {
	transform:translate(-113px, 0px);
	-webkit-transform:translate(-113px, 0px);
	-moz-transform:translate(-113px, 0px);
	-o-transform:translate(-113px, 0px);
}

#content table.left td {
    text-align:left;
}
