body,
td,
th,
textarea,
textarea td,
input, 
select
{
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
}

.invisible {
  display: none;
}

img
{
  border-width: 0px;
}

body
{
  background-color: black;
  background-repeat: repeat-y;
  color: #888888;
  padding: 0px;
  margin: 0px;
  text-align: left;
}

#page_title
{
  color: #525252;
  font-size: 14px;
  font-weight: bold;
}

#mainbox
{
  position: relative;
  width: 100%;
  height: 900px;
  background-color: black;
  background-image: url('../_gfx/background.png');
  background-repeat: no-repeat;
  background-color: transparent;
}

#menu
{
  position: absolute;
  top: 90px;
  left: 40px;
  font-size: 11px;
  color: white;

}


.top_menu_light 
{ 
  background-color: #666666;
}
.menudiv
{
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  float: left;
  
}

#menu a
{
  color: white;
  text-decoration: none;
}

.submenu
{
  display: none;
  position: absolute;
  top: 22px;
  left: -6px;
  background-image: url('../_gfx/topmenu_submenu_bg.png');
  z-index: 200;
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: nowrap;
}

.submenu div
{
  background-image: url('../_gfx/topmenu_submenu_link.gif');
  background-repeat: no-repeat;
  padding-left:11px;
  margin-right: 10px;
  margin-left: 5px;
  background-position: 0px 50%;
}



#menu .submenu div a
{
  height: 15px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #2b2b2b;
  display: block;
  color: #757575;
}

.submenu div:hover
{
  background-image: url('../_gfx/topmenu_submenu_link_h.gif');
}

.content
{
  position: absolute;
  top:120px;
  left: 20px;
  width: 700px;
}

.contentinner
{
}

.contentinner h1
{
  font-weight: normal;
  font-size: 20px;
  color: #5b5b5b;
  background-image: 
}

#panelrightcolumn
{
  position: absolute;
  top:120px;
  left: 300px;
  width: 270px;
  height: 315px;
}

#control_gallerylist
{
  height: 300px;
}

#control_gallerylist a
{
  color: #ffffff;
  line-height: 200%;
}

#control_gallerylist a:hover
{
  text-decoration: none;
}

#gallerypage_body
{
   padding-left: 80px;
}

#gallerypage_belowbody
{
  
}

#gallerypage_pageslist
{
  text-align: left;
  padding-left: 8px;
}

#gallerypage_pageslist a
{
  color: #ffffff;
  text-decoration: none;
}

#gallerypage_pageslist a:active
{
  color: #f0f0f0;
}

#gallerry_td_desc
{
  vertical-align: top;
  width: 290px;
  padding: 10px;
}

#gallerry_td_desc h2
{
  font-size: 14px;
  color: #525252;
}

.panelbelowbody
{
  position: absolute;
  top: 680px;
  left: 20px;
  width: 270px;
  padding-bottom: 10px;
}

span.menuseparator
{
  font-weight: bold;
  color: #f60000;
  float: left;
}

.article
{ 
  /*padding: 20px 30px;
  width: 450px;*/
  overflow: hidden;
}

.article_list
{
   margin-left: 40px;
}

.article_list li
{
  padding-left: 0px;
}

.article_list a 
{

  font-weight: bold;
  color: #555555;
}

