@import url('menu.css');

a, img, div
{ 
	behavior:url('/gfx/iepngfix.htc');
}  

body 
{ 
	padding:0;
	margin:0;
	background:url('images/tlo.jpg') repeat #fff;
	font-family:'Verdana';
	font-size:12px;
}

#logo1
{
	/*background:url('images/logo1.jpg') no-repeat;*/
	width:780px;
	height:154px;
	position:absolute;
	margin:0 0 0 0px;
}

#logo2
{
	display:none;
    background:url('logo2.png') no-repeat;
	width:290px;
	height:47px;
	float:right;
	margin:103px 5px 0 0;
}

.promo_box
{
    margin: 0 auto 10px auto;
    background: url('bg_promo.png') no-repeat; 
    width: 183px;
    height: 63px;
    text-align: center;
    padding-top: 7px;
    font-weight: bold;
    font-size: 13px;
}

.promo_box a#zadarmo
{
    font-size: 15px;
    color: #ff0000;
}

input, textarea 
{ 
	border:1px solid #000000;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	padding:2px 0;
	border:1px solid #6F6F6F;
}

.module input, textarea 
{
	font-size:11px;
	padding:4px 0;
}

.module .submit-button, .submit-button
{
	background:#9d7750;
	color:#000;
	font-size:11px;
	padding:3px 4px;
	cursor:pointer;
	border:1px solid #6F6F6F;
}

.module .submit-button:hover, .submit-button:hover
{
	background:#2e3192;
    color:#fff;
}

#layout 
{ 
	margin:0 auto;
	text-align:left; 
	padding:0px;
	overflow:hidden;
}

#top 
{ 
	height:154px; 
	margin-top:10px;
}

#container
{
	overflow:hidden;
    margin-left: 6px;
	background:url('images/tlo_container.jpg') repeat-y;

}

#page 
{ 
	margin-bottom:20px;
}

#left
{
	float:left;
	text-align:center; 
}

#left .column
{
	margin-left: 0 0 0 5px;
    
	height:100%;
}

#center
{
	float:left;
	text-align:center;
}

#center .column
{
	padding:5px 10px 0 0;
}

#center .column2
{
    margin-left: 20px;
    float: right;
    text-align:left;
    width: 200px;
    padding:0px;
}

#right
{
	float:right;
	text-align:center; 
	background-color:#DFDFDF;
	border-left:1px solid #BFBFBF;
}

#right .column
{
	padding:10px;
	height:100%;
}

#footer-img
{
    margin-left: 16px;
    background: url('images/bottom1.jpg') no-repeat;
    height:30px;
    width:754px;

    
}
#footer 
{ 
    margin: 5px auto auto auto;
	/*margin:auto;*/
	border-top:1px solid #BFBFBF;
	color:#000;
}

#footer-company 
{ 
	font-size:10px;
	position:absolute;
	margin-bottom:10px;
}

#powered
{
	font-size:10px;
	float:right;
	margin-bottom:10px;
}

#cms-name
{
	font-weight:bold;
}

#cms-name a
{
	color:#557CA3;
}

.hidden
{
	display:none;
}

#linki 
{
    margin: 0 auto 0 auto;
    width: 50%;
    padding: 20px;
    text-align:center;
    font-size:8px; 
    font-family: Verdana; 
    color: #7A7A7A;
} 

#block
{
	padding:20px; 
	border:1px solid #000000; 
	width:50%; 
	margin-left:auto; 
	margin-right:auto;
}

.form_light
{
	background-color:#E0E9EF;
}

#error404
{
	border:1px solid #BFBFBF;
	background-color:#fff;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	width:80%;
	font-size:11px;
	margin:20px auto;
	background:url('error404.png') no-repeat #fff;
	padding:5px;
	text-align:left;
}

#error404 ul li
{
	margin:4px 0;
}

#error404 div
{
	border-bottom:1px solid #bfbfbf;
	padding:0 0 5px 25px;
	font-weight:bold;
	font-size:12px;
	text-align:left;
}

/* LINKI */
a
{
	color:#000;
	text-decoration:none;
}

a:hover
{
	color:#3E6786;
	text-decoration:underline;
}

/* MODULY */
.module 
{ 
	width:100%; 
	text-align:left; 
	margin:0 0 25px 0; 
	background-color:#DFDFDF;
	clear:both;
	overflow:hidden;
}

.module .mheader 
{ 
	background:#A1774F;
	padding-bottom:5px;
	color:#000;
	font-size:12px; 
	font-weight:bold; 
	margin:0px; 
	overflow:hidden;
}

.module .module-container
{
	padding:2px 5px 0 0;
}

.module div 
{ 
	padding:5px; 
	margin:0px; 
}

.module-stats 
{ 
	width:100%;
	overflow:hidden;
}

.module-poll .title 
{ 
	padding-bottom:10px;
	border-bottom:1px solid #BFBFBF;
	text-align:justify;
}

.module-poll .poll-answer span
{ 
	font-weight:bold;
	font-size:11px;
}

