* {
    margin: 0px;
    padding: 0px;
    border: 0px;
	outline: none;
}

body, body.subpage {
	margin: 0px;
	padding: 0px;
	border: 0px;
    font: 12px tahoma;
	color: #555555;
    background: url('../gfx/bg.jpg') repeat-x #34b3f0;/*6CB2EE;*/
}

body.subpage {
    background: url('../gfx/subpage_bg.jpg') repeat-x #48bcf2;/*78BBF0;*/
}

a {
	text-decoration: none;
	color: #005ba4;
}

a:hover {
	text-decoration: none;
	color: #bd0a0a;
}

div, p, span, a {
	line-height: 20px;
}

img.dolewej {
	float: left;
	margin: 0 10px 10px 0;
}

img.doprawej {
	float: right;
	margin: 0 0 10px 10px;
}

img.ramka {
    border: 5px solid #003B91;
}

img.ramka_do_lewej {
    float: left;
    margin: 0 10px 10px 0;
    border: 5px solid #003B91;
}

img.ramka_do_prawej {
    float: right;
    margin: 0 0 10px 10px;
    border: 5px solid #003B91;
}

ul, ol {
    font: normal 12px tahoma;
    color: #010a57;
	padding-left: 20px;
}

li {
    margin: 5px 0 5px 0;
}

#centerBox {
	width: 970px;
	margin: 0px auto;
	height: auto !important;
	height: 500px;
	min-height: 500px;
    /* overflow: auto; */
}

#centerBox #top {
    width: 970px;
    height: 113px;
    position: relative;
}

#centerBox #top .logo {
    position: absolute;
    top: 0px;
    left: 0px;
}

#centerBox #top #langs {
    width: 235px;
    height: 26px;
    background: url('../gfx/langbar_bg.jpg') no-repeat;;
    position: absolute;
    top: 25px;
    right: 0px;
    z-index: 5;
}

#centerBox #top #langs span {
    font: normal 12px tahoma;
    color: #7d9099;
    position: relative;
    top: 5px;
    left: 15px;
}

#centerBox #top #langs #selectedLang {
    font: bold 12px tahoma;
    position: absolute;
    top: 6px;
    right: 30px;
    cursor: pointer;
    width: 30px;
    background: url('../gfx/arrow_down.jpg') right no-repeat;
}

#centerBox #top #langs #langsList {
    position: absolute;
    top: 25px;
    left: 165px;
    padding: 5px 0 5px 10px;
    background: #ffffff;
    width: 35px;
    z-index: 20;
    display: none;
}

#centerBox #top #langs div a {
    font: bold 12px tahoma;
    display: block;
}

#centerBox #top #topMenu {
    width: 300px;
    height: 15px;
    bottom: 25px;
    position: absolute;
    right: 0px;
    text-align: right;
}

#centerBox #top #topMenu a {
    font: normal 12px tahoma;
    color: #ffffff;
    border-right: 1px solid #325dc3;
    padding: 0 10px 0 0;
    margin: 0 0 0 6px;
}

#centerBox #top #topMenu a.last {
    border: none;
    padding: 0;
}

#centerBox #top #topMenu a:hover {
    color: #4d95f0;
}

#centerBox #topFoto {
    position: relative;
    float: left;
    width: 970px;
    height: 130px;
    margin: 0 0 10px 0;
}

#centerBox #leftCol {
    position: relative;
    float: left;
    width: 416px;
}

#centerBox #rightCol {
    position: relative;
    float: left;
    width: 554px;
    overflow: hidden;
}

#rightCol #rightColContent {
    position: relative;
    float: left;
    width: 514px;
    background: #ffffff;
    padding: 6px 20px 10px 20px;
}

#rightCol #rightColContent table.rameczka, #rightCol #rightColContent table.rameczka tr, #rightCol #rightColContent table.rameczka td {
	border-collapse: collapse;
	border: 1px solid #010A57;
}


#rightCol #rightColContent table.rameczka {

}

#rightCol #rightColContent table.rameczka tr.szary_wiersz, #rightCol #rightColContent table.rameczka tr.szary_wiersz td {
	background: #dfe8f0;
}

#rightCol #rightColContent table.rameczka tr.naglowek, #rightCol #rightColContent table.rameczka tr.naglowek td {
	background: #bbd9f0;
}

#rightCol #rightColContent table.rameczka td {
	padding: 5px;
}

#rightCol #rightColContent table.rameczka td p {
	padding: 0px;
	margin: 0px;
}

#rightCol #rightColContent p {
    font: normal 12px tahoma;
    margin: 0 0 15px 0;
    color: #010a57;
}

