body{
	margin-top: 0px;
	background: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
.logo{ 
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	height: 100%;
	border: 0px solid;
}
.menu{ 
	background: #F7F6F2;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	height: 100%;
	border: 1px solid;
	border-color: #B5B7A2;
}
.tresc{ 
	background: #F7F6F2;
	margin-left: auto;
	margin-right: auto;
	width: 570px;
	height: 100%;
	border: 1px solid;
	border-color: #B5B7A2;
}
.stopka{ 
	background: #F7F6F2;
	background-image: url(images/back_stopka.jpg);
	background-repeat: repeat-x;
	width: 770px;
	height: 26px;
	border: 1px solid;
	border-color: #B5B7A2;
}

input {
	background-color: #FFFFFF;
	outline-width: 1px;
	outline-style: solid;
}

.stopka_czc {
	color: #7A7A6E;
	font-size: 10px;
	font-family: Verdana, Tahoma;
	font-variant: small-caps;
}

.tekst {
	color: #7A7A6E;
	font-size: 12px;
	font-family: Verdana, Tahoma;
}

.link			{ font-size : 12px; color : #07B7B6F }
a.link			{ text-decoration: none; color : #7B7B6F; }
a.link:hover	{ text-decoration: underline; color : #000000; }
