/*		-------------------- STYL GLOBALNY -------------------- */
body{
	background-color: #fff;
	font-family: arial, sans-serif;
	color: #940808;
	font-size: 10pt;
	vertical-align: top;
}
/*		---------------------------- LINKI ------------------- */
 A {
	color: #CE0B0B;
	font-weight: bold;
	text-decoration: none
}
 A.visited {
	color: #CE0B0B;
	font-weight: bold;
	text-decoration: none
}
 .center {
	text-align: center;
}

/*		-------------------- TABELA STRONY -------------------- */

#strona{
	width: 800px;
	text-align: justify;
	border-width: medium;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	
}

#strona_okno{
	width: 760px;
	text-align: justify;
	border-width: medium;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	
}

/*		-------------------- RAMKA W TABELI -------------------- */

#ramka {
	border-color: black;
	border-style: solid;
}

/*		------------------------- MENU ------------------------ */
#menu{
	vertical-align: top;
}

/*		----------------------- JĘZYKI ------------------------ */
#jezyki{
	height: 50px;
	text-align: right;
	vertical-align: top;
	font-size: 8pt;
}

/*		-------------------------- CONTENT -------------------- */
#content {
	vertical-align: top;
	padding: 25px;
	padding-right: 40px;
	text-align: justify;
}

/*		---------------------------- STOPKA ------------------- */
#stopka {
	text-align: center;
	font-size: 8pt;
	color: #000;
}


