/**
 * page body
 */
body {
  background-image: url(img/bgBody.jpg);
  background-position: 50% top;
  background-repeat: repeat-y;
  background-color: #d8cdad;
}
.pageBody {
  background-color: #f2f2f2;
  padding: 20px 10px 20px 10px;
  background-image: url(img/bgPageBody.jpg);
}
.error {
  color: #f00; 
}
input.text,
textarea {
  width: 100%;
}
.pageHeader {
  background-image: url(img/bgPageHeader.jpg);
  position: relative;
  height: 284px;
  width: 740px;
}
.pageHeader .pageHeaderImage {
  height: 220px;
}
.pageContent,
.pageLeftColumn {
  padding: 40px 0;
}

.pageContentSubTitle {
  margin-top: -20px;
}

/**
 * Main- and Subnavigation
 */
.mainNav ul {
  height: 38px;
  display: block;
  list-style-position: outside;
  list-style-image: none;
  list-style-type: none;
  font-size: 18px;
  float: right;
}
.mainNav {
  bottom: 26px;
  height: 38px;
  background-image: url(img/mainNavBgTabs.png);
  background-position: left -114px;
  background-repeat: repeat-x;
}
.mainNav li {
  display: inline;
  float: left;
  height: 38px;
  white-space: nowrap;
  padding: 0px 6px;
  margin: 0px 6px;
  background-image: url(img/mainNavBgTabs.png);
  background-position: left -38px;
  background-repeat: repeat-x;
}
.mainNav li.last {
  margin-right: 20px;
}
.mainNav a {
  padding: 6px 0px;
  display: block;
  height: 26px;
}
.mainNav li.active {
  background-position: right -76px;
  background-repeat: no-repeat;
  padding-right: 12px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
}
.mainNav li.active a {
  background-image: url(img/mainNavBgTabs.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 12px;
  color: #fff;
}
.mainNav a,
.mainNav a:hover,
.mainNav a:visited {
  color: #000;
  text-decoration: none;
}

.subNav {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 26px;
  background-image: url(img/subNavBg.png);
  background-repeat: repeat-x;
  background-position: center bottom;
}

.subNav ul {
  text-align: right;
  float: right;
  margin: 0;
}
.subNav li {
  display: block;
  float: left;
  margin: 0;
}
.subNav a {
  color: #f2f2f2;
  display: block;
  height:26px;
  padding: 0 10px 0 10px;
  text-decoration: none;
}
.subNav a:hover,
.mainNav a:hover {
  text-decoration: underline;
}
.subNav a:hover {
  color: #f2f2f2;
}
.subNav li.active a {
  background-color: #f2f2f2;
  color:#000;
}
/**
 * Boxes and Boxgroups
 */
.boxGroup .box .boxTitle {
  margin: 0;
  font-size: 18px;
  text-align: center;
  line-height: 34px;
  height: 34px;
  background-image: url(img/sidebarNavHeadBg.png);
  border-width: 0px 0px 5px 0px;
  border-color: #0d0d0d;
  border-style: solid;
  color: #f2f2f2;
}
/**
 * Sidebar Navigation
 */
.sidebarNavigation {
  list-style-position: outside;
  list-style-image: none;
  list-style-type: none;
}
.sidebarNavigation li {
  margin: 0;
}
.sidebarNavigation li a,
.sidebarNavigation li a:visited,
.sidebarNavigation li a:hover {
  display: block;
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(img/gradient45Light.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  padding: 10px 10px;
  font-size: 14px;
  color: #0d0d0d;
  text-decoration: none;
}
.sidebarNavigation li.active a {
  font-weight: bold;
}
.sidebarNavigation li a:hover {
  text-decoration: underline;
}
/**
 * Teaserboxen
 */
.teaserBoxes {
  margin-bottom: 50px;
}
.teaserArea {
  display: block;
  background-color: #000;
  border: 1px solid black;
  overflow: hidden;
  width: 218px;
  height: 273px;
  position: relative;
}
.teaserArea img {
  position: absolute;
  top: 0px;
  left: 0px;
}
.teaserText {
  position: absolute;
  background-color: #3b680d;
  color: #fff;
  padding: 0 10px 10px 10px;
  width: 200px;
}
.teaserText h2 {
  text-align: center;
  font-weight: normal;
  padding: 10px 0px;
}
.teaserText h2 a {
  text-decoration: none;
  color: #fff;
}
.teaserText .teaserContent a {
  color: #fff000;
}
.teaserText p {
  margin: 0 0 0 0;
}

/**
 * Page Footer
 */
.pageFooter {
  background-image: url(img/bgPageFooter.png);
  background-repeat: repeat-x;
  background-color: #404040;
  color: #f2f2f2;
  padding: 10px 10px;
  border-top: 5px solid #000;
  font-size: 11px;
}
.pageFooter ul.footerMetaNav {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  margin-bottom: 0px;
  margin-top: 10px;
  padding-top: 1px;
  text-align: center;
  border-top: 1px solid #f2f2f2;
}
.pageFooter ul.footerMetaNav li {
  margin: 0;
  display: inline;
  margin: 0px 10px;
}
.pageFooter ul.footerMetaNav li:hover {
  border-top: 3px solid #3b680d;
} 
.pageFooter a,
.pageFooter a:visited {
  color: #f2f2f2;
  text-decoration: none;
  line-height: 14px;
  vertical-align: middle;
}
.pageFooter a:hover {
  text-decoration: underline;
}
.pageFooter .footerLogos {
  padding-left: 10px;
  border-left: 1px solid #f2f2f2;
}
.pageFooter .footerLogos .label {
  margin-bottom: 10px;
}
.pageFooter .footerLogos .logos {
  margin-bottom: 0;
}
.pageFooter .footerLogos .logos a {
  margin-left: 20px;
  display: block;
  float: left;
}
.pageFooter .footerLogos .minHeight {
  height: 82px;
  width: 0px;
  float: left;
}
.pageFooter .footerLogos .logos a.first {
  margin-left: 0px;
}
/**
 * Latest News List
 */
.latestNewsList {
  list-style-image: none;
  list-style-type: none;
  list-style-position: outside;
}
.latestNewsList li {
  margin: 0;
}
.latestNewsList li a,
.latestNewsList li a:visited,
.latestNewsList li a:hover {
  margin-bottom: 10px;
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  text-decoration: none;
  background-image: url(img/gradient45Light.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  color: #0d0d0d;
}
.latestNewsList li a:hover,
.latestNewsList li a:focus {
  text-decoration: underline;
}
.latestNewsList li a small {
  display: block;
  font-size: 0.7em;
  color: #666;
  font-weight: normal;
} 
.latestNewsList li a:hover small,
.latestNewsList li a:focus small {
  text-decoration: none; 
}

/**
 * Dialogs
 */
 
#loginForm label,
#logoutForm label {
  display: none;
}
#loginForm .inputLine,
#logoutForm .inputLine {
  margin-bottom: 10px;
}
#loginForm p {
  margin-bottom: 10px;
}
#loginInputName {
  width: 155px;
}
#loginInputPassword {
  width: 90px;
  float: left;
}
#loginInputSubmit,
#logoutInputSubmit {
  float: right;
}

