body
{
  overflow-y: hidden !important;
}

#landingpage_background
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1050px;
  height: 100%;
  z-index: -1;
  background-color: #fff;
  overflow: hidden;
}
#landingpage_background > img
{
  width: 100%;
  min-width: 1050px;
}

#landing_header_bg
{
  position: absolute;
  background-color: #fff;
  width: 1050px;
  height: 100px;
  z-index: -1;
  margin-top: -15px;
  margin-left: -25px;
  opacity: .9;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}

.twitterElement
{
  margin-bottom: 18px;
}
.twitterElement > a.twitterLink
{
  border-top: 1px solid #c9c9c9 !important;
  padding-top: 20px !important;
  display: block;
  color: black;
  font-weight: bold;
}
.twitterElement > p.twitterYear
{
  font-size: 1em;
  font-weight: bold;
  color: #606060;
}
.twitterElement > p.twitterYearLine
{
  font-size: 1em;
  font-weight: bold;
  color: #606060;
  border-top: 1px solid #c9c9c9;
  padding-top: 10px;
}
.twitterElement > p > a
{
  font-weight: bold;
  color: rgb(0,0,0)
}
#landingpage_module_left
{
  position: relative;
  background-color: #fff;
  margin-top: 20px;
  margin-left: -25px;
  opacity: .9;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.landingpage_left_menu
{
  font-weight: bold;
  font-size: 1.1em;
  border-bottom: 1px solid #c9c9c9;
  padding: 10px 0;
  margin: 0 15px;
}
.landingpage_left_menu > a
{
  border-left: 2px solid #c9c9c9 !important;
  padding-left: 6px;
  margin-left: 6px;
  color: #999999 !important;
  text-decoration: none !important;
}
.landingpage_left_menu > a:hover
{
  color: black !important;
}
.landingpage_left_menu > span
{
  color: #999999;
  cursor: pointer;
}
.landingpage_left_menu > span.second
{
  border-left: 2px solid #c9c9c9;
  padding-left: 6px;
  margin-left: 6px;
}
.landingpage_left_menu > span.active,
.landingpage_left_menu > span:hover
{
  color: black;
}
#landingpage_left_content
{
  padding: 10px 15px;
  overflow: auto;
}
#landingpage_left_content a:hover
{
  text-decoration: underline;
  color: #f00000;
}
#landingpage_left_content:focus  
{
  outline: none;  
}
#contentThumbs > img
{
  margin-top: 10px;
  width: 48%;
  cursor: pointer;
}
#contentThumbs > img.thumbLeft
{
  float: left;
}
#contentThumbs > img.thumbRight
{
  float: right;
}

.pListElement
{
  margin-bottom: 18px;
}
.pListElement > p > img
{
  margin-bottom: 5px;
}
.pListElement > p.pListTitle
{
  font-size: 0.8em;
  font-weight: bold;
  cursor: pointer;
}
.pListElement > p.pListYear
{
  font-size: 1.1em;
  font-weight: bold;
  color: #606060;
  text-align: right;
  margin-bottom: -10px;
}
.pListElement > p.pListYearLine
{
  font-size: 1.1em;
  font-weight: bold;
  color: #606060;
  text-align: right;
  border-top: 1px solid #c9c9c9;
  padding-top: 10px;
  margin-bottom: -10px;
}

#landingpage_module_right
{
  position: relative;
  background-color: #fff;
  margin-top: 20px;
  margin-left: 15px;
  margin-right: -25px;
  height: 18px;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 18px;
  color: #606060;
  opacity: .9;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
#landingpage_tooltip
{
  font-size: 0.8em;
  font-weight: bold;
  text-align: right;
  margin-top: 15px;
}
#landingpage_title > span
{
  border-left: 2px solid #c9c9c9 !important;
  padding-left: 6px;
  margin-left: 6px;
  color: #f00000 !important;
  text-decoration: none !important;
  cursor: pointer;
}
.landingpage_navi
{
  position: absolute;
  right: 0;
  top: 0;
  height: 18px;
  padding: 10px 20px 10px 25px;
}
.landingpage_navi li
{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  float: left;
  padding-right: 5px;
  cursor: pointer;
}
.landingpage_navi li > img
{
  vertical-align: middle;
}

#loader
{
  display: none;
  width: 50px;
  height: 41px;
  top: 40%;
  left: 50%;
  padding: 9px 0 0 0;
  margin: 0;
  border-radius: 10px 10px 10px 10px;
  color: #606060;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1em;
  cursor: wait;
  box-shadow: 0px 0px 10px 0px #333;
  -webkit-box-shadow: 0px 0px 10px 0px #333;
}
#loader > img
{
  margin-bottom: 0px;
}
