body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}
body {
	background-color: #1b1b1b;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#page {
	width: 100%;
	height: 525px;
	position: fixed;
	top: 0px;
	left: 0px;
}
#nalepka{
	width: 150px;
	height: 150px;
	position: fixed;
	top: 350px;
	right: 25px;
}
#logo {
	width: 45%;
	position: fixed;
	bottom: 25px;
	left: 25px;
	text-align: left;
	color: #666666;
	float:left;
}
#logo p {
	margin-top: 10px;
}

#menus {
	position: fixed;
	width: 45%;
	bottom: 36px;
	right: 25px;
	text-align: right;
	color: #666666;
	float:left;
}

.yellow {
	color: #ffcc00;
}
a:link {
	text-decoration: none;
	color: #ffcc00;
	font-weight: lighter;
}
a:visited {
	text-decoration: none;
	color: #ffcc00;
	font-weight: lighter;
}
a:hover {
	text-decoration: none;
	color: #ffcc00;
	font-weight: lighter;
}
a:active {
	text-decoration: none;
	color: #ffcc00;
	font-weight: lighter;
}

a.menus-link:link {
	text-decoration: none;
	color: #ffcc00;
	font-weight: lighter;
}
a.menus-link:visited {
	text-decoration: none;
	color: #ffcc00;
	font-weight: lighter;
}
a.menus-link:hover {
	text-decoration: none;
	color: #ffcc00;
	font-weight: lighter;
}
a.menus-link:active {
	text-decoration: none;
	color: #ffcc00;
	font-weight: lighter;
}

