html {
	overflow-y: scroll;
	}

body {
	margin-top: 0;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	background: url("tlo.gif");
	font-family: Arial, sans-serif;
	font-size: 10pt;
	text-align: center;
	
	}

#naglowek {
	width: 740px;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid black;
	background: #d7e1eb;
	}

#menu {
	width: 740px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background: url("tlo_menu.gif");
	}

#menu_boczne_left {
	float: left;
	height: 20px;
	width: 125px;
	text-align: right;
	}

#menu_boczne_right {
	float: left;
	height: 20px;
	width: 126px;
	text-align: right;
	} 

img#jezyk {
	border: 0px solid black;
	margin: 3px 4px 0px 0px;
	} 

#menu_linia {
	float: left;
	height: 20px;
	width: 1px;
	background: #000000;
	}

#menu_przycisk {
	float: left;
	height: 20px;
	width: 80px;
	line-height: 20px;
	color: #ffffff;
	font-weight: bold;	
	}

#okno {
	width: 740px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid black;
	font-weight: normal;
	}

#tresc {
	width: 700px;
	padding: 20px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	} 
	 
#tytul {
	font-weight: bold;
	font-size: 18pt;
	text-align: left;
	color: #cc3300;
	}

#linia {
	height: 1px;
	background: #000000;
	font-size: 0pt;
	}
	
#tekst {
	padding: 30px 0px 30px 0px;
	text-align: justify;
	color: #000000;
	}

#stopka {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	background: url("tlo_stopki.gif");
	font-size: 7pt;
	color: #d7e1eb;
	border-top: 1px solid black;
	}

/* >>>>>>>> LINKI <<<<<<<< */
a:link {
	color: #ffffff;
	text-decoration: none;
	border: 0;
	}

a:visited {
	color: #ffffff;
	text-decoration: none;
	border: 0;
	}

a:hover {
	color: #cc3300;
	text-decoration: none;
	border: 0;
	}

a:active {
	color: #cc3300;
	text-decoration: none;
	border: 0;
	}

a:link#normal {
	color: #000000;
	text-decoration: none;
	border: 0;
	}

a:visited#normal {
	color: #000000;
	text-decoration: none;
	border: 0;
	}

a:hover#normal {
	color: #cc3300;
	text-decoration: underline;
	border: 0;
	}

a:active#normal {
	color: #cc3300;
	text-decoration: underline;
	border: 0;
	} 