html, body, table.body {
	margin: 0;
  width: 100%;
  height: 100%;
}

body {
  background-image: url(../images/back.jpg);
  /*
  	scrollbar-arrow-color:#333333; 
   	scrollbar-track-color:#ffffff; 
   	scrollbar-face-color: #ffffff; 
   	scrollbar-highlight-color:#333333; 
   	scrollbar-3dlight-color:#ffffff; 
   	scrollbar-darkshadow-color:#ffffff; 
   	scrollbar-shadow-color:#333333;
*/
}

a:link    { color: #0B55C4; text-decoration: none; }
a:visited { color: #0B55C4; text-decoration: none; }
a:hover   { text-decoration: underline; }

#container {
	background-color: #ffffff;
	width: 980px;
	height: 550px;
	margin: auto;
	position: relative;
}

td {
 align: center;
}

img {
 border: 0;
}

#menu {
  position: absolute;
	width: 240px;
	height: 500px;
	vertical-align: text-top;
}

#menu_hr {
  position: absolute;
	width: 5px;
	height: 480px;
	border: 1px solid #ccc;
	border-width: 0 1px 0 0; 
	vertical-align: text-top;
	top: 40px;
	left: 220px;
}

#menu_img_1, #menu_img_2, #menu_img_3, #menu_img_4, #menu_img_5, #menu_img_6, #menu_img_7, #menu_img_8 {
  margin: 0px 0px 10px 0px;
	background-repeat: no-repeat; 
	background-position: 20px; 	
	background-image:url("../images/menu_item.jpg");
}

#menu_img_1 a, #menu_img_2 a, #menu_img_3 a, #menu_img_4 a, #menu_img_5 a, #menu_img_6 a, #menu_img_7 a, #menu_img_8 a {
  margin: 0px 0px 0px 25px;
  color: #333;
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
}

#menu_img_1 a:hover, #menu_img_2 a:hover, #menu_img_3 a:hover, #menu_img_4 a:hover, #menu_img_5 a:hover, #menu_img_6 a:hover, #menu_img_7 a:hover, #menu_img_8 a:hover {
  left: 20px;
  color: #000;
  text-decoration: 	underline;
}

#text {
	position: absolute;
	width: 730px;
	height: 470px;
	padding-right: 10px;
	left: 240px;
	top: 35px;
	overflow: auto;
	Font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

#text h1 {
  color: #333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#adres {
  position: absolute;
  left: 20px;
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  bottom: 0px;
  vertical-align: text-bottom;
}

#adres a {
  color: #333;
  text-decoration: none;
}

#adres a:hover {
  color: #000;
 text-decoration: underline;
}

#bottom{
  position: absolute;
  width: 980px;     
  bottom: 0px; 
}

#top{
  position: absolute;     
  text-align: right;
  right: 0px;
  width: 970px;
	height: 45px; 
  background-repeat: no-repeat; 
	background-position: 0px -10px; 	
	background-image:url("../images/top.jpg");
}

#top p {
  margin: 10px 15px 10px 0px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #333;
}


#top a {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #333;
}

#top a:hover{
  text-decoration: underline;`
  color: #000;
{
