BODY {	text-align: left;
	font-family: Trebuchet MS, Arial;
	font-size: 80%;
	background: #FFFFFF;
	background-image: url('bg-body.gif');
	background-repeat: no-repeat;
	margin: 0; 
}

A:link {COLOR: #e00000; FONT-WEIGHT: bold; TEXT-DECORATION: underline;}
A:visited {COLOR: #e00000; FONT-WEIGHT: bold; TEXT-DECORATION: underline;}
A:hover {COLOR: #FFFFFF; FONT-SIZE: 100%; FONT-WEIGHT: none; TEXT-DECORATION: underline;}
A:active {FONT-WEIGHT: none; TEXT-DECORATION: none; color: yellow; TEXT-DECORATION: underline;}

/* General */

#layout
{
	margin: 0px auto; 
	width: 974px;
	position: absolute;
	top: 0;
	left: 0;	
}

#layout-top {
	width: 974px;
	height: 348px;
	background-image: url('bg-top.jpg');
  top: 0px;
  text-align: left;
}

#layout-main {
	width: 974px;
	background-image: url('bg-main.jpg');
	}
	
#layout-main-text {
	margin: 0px 50px 0px 20px;
	font-size: 110%;
}

#layout-main-text a:hover{
	color: #FFFFFF;
	background-color: #FF0000;
	text-decoration: none;
}

#layout-footer {
	width: 974px;
	height: 100px;
	text-align: left;
	color: #606060;
	background-image: url('bg-footer.jpg');
	background-repeat: no-repeat;
	font-family: Trebuchet MS, Arial;
	}

#layout-footer-txt {
	margin: 0px 45px 0px 70px;
	text-align: right;
	font-size: 80%;
	}

#layout-left {
  background: url('bg-main.jpg');
  width: 701px;
  position: relative;  
  float: left;
  text-align: justify;
}
	
#layout-right {
  background: url('bg-right.jpg');
  background-repeat: no-repeat;
  width: 345px;
  height: 505px;
  float: right;
  position: relative;  
  text-align: justify;
  padding: 0 0 0 0;
}


/* Formating */

H1 {	font-size: 220%;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
  color: #7a7a7a; }
	
.nadpis-webu {	
	position: absolute;
  left: 530px;
  }

.nadpis-webu a {	
	text-decoration: none;
	font-weight: bold;
  color: #2b2b2b; }
  
.nadpis-webu a:visited {	
	text-decoration: none;
	font-weight: bold;
  color: #ffffff; }

#layout-footer a{
	color: #404040;
	font-weight: normal;
	text-decoration: none;
}

#layout-footer a:hover{
	color: #000000;
	font-weight: normal;
  text-decoration: underline;	
}

#layout-top ul {
	margin: 140px 0px 0px 214px;
	padding: 0;
	list-style-type: none;
	font-size: 140%;
	position: absolute;
}

#layout-top li {
	line-height: 65px;
	text-align: center;
}

#layout-top li a {
	color: #FFFFFF;
	font-weight: none;
	text-decoration: none;
}

#layout-top li a:hover {
	color: #000000;
	text-decoration: underline;
}

#eshop ul {
	margin: 282px 0px 0px 20px;
	padding: 0;
	list-style-type: none;
	font-size: 120%;
	}

#eshop li {
	line-height: 20px;
	text-align: left;
}

#eshop li a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#eshop li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#empty-pic {
	margin: 70px 0px 0px 235px;
	padding: 0;
	list-style-type: none;
	position: absolute;
	}

table {
	font-size: 100%;
}

