body { 
FONT-FAMILY: Verdana;
FONT-SIZE: 11px;
BACKGROUND-COlOR:#ffffff;
margin-top: 0px;
margin-bottom: 10px;
}

TD {
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 11px;
	COLOR: #535353;
}

A:link {color: #0274B0; text-decoration:none; font-weight: normal;}
A:visited {color: #0274B0; text-decoration:none; font-weight: normal;}
A:hover {color: #0274B0; text-decoration:underline; font-weight: normal;}

.uwaga		{ font-size : 11px; color: #ff0000; font-family: Verdana; }
.small		{ font-size : 9px; font-family: Verdana; }

.copyright		{ font-size : 10px; color: #9B9B9B; font-family: Verdana; }
a.copyright		{ text-decoration: none; color : #9B9B9B; }
a.copyright:visited		{ text-decoration: none; color : #9B9B9B; }
a.copyright:hover	{ text-decoration: underline; color : #9B9B9B; }

.menutop		{ font-size : 11px; color: #ffffff; font-family: Verdana; }
a.menutop		{ text-decoration: none; font-weight: bold; color : #ffffff; }
a.menutop:visited		{ text-decoration: none; font-weight: bold; color : #ffffff; }
a.menutop:hover	{ text-decoration: underline; font-weight: bold; color : #ffffff; }

.menubok		{ font-size : 10px; color: #000000; font-family: Verdana; }
a.menubok		{ text-decoration: none; font-weight: bold; color : #000000; }
a.menubok:visited		{ text-decoration: none; font-weight: bold; color : #000000; }
a.menubok:hover	{ text-decoration: underline; font-weight: bold; color : #000000; }

td.prod { padding-left:10px; padding-right:10px;}
td.left { padding-right:6px; }
td.left2 { padding-left:15px; padding-right:15px;}
td.left3 { padding-left:30px; padding-right:30px;}
td.menu { padding-left:5px; padding-bottom:2px; background-image: url('images/a4.jpg');}
td.mod { padding-left:5px; padding-right:5px; padding-bottom:5px; padding-top:5px;}

.topprod		{ font-size : 11px; color: #4BACE6; font-family: Verdana; font-weight: bold; }

.newstresc		{ font-size : 11px; color: #444444; font-family: Verdana; }
a.newstresc		{ text-decoration: none; color : #444444; }
a.newstresc:visited		{ text-decoration: none; color : #444444; }
a.newstresc:hover	{ text-decoration: underline; color : #444444; }

.kontaktleft		{ color: #04B7E3; font-family: Verdana; }
a.kontaktleft		{ text-decoration: none; color : #04B7E3; }
a.kontaktleft:visited		{ text-decoration: none; color : #04B7E3; }
a.kontaktleft:hover	{ text-decoration: underline; color : #04B7E3; }

.maintitle {
font-weight: bold; font-size: 18px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #006BA7;
}

/*menu top css */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
padding: 6px 13px;
border: 0px solid #387EB1;
border-right-width: 1;
text-decoration: none;
color: #ffffff;
font-size : 11px;
}

.suckertreemenu ul li a:visited{
color: #ffffff;
}

.suckertreemenu ul li a:hover{
color: #ffffff;
text-decoration: none;
background-image: url(images/m2.jpg);
}

/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 200px; /*width of sub menu levels*/
background-color : #4E9ED3;
color: #ffffff;
text-decoration: none;
padding: 2px 5px;
border: 0px solid #387EB1;
border-width: 0px 1px 1px 1px;
font-size : 11px;
}

.suckertreemenu ul li ul li a:visited{
color: #ffffff;
}

.suckertreemenu ul li ul li a:hover{
background-color : #225A89;
color: #ffffff;
background-image: url(images/spacer.gif);
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; width: 60px; }
/* End */