body {
	background: #FAECCF;
	margin: 0px;
	padding: 0px;
	color: #555553;
	font-family: Tahoma, Arial;
	font-size: 12px;
	overflow-y: scroll;
}

a, a:active, a:visited {
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

input {
	border: 1px solid #DCDCDC;
	background: #ffffff;
	font-family: Tahoma, Arial;
	font-size: 12px;
}

textarea {
	border: 1px solid #DCDCDC;
	background: #ffffff;
	font-family: Tahoma, Arial;
	font-size: 12px;
	overflow: auto;
}

.visited {
	-moz-opacity:.60;
	opacity:.60;
	FILTER: alpha(Opacity=99,FinishOpacity=60,style=1,StartX=0,FinishX=2,StartY=0,FinishY=2);
	float: center; 
	border: 0px;
	position: relative;
}
.notvisited {
	-moz-opacity:.99;
	opacity:.99;
	FILTER: alpha(Opacity=99,FinishOpacity=99,style=1,StartX=0,FinishX=2,StartY=0,FinishY=2);
	float: center; 
	border: 0px;
	position: relative;
}

table, td, a, a:hover, a:visited, a:active {
	color: #555553;
	font-family: Tahoma, Arial;
	font-size: 12px;
}

a img {
	border: 1px solid #3675D6;
}

div.content {
	width: 100%;
	height: 100%;
	background: #FFFF00 /* url('../img/tlo.jpg') */;
        color: #000000;
}

div.menu, div.menu a, div.menu a:hover, div.menu a:active, div.menu a:visited {
	width: 180px;
	border-bottom: 1px solid gray;
	background: url('../img/dot.gif') 0px 5px no-repeat #FFFF00 /* #E8FEFC */;
	text-transform: uppercase;
	color: #3675D4;
	font-size: 11px;
	font-family: Georgia, Times New Roman, Times New Roman;
	padding: 5px 5px 5px 10px;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
}

div.menu_sel, div.menu_sel a, div.menu_sel a:hover, div.menu_sel a:active, div.menu_sel a:visited {
	width: 180px;
	border-bottom: 1px solid gray;
	background: url('../img/dot.gif') 0px 5px no-repeat #f1f1E9;
	text-transform: uppercase;
	color: #3675D4;
	font-size: 11px;
	font-family: Georgia, Times New Roman, Times New Roman;
	padding: 5px 5px 5px 10px;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
}

div.lista {
	width: 98%;
	margin-top: 10px;
	text-align: left;
}

div.lista img {
	border: 1px solid #3675D6;
}

div.lista a, div.lista a:hover, div.lista a:active, div.lista a:visited {
	color: #555553;
	font-family: Tahoma, Arial;
	font-size: 11px;
}

.lista_nazwa {
	color: #3675D6;
	font-family: Tahoma, Arial;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
}

a.lista_nazwa , a:hover.lista_nazwa,  a:active.lista_nazwa, a:visited.lista_nazwa {
	color: #3675D6;
	font-family: Tahoma, Arial;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
}

div.shoutbox1{
	height: 172px;
	width: 260px;
	background: url('../img/sb_corner1.jpg') top left no-repeat #FFFF00 /* #E8FEFC */;
	color: #000000;
	font-family: Tahoma, Arial;
	font-size: 10px;
	cursor: hand;
	cursor: pointer;
}

div.shoutbox1 table td {
	color: #000000;
	font-family: Tahoma, Arial;
	font-size: 10px;
}

span.sb1_title {
	color: #3675D6;
	font-weight: bold;
	font-size: 10px;
}

div.shoutbox2{
	height: 172px;
	width: 260px;
	background: url('../img/sb_corner2.jpg') top left no-repeat #FFFF00 /* #E8FEFC */;
	color: #555553;
	font-family: Tahoma, Arial;
	font-size: 10px;
	cursor: hand;
	cursor: pointer;
}

div.shoutbox2 table td {
	color: #000000;
	font-family: Tahoma, Arial;
	font-size: 10px;
}

span.sb2_title {
	color: #BCCA41;
	font-weight: bold;
	font-size: 10px;
}

div.shoutbox3{
	height: 172px;
	width: 260px;
	background: url('../img/sb_corner3.jpg') top left no-repeat #FFFF00 /* #E8FEFC */;
	color: #555553;
	font-family: Tahoma, Arial;
	font-size: 10px;
	cursor: hand;
	cursor: pointer;
}

div.shoutbox3 table td {
	color: #000000;
	font-family: Tahoma, Arial;
	font-size: 10px;
}

span.sb3_title {
	color: #FE6104;
	font-weight: bold;
	font-size: 10px;
}