#rightCol #rightColContent p.blue {
    font: bold 12px tahoma;
    margin: 0 0 15px 0;
    padding: 18px;
    color: #ffffff;
    background: #003d8d;
}

#rightCol #rightColContent h3 {
    font-size: 14px;
    color: #003d8d;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

#rightCol .rightColTopBar {
	 overflow: hidden;
    position: relative;
    float: left;
    width: 554px;
    height: 11px;
    background: url('../gfx/rightcol_top_bar.jpg') no-repeat;
}

#rightCol .rightColBottomBar {
	 overflow: hidden;
    position: relative;
    float: left;
    width: 554px;
    height: 21px;
    background: url('../gfx/rightcol_bottom_bar.png') no-repeat;
}

#centerBox #middle {
    width: 970px;
    height: auto !important;
    height: 400px;
    min-height: 400px;
    position: relative;
    background: url('../gfx/main_top.jpg') no-repeat right top;
}

#centerBox #middle .topBar {
    position: relative;
    width: 970px;
    height: 11px;
    background: url('../gfx/top_bar_img.jpg') no-repeat;
    float: left;
    overflow: hidden;
}

#centerBox #middle .bottomBar {
	 overflow: hidden; 	
    position: relative;
    width: 970px;
    height: 20px;
    background: url('../gfx/bottom_bar_img.gif') no-repeat;
    float: left;
}

#centerBox #middle #middleContent {
    position: relative;
    float: left;
    width: 970px;
/*    height: 387px;*/
/*    background: url('../gfx/middle_content_bg.jpg') no-repeat right #ffffff;*/
}

#nav {
    position: relative;
    float: left;
    width: 416px;
/*    height: 387px;*/
    background: #f1eff4 url('../gfx/menu_bg.jpg') no-repeat;
    overflow: hidden;
}

#nav ul {
    list-style:none;
    margin:0;
    padding:0;
}
#nav ul li {
    margin:0;
    padding:0;
}

#nav a {
    display: block;
    float: left;
    width: 396px;
    height: 23px;
    padding: 11px 0 0 20px;
    border-bottom: 1px solid #f2f1f4;
    text-transform: uppercase;
    background: none;
}

#nav a:hover {
    background: #003d8d;
}

#nav a.selected {
    background: #003d8d;
}

#nav a.selected span.mout {
    display: none;
}

#nav a.selected span.mover {
    font-size: 12px;
    color: #ffffff;
    display: inline;
}

#nav a.selected span.number {
    font: normal 10px arial;
    padding: 0 20px 0 0;
    color: #ffffff;
}

#nav a span.mout {
    font-size: 12px;
    color: #114382;
}

#nav a span.mover {
    font-size: 12px;
    color: #ffffff;
    display: none;
}

#nav a span.number {
    font: normal 10px arial;
    padding: 0 20px 0 0;
    color: #003d8d;
}

#nav a:hover span.number {
    color: #ffffff;
}

#nav a.last {
    border: none;
}

#leftCol .menuTopBar {
	 overflow: hidden;
    position: relative;
    float: left;
    width: 416px;
    height: 11px;
    background: url('../gfx/menu_top_bar.jpg') no-repeat;
}

#leftCol .menuBottomBar {
	 overflow: hidden;
    position: relative;
    float: left;
    width: 416px;
    height: 22px;
    background: url('../gfx/menu_bottom_bar.jpg') no-repeat;
}

#centerBox #bottom {
    width: 970px;
    height: 257px;
    position: relative;
}

#centerBox #bottom .topBar {
	overflow: hidden;
    position: relative;
    width: 970px;
    height: 11px;
    background: url('../gfx/bottom_box_top_bar.jpg') no-repeat;
    float: left;
}

#centerBox #bottom .bottomBar {
	 overflow: hidden;
    position: relative;
    width: 970px;
    height: 20px;
    background: url('../gfx/bottom_box_bottom_bar.jpg') no-repeat;
    float: left;
}

#centerBox #bottom #bottomContent {
    position: relative;
    float: left;
    width: 970px;
    height: auto !important;
    min-height: 226px;
    height: 226px;
    background: url('../gfx/bottom_content_bg.jpg') repeat-y;
}

#subpageOddzialy .leftOddzialyTopBar {
	 overflow: hidden;
    position: relative;
    float: left;
    width: 416px;
    height: 11px;
    background: url('../gfx/left_oddzialy_top_bar.jpg') no-repeat;
}

#subpageOddzialy .leftOddzialyBottomBar {
	 overflow: hidden;
    position: relative;
    float: left;
    width: 416px;
    height: 20px;
    background: url('../gfx/left_oddzialy_bottom_bar.jpg') no-repeat;
}

