@charset "utf-8";
/* CSS Document */

body {
	background-size: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: 'Patrick Hand',  sans-serif;
	font-size:16px;
}

#top {
	width: 960px;
	margin:0 auto;
    height: 100%;
	overflow: hidden;
}

#logo3D {
	margin-top:10px;
	margin-bottom:10px;
	background:url(obrazki/logo3d.png);
	width: 424px;
	height: 123px;
}

#menu-top {
	background:url(obrazki/menu-top.png);
	width:948px;
	height:36px;
}

#menu {
	background:url(obrazki/menu-tlo.png);
	width: 190px;
	height: 241px;
	float:left;
	margin-top: 10px;
}

#baner {
	background:url(banner/content/images/baner-wodny.png);
	width: 746px;
	height: 241px;
	float:right;
	margin-top: 10px;
	margin-right: 12px;
}

#info {
	background:url(obrazki/info-tlo.png);
	margin-top:10px;
	width: 190px;
	height: 401px;
	float: left;
}

#kontakt {
	background:url(obrazki/kontakt-tlo.png);
	width: 190px;
	height: 197px;
	float: left;
	margin-top: 10px;
}

#main {
	margin: 0px;
	padding: 0px;
	background:url(obrazki/biale-tlo.png) no-repeat;
	width: 746px;
	min-height: 607px;
	float:right;
	margin-top: 10px;
	margin-right: 12px;
	border-radius: 4px;
}

.main_tekst {
	color: #4e575e;
	margin: 10px;	
}

#puzzelek {
	z-index: 11;
	position:relative;
	clear:both;
	background:url(obrazki/puzzle-dol.png);
	width: 478px;
	height: 296px;
	bottom: 278px;
	margin-left:570px;

}

#kontener {
	position: relative;
	width:100%; 
	overflow: hidden;  
	z-index: 10;
}

#stopka {
	font-size:13px;
	margin-top:30px;
	height:140px;
}

#stopka_ue {
	border-top: 1px #CCCCCC solid;
	background:url(obrazki/ue.jpg) no-repeat center;
	margin-top: 10px;
	width: 960px;
	height: 159px;
}

.przycisk {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color:#FFF;
}


.przycisk1 {
	background:url(obrazki/przycisk1-off.png);
	width: 180px;
	height: 36px;
	line-height: 36px;
	display: block;
	float:left;
	text-align:center;
	font-size: 18px;
	color:#FFF;
	font-weight: bold;
}

.przycisk2 {
	background:url(obrazki/przycisk2-off.png);
	width: 180px;
	height: 36px;
	line-height: 36px;
	display: block;
	float:left;
	text-align:center;
	font-size: 18px;
	color:#FFF;
	font-weight: bold;
}

.przycisk3 {
	background:url(obrazki/przycisk3-off.png);
	width: 228px;
	height: 36px;
	line-height: 36px;
	display: block;
	float:left;
	text-align:center;
	font-size: 18px;
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
}

.przycisk1:hover {
	background:url(obrazki/przycisk1-on.png);
}

.przycisk2:hover {
	background:url(obrazki/przycisk2-on.png);
}

.przycisk3:hover {
	background:url(obrazki/przycisk3-on.png);
}
.naglowek {
	color:#FFF;
	font-weight: bold;
	line-height: 36px;
	font-size: 16px;
	margin-left:10px;
}

.tytul {
	color:#0576b0;
	font-weight: bold;
	line-height: 36px;
	font-size: 16px;
	margin-left:10px;
}


.kontakt_tresc {
	margin-left:10px;
	margin-top: 5px;
	color:#FFF;
	font-size: 13px;
}
.link-bialy {
	text-decoration: none;
	color:#FFF;
}

.link-bialy:hover {
	text-decoration: underline;
	color:#bb2023;
}

.link-tekst {
	color: #4e575e;
	text-decoration: none;
}
.link-tekst:hover {
	text-decoration:underline;
}

.ramka-img-info {
	border: 2px #d00020 solid;
	border-radius: 3px;
}

.info_tresc {
	font-size: 13px;
	color:#FFF;
	margin:8px;
	margin-top:10px;
	text-align:center;
	display:block;
}

.produkt {
	background:url(obrazki/punkt.png) no-repeat left center ;
	padding-left: 16px;
	width:155px;
	margin: 5px;
	border-bottom: 2px #FFFFFF dotted;
	font-size: 14px;
	color: #FFF;
	line-height:24 px;
	display:block;
}
.produkt:hover {
	background:url(obrazki/punkt-red.png) no-repeat left center ;
	border-bottom: 2px #FF0000 dotted;
	margin-left:15px;
	
}

.linki {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color:#FFF;
}

.linki:hover {
	color: #F00;
}

td {
	border: 1px #CCCCCC solid;
	vertical-align:middle;

}