@charset "UTF-8";
/* CSS Document */
BODY {
	margin: 0 0 0 0;
	scrollbar-x: none;
	overflow-x: hidden;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #343434;
}

.stopka {
	background-image:url(img/stopka.jpg);
	height: 160px;
	width: 100%;
	padding: 20 0 0 20;
}

a {
	color: #343434;
	text-decoration: none;
}
a:hover {
	color: #6C3;
	text-decoration: underline;
}

.logo { 
	margin-right: 30px;
	float: right;
}