.module-poll #poll-vote
{ 
	border-top:1px solid #BFBFBF;
	padding:10px 0 0 0;
	margin:10px 0 0 0;
}

.module-poll #submit-vote
{ 
	float:left;
}

.module-poll #poll-archive
{ 
	float:right;
	padding:0;
	margin-bottom:8px;
	font-size:10px;
}

.module-newsletter #newsletter-text
{ 
	text-align:justify;
}

.module-newsletter form 
{ 
	text-align:center;
}

.module-newsletter .ftext
{
	width:65%;
}


.module-menu_top 
{
    display: none;
	/* menu górne */
}

.module-menu
{
    background: none;
    width: 130px;
    margin: 20px auto 0 auto;
}

.module-menu_footer
{
	/* menu dolne */
}

.module-gallery
{
	overflow:hidden;
}

.module-gallery .set
{
	float:left;
	margin:10px;
}

.module-gallery .title
{
	font-size:11px;
	color:#000;
	font-weight:bold;
	padding:0 0 3px 0;
}

.module-gallery_photos
{
    margin-top:15px;
}

.module-gallery_photos .text
{
	margin-bottom:5px;
}

.module-gallery_photos a
{
	float:left;
	margin:15px;
}

.module-gallery_photos .date
{
	padding:2px 5px;
	font-size:10px;
}

.module-gallery_photos .date_update
{
	padding:2px 5px;
	font-size:10px;
}

.module-gallery_photos span
{
	font-weight:bold;
}

.module-search
{
	background-color:#DFDFDF;
	margin-bottom:10px;
}

.module-search form
{
	text-align:center;
}

.module-search form div input.text
{
	width:70%;
}

.module-stats div div
{
	padding-left:25px;
}

.module-news .news-div
{
	margin-bottom:5px;
	border-bottom:1px solid #BFBFBF;
}

.module-news .news-read-div
{
	margin-bottom:5px;
	border-bottom:1px solid #BFBFBF;
	padding:0 5px;
}

.module-news .news-title
{
	float:left;
	width:77%;
	background:url('news_signBlue.png') no-repeat left center;
	padding-left:12px;
	font-weight:bold;
}

.module-news .news-date
{
	float:right;
	font-size:10px;
}

.module-news .module-news-container .news-date
{
	display:block;
}

.module-news .news-text
{
	clear:both;
	padding-left:14px;
	padding:0 5px;
}

.module-news .module-news-container .news-text
{
	text-align:justify;
}

.module-news .news-text p
{
	maring:0;
	padding:0;
}

.module-news #news-read-title
{
	float:left;
	width:77%;
	font-weight:bold;
	padding:0;
}

.module-news #news-read-date
{
	float:right;
	font-size:11px;
	font-weight:normal;
	padding:0;
	line-height:16px;
}

.module-news .news-archive
{
	float:right;
	font-size:10px;
	padding-left:14px;
	padding-top:0;
}

.module-announce
{
	
	border:1px solid; 
}

.module-announce p
{
	padding:0;
	margin:0;
}

.module-promotor
{
	background-color:#bfbfbf;
}

/* MODULE HEADERS */
.module .mheader .ico
{
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	float:left;
	overflow:hidden;
	margin:0 7px 0 5px;
	padding:0;
}

.module-stats .mheader .ico
{
	background-image:url('ico-stats.png');
}

.module-newsletter .mheader .ico
{
	background-image:url('ico-newsletter.png');
}

.module-search .mheader .ico, .module-search_found .mheader .ico
{
	background-image:url('ico-search.png');
}

.module-poll .mheader .ico
{
	background-image:url('ico-poll.png');
}

.module-menu .mheader .ico
{
	background-image:url('images/ico.png');
}

.module-promotor .mheader .ico
{
	background-image:url('ico-promotor.png');
}

.module-news .mheader .ico
{
	background-image:url('ico-news.png');
}

.module-announce .mheader .ico
{
	background-image:url('ico-announce.png');
}

.module-gallery .mheader .ico, .module-gallery_photos .mheader .ico
{
	background-image:url('ico-gallery.png');
}

/* FORMULARZ KONTAKTOWY */
#contact_form
{
	width:100%;
	margin:0 auto;
}

#contact_form legend
{
	font-weight:bold;
	color:#2E3192;
}

#contact_form .required
{
	font-weight:bold;
}

#contact_form input.required, #contact_form textarea.required
{
	font-weight:normal;
}

#contact_form #cf-bottom
{
	border-top:1px solid #BFBFBF;
	padding-top:5px;
	margin-top:10px;
}

#contact_form #required-info
{
	font-size:11px;
	width:200px;
	height:20px;
	text-align:left;
	padding-left:22px;
	background:url('ico-important.png') no-repeat;
}

#contact_form #ctext-div
{
	margin-bottom:0;
	padding-bottom:0;	
}

#contact_form .counter
{
	float:right;
	font-size:11px;
	width:250px;
	text-align:right;
	margin-bottom:0;
	padding-bottom:0;
}

