body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial;
	font-size: 12px;
}
td {
	font-family: verdana, arial;
	font-size: 12px;
	color: #000000;
}
.menu {
	color: #ED1E26;
	text-decoration: none;
	font-weight: bold;
	background-image: url(img/menu_czerwone.gif);
	background-repeat: no-repeat;
	font-size: 11px;
}
.menu:hover {
	color: #636466;
	text-decoration: none;
	background-image: url(img/menu_szare.gif);
	background-repeat: no-repeat;
}
.menuselected {
	color: #636466;
	text-decoration: none;
	background-image: url(img/menu_szare.gif);
}
.menugora {
	font-size: 10px;
	color: #ED1E26;
	text-decoration: none;
}
.menugora:hover {
	color: #636466;
	text-decoration: none;
}
.br {
	font-size: 3px;
}
.czerwonylink {
	color: #ED1E26;
	text-decoration: none;
}
.czerwonylink:hover {
	color: #636466;
	text-decoration: none;
}
a {
	color: #ED1E26;
	text-decoration: none;
}
a:hover {
	color: #636466;
	text-decoration: none;
}
.szarylink {
	color: #636466;
	text-decoration: none;
}
.szarylink:hover {
	color: #ED1E26;
	text-decoration: none;
}
.stopka {
	font-size: 10px;
	color: #ED1E26;
}
.stopka:hover {
	color: #636466;
}
.tytul {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #FC0000;
}
.button {
	color: #4D4D4D;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	background-color: #E8E8E8;
	border: 1px solid #FC0000;
}
input {
	color: #4D4D4D;
	font-family: verdana;
	font-size: 10px;
	background-color: #E8E8E8;
	border: 1px solid #FC0000;
}
select {
	color: #4D4D4D;
	font-family: verdana;
	font-size: 10px;
	background-color: #E8E8E8;
	border: 1px solid #FC0000;
}
textarea {
	color: #4D4D4D;
	font-family: verdana;
	font-size: 10px;
	background-color: #E8E8E8;
	border: 1px solid #FC0000;
}
.flashnaglowek {
	border-bottom: 1px solid #FC0000;
	width: 778px;
	height: 94px;
}

.tabledane {
	border-left: 1px solid #636466;
	border-top: 1px solid #636466;
}
.tdtytul {
	background-color: #ED1E26;
	text-align: center;
	color: #FFFFFF;
	border-bottom: 1px dashed #636466;
	border-right: 1px dashed #636466;
}
.tddane {
	border-bottom: 1px dashed #636466;
	border-right: 1px dashed #636466;
	height: 30px;
}
.tdnaglowek {
	background-image: url(img/naglowek_tlo.gif);
	background-repeat: no-repeat;
	text-align: right;
	width: 560px;
	height: 60px;
}
.tdlogo {
	width: 220px;
	height: 60px;
}
.tdmenu {
	width: 208px;
	height: 18px;
	background-image: url(img/menu_czerwone.gif);
}
.tdtresc {
	width: 555px;
}
.tablestopka {
	width: 780px;
}
.tdmenugora {
	font-size: 10px;
	color: #ED1E26;
}
.tduserinfo {
	text-align: right;
	font-size: 10px;
}

.popup {
	filter:alpha(opacity=80); 
	opacity:0.8; 
	-moz-opacity:0.8; 
	background-color:#000000;
	display:block;
	position:absolute;
	color: #FFFFFF;
	width:400px;
	height:100px;
	left:0px;
	top:0px;
	border:1px solid #ED1E26;
}