body { color: black; font-family:  Verdana, Arial,  Helvetica, sans-serif; font-size: 10px;}

p {}

table {}

a:link { color: black ; text-decoration: none; }

a:visited { color: black ; text-decoration: none; }

a:hover { color: red ; text-decoration: none; }

a:active { color: black ; text-decoration: none; }

table.bottom, table.bottom2 {
	background: url('../images-home/bg-unten.jpg') left top repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 100%;
	height: 200px;
	padding: 0px;
	margin: 0px;
}
table.bottom2 {
	background: url('../images-home/bg-untenSwieta.jpg') left top repeat-x;
}
td.bottom_gosci {
padding: 18px 0px 10px 0px;
	font-weight: bold;
	color: #0000A6;
	height: 30px;
}

p.kartki_info {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	.kartki_info a {
		font-weight: bold;
	}

	
		
#slideshow {
	position:relative;
	height:100px;
	vertical-align: center;
	text-align: center;
}
 
#slideshow DIV {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	height: 100px;
	background: #eeeeee;
	width: 100%;
	
}
 
#slideshow DIV.active {
	z-index:10;
	opacity:1.0;
}
 
#slideshow DIV.last-active {
	z-index:9;
}
 
