body {
  width: 999px; 
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: auto;
	text-align: center;
	font-size: 12px;
	background-image: url(/images/pozadie.jpg);
	background-position: center top;
	background-repeat: repeat;
}

img {
	border: none;
}


#logo {
	margin-top: 2px;
	width: 999px;
	text-align: left;
}
#logo img {
	margin-left: 2px;
}

a, a:link, a:visited, a:active {
	color: #55a1f5;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #0B4783;
	text-decoration: underline;
}

#meniny {
	margin: auto;
  margin-top: 2px;
	width: 999px;
	text-align: left;
}

#menu_horne {
	width: 100%;
	padding: 0px;
  margin-top: -3px;
}


#footer {
  clear: left;
  padding: 2px 0;
	height: 30px;
	text-align: center;
	background-image: url(/images/bottom_bg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 11px;
}

#footer a{
color: #FFFF80;
}


input {
	background-color: #FFFFFF;
	border: 1px ridge #0B4783;
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica;
}
textarea {
	background-color: #FFFFFF;
	border: 1px ridge #0B4783;
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica;
}
select {
	background-color: #FFFFFF;
	border: 1px ridge #0B4783;
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica;
}
