
 
/********************************************************************************
 * Div Tags
 ********************************************************************************/
 


div#centered {
  width:100%;
  height:100%;
  text-align:center;
}
div#outer {
  margin-left: auto;
  margin-right: auto;
  width:784px;
  height:560px;
  background-color:white;
  display:table;
}

div#logo {
  position:relative;
  top:0px;
  left:0px;
  width:184px;
  height:530px;
  background-image:url(/images/elements/logo.gif);
  float:left;
}
div#header {
  width:600px;
  height:155px;
  background-image:url(/images/elements/header.gif);
  float:left;
}
div#menu {
  width:600px;
  height:30px;
  background-color:#de3636;
  float:left;
  overflow-x:hidden;
}
div#content {
  width:600px;
  height:345px;
  background-color:white;
  float:left;
  overflow:scroll;
  overflow-x:hidden;
}
div#scrolltext {
  width:500px;
  /* height:350px; */
  padding-top:25px;
  padding-left:25px;
  padding-right:25px;
  margin-right:50px;
}
/*
*:first-child+html div#content, * html div#content {
  width:600px;
  height:375px;
}
*/
div#footer {
  background-color:#a8a8a8;
  background-image:url(/images/elements/bg-footer.gif);
  width:754px;
  height:30px;
  float:left;
  text-align:right;
  padding-right:30px;
  font-size:8pt;
  color:#eeeeee;
}
*:first-child+html div#footer, * html div#footer {
  width:754px;
}
#footer span {
  display:block;
  margin-top:8px;
}
#footer span a {
  color:#bf1516;
  text-decoration:none;
}
div.menu_entry, div.menu_entry_active {
  width:119px;
  height:30px;
  font-size:9pt;
  font-weight:bold;
  text-align:center;
  float:left;
  border-right:1px solid #e66666;
}
div.menu_entry_active {
  background-color:#bf1515;
  background-image:url(/images/elements/menu-active.gif);
}
div.menu_entry {
  background-color:#de3636;
}
div.menu_entry a,
div.menu_entry_active a {
  position:relative;
  top:7px;
  text-decoration:none;
  color:white;
}
div.topic {
  float:right;
  text-align:right;
  color:#bf1516;
  font-size:16pt;
  font-weight:bold;
  width:550px;
  margin-right: -26px;
}
div.title, div.fulltext {
  color:#333333;
  text-align:left;
  margin-top:26px;
  margin-bottom:20px;
  width:500px;
  float:left;
  margin-right:50px;

}
div.title {
  font-size:11pt;
  font-weight:bold;
  text-align:justify;

}
div.fulltext {
  font-size:10pt;
  margin-bottom:26px;
}

