@CHARSET "UTF-8";

/**
 * Generals
 */
* {
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
p {
  margin: 10px 0 10px 0;
  line-height: 1.5em;
}
ul {
  margin: 10px 0 10px 30px;
  padding: 0px;
}
body {
  background-color: #252525;
  background-image: url(img/pageBackground.png);
  background-repeat: repeat-x;
  font-family: 'Lucida Grande', Verdana, Arial;
  font-size: 12px;
}
h1, h2, h3, h4 {
  font-family: Georgia;
  font-weight: lighter;
}
h5, h6 {
  font-family: Georgia;
  font-weight: lighter;
  font-size: 18px;
}
a, a:hover, a:visited {
  color: #3366ff;
  text-decoration: none;
}
a:hover {
  color: #789F13;
  text-decoration: underline;
}
.pageBody {
  position: relative;
  margin: auto;
  width: 919px;
}

/**
 * Page Header
 */
.pageHeader {
  height: 158px;
  margin: 0 48px -44px 0px;
}
.pageTitle {
  background-image: url(img/titleLogo.jpg);
  width: 459px;
  height: 161px;
  margin-top: 40px;
}
.pageTitle a {
  display: block;
  width: 409px;
  height: 100px;
  margin: 0 0 0 48px;
}
.pageTitle a span {
  display: none;
}
.shadowTop {
  background-image: url(img/contentShadowTop.png);
  background-repeat: no-repeat;
}
.shadowBottom {
  background-image: url(img/contentShadowBottom.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}

/**
  * Page Navigation
  */
.pageNavigation {
  height: 94px;
  margin: 0 48px 0px 48px;
  font-family: Georgia;
  font-size: 18px;
}
.pageNavigation ul {
  float: right;
  margin: 7px 0 0 0;
  list-style-image: none;
  list-style-type: none;
  list-style-position: inside;
}
.pageNavigation li {
  float: left;
  height: 37px;
  text-align: center;
  border-left: 1px solid #000000;
}
.pageNavigation li.first {
  border-left: none;
}
.pageNavigation a,
.pageNavigation a:hover,
.pageNavigation a:visited {
  display:block;
  height: 27px;
  padding: 10px 10px 0 10px;
  color: #000000;
  text-decoration: none;
}
.pageNavigation li.active {
  background-color: #000000;
}
.pageNavigation li.active a,
.pageNavigation li.active a:visited {
  color: #3366ff;
}
.pageNavigation a:hover,
.pageNavigation li.active a:hover {
  background-color: #789F13;
  color: #ffffff;
}

/**
 * Frontpage Teaserbox
 */
.module_actionbox_categteaserthumb {
  width: 799px;
  height: 200px;
}
.module_actionbox_categteaserthumb h2.boxTitle {
  display: none;
}
.teaserItemDisplayArea {
  width: 799px;
  height: 200px;
  position: absolute;
  overflow: hidden;
}
.teaserItem {
  width: 799px;
  float: left;
}
.teaserImage {
  float: left;
  width: 402px;
  height: 200px;
  margin: 0 12px 0 0;
  border: none;
}
.teaserItem h3 {
  font-size: 24px;
  color: #3366ff;
  margin: 0 0 10px 0;
}
.teaserControl {
  position: absolute;
  text-align: center;
  right: 10px;
  bottom: 11px;
  width: 387px;
  height: 32px;
  margin: -32px 0 0 0;
}
.teaserControlLeft {
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  background-image: url(img/btnTeaserNav.png);
  background-position: 0px -32px;
}
.teaserControlRight {
  display: block;
  float: right;
  width: 32px;
  height: 32px;
  background-image: url(img/btnTeaserNav.png);
  background-position: 0px 0px;
}
.teaserControlBadge {
  display: inline-block;
  margin: 8px 2px;
  width: 17px;
  height: 16px;
  background-image: url(img/btnTeaserNav.png);
  background-position: 0px -64px;
}
.teaserControlBadge:hover {
  background-position: 0px -80px;
}
.teaserControlBadgeSelected {
  background-position: 0px -96px;
}

/**
 * Page Content
 */
.pageContentWrapper {
  position: relative;
  width: 799px;
  top: -50px;
  background-color: #000000;
  color: #cbcbcb;
  padding: 12px 12px 12px 12px;
  margin: 0px 48px 0px 48px;
}
.pageLeftColumn{
  float: left;
  width: 200px;
}
.subNavigation {
  margin: 50px 0 89px 0px;
  list-style-image: none;
  list-style-type: none;
  list-style-position: inside;
  font-family: Georgia;
  font-size: 18px;
  font-weight: lighter;
}
.subNavigation li {
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 0 0 1px 0;
  height: 38px;
}
.subNavigation li.first {
  border-width: 1px 0 1px 0;
}
.subNavigation li.active a,
.subNavigation li.selected a {
  background-image: url(img/submenuActive.png);
  background-position: right top;
  background-repeat: no-repeat;
}
.subNavigation a {
  display: block;
  padding: 7px 5px 7px 10px;
  vertical-align: middle;
  height: 24px;
}
.subNavigation a:hover {
  background-color: #789F13;
  color: #ffffff;
  text-decoration: none;
}
.subNavigation li.active a:hover,
.subNavigation li.selected a:hover {
  background-position: right -38px;
}
.pageContent {
  float: left;
  width: 493px;
  background-color: #e5e5e5;
  color: #1a1a1a;
  padding: 53px 53px 53px 53px;
  font-size: 12px;
}
.pageContentWide { width: 693px; }

.pageContent h2{
  font-size: 32px;
  margin: 0 0 40px 0;
}
.contactButtonSidebar a {
  display: block;
  height: 24px;
  padding: 7px 5px 7px 10px;
  margin: 50px 0 50px 0px;
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1px 0 1px 0;
  background-color: #3366FF;
  color: #ffffff;
  vertical-align: middle;
  font-family: Georgia;
  font-size: 18px;
  font-weight: lighter;
}
.contactButtonSidebar a:hover {
  background-color: #789F13;
  text-decoration: none;
}
/**
 * After Content Teaser
 */
.afterContent {
  margin: 0 48px 40px 48px;
  color: #ffffff;
}
.afterContentTeaser {
  float: left;
  width: 374px;
  border-left: 2px solid #000000;
  padding: 0 25px 0 10px;
  font-size: 12px;
  min-height: 250px;
}
.afterContentTeaser h2 {
  font-size: 42px;
  color: #000000;
  line-height: 1em;
  margin: 0 0 30px 0;
}
.pageFooter {
  margin: 0 48px 0px 48px;
  padding: 0 0 30px 0;
  color: #ffffff;
}

/**
 * Page Footer
 */
.pageFooter ul {
  list-style-image: none;
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
}
.pageFooter li {
  float: left;
}
.footerMetaNav {
  float: right;
}
.footerMetaNav li {
  border-left: 1px solid #ffffff;
  padding: 0 5px 0 5px;
  text-align: center;
}
.footerMetaNav li.first {
  border-left: none;
}
.footerMetaNav li.bookmark a{
  background-image: url(img/bookmark.png);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding-left: 15px;
}

/**
 * Contact Form
 */
.contactForm {
  margin-top: 30px;
  width: 375px;
}
.contactForm input,
.contactForm textarea {
  width: 375px;
  margin: 2px 0 10px 0;
}
.contactForm textarea {
  width: 379px;
}
.contactForm button {
  margin: 10px 0 0 0;
}
.contactForm label {
  display: block;
}
.error {
  color: red;
}