#naszeOddzialy {
    position: relative;
    float: left;
    width: 356px;
    padding: 20px 30px;
    background: #003795;
}

#naszeOddzialy div {
    /*background: url('../gfx/nasze_oddzialy_bg.jpg') -33px 0 repeat-y #003d8d;*/
    background: #003795;
}

#naszeOddzialy h3 {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

#naszeOddzialy table {
    width: 356px;
}

#naszeOddzialy table td {
    padding: 8px 0 8px 0;
}

#naszeOddzialy table p {
    font: normal 12px tahoma;
    color: #ffffff;
}

#naszeOddzialy table a {
    color: #4d95f0;
}

#naszeOddzialy table a:hover {
    color: #9DC8FE;
}

#centerBox #bottom #bottomContent #welcomeText {
    position: relative;
    float: left;
    width: 494px;
    padding: 20px 30px;
    background: url('../gfx/welcome_text_bg.jpg') no-repeat;
}

#centerBox #bottom #bottomContent #welcomeText h3 {
    font-size: 14px;
    color: #003d8d;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

#centerBox #bottom #bottomContent #welcomeText p {
    font: normal 12px tahoma;
    color: #003d8d;
    margin: 0 0 15px 0;
}

#centerBox #footer {
clear: both;
    position: relative;
    float: left;
    width: 970px;
    font: normal 13px tahoma;
    color: #ffffff;
    line-height: 20px;
    padding: 20px 0 20px 0;
}

#centerBox #footer a {
    font: bold 13px tahoma;
    color: #ffffff;
}

#centerBox #footerSubpage {
    position: relative;
clear: both;
    float: left;
    width: 970px;
    font: normal 13px tahoma;
    color: #ffffff;
    line-height: 20px;
    padding: 20px 0 20px 0;
    text-align: right;
}

#centerBox #footerSubpage a {
    font: bold 13px tahoma;
    color: #ffffff;
}

.fotoBorder {
    position: relative;
    width: 209px;
    height: 144px;
    margin: 0 10px 0 0;
}

.fotoBorder img {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 209px;
    height: 144px;
}

.fotoBorder a {
    position: relative;
    width: 209px;
    height: 144px;
}

.fotoBorder .border {
    position: relative;
    z-index: 2;
    width: 209px;
    height: 144px;
    background: url('../gfx/foto_border.png') no-repeat;
}

.galleryFotoBorder {
    position: relative;
    width: 209px;
    height: 178px;
    float: left;
    margin: 0 0 0 30px;
}

.galleryFotoBorder img {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 209px;
    height: 144px;
}

.galleryFotoBorder a {
    position: relative;
    width: 209px;
    height: 178px;
    float: left;
    margin: 0 0 0 30px;
}

.galleryFotoBorder .border {
    position: relative;
    z-index: 2;
    width: 209px;
    height: 144px;
    background: url('../gfx/foto_border.png') no-repeat;
}

.galleryFotoBorder .opis {
    font: normal 12px tahoma;
    position: absolute;
    top: 142px;
    left: 0px;
    width: 209px;
    text-align: center;
}


#mapaserwisu {
    margin: 0 0 0 20px;
}

#mapaserwisu div {
    margin: 0 0 0 20px;
}

#mapaserwisu a {
    display: block;
    color: #114382;
}

#mapaserwisu a:hover {
    color: #347FDD;
}

#mapaserwisu a span.mover {
    display: none;
}

#mapaserwisu a span.number {
    display: none;
}

#mapaserwisu a.last {
}

.oddzialyITEM_clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

#oddzialySHOW {
	display: block;
	position: relative;
	width: 356px;
	height: 190px;
	overflow: hidden;
	font: normal 12px tahoma;
   color: #ffffff;
}

#oddzialySHOW p {
    font: normal 12px tahoma;
    color: #ffffff;
}

#oddzialySHOW a {
    color: #4d95f0;
}

#oddzialySHOW .oddzialyITEM {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 356px;
	height: 190px;
	overflow: hidden;
}

#oddzialySHOW .oddzialyITEM_elem {
	display: block;
	height: 95px;
	width: 175px;
	float: left;
	overflow: hidden;
	cursor: pointer;
    line-height: 16px;
    font-size: 11px;
}

#oddzialySHOW .oddzialyITEM_elem p, #oddzialySHOW .oddzialyITEM_elem a {
    line-height: 16px;
    font-size: 11px;		
}

.czysty {
	height: 0px; 
	overflow: hidden;
	clear: both;
}
