/* Page structure information*/

/*
div {
  border: solid blue 1px;
}
*/

body
{
  text-align:center;
  margin:0;
  padding:0;
  font-family: "Arial",sans-serif;
  font-size: 10pt;
}

#page
{
	position:relative;
	top:0px;
	margin:0 auto;
	text-align:left;
	width:940px;
	/* width:980px; */
}

.col
{
	text-align:left;
	margin:0px;
	/* margin: 20px; */
	padding:0;
}

#body {
  position: absolute;
  left: 200px;
  top: 110px;
  
  width: 670px;
  height: 100%;
  
  z-index: 0;
}

#body_frontpage {
  position: absolute;
  left: 70px;
  top: 113px;
  
  width: 790px;
  height: 100%;
  
  z-index: 0;
}

#body_header {
  position: relative;
  left: 0px;
  top: 0px;
  
  width: 100%;
  height: 100px;
  
  z-index: 1;
}

#body_header_title {
  position: absolute;
  left: 10px;
  top: 0px;
  
  width: 485px;
  height: 78px;
  
  z-index: 2;
}

#body_header_title_picture {
  position: absolute;
  left: 0px;
  top: 0px;
  
  width: 126px;
  height: 78px;
  
  z-index: 3;  
}

#body_header_title_text {
  position: absolute;
  left: 50px;
  top: 30px;
  
  width: 420px;
  height: 48px;
  z-index: 4;
}

#body_content {
  position: relative;
  left: 0px;
  top: 0px;
  
  width: 100%;
  
  z-index: 1;
}

#body_content_rightmenu {
  width: 150px;
	
  float: right;
  
  z-index: 2;
}

#body_footer {
  position: relative;
  left: 0px;
  top: 30px;
  
  width: 100%;
  height: 100px;
  
  z-index: 1;
}
  
/* LEFT MENU BAR */

#left {
  position: absolute;
  left: 8px;
  top: 110px;

  width: 155px;
  height: 100%;
  
  z-index: 0;	
}

/* TOP MENU BAR */

#top {
  position: absolute;
  top: 0px;
  left: 0px;
  
  width: 940px;
  height: 90px;
  
  border-color: green;
  
  z-index: 1;
}

#top_bar {
  position: relative;
  top: 0px;
  left: 0px;
  
  width: 940px;
  height: 73px;
  
  z-index: 2;
}

#top_menu {
  position: relative;
  top: 0px;
  left: 0px;
  
  width: 100%;
  height: 25px;
  
  z-index: 2;
}

#top_bar_logo {
  position: absolute;
  top: 0px;
  left: 5px;
    
  width: 263px;
  height: 73px;
  
  z-index: 3;
}

#top_bar_right_img {
  position: absolute;
  top: 0px;
  right: 0px;
  
  width: 677px;
  height: 73px;
  
  z-index: 3;
}

#top_bar_slogan {
  position: absolute;
  top: 20px;
  right: 20px;
  
  width: 521px;
  height: 50px;
  
  z-index: 4;
}

#top_bar_links {
  position: absolute;
  top: 0px;
  right: 0px;
  
  width: 350px;
  height: 20px;
  
  z-index: 5;
}

