html, body  
	{background: lightgrey; 
	 font-family: tahoma, sans-serif;
	 color: black;
	 margin: 0;
	 padding: 0;
	}

#top {
	width: 1000px;
	margin:10px auto 0px auto;
	font-size: 14px;
	}
	
#naglowek	{
	background-color: white;
	background-image: url();
	background-repeat: no-repeat;
	height: 90px;
	color: white;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	box-shadow: 5px 5px 20px #043472;
	
}

#naglowek_f	{
	background-color: white;
	background-image: url();
	background-repeat: no-repeat;
	height: 90px;
	color: white;
	
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	box-shadow: 5px 5px 20px #043472;
}
	
#kontener {
	background:white;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: solid #4682B4;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	box-shadow: 5px 5px 20px #182019;
	
	}
	
#STOPKA {
	clear: both;
	height: 50px;
	width: 998px;
	background-color: #39A8E0;
	color: black;
	font-size: 14px;
	border: solid #4682B4;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	padding-top:3px;
	margin-bottom: 10px;
	box-shadow: 5px 5px 20px #182019;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#STOPKA_F {
	clear: both;
	height: 50px;
	width: 998px;
	background-color: #E00158;
	color: black;
	font-size: 14px;
	border: solid #4682B4;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	padding-top:3px;
	margin-bottom: 10px;
	box-shadow: 5px 5px 20px #182019;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
	
@font-face {
font-family: cinnamon_cake;
src:url(fonts/cinnamon_cake.ttf);
}

div.divfont	{
color: #043472;
font-size: 18px;
}

div.cin {
text-align:center;
font-weight:bold;
font-size: 20px;
font-family: cinnamon_cake;
}

#link-turkus {
color: #39A8E0;
}

#metka1	{

width:170px;
height:170px;
background-color: white;
border:solid 2px white;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
box-shadow: 5px 5px 20px #182019;
margin-bottom:20px;
	}
	
#metka2	{

width:170px;
height:170px;
background-color: white;
border:solid 2px white;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
box-shadow: 5px 5px 20px #182019;
margin-bottom:20px;
	}
	
p.metka1	{
text-align:center;
font-size:16px;
font-weight:bold;
color:#66A73B;"
}

p.metka2	{
text-align:center;
font-size:16px;
font-weight:bold;
color:#39A8E0;"
}

A:LINK {
		text-decoration: none;
		color: #043472;
}

A:VISITED {
		text-decoration: none;
		color: #043472;
}
A:HOVER {
		text-decoration: none;
		color: #BB133E;
}
		
A:ACTIVE {
		text-decoration: none;
		color: #FF0000;
} 

h3 {
color: #043472;

}

.h { display: none }
.v { display: block }