* {
  margin:0px;
  padding:0px;
}

body {   
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   text-align: left;
   margin:10px;
}



#slogan {
   padding-left: 20px;
   font-size: 12px;
   color: #8E8A8A;
   font-family: Arial, Helvetica, sans-serif;
   letter-spacing: 4px;
   text-align: left;
}


/* center wrapper, min max width */
#lewe_menu {
   margin: 0 auto;
   width: 150px;   
   text-align: left;
}

#lewe_menu a {
display:block;
font:bold 11px Verdana,Arial; 
padding:10px 0px 10px 10px ;
text-decoration:none;
color:#154AE1;
border-bottom:1px solid #948979;
}

#lewe_menu a:hover {
background:#BECEFA url('../../images/arrow-right.gif') no-repeat 95% 50%;

}

#lewe_menu .zaznaczony {
display:block;
font:bold 12px Verdana,Arial; 
padding:10px 0px 10px 10px ;
text-decoration:none;
color:#DA251C;
border-bottom:1px solid #948979;
}

#content {
   margin: 0 auto;
   width: 600px;   
   background:#ffffff;
   text-align: left;
   color:#555;
   font:normal 11px Verdana,Arial;
}
#content table,tr,td {text-align: left; font:normal 11px Verdana,Arial;}
#content a{ color:#154AE1; }
#content a:hover{ color:#154AE1; background:#ccc;}


#content  a.czysty {} 
#content  a.czysty:hover {background:transparent;} 


hr {
   height: 4px;
   background:#948979;
   
   border:0px;
   display:block;
   margin:0px 0px 5px 0px;
}

h1 {
   color: #666666; 
   font-size: 15px; 
   text-align: left; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

h2 {
   color: #666666; 
   font-size: 16px; 
   text-align: left; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

h3 {
   color: #BB4023; 
   font-size: 12px;
   line-height: 1.5em;
   margin:  0.5em 0.5em 0.5em 0.5em;
}

h4 {
   color: #666666; 
   font-size: 12px;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

h5 {
   color: #666666; 
   font-size: 11px;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   /*font-size: 1em;*/
   margin: 0 0 0.8em 0; /* some air around p elements */
   line-height: 1.6em;
   padding: 0;
}

.red {color:#DA251C; width:300px; text-align:center; font:bold 12px Arial; }

button{ color:#0C5F36; font:bold 12px Arial,Tahoma; }
.button_menu { color:#0C5F36; font:bold 11px Arial,Tahoma; margin-right:2px;}


/* DYMEK*/


#content a.tip {
        position: relative;
        text-decoration: none;
        font: normal 16px verdana;
        color: Black;
        z-index: 0;
        color: red;
		background:transparent;
		padding:-10px 0px 0px 0px;
		margin:0px 0px 0px 0px;
}
#content a.tip:hover {
        position: relative;
        z-index: 100;
		background:#007C40;
		
}
#content a.tip div.tip {
        position: absolute;
        width: 200px;
        display: none;
        left: -30px;
        top: -85px;		
        font: normal 11px verdana;
        color: Black;
        z-index: 0;
}
#content a.tip:hover div.tip {
        position: absolute;
        width: 220px;
        display: block;
        visibility: visible;
        padding: 5px;
        background-color: #eee;
        border: solid 1px #000000;
        font: normal bold 11px verdana;
        color: Black;
        text-align: left;
        -moz-opacity: 0.95;
        opacity: 0.95;
        filter: alpha(opacity95);
        z-index: 100;
}


#content .status {
border:1px solid green;
padding:10px;
}

#content .cena {
border-bottom:1px solid green;
padding:10px;
text-align:right;
}

.blue {color:#1A668F;}

.flagi {font:normal 11px Arial; color:#888; text-decoration:none; }
.flagi a{font:normal 11px Arial; color:#888; text-decoration:none; padding: 0px 5px 0px 5px;}