#contact_form fieldset
{
	padding:20px;
	border:1px solid #2D4F6A;
}

#contact_form input
{
	float:right;
	width:260px;
}

#contact_form textarea
{
	float:right;
	width:260px;
	height:100px;
}

#contact_form div
{
	clear:both;
	margin-bottom:20px;
	text-align:right;
	overflow:hidden;
}

#contact_form label
{
	text-align:left;
	float:left;
	width:250px;
}

#contact_form label.error
{
	text-align:left;
	color:#ff0000;
	font-size:11px;
	border-top: 1px dotted #ff0000;
	background:url('ico-error-mini.png') no-repeat left 5px;
	padding:4px 0 0 16px;
	width:236px;
}

#contact_form input.error, #contact_form textarea.error
{
	border:1px solid #ff0000;
}

#contact_form .submit
{
	width:70px;
	float:right;
}

#contact_form div.success
{
    width:80%;
    margin:40px auto;
    background:url('bg_success.png') repeat-x;
    border:1px solid #BFBFBF;
    padding:10px;
   	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
    text-align:justify;
    
}

/* menu */
#ddsidemenubar
{
	color: white;
    padding:0px;
	margin:0px;
}

.ddsubmenustyle
{
	margin:0px -2px;
	z-index:1000;
}

#ddfootermenubar
{
	z-index:100;
}

#ddfootermenubar ul
{
	background:#000;
	width:100%;
	z-index:100;
}

/* IKONKI */
.ico-allvistis
{
	background:url('ico-visits_all.png') left center no-repeat;
	padding-left:25px;
}

.ico-vistis
{
	background:url('ico-visits.png') left center no-repeat;
	padding-left:25px;
}

.ico-date
{
	background:url('ico-date.png') left center no-repeat;
	padding-left:25px;
}

.ico-date .date
{
	font-weight:bold;
}

/* CONTENT */
#contact-form form
{
	margin-top:0;
}

#contact-data
{
	width:300px;
	float:left;
	text-align:left;
	font-size:14px;
}

#contact-map
{
	text-align:left;
	float:right;
	width:400px;
}

.cheader
{
	font-size:16px;
	font-weight:bold;
	color:#2D4F6A;
	background:url('ok_signBlueMini.png') no-repeat left center;
	padding-left:18px;
	margin-bottom:2px;
	border-bottom:1px solid #BFBFBF;
}

.c_second
{
	margin:0 0 25px 20px;
}


.tlo { width:140px; background-image:url(images/tlo.jpg); }
.tlomenu { width:166px; background-image: url(tlomenu.jpg); }
.gallery { margin: 2px 2px 2px 2px; }
.gallery_big { border:1px dashed #000000; }

a:link {COLOR: #2e3192; TEXT-DECORATION: none;}
a:visited {COLOR: #2e3192; TEXT-DECORATION: none;}
a:hover {COLOR: #FF0000; text-decoration:underline;} 


.text { font-size:12px; color:#000000; font-family: Verdana; }
h1 
{ 
font-size:16px; 
color:#000000; 
font-weight:bold;
margin-bottom: 0px;
text-align: left;
font-family: arial black;
background:url('images/ico.png');
background-repeat:no-repeat;
padding-left:30px;
background-position:5px;
}

div.header
{
	margin-bottom:5px;
	border-bottom:#9F9F9F 1px solid;
	border-left:#9F9F9F 1px solid;
	width:100%;
    background: #BFBFBF;
}

hr
{
    margin-bottom: 0px;
    margin-top: 0px;
}

.promotion
{
    width: 521px;
    margin:20px auto;
}

.promotion_top
{
    background: url('promotion_top.png') no-repeat;
    width: 521px;
    height: 7px;
}

.promotion_bg
{
    background: #e1e1e1;
    width: 499px;
    border-right: 1px solid #5185ad;
    border-left: 1px solid #5185ad;
    padding:10px;
}

.promotion_footer
{
    background: url('promotion_footer.png') no-repeat;
    width: 521px;
    height: 6px;
}

#date tr td
{
    border-bottom: 1px solid #ccc;  
}

.wyroznienie1 { font-size:16px; font-weight:bold; font-family: Verdana; }
span .wyroznienie2 { font-size:18px; color:#2E3192; font-weight:bold; font-family: Verdana; }
.wyroznienie3 { font-size:16px; font-family: Verdana; }
.wyroznienie4 { font-size:16px; color:#003399; font-weight:bold; font-family: Verdana; }
.wyroznienie5 { font-size:14px; font-family: Verdana; }
span .wyroznienie6 { font-size:14px; color:#2E3192; font-weight:bold; font-family: Verdana; }
.wyroznienie7 { font-size:14px; font-family: Verdana; font-weight: 600; }
.wyroznienie8 { font-size:18px; color:#003399; font-weight:bold; font-family: Verdana; }

.table tr 
{
    border-bottom:1px solid #808080;    
}

.table tr td
{
    border-right:1px solid #808080;
    border-left:none;
}

.table tr td.last_cell
{
    border:none;
}
