/* CSS Document */
/* xpos.css ; copyright: Ing. Jiri Jedlicka - webdev@alliacom.cz */

* {
  margin:0px;
  padding:0px;
}

* html {
  height:1%;
  }

body {
  margin:0px;
  padding:5px;
}

#top, #itop {
	width:770px;
	height:104px;
  }

#container {
  margin-top:5px;
  width:770px;
  padding-top:50px;
}

#left, #ileft {
text-align: center;
/*  display:none; */
}

#menu {
 text-align: left;
/*	top:170px;
	left:5px; */
	width:165px;
	float:left;
  }

#imenu {
  width:100%;
}

#main {
 float:right;
 width:595px;
}
#imain {
/* margin:0 165px 0 175px;*/
 width:430px;
 float:left;

}

#right {
/* top:170px;
 left:620px;  */
 width:150px;
 float: right;
}

#iright{
}

#footer {
  position:relative;
  width:770px;
  top:20px;
  padding-bottom:25px;
  clear:both;
  border-top-width:1px;
  border-top-color:#cccccc;
  border-top-style:solid;
}


