body {
  background-color : #ed6977;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-family: Tahoma, Arial, Verdana;
  font-size: 11pt;
  color: #4a4037;
  background-image: URL("./gfx/bg.gif");
  background-repeat: repeat-x;
}	
img {
	text-decoration: none;
  border: 0px;
}
#page {
  width: 800px;
  text-align: left;
  margin: 30px auto 0 auto;
  padding: 0;
}
#header {
  width: 800px;
  height: 210px;
}
#menu {
  width: 800px;
  height: 40px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;  
}
#m {
  list-style: none;
	height: 40px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  margin-top: -3px;  
  >margin-top: 0px;	
}
#m li{
	float: left;
}
#m a{
	position: relative;
	display: block;
	color: #fff;
	text-decoration: none;
	font: bold 100% Arial,lucida,sans-serif;
	text-align: center;
}

#m li span{
	height: 40px;
	display: block; cursor: hand;
	position: absolute; left: 0; top: 0; z-index: 1;
	background-position: top left;
	background-repeat: no-repeat;
}

#m1 a, #m1 span{width: 430px;}
#m2 a, #m2 span{width: 120px;}
#m3 a, #m3 span{width: 80px;}
#m4 a, #m4 span{width: 80px;}
#m5 a, #m5 span{width: 90px;}

#m1 span{background-image: url('gfx/menu.jpg');}
#m2 span{background-image: url('gfx/a1.jpg');}
#m3 span{background-image: url('gfx/a2.jpg');}
#m4 span{background-image: url('gfx/a3.jpg');}
#m5 span{background-image: url('gfx/a4.jpg');}

#nadpis {
  width: 800px;
  height: 50px;
  >margin-top: 0px;
}

#main {
  float: left; 
  background-color : #ffffff;  
  width : 800px; 
  min-height: 300px;
} 

#left {
  float: left;
  position : relative;
  left : 20px;
  top : 0px;
  width : 200px;
}

#right {
  float: right;
  position : relative;
  right : 20px;
  top : -10px;
  width : 580px;
}

#textik {
  background-color : #f5f5f5; 
  width : 540px;  
  margin-top: -4px;
  margin-bottom: -8px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
}
#bottom {
  width: 800px;
  height: 30px;
  font-size: 8pt;
  color: #ab3433;   
}
#copyright {
  float: left;
  position: relative;
  left: 20px;
  top: 3px;
}
#design{
  float: right;
  position: relative;
  right: 20px;
  top: 3px;
}
#design a {
  color: #ab3433;  
	text-decoration: none;
}


