body {
	background-color: #FFCC5B;
	font-family: tahoma;
	margin: 0px;
	font-size: 12px;
}


.menu a {
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	padding-left: 10px;
	margin-right: 10px;
	color: black;
}

.menu a:hover {
	color: #DB9803;
}

.menu td {
	background-color:white;
	background:url('../images/menu_bg.jpg');
	height: 160px;
	width: 127px;
	padding: 0px;
	margin:0px;
}

.td_logo {
	background-color:white;
	background:url('../images/logo.jpg');
	height: 91px;
	padding: 0px;
	margin:0px;
}

h1 {
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	color: #006848;
}
h2 {
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #DB9803;
}
.nadpis {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #DB9803;
}

.images {
	border:1px #006848 solid;
}

td {
	background: transparent;
	font-family: tahoma;
	font-size: 12px;
}

ul {
	list-style: url('../images/ico.gif') none;
}

li {
	margin-bottom: 5px;
}

a {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: black;
}

a:hover {
	color: #DB9803;
}