#contactForm label {
  display: block;
}
#contactForm input,
#contactForm label,
#recaptcha_widget_div {
  width: 360px;
}
#contactForm textarea,
#contactForm input,
#recaptcha_widget_div {
  margin-bottom: 10px;
}
#contactForm textarea {
  width: 365px;
}

/**
 * Forum
 */
.forumWelcomeText {
  margin-bottom: 20px;
}
.forumTopics thead {
  background-image:url(img/sidebarNavHeadBg.png);
  border-bottom: 5px solid #0D0D0D;
  color:#F2F2F2;
  height:34px;
  line-height:34px;
  text-align:center;
}
.forumTopics col.title { width: 303px; }
.forumTopics col.author { width: 190px; }
.forumTopics col.entries { width: 77px; }
.forumTopics col.last { width: 130px; }
.forumTopics tbody td {
  padding: 4px;
}
.forumThreadEntry {
  margin-bottom: 30px;
}
.forumThreadEntry blockquote {
  border-left: 5px solid #0d0d0d;
  padding-left: 20px;
}
.forumThreadEntryTitle {
  margin-bottom: 0;
  font-size: 24px;
}
.forumThreadEntryAuthor {
  color: #666;
  font-size: 11px;
  margin-bottom: 10px;
}
.forumThreadEntryLinks {
  clear: left;
  border-top: 1px solid #bbb;
  margin-top: 20px;
}
.forumThreadEntryLinks li {
  float: left;
  margin-left: 21px;
  font-size: 11px;
}
.forumThreadEntryLinks li.first {
  list-style-type: none;
  margin-left: 0;
}
.forumPages {
  float: left;
  margin-bottom: 20px;
}
.forumAddButton a {
  float: right;
  margin-bottom: 20px;
}
.forumPages li {
  display: inline;
  margin: 0  5px;
}
.forumPages li.first {
  margin-left: 0; 
}
.forumAddButton a,
.forumPages li a {
  padding: 2px 7px;
  border: 1px solid #666;
  color: #000;
  background-color: #ccc;
}
.forumAddButton a:hover,
.forumPages li a:hover {
  color: #fff;
  background-color: #3b680d;
  border-color: #3b680d;
}
/**
 * User Profile Editor
 */
.userData .dialogCheckgroup {
  clear: left;
}
.userData .dialogCheckgroup .dialogCheckgorupElement {
  float: left;
}
.userData .userDataSubmit {
  float: right;
}