@media screen {

body, html {
 margin: 0px; padding: 0px;
 background-color: #EAEAEA;
}

/* topnav */
ul.topnav {
 list-style-type: none;
 padding: 0;
 margin: 0 0 20px 0;

 height: 1%;
 overflow: hidden;
}

ul.topnav li {
 float: right;
 margin-top: 10px;
 margin-right: 10px;
}

html > body ul.topnav li {
 margin-right: 20px;
 margin-left: -7px;
}

ul.topnav a {
 display: block;
 height: 5px;
}

ul.topnav a#tn_toxic_cafe {
 width: 70px;
 background: url('img/b.toxic.off.png') no-repeat;
}

ul.topnav a#tn_toxic_cafe:hover {
 background: url('img/b.toxic.png') no-repeat;
}

ul.topnav a#tn_poczta {
 width: 48px;
 background: url('img/b.poczta.off.png') no-repeat;
}

ul.topnav a#tn_poczta:hover {
 width: 48px;
 background: url('img/b.poczta.png') no-repeat;
}
/* KONIEC topnav */

div#ober {
 width: 567px;
 margin: 0 auto;
 text-align: left;
 background: url('img/bac.png') repeat-y;
}

/* logo */
div#logo {
 margin-left: 20px;
 margin-bottom: 10px;

 width: 77px;
 height: 27px;
 background: url('img/logo.png') no-repeat;
}

div#logo h1 {
 margin: 0;
 height: 0;
}
/* KONEIC logo */

div#header {
 margin-left: 20px;
 margin-right: 20px;

 width: 527px;
 height: 119px;
 background: top left url('img/top1.png') no-repeat;
}

/* mainmenu */
div.mainmenu {
 margin: 0 20px 40px 20px;

 width: 527px;
 height: 24px;
 background: top left url('img/menu.png') no-repeat;
}

.mainmenu a {
 float: left;
 height: 24px;
}

a#mm_onas { width: 35px; margin-left: 14px; }
a#mm_onas:hover { background: top left url('img/menu.onas.on.png') no-repeat; }

a#mm_uslugi { width: 40px; margin-left: 12px; }
a#mm_uslugi:hover { background: top left url('img/menu.uslugi.on.png') no-repeat; }

a#mm_klienci { width: 42px; margin-left: 12px; }
a#mm_klienci:hover { background: top left url('img/menu.klienci.on.png') no-repeat; }

a#mm_kontakt { width: 51px; margin-left: 12px; }
a#mm_kontakt:hover { background: top left url('img/menu.kontakt.on.png') no-repeat; }
/* KONIEC mainmenu */

/* content */
div#content {
 width: 296px;
 padding: 10px;
 margin-left: 20px;
 margin-bottom: 4ex;

 background: 0px 4.1ex url('img/bac.wit.png') no-repeat #ffffff;

 height: 1%;
 overflow: hidden;
}

html > body div#content {
 margin-right: 25px;
 width: 296px;
}
/* KONIEC content */

/* news */
div#news {
 float: right;
 width: 177px;
 margin-right: 10px;
 margin-bottom: 4ex;
 padding: 10px;

 background: 0px 4.1ex url('img/bac.act.png') no-repeat #ffffff;
}

html > body div#news {
 margin-right: 20px;
 width: 177px;
}

div#news h2, div#content h2 {
 margin: 0 0 2.4ex 0;
 padding: 0 0 0 10px;
/* height: 20px;*/
 font-size: 14px;
 font-family: 'Trebuchet MS', arial, verdana, helvetica, tahoma, sans-serif;
 background: 0px 4px url('img/star.png') no-repeat #ffffff;
}

div#news h3 {
 font-size: 11px;
 margin-bottom: 0px;
}

div#news p {
 margin-top: 0px;
 margin-bottom: 15px;
}
/* KONIEC news */

/* footer */
div#footer {
 margin: 0 0 0 0;
 
 width: 567px;
 height: 11px;
 background: bottom left url('img/bac.bot.png') no-repeat;

 overflow: hidden;
 height: 1%;
}

div#footer span {
 padding-bottom: 10px;
 font-size: 11px;
}

span.copyright {
 float: left;
 margin-left: 20px;
}

span.author {
 float: right;
 margin-right: 20px;
}
/* KONIEC footer */


.replacedTxt {display: none;}

.text1 {
font-family: arial, verdana, helvetica, tahoma, sans-serif;
font-size: 10px;
color: #9B9B9B;
} 

/********************* KONIEC ***********************/
}

@media print {
	.mainmenu, .topnav, #footer {
	 display: none;
	}
}
