 A:visited	{
color: #549981;
text-decoration: none;
}
 
 A:hover	{
color: #7bb9a3;
text-decoration: none;
}
	
A:link	{
color: #549981;
text-decoration: none;
}

 BODY
    {
	margin-top: 0px;
	font-family : Verdana, Arial, sans-serif;
	width: 950px;
	color: #549981;
	background-color: #f7faf0;
	font-size : 12px;
	line-height: 20px;
	margin-top: 22px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
    } 
	
	.content {
	clear: both;
	width: 950px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
	
	.top {
	width: 950px;
	height: 110px;
	background-color: #d5edb3;
	font-weight: bold;
	text-align: left;
	font-size : 30px;
	line-height: 40px;
	}
	
	.top_napis {
	float: left;
	margin-top: 60px;
	margin-left: 20px;
	}
	
	.logo {
	float: left;
	margin-top: 25px;
	margin-left: 20px;
	}
	
	.menu {
	width: 910px;
	color: #ffffff;
	background-color: #99cc66;
	font-weight: bold;
	font-size : 14px;
	line-height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	}
	
	.menu A {
	color: #ffffff;
	}
	
	.menu A:link {
	color: #ffffff;
	}
	
	.menu A:hover	{
	color: #ffffff;
	}
	
	.line {
	text-align: left;
	background-image: url("mm_spacer.gif");
	background-repeat: repeat-x;
	width: 910px;
	height: 2px;
	}
	
	.line1 {
	text-align: left;
	background-image: url("mm_dashed_line.gif");
	background-repeat: repeat-x;
	width: 910px;
	height: 2px;
	}
	
	.all {
	text-align: left;
	margin-top:10px;
	font-size : 12px;
	}
	
	.logo2 {
	margin-left:10px;
	text-align: left;
	}
	
	.footer{
	font-size : 10px;
	margin-left:10px;
	text-align: left;
	}
	
@media (max-width: 600px){

body, .content, .menu{
width: 100%;
text-align: center;
}
.line, .line1{
display: none;
}
.top{
width: 100%;
height: auto;
text-align: center;
}
.logo a img{
height: 40px;
}
.logo{
clear: both;
margin-top: 0px;
margin-left: 0px;
float: none;
}
.top_napis{
clear: both;
margin-top: 0px;
float: none;
}
.all{
text-align: center;
}
.logo2{
text-align: center;
}
.menu{
padding: 0px;
}
}