@charset "windows-1250";
html, body {
	background-color: #0c86db;
	color: white;
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 10pt;
}

#logo_przedszkole {
	position:absolute;
	top: 0;
	margin-left: 10%;
	z-index: 2;
}

#top {
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	z-index: 1; 
}

#menu {
	margin-top: 0px;
	margin-left: 0;
	margin-right: 0;
	width: 800px;
	height: 23px;
	text-align: center;
	color:#0066cc;
	background-color: white;
	
}
#menu a, a:hover, a:visited{text-decoration:none;color:#0066cc;}
p a, a:hover, a:visited{text-decoration:none;color:#0066cc;}
#menusrodek {
	height: 7px;
	width: 800px;
	margin-top: 40px;
	background-color: white;
	margin-left: 0;
	margin-right: 0;
	
}


#tekst {
	width: 600px;
	margin-top: 55px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	text-align: justify;
}

#obrazek {
	margin-top: 20px;
	float: right;
	margin-right: 0;
	background: url(dzieci.png);
	z-index: 2;
}

#adres_przedszkole {
	margin-top: 100px;
	margin-left: 130px;
	float: left;
	width: 150px;
	height: 130px;
}
#clear { 
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

.fotka {
	width: 100%;
	height: 100%;
	border: none;
}

#stopka {
	width: 100%;
	text-align: center;
}

#stopka a:link {
	color: white;
	text-decoration: none;
}

#stopka a:visited {
	color: white;
	text-decoration: none;
}

#stopka a:hover {
	color: white;
	text-decoration: none;
}

#linia {
	background-color: white;
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 1px;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #00ccff;
}

a:hover {
	color: #99ccff;
	text-decoration: underline;
}
 
