/*-----------------------------------------
	projekt: Rolux
	plik: 'main.css'
	data utw.: 2006.01.09  10.51
	data ost. modyf.:
	autor: Tomasz Ryczanik
  -----------------------------------------*/



/* OGOLNE */
a, body, td {
	font: 12px "arial ce", arial, Verdana, geneva ce, geneva, Helvetica, sans-serif;
	color: #1B1C7C;
	background-color: transparent;
}


/* BODY */
body {
	margin: 0px;
	margin-top: 28px;
	margin-bottom: 5px;
	padding: 0px;
	background-color: #D4DBFF;
}


/* TD */
td {
	font-weight: normal;
}

 .head_bg {
	color: #FFFFFF;
	background-image: url(../gfx/head_bg.png);
	background-repeat: repeat;
	vertical-align: middle;
}

 .blue {
	color: #FFFFFF;
	background-color: #292B8D; /* #7F81C7; */
}

 .menu_bg {
	background-image: url(../gfx/menu_bg.png);
	background-repeat: repeat-y;
	background-position: 100% 0%;
	color: #FFD800;
	font-weight: bold;
}

 .tytul {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #292B8D;
}

 .tresc {
	text-align: justify;
}

 .table1 {
  vertical-align: top;
  padding: 2px;
  background-color: #E5E9FF;
}

 .table2 {
  vertical-align: top;
  padding: 2px;
}

/* A */
a {
	text-decoration: none;
	color: #292B8D;
	background-color: transparent;
}

a:hover {
	color: #000000;
	background-color: transparent;

}

 .menu_link {
	color: #ffffff; /* #D4DBFF; */
	font-size: 12px;
	font-weight: bold;
	/* font-variant: small-caps; */
}
 .menu_link:hover {
	color: #FFD800;
	background-color: transparent;
}

 .top_link {
	color: #C6352F;
	font-weight: bold;
}



/* IMG */
img {
	border: 0px;
}

 .head_img {
	border: solid 1px;
	border-color: #292B8D;
}

 .page_img {
	border: solid 1px;
	border-color: #292B8D;
}
