body{
	background-color:#FFF;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
#all{
	background-color:#59A6CC;
	background-image:url(images/tlo.jpg);
	background-repeat:repeat-y;
	width:900px;
	height:100%;
	margin:0 auto 0 auto;
	overflow:hidden;
}
#top{
	background-image:url(images/zdrowie_logo.jpg);
	height:60px;
	min-height:60px;
	background-repeat:no-repeat;
	width:900px;
}
#header{
	width:898px;
	border: 1px solid #000;
	background-color:#405966;
	height:80px;
	min-height:80px;
}
#menu{
	float:left;
	width:213px;
	height:100%;
	max-width:220px;
	background-color:#59A6CC;
	background-repeat:no-repeat;
	background-position:top;
}
#content{
	float:left;
	width:667px;
	height:100%;
	padding:0 10px;
	font-size:13px;
	text-align:justify;

}
#middle{
	background-color:#59A6CC;
	width:900px;
	height:100%;
}
#footer{
	width:900px;
	background-color:#405966;
	min-height:15px;
	margin:0 auto;
	border-top: 1px solid #000;
	font-size:9px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;

}
#sitemap{
	width:100%;
	text-align:center;
	background-color:#0D0D0D;
	margin-top:50px;
	font-size:10px;
}

h1{
	color:#FFF;
	text-align:center;

}
h2{
	border-bottom: 1px solid #000;
}
h3{
	border-bottom: 1px solid #000;
}
ul.menu{
	color:#FFF;
	font-size:11px;
	margin: 25px 0 0 0;
	padding:0 0 10px 0;
	text-align:center;
}

li.menu{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-bottom:4px;
	padding-top:4px;
	border-bottom: 1px solid #FFF;
}
li.menutop{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-bottom:4px;
	padding-top:4px;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
}
li.menu:hover,li.menutop:hover{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	background-color:#405966;
}

p.footer{
	display: inline;
	padding-right: 8px;
	margin-top: 0px;
}


span.right{
	float:right;
	padding: 0 0 0 10px;
}
img.right{
	float:right;
	padding: 0 0 0 10px;
}
img.banner{
	border: none;
}
a.menu, a.menu:visited, a.header, a.header:visited{
	text-decoration:none;
	color:#FFF;	
}
a.menu:hover,a.header:hover{
	text-decoration:none;
	color:#FFF;	
}
a,a:visited{
	text-decoration:none;
	color:#0D0D0D;
}
a:hover{
	text-decoration:underline;
	color:#FFF;
}


