body {
    background: #FFF url(../img/body_bg.gif) repeat-x;
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Trebuchet MS, Times New Roman, Helvetica, sans-serif;
}
a {
    text-decoration: none;
    color: #056c65;
}

h1 {
    color: #535353;
}

#main {
    width: 972px;
    margin: 0 auto;
    text-align: left;
    
}

#top {
    height: 415px;
    width: 972px;
    background: transparent url(../img/top_bg.png) no-repeat 0 100%;
}

#logo {
    float: left;
    width: 220px;
    height: 85px;
    padding: 23px 0 0 40px;
    overflow: hidden;
}

#logo a {
    display: block;
    width: 220px;
    height: 85px;
    border: none;
    background: transparent url(../img/logo.gif) no-repeat 0 0;
    text-indent: -9999px;
}

#odwiedz {
	position: absolute;
    top: 4px;
    margin-left: 869px;
    width: 70px;    
    float: left;
    height: 66px;
    overflow: hidden;
}

#odwiedz a {
    display: block;
    width: 70px;
    height: 66px;
    border: none;
    background: transparent url(../img/odwiedz.gif) no-repeat 0 0;
    text-indent: -9999px;
}

#napisz {
	position: absolute;
    top: 4px;
    margin-left: 661px;
    width: 70px;    
    float: left;
    height: 66px;
    overflow: hidden;
}

#napisz a {
    display: block;
    width: 70px;
    height: 66px;
    border: none;
    background: transparent url(../img/napisz.gif) no-repeat 0 0;
    text-indent: -9999px;
}

#zadzwon {
	position: absolute;
    top: 4px;
    margin-left: 765px;
    width: 70px;    
    float: left;
    height: 66px;
    overflow: hidden;
}

#zadzwon a {
    display: block;
    width: 70px;
    height: 66px;
    border: none;
    background: transparent url(../img/zadzwon.gif) no-repeat 0 0;
    text-indent: -9999px;
}

#bannerText {
    position: absolute;
    top: 210px;
    right: 50%;
    width: 480px;
    margin-right: -33px;
    background: transparent;
}

#bannerText2 {
    position: absolute;
    top: 256px;
    right: 50%;
    width: 420px;
    margin-right: 0px;
    background: transparent;
}

#pTitle {
    line-height: 1.2;
    font-size: 24px;
    color: #1B8A83;
}

#pSlogan {
    margin-top: 23px;
    line-height: 1.5;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
}

#top_menu {
    float: right;
    margin: 75px 25px 0 0;
}

#top_baner {
    height: 359px;
}

#content {
    width: 972px;
    color: #373737;
    margin: 25px 0 0 0;
}

#template {
    margin: 0 0 20px 30px;
}

.CMSModule {
    margin: 10px 30px 10px 0;
    background: transparent;
}

.CMSArticle .CMSArticleTitle {
    margin: 0 0 12px;
    line-height: 1.2;
    font-weight: normal;
    font-size: 22px;
    font-family: Arial, Trebuchet MS, Times New Roman, Helvetica, sans-serif;
    color: #115d58;
}

.CMSArticle .CMSArticleAuthor {
    margin: 0 0 5px;
    font-size: 10px;
    display: none;
}

.CMSArticle .CMSArticleCrtDate {
    margin: 0 0 10px;
    font-size: 11px;
    display: none;
}

.CMSArticle .CMSArticleLead {
    margin-bottom: 10px;
    line-height: 1.5;
}

.CMSArticle .CMSArticleContent {
    margin-bottom: 10px;
    line-height: 1.5;
}

.CMSArticle .CMSArticleLead a {
    color: #BE6B00;
	text-decoration: underline;
}

.CMSArticle .CMSArticleContent a {
    color: #BE6B00;
	text-decoration: underline;
}

.CMSArticle .CMSArticleLead a:hover {
    text-decoration: underline;
}

.CMSArticle .CMSArticleContent a:hover {
    text-decoration: underline;
}

.CMSArticle .CMSArticleLead strong {
    font-weight: bold;
}

