body {
    background: #031530 url(../img/bodyBackground01.png) repeat-x;
    font: 11px / 15px Tahoma;
}

a {
    color: #000000;
}

#wrapperPage {
    width: 760px;
    margin: 30px auto 0 auto;
    display: block;
    background: #ffffff;
    box-shadow: 0px 0px 10px;
    -moz-box-shadow: 0px 0px 10px;
    -webkit-box-shadow: 0px 0px 10px;
}

#header {
    height: 150px;
    padding: 5px 5px 0 5px;
	border-top: 5px solid #ffffff;
    display: block;
    position: relative;
    background: #ffffff url(../img/headerBackground01.jpg) no-repeat center;
}

#header a {
    display: block;
    position: absolute;
    top: 15px;
    left: 270px;
}

#nav {
    margin: 0 5px;
    padding: 5px 0;
    display: block;
    overflow: hidden;
    zoom: 1;
    background: url(../img/navigationBackground01.png) repeat-x;
}

#nav img {
    float: right;
    margin: 2px 10px 0 0;
}

#nav ul li {
    float: left;
    list-style: none;
    padding: 0 10px;
}

#nav ul li a {
    font: 14px / 22px Georgia;
    color: #1e2c5a;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 1px #ffffff;
    -moz-text-shadow: 1px 1px #ffffff;
    -webkit-text-shadow: 1px 1px #ffffff;
}

#navBanner {
    height: 124px;
    margin: 0 5px;
    padding: 5px 0px;
    text-align: center;
    background: url(../img/bannerContentBackground01.png) repeat-x;
}

.content {
    margin: 0 5px;
    background: #f3f3f3;
}

.contentLeft {
    width: 233px;
    margin: 0 10px;
    float: left;
}

.contentTitle {
    padding: 25px 0 7px 0;
    position: relative;
    font: 20px / 24px Georgia;
    border-bottom: 1px solid #a6a6a6;
}

.contentTitle .iconWitamy {
    position: absolute;
    right: 10px;
    bottom: -8px;
}

.contentTitle .iconONas {
    position: absolute;
    right: 10px;
    bottom: -8px;
}

.contentTitle .iconAktualnosci {
    position: absolute;
    right: 10px;
    bottom: 0px;
}

.contentTitle .iconKontakt {
    position: absolute;
    right: 10px;
    bottom: 0px;
}

.contentTitle .iconNewsletter {
    position: absolute;
    right: 10px;
    bottom: 0px;
}

.newsListShort {
    list-style: none;
    margin: 0 0 0 5px;
	padding: 0 !important;
}

.newsListShort li {
    margin: 8px 0;
    padding: 0 0 0 15px;
    background: url(../img/iconList01.png) no-repeat 0 4px;
    text-decoration: none;
    color: #000000;
}

.newsListShort li a {
    text-decoration: none;
    color: #000000;
}

.photoShow {
    width: 222px;
    height: 164px;
    margin: 10px auto;
    overflow: hidden;
    border: 2px solid #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 0 10px #d1d1d1;
    -moz-box-shadow: 0 0 10px #d1d1d1;
    -webkit-box-shadow: 0 0 10px #d1d1d1;
}

.photoShowSmall {
    width: 109px;
    height: 83px;
    float: left;
    margin: 5px 0px 0px 2px;
    overflow: hidden;
    border: 2px solid #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 0 10px #d1d1d1;
    -moz-box-shadow: 0 0 10px #d1d1d1;
    -webkit-box-shadow: 0 0 10px #d1d1d1;
}

.contentRight {
    width: 480px;
    padding: 0 8px 20px 8px;
    float: right;
    background: #ebebeb;
}

.ContentBody h2 {
    display: inline;
    font: bold 11px / 15px Tahoma;
}

.ContentBody a {
    padding: 0 15px 0 0;
    background: url(../img/iconList01.png) no-repeat right center;
}

.contentBottom > .left {
    width: 486px;
    padding: 10px;
    float: left;
    background: #efefef;
}

.contentBottom > .left table {
    width: 450px;
}

.contentBottom > .left table tr td {
    width: 50%;
}

.contentBottom > .right {
    width: 224px;
    padding: 10px;
    float: right;
    background: #f3f3f3;
}

.contentBottom > .right .newsletter input[type~= "text"] {
    width: 135px;
}

.contentBottom > .right .newsletter input[type~= "submit"] {
    float: right;
}

#slideContent {
    height: 49px;
}

.slideContentTitle {
    float: left;
    font: 20px / 15px Georgia;
    padding: 15px 0 0 10px;
}

.list {
    list-style: none;
	padding: 0 !important;
}

.list li {
    background: url(../img/iconList01.png) no-repeat 10px 12px;
    padding: 8px 0 8px 25px;
    border-bottom: 1px dotted #777777;
}

.list li a {
    text-decoration: none;
}

.list .listTitle {
    border-bottom: none;
    width: 460px;
    margin: 10px 0 5px 0;
    padding: 8px 10px;
    font-weight: bold;
    background: #e2e0e0;
}

#footer {
    width: 750px;
    padding: 0 5px;
    margin: 10px auto;
}

#footer div {
    float: left;
}

#footer div, #footer div a {
    text-decoration: none;
    color: #adb6bb;
}

/* Outher */
.blue {
    color: #016bc5;
}

.contentRight ul {
	padding: 0 0 0 20px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }


#slideshow img {
	position: absolute;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}