html, body {
	background-image: url(tlo.jpg);
	background-attachment: fixed;
    background-repeat: repeat;
	background-position: center;
	background-color: #C0C0C0;
	color: #FFFFFF; 
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-weight:bold;
	font-size:16px;
	}

h1 {font-size:18px;}
h1.tresc {font-weight:bold; font-size:14px;}

a:link, a:visited, a:hover, a:active {color:#FFFFFF;text-decoration:underline;font-weight:bold;}
a.tresc:link, a.tresc:visited, a.tresc:hover, a.tresc:active {color:#000066;text-decoration:underline;font-weight:bold;}
a.trescnw:link, a.trescnw:visited, a.trescnw:hover, a.trescnw:active {color:#000066;text-decoration:none;font-weight:bold;}
a.stopka:link, a.stopka:visited, a.stopka:hover, a.stopka:active {font-size:10px;color:#FFFFFF;text-decoration:none;font-weight:bold;}

ul.tresc {font-weight:bold;
	font-size:12px;}
li.tresc {font-weight:bold;
	font-size:12px;}
p.tresc {font-weight:bold;
	font-size:12px;}

#content {width:760px;

	border: 3px solid #28e;
	cellspacing:0px;
	align:center;
/*	background-color: #CEDFEF;*/
	background-image:url(tlo01.jpg);
	background-attachment: relative;
    background-repeat: no-repeat;
	background-position: right bottom;
	font-size:14px;
	}

#menu {width:200px;
	margin:5;
	border:0px;
	cellspacing:0px;
	align:center;
/*	background-color: #66FFCC;*/
	}

#promo {width:160px;
	margin:5;
	border:0px;
	cellspacing:0px;
	align:center;
/*	background-color: #66FFCC;*/
	}

#zawartosc {
	text-align: left;
	width:520;
	margin:5 15 15 15;
	border: 3px /*double #28e*/;
	cellspacing:0px;
	align:center;
/*	background-color: #E1E1E1;*/
	color: #000066;
	}

#stopka {
	margin: 5px 0 0 0;
/*	height: 100%;*/
	border:0px;
	cellspacing:0px;
	align:center;
	background-color: #3300CC;
	color: #000066;
	}


/* poczatek CSS menu */
dl, dt, dd {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

dl {
	width: 200px;
	padding: 1px 2px;
	background-color: #9ce;
	border: 3px double #28e;
}

dt {
	padding: 7px 15px;
	font-weight: bold;
	font-size: larger;
	background-color: #25b;
	color: #9ce;
	text-align: right;
	border-right: 20px solid #26d;
	margin-top: 1px;
}

dd {
	border-top: 1px solid #9ce;
}

dl a:link, dl a:visited {
	display: block;
	width: 176px;
	text-decoration: none;
	padding: 7px;
	font-weight: bold;
	background-color: #27c;
	color: #def;
	border-left: 10px solid #25b;
}

dl a:hover {
	width: 166px;
	background-color: #28e;
	color: #fff;
	border-left: 20px solid #26d;
}
/* koniec CSS menu */
