body
{
  overflow: scroll;
  font-family: Verdana, Helvetica, Arial;
  font-size: 10pt;
  background-color: #c1c1c1;
  margin: 0px;
  padding: 0px;
  background-image: url('http://www.wallauer-fachwerk.de/images/bg_site.png');
}

td
{
  vertical-align: top;
}

tr.edit
{
  background-color: #e1e1e1;
}

tr.edit:hover
{
  background-color: #c6c6c6;
}

/*
 * Container
 */
#container
{
  margin-top: 20px;
  text-align: left;
  width: 700px;
  min-height: 400px;
  background-color: #4d4d4d;
}

/*
 * Banner
 */
#banner
{
  width: 700px;
  height: 100px;
  background-image: url('http://www.wallauer-fachwerk.de/images/banner.png');
  color: #4d4d4d;
}

#members
{
  padding-top: 66px;
  padding-left: 15px;
}

/*
  * Bottom
  */
#bottom
{
  font-size: 8pt;
  width: 700px;
  height: 26px;
  background-image: url('http://www.wallauer-fachwerk.de/images/bottom.png');
  margin-bottom: 20px;
}
  
/*
 * Top Menu
 */
#top_menu
{
  padding-left: 30px;
  width: 470px;
  padding-right: 200px;
  height: 18px;
  text-align: center;
  background-color: #4d4d4d;
  font-size: 8pt;
}

a.top_menu
{
  padding-right: 30px;
  color: #fffbbc;
  text-decoration: none;
}

a.top_menu:hover
{
  text-decoration: underline;
}

/*
 * Main Content
 */
#main_content
{
  color: #2e2e2e;
  text-align: justify;
  padding: 30px;
  padding-top: 10px;
  width: 460px;
  min-height: 500px;
  background-color: #ffffff; /*#f5f9d8;*/
  background-image: url('http://www.wallauer-fachwerk.de/images/bg_main.png');
  background-repeat: repeat-y;
}

#highlight
{
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}

div.content_headline
{
  font-size: 10pt;
  font-variant: small-caps;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
}

a.main_content
{
  color: #4d4d4d;
  text-decoration:none;
  border-bottom: 1px dotted #4d4d4d;
}
a.main_content:hover
{
  border-bottom: 1px solid #4d4d4d;
}

hr.main_content
{
  color: #4d4d4d;
  width: 450px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*
 * Menu Content
 */
#menu_content
{
  color: #fffbbc;
  text-align: justify;
  padding: 20px;
  padding-top: 0px;
  width: 140px;
  /*min-height: 520px;*/
  height: 100%;
  background-color: #4d4d4d;
  /*background-image: url('http://www.wallauer-fachwerk.de/images/bg_menu.png');
  background-repeat: repeat-y;*/
  float: right;
}

/*
 * Menu
 */
#menu_list
{
  font-size: 8pt;
  padding-left: 0px;
  margin-left: 0px;
  list-style-type: none;
  /*list-style-image: url('http://www.wallauer-fachwerk.de/images/menu_list_style_image.png')*/
}

li.menu_item
{
  padding-top: 3px;
}

a.menu_item
{
  color: #fffbbc;
  /*font-variant: small-caps;*/
  text-decoration: none;
}

a.menu_item:hover
{
  text-decoration: underline;
}

hr.menu_hr
{
  color: #fffbbc;
  width: 120px;
}
/*
 * Calendar
 */
#calender_headline
{
  background-color: #4d4d4d;
  font-size: 10px;
  font-weight: bold;
}

a.calender
{
  color: #fffbbc;
  text-decoration:none;
  border-bottom: 1px dotted #fffbbc;
}
a.calender:hover
{
  border-bottom: 1px solid #fffbbc;
}


/* Styles for JavaScript PauseScroller */
#image_scroller
{
  vertical-align: middle;
  font-size: 12px;
  width: 160px;
  height: 260px;
  text-align: center;
  vertical-align: middle;
  border: none;
  background-color: #f5f9d8;
}

/* list styles */
.event_list
{
  vertical-align: middle;
  background-color: #4d4d4d;
  color: #fffbbc;
  font-size: 8pt;
}