@charset "iso-8859-2";

/********************/
/* GENERAL          */
/********************/

/* KR: keep in mind to assure to have all h's with sizes assigned*/

body,html {
	margin: 0; padding: 0;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:140%;
	background:#fff;
}
p{
text-align:justify;
padding-right:15px;
}

/* ZMIENNE ZWIAZANE ZE WPISAMI AKTUALNOSCI*/
p.EDIT_akapit{
clear:both;
}
div.EDIT_spacer{
clear:both;
}
table.article{
vertical-align:middle; 
max-width:450px;
}

/*img.article{
float:left;
margin:6px 8px;
}*/

img.EDIT_obraz_glowny{
float:left;
padding:10px;
display:block;
}

img.EDIT_obraz_zwykly{

}

div.paragraph{
display: table;
}
div.illustration, div.description
{
display: table-cell;
vertical-align: middle;
}


a{
font-weight:bold;
text-decoration:none;
color:#008000;
}
a img {
border:0;
}
a:hover{
text-decoration:underline;
color:#0b0;
}
h1{
margin:0; margin-bottom:30px; padding:30px 10px 0px 0; display:block; width:380px;
font-size:300%;
line-height:120%;
border-bottom:3px solid #008000;
}

h2 { /*for news subtitles*/
font-size:150%; line-height:100%; color:#666666; margin:0; padding:0; font-weight:normal;
}

/********************/
/* SITE POSITIONING */
/********************/

/* HEADER */
table.header  {
width:100%; height:146px;top:0;left:0;
margin:0; padding:0;
border:none; border-bottom:1px solid #008000; 
}
td.menu {
margin:0; padding:0; height:146px; width:410px;
}
#menu {
margin:0; padding:0;
width:410px; height:20px;
position:absolute; top:128px;left:0;
} 

#menu a{
display:block; width:80px; float:left; clear:none;
text-align:center;
font-size:9px; color:#fff;
margin:0; padding-top:3px; 
}
#menu a:link, #menu a:visited { 
background-image:url(images/header_menu_tab.gif); background-repeat:no-repeat; background-position:bottom;
}
#menu a:hover, #menu a:active{
background-image:url(images/header_menu_tab_over.gif); background-repeat:no-repeat; background-position:bottom;
}
#menu a:active{
text-decoration:none;
cursor:text;

}


.spacer {
padding-top:4px; background:#fff;
}

td.logo {
width:410px;
vertical-align:bottom;
padding-bottom:20px;
}
td.header_filler {
vertical-align:bottom; text-align:right;
font-size:9px;
}
#flash_toy {
position:absolute; width:260px; height:154px; left:50px; top:-10px;
background: #fff url(images/menu_back_alt.gif) center no-repeat;
}
/* MAIN PART */
#outer_main {
width:100%; background:#eee;
}
#main{
width:80%; background: #dfdfdf;
border-right:1px dashed #008000;

}
#content {
margin:0 ; width:800px; padding: 0 0 2em 2em;
/*background:#fff url(images/content_back.gif) repeat-y 300px; border-right:1px solid #008000;*/
background:#fff url(images/main_back_new.jpg) repeat-y 50px; border-right:1px solid #008000;
}
img{
padding:5px;
}
img.desc{
display:block;
}
.image_plc_left, .image_plc_right{
display:block;
float:left;
width:auto;
margin:5px 10px 5px 0px;
border-bottom:8px solid #008000;
}
.image_plc_right{
float:right;
margin:5px 5px 10px 10px;
}
.image_desc{
display:block;
font-size:9px; color:#777;
padding-bottom:5px;
}

#flash_container{
float:right; width:398px; height:346px; background:#fff; margin:0 0 0 5px;
}
#flash {
 width:398px; height:250px; background-color:#fff; margin:0; padding:0;
}
.main_flash{
width:398px; height:250px; 
background: #fff url(images/main_flash_back.gif) no-repeat; margin:0; padding:0;
}

#partnerzy {
 display:block; width:398x; height:100px; background-color:#fff; 
}
#partnerzy_gap {
display:block; width:25px; background-color:#ddd;
}
#partnerzy_title{
display:block; background-image:url(images/header_menu_tab.gif); margin-top:1em; background-position:top left; background-repeat:no-repeat;
color:#fff; font-weight:bold; font-size:9px; padding-left:10px;
border-bottom:1px solid #008000;
}
#partnerzy_scroller{
border-left:1px solid #008000; border-bottom:1px solid #008000;

}

#footer {
width:100%; border-top: 1px solid #008000; text-align:center; font-size:9px;
color:#666; background:#fff;
}

/***********************/
/* SITE CONTENT STYLES */
/***********************/
.news {
margin-bottom:6em ;

}
.news img {
float:left; padding-right:5px;
}
.news_details {
font-size:9px; color:#666;
margin-bottom:10px;
}
.news_date {
 font-style:italic; color:#333;
}
.news_preface{
font-weight:bold;
color:#333333;
}
.news_spacer{
clear:both;
border-bottom:1px dashed #008000;
}
a.login{
font-weight:normal; text-decoration:none; color:#ccc;
}

a.login:hover{
color:#ccc; text-decoration:underline;
}

.1_kol{
display:block;
float:left;
clear:none;
color:#66FF66;
}

.2_kol{
display:block;
float:right;
clear:none;
}
.offer_subtitle{
display:block;
background-color:#007700;
color:#fff;
font-weight:bold;
padding:5px;
}
.offer_entry{
margin:0 0 0 35px;
padding:2px;
}

a.linkopacity:hover img {
filter:alpha(opacity=50); 
-moz-opacity: 0.5; 
opacity: 0.5;}

a.linkopacity img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}