@charset "utf-8";
/* CSS Document */

body {
	background-color: #716F61;
	color: #d7d5c7;
}
a img {
	border: none;
}
ul.menu, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu {
	text-align: center;
}

ul.menu li {
	display: inline;
	white-space: nowrap;
	margin-right: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #716f61;
}

ul.menu a:link, ul a:visited {
	text-decoration: none;
	background-color: #B9B7A3;
	color: #716f61;
	padding-top: 2px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 2px;
}

ul.menu a:hover {
	background-color: #d7d5c7;
}
input.btn {
/*	background-color: #B9B7A3;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #716f61;
}
.obaba_link img {
	border: none;
}
.jednaKolumna {
	width: 80%;  
	font-size: 10pt;
	margin:  auto; 
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif;
}
.fancyTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #716f61;
}

A:link {color: #fff;}
A:visited {text-decoration: none; color: #716f61; }
A:active {text-decoration: none; color: #716f61; }
A:hover {text-decoration: underline; background-color: #B9B7A3; color: #716f61; }