.CMSArticle .CMSArticleContent strong {
    font-weight: bold;
}

.CMSArticle .CMSArticleLead em {
    font-style: italic;
}

.CMSArticle .CMSArticleContent em {
    font-style: italic;
}

.CMSArticle .CMSArticleLead ul {
    margin: 10px 0;
}

.CMSArticle .CMSArticleContent ul {
    margin: 10px 0;
}

.CMSArticle .CMSArticleLead ol {
    margin: 10px 0;
}

.CMSArticle .CMSArticleContent ol {
    margin: 10px 0;
}

.CMSArticle .CMSArticleLead ul li {
    padding: 0 0 4px 10px;
    background: transparent url(../img/dfe-menuvitemg-bg.gif) no-repeat 0 6px;
}

.CMSArticle .CMSArticleContent ul li {
    padding: 0 0 4px 10px;
    background: transparent url(../img/dfe-menuvitemg-bg.gif) no-repeat 0 6px;
}

.CMSArticle .CMSArticleLead ol li {
    padding: 0 0 4px 10px;
    background: transparent url(../img/dfe-menuvitemg-bg.gif) no-repeat 0 6px;
}

.CMSArticle .CMSArticleContent ol li {
    padding: 0 0 4px 10px;
    background: transparent url(../img/dfe-menuvitemg-bg.gif) no-repeat 0 6px;
}

.CMSArticle .CMSArticleLead p {
    margin-bottom: 10px;
}

.CMSArticle .CMSArticleContent p {
    margin-bottom: 10px;
}

.CMSArticle .CMSArticleContent hr {
    margin: 10px 10%;
    border: none;
    border-bottom: 1px solid #4F4F4F;
}

.CMSArticleAttachments {
    margin: 10px 0;
    padding-left: 1px;
}

.CMSArticleAttachments a {
    margin-right: 2px;
    margin-left: 5px;
	text-decoration: underline;
}

.CMSArticleAttachments a:hover {
    text-decoration: underline;
}

.CMSArticleAttachment {
    margin-bottom: 5px;
    padding: 2px 0 2px 8px;
    background: transparent url(../img/dfe-attachment-bg.gif) no-repeat 0 50%;
}

.CMSArticleAttachment img {
    display: none;
}

.CMSArticle .CMSArticlePages {
    margin-bottom: 10px;
}

.CMSArticle .CMSArticlePages a {
    margin-left: 2px;
}

.CMSArticle .CMSArticlePages a.current {
    font-weight: bold;
}

.CMSAggregator .aggregator_title {
    margin: 0 0 12px;
    line-height: 1.2;
    font-weight: normal;
    font-size: 22px;
    font-family: Arial, Trebuchet MS, Times New Roman, Helvetica, sans-serif;
    color: #115d58;
}

.CMSAggregator .aggregator_header .aggregator_pagination {
    display: none;
}

.CMSAggregator .entry {
    margin-bottom: 15px;
}

.CMSAggregator .entryheader .dateline {
    display: none;
}

.CMSAggregator .entryheader h4 {
    margin-bottom: 3px;
    line-height: 1.2;
    font-weight: bold;
    font-size: 14px;
}

.CMSAggregator .entryheader h4 a {
    color: #066d66;
	text-decoration: underline;
}

.CMSAggregator .entryheader h4 a:hover {
    text-decoration: underline;
}

.CMSAggregator .entrycontent {
    margin-bottom: 5px;
    line-height: 1.5;
}

.CMSAggregator .continue {
    text-align: right;
}

.CMSAggregator .continue {
    overflow: auto;
    background: transparent url(../img/aggContinueP-bg.jpg) no-repeat 100% 0;
}
.CMSAggregator .continue a {
    float: right;
    height: 25px;
    line-height: 25px;
    margin-right: 6px;
    padding-right: 3px;
    padding-left: 9px;
    background: transparent url(../img/aggContinueA-bg.jpg) no-repeat 0 0;
    color: #FFF;
}

.CMSAggregator .aggregator_footer {
    margin-bottom: 10px;
}

