
html, body {
	background-image:url("../_images/bg.gif");
	background-repeat:repeat-x;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
}

#page {
	display:block;
	width:1000px;
	margin:0 auto 0 auto;
	text-align:left;
	background-color:#ffffff;
	padding:0px 0px 0px 0px;
}

#page #header {
	display:block;
	width:1000px;
	background-image:url("../_images/bg_top.gif");
	background-repeat:repeat-x;
}

#page #visual {
	display:block;
	width:1000px;
	margin:0px 0px 0px 0px;
	padding:5px 0px 1px 0px;
}

#page #content {
	display:block;
	width:1000px;
}

#page #footer {
	display:block;
	width:1000px;
	height:20px;
	background-image:url("../_images/bg_footer.gif");
	background-repeat:repeat-x;
}

#page #header #logo {
	display:block;
	float:left;
	padding-left:20px;
}

#page #header #lang {
	display:block;
	float:left;
	width:350px;
	height:81px;
	padding-top:8px;
}

#page #header #menu {
	display:block;
	float:left;
	width:400px;
}

#page #header #menu ul {
	list-style:none;
	margin:8px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#page #header #menu li {
	display:block;
	float:left;
}

#page #header #menu li a {
	font-family:Arial, Verdana;
	text-align:center;
	text-decoration:none;
	color:#000000;
	font-size:14px;
}

#page #header #menu li a div {
	padding-top:30px;
}

#page #header #menu a.button_home {
	background-image:url("../_images/mnu_home.gif");
	display:block;
	width:80px;
	height:81px;
}

#page #header #menu a.button_search {
	background-image:url("../_images/mnu_search.gif");
	display:block;
	width:80px;
	height:81px;
}

#page #header #menu a.button_offer {
	background-image:url("../_images/mnu_oferta.gif");
	display:block;
	width:80px;
	height:81px;
}

#page #header #menu a.button_partners {
	background-image:url("../_images/mnu_partnerzy.gif");
	display:block;
	width:80px;
	height:81px;
}

#page #header #menu a.button_contact {
	background-image:url("../_images/mnu_kontakt.gif");
	display:block;
	width:80px;
	height:81px;
}

#page #header #menu a.button_home_active {
	background-image:url("../_images/mnu_home_on.gif");
	display:block;
	width:80px;
	height:81px;
}

#page #header #menu a.button_search_active {
	background-image:url("../_images/mnu_search_on.gif");
	display:block;
	width:80px;
	height:81px;
}

#page #header #menu a.button_offer_active {
	background-image:url("../_images/mnu_oferta_on.gif");
	display:block;
	width:80px;
	height:81px;
}

#page #header #menu a.button_partners_active {
	background-image:url("../_images/mnu_partnerzy_on.gif");
	display:block;
	width:80px;
	height:81px;
}

#page #header #menu a.button_contact_active {
	background-image:url("../_images/mnu_kontakt_over.gif");
	display:block;
	width:80px;
	height:81px;
}

#page #header #menu a.button_home:hover {
	background-image:url("../_images/mnu_home_over.gif");
	display:block;
	width:80px;
	height:81px;
	font-family:Arial, Verdana;
	text-align:center;
}

#page #header #menu a.button_search:hover {
	background-image:url("../_images/mnu_search_over.gif");
	display:block;
	width:80px;
	height:81px;
}

#page #header #menu a.button_offer:hover {
	background-image:url("../_images/mnu_oferta_over.gif");
	display:block;
	width:80px;
	height:81px;
}

#page #header #menu a.button_partners:hover {
	background-image:url("../_images/mnu_partnerzy_over.gif");
	display:block;
	width:80px;
	height:81px;
}

#page #header #menu a.button_contact:hover {
	background-image:url("../_images/mnu_kontakt_over.gif");
	display:block;
	width:80px;
	height:81px;
}

.graypage {
	background-color:#e8e8e8;
	display:block;
	width:705px;
}

.graypage a {
	color:#7d4818;
	text-decoration:none;
}

.graypage a:hover {
	color:#7d4818;
	text-decoration:underline;
}

.graypage div {
	padding:20px 20px 20px 20px;
	font-family:arial;
	font-size:12px;
	line-height:20px;
}

.clear {
	clear:both;
}

.inputfield {
	background-color:#ffffff;
	border:1px solid #b45010;
	height:18px;
	margin-top:5px;
}

.button {
	background-image:url("../_images/bg_login.gif");
	width:54px;
	height:26px;
	margin-top:5px;
	border:0;
	color:#b45010;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Verdana;	
}

.sinput {
	border:0px;
	font-size:14px;
	font-weight:bold;
	width:150px;
	height:22px;
	margin-top:5px;
	color:#555555;
	float:left;
}

.sbutton {
	display:block;
	margin-top:5px;
	border:0px;
	background-color:#d29536;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	height:24px;
	width:60px;
	font-family:Arial, Verdana;
}

form {
	margin:0;
	padding:0;
	display:inline;
}