body { font: .73em "Trebuchet MS", Tahoma, Arial, Sans-Serif; /*background: url(../images/bg.jpg) repeat-x;*/ color: #3c3c3c; }

.column_tresc { float: left; width: 614px; margin: 0 50px 20px 25px; line-height: 2.2em; border-bottom:1px solid #c8c8c8}
.column_tresc2 { float: left; width: 544px; margin: 0 50px 20px 30px; line-height: 2.2em;}
.column_tresc_lewa { float: left; width: 280px; margin: 10px 20px 0px 30px; padding-right:20px; line-height: 2.2em; border-right:1px solid #c8c8c8}
.column_tresc_prawa { float: left; width: 280px; margin: 10px 0px 0 10px; line-height: 2.2em;}

.column_tresc img { padding: 10px; border: 0px solid #ddd; margin: 0 0 5px; }

.column_foot1 { float: left; width: 203px; margin: 15px 0 0 0px; line-height: 2.2em; color:#FFFFFF;}
.column_foot2 { float: left; width: 303px; margin: 15px 0 0 30px; line-height: 2.2em; color:#FFFFFF;}
.column_foot3 { float: left; width: 253px; margin: 15px 0 0 20px; line-height: 2.2em; color:#FFFFFF;}

input, textarea, select { float: left; margin: 0 5px 10px 0; padding: 7px; width: 253px; border: 1px solid #ccc; }

#footer { padding: 0px; color: #FFFFFF; }
	#links { float: left; }
		#links a { margin: 0 0 0 0; text-decoration: none; color: #FFFFFF;}
		#links a:hover { color: #FFFFFF; }
		

a { text-decoration: none; color: #328bcd; }
	a:hover { color: #328bcd; }
p  { margin: 0 0 15px; line-height: 1.54em; }
h3 { font-size: 1.4em; font: bold 1.3em Arial; color: #333333; margin: 0 0 10px; }
h4 { font-size: 1.1em; font: bold 1.1em Arial; color: #333333; margin: 0 0 0px; }


A.menu1:active{color:#535353; font-size: 11px; font-family:verdana; font-weight:bold; text-decoration:none}
A.menu1:visited{color:#535353; font-size: 11px; font-family:verdana; font-weight:bold; text-decoration:none}
A.menu1:link{color:#535353; font-size: 11px; font-family:verdana; font-weight:bold; text-decoration:none}
A.menu1:hover{color:#333333; font-size: 11px; font-family:verdana; font-weight:bold; text-decoration:underline}



.arrowlistmenu{
width: 185px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 11px Verdana;
color: white;
background: black url(images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}


.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 4px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #3B3B3B;
/*background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 0px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #dadada;
font-size: 100%;
font-weight:bold;
}

.arrowlistmenu ul li a:visited{
color: #3B3B3B;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #328bcd;
background-color: #FFFFFF;
}


