body, html {
	margin: 0px;
	padding: 0px;
	border: 0px;

	font-family: 'Tahoma';
	font-size: 12px;
	color: #01498c;
	
	background-color: #fff;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#gora {
	width: 100%;
	text-align: center;
}

#gorne_menu {
	width: 100%;
	color: #b7904e;
	text-align: center;
}

#gorne_menu div {
	text-align: center;
}

#gorne_menu a {
	color: #b7904e;
	font-weight: bold;
}

.belka {
	width: 100%;
	color: #fff;
	background-color: #b7904e;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

.text {
	width: 100%;
}

#stopka {
	width: 100%;
}

hr {
	color: #b7904e;
	border: 1px solid #b7904e;
}