table, p, body {
    margin-top: 0;
    margin-left: 15;
    margin-right: 15;
    margin-bottom: 15;
    background-color: white;
    font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: black;
}

h2
{
	font-size: 18px;
}

p.text
{
	text-align: justify;
	color: #292929;
}

table.floating
{
	width: 200px;
	margin-right: 0px;
	border: 0px;
	
}

td.rightpane
{
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}

li{
	list-style: square;
}

td.floating_head
{
	background-color: #BDB76B;
	padding: 5px 5px 5px 5px;
   font-weight: bold;
}

td.floating_content
{
	background-color: #E2DEB2;
	padding: 5px 5px 5px 5px;
	text-align: justify;
}

td.mainpane
{
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-style: dotted;
	padding-left: 10px;
	padding-right: 10px;	
}

td.menu
{
	text-align:center;
/*	background: #101D3D; *//* granatowy */
	background: #CA1A02;
	color: white;
	font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif;	
}

td.kropki
{
	background-image: url(./img/kropki.jpg);
	background-repeat: repeat;
}

a{
	color: white;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
/* 	color: #CA1A02 */
color: #101D3D;
}

a.news{
	color: #FF8C00;
	text-decoration: none;
	font-weight: bold;
}
a.news:hover{
	color: #D07300;
	text-decoration: underline;	
}

a.text_link{
	color: #FF8C00;
	text-decoration: none;
	font-weight: bold;
}
a.text_link:hover{
	color: #D07300;
	text-decoration: underline;	
}


a.table_link{
	color: #FF8C00;
	text-decoration: none;
	font-weight: bold;
}
a.table_link:hover{
	color: #D07300;
	text-decoration: underline;	
}


a.stopkalink
{
	color: #101D3D;
	text-decoration: none;
}

a.stopkalink:hover
{
	color: #CA1A02;
}

.smPicBorder {
	margin-right: 8px;
	border: 1px solid #999999;
}

.smPicBorderOn {
	margin-right: 8px;
	border: 1px solid #FF6600;
}




