/* CSS Document */

body {

font-size: 11px;
/* font-family: arial, helvetica, sans-serif; */
color: #000000;

font-family: Verdana,  Geneva,  sans-serif; /* Fonts from this list are tried in order */
	color:#000000; /* default font color is very dark grey */
	background: #FFF url(../images/bg.jpg) repeat-y top; 
} 

.tekst {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	color: #333333;
	background: #ffffff;
	padding-top: 10px;
	}
.menu a {
color: #ffffff;
font-family:  Helvetica, Sans Serif;
font-size: 11px;
padding-left: 23px;
background-image:  url(../images/bg_menu.gif); 
background-repeat: no-repeat;
text-decoration: none;

}

.menu a:hover {
text-decoration: underline;
background-image:  url(../images/bg_menu.gif); 

}
.naglowek {
color: #cc0000;
font-family:  Helvetica, Sans Serif;
font-size: 12px;
border-bottom: 1px #cccccc solid;
}

.logowanie {
background-image:  url(../images/logowanie.jpg); 
background-repeat: no-repeat;
font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #333333;
}
ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image:  url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 0px 2px;
}
.stopka {
border-top: 1px solid #cccccc;
color: #333333;
font-family:  Helvetica, Sans Serif;
font-size: 11px;
}

a {

color: #cc0000;

}
.stopka a {
border-top: 1px solid #cccccc;
color: #cc0000;
font-family:  Helvetica, Sans Serif;
font-size: 11px;

/*background-image:  url(../images/stopka.gif);
background-repeat: no-repeat;
*/
}

/*
.border {
border-left: 1px solid #cc0000;
border-right: 1px solid #cc0000;
}

*/