.CMSAggregator .aggregator_pagination li {
    display: inline;
    padding-right: 2px;
}

.CMSAggregator .aggregator_pagination li.next {
    font-size: 85%;
}

.CMSAggregator .aggregator_pagination li.last {
    font-size: 85%;
}

.CMSAggregator .aggregator_pagination li.first {
    font-size: 85%;
}

.CMSAggregator .aggregator_pagination li.previous {
    font-size: 85%;
}

.CMSAggregator .aggregator_pagination .active {
    font-weight: bold;
}

.cmsModuleMenuVertical {
    margin: 0 0 12px;
}

.cmsModuleMenuVertical h3 {
    margin: 0 0 12px;
    line-height: 1.2;
    font-weight: normal;
    font-size: 22px;
    font-family: Arial, Trebuchet MS, Times New Roman, Helvetica, sans-serif;
    color: #115d58;
}

.cmsModuleMenuVertical li {
    margin: 0 0 4px;
    padding: 0 10px 4px;
    border-bottom: 1px dashed #aabbba;
    background: transparent url(../img/dfe-menuvitem-bg.gif) no-repeat 0 7px;
}

.cmsModuleMenuVertical a {
    line-height: 1.4;
    color: #066d66;
	
}

.cmsModuleMenuVertical a:hover {
    text-decoration: underline;
}

.cmsModuleMenuHorizontal {
    margin-bottom: 10px;
}

.cmsModuleMenuHorizontal h3 {
    margin: 0 0 12px;
    line-height: 1.2;
    font-weight: normal;
    font-size: 22px;
    font-family: Arial, Trebuchet MS, Times New Roman, Helvetica, sans-serif;
    color: #115d58;
}

.cmsModuleMenuHorizontal li {
    display: inline;
    margin-right: 10px;
    line-height: 1.5;
    padding-left: 7px;
    background: transparent url(../img/dfe-menuvitem-bg.gif) no-repeat 0 7px;
}

.cmsModuleMenuHorizontal li a {
    color: #066d66;
	text-decoration: underline;
}

.cmsModuleMenuHorizontal li a:hover {
    text-decoration: underline;
}

#footer {
    float: left;
    width: 972px;
}

#eu {
    float: left;
    width: 922px;
    padding: 3px 25px;
    border-bottom: dashed 1px #818181;
}

#eu img {
    float: left;
    margin-right: 20px;
}

#bot {
    float: left;
    width: 922px;
    padding: 5px 25px 15px;
    color: #000000;
}

#copy {
    float: left;
    clear: both;
    width: 270px;
    padding: 5px 0;
}

#footer ul {
    float: right;
    padding: 5px 0;
}

#footer li {
    float: left;
}

#footer li a {
    margin-left: 20px;
}

#footer li a:hover {
    text-decoration: underline;
}

#footer ul ul {
    display: none;
}

#authForm {
    display: none;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    height: 60px;
    padding: 4px;
    border: 1px solid #949494;
    background: #191919;
    text-align: left;
}

#authForm a {
    color: #949494;
}

#authForm form div {
    float: left;
    width: 50%;
    margin: 0 0 3px;
}

#authForm label {
    display: block;
    margin: 0 0 3px;
}

#authForm #login {
    width: 95%;
    padding: 1px;
    border: 1px solid #949494;
    font-size: 11px;
}

#authForm #pass {
    width: 95%;
    padding: 1px;
    border: 1px solid #949494;
    font-size: 11px;
}

#authForm #loginButton {
    margin-top: 3px;
    border: 1px solid #949494;
    background: #3D3D3D;
    font-size: 11px;
    color: #949494;
}

#authForm #logoutButton {
    margin-top: 3px;
    border: 1px solid #949494;
    background: #3D3D3D;
    font-size: 11px;
    color: #949494;
}

#loginLink {
    position: absolute;
    display: block;
    top: 3px;
    right: 50%;
    margin-right: 401px;
    cursor: pointer;
    cursor: hand;
    color: #005a54;
}
