/***********************************************************/
#test #Color {
  color: /*Color*/ #747474 /*Color*/;
}
#test #BgColor {
  color: /*BgColor*/ transparent /*BgColor*/;
}
#test #MenuColor {
  color: /*MenuColor*/ #000000 /*MenuColor*/;
}
#test #MenuBgColor {
  color: /*MenuBgColor*/ transparent /*MenuBgColor*/;
}
#test #MenuActiveColor {
  color: /*MenuActiveColor*/ #00aeef /*MenuActiveColor*/;
}
#test #FooterColor {
  color: /*FooterColor*/ #747474 /*FooterColor*/;
}
#test #FooterBgColor {
  color: /*FooterBgColor*/ transparent /*FooterBgColor*/;
}
#test #FooterLinkColor {
  color: /*FooterLinkColor*/ #747474 /*FooterLinkColor*/;
}
#test #FooterLinkHoverColor {
  color: /*FooterLinkHoverColor*/ #00aeef /*FooterLinkHoverColor*/;
}
#test #LinkColor {
  color: /*LinkColor*/ #000000 /*LinkColor*/;
}
#test #LinkHoverColor {
  color: /*LinkHoverColor*/ #00aeef /*LinkHoverColor*/;
}
#test #HeadlineColor {
  color: /*HeadlineColor*/ #000000 /*HeadlineColor*/;
}
#test #SubHeadlineColor {
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
}
#test #BorderColor {
  color: /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}
#test #ActiveBorderColor {
  color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
}
#test #SiteBgColor {
  color: /*SiteBgColor*/ #1584a3 /*SiteBgColor*/;
}
#test #CustomColor {
  color: /*CustomColor*/ transparent /*CustomColor*/;
}
body {
  font-family: Arial, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/*  SITE LAYOUT  *******************************************/
/*tjek*/
.sitecontent {
  /*  BODY  */
  padding: 0 0px;
  background: #f7f7f7 url('/gfx/layout/arrows.jpg') no-repeat left top;
  /*background-image:url('/gfx/layout/bg.jpg');*/
  /*background-repeat:no-repeat;*/
  /*background-color:#F7F7F7;*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  height: 100%;
  color: /*Color*/ #747474 /*Color*/;
  /*  TEXT  */
  /*  MENU  */
  /*  SUBMENU  */
  /*  SEARCH */
  /*  FLASH  */
  /*  LANGUAGES  */
  /*  FRONTPAGELINKS  */
  /*  FOOTER */
  /*  USER SET  */
  /* FORUM */
  /* ---------------------------------------- */
}
.sitecontent h1,
.sitecontent h2,
.sitecontent h3,
.sitecontent h4,
.sitecontent h5,
.sitecontent h6 {
  float: left;
  width: 100%;
  font-family: Arial, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.sitecontent h1 {
  font-size: 24px;
  color: /*HeadlineColor*/ #000000 /*HeadlineColor*/;
  margin-bottom: 11px;
	float: none;
}
.sitecontent h2 {
  font-size: 18px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
  margin-bottom: 8px;
}
.sitecontent h3 {
  font-size: 16px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
  margin-bottom: 8px;
}
.sitecontent h4 {
  font-size: 14px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
}
.sitecontent h5 {
  font-size: 12px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
}
.sitecontent h6 {
  font-size: 12px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
}
.sitecontent .forumLink {
  color: /*MenuColor*/ #000000 /*MenuColor*/;
  background-color: /*MenuBgColor*/ transparent /*MenuBgColor*/;
  font-size: 16px;
  padding: 10px;
  border-radius: 6px;
}
.sitecontent .siteWrapper {
  max-width: 940px;
  margin: auto;
}
.sitecontent .topbar {
  background: transparent url('/gfx/layout/topbar.png') repeat-x left top;
  height: 27px;
  position: relative;
  z-index: 1;
  margin-bottom: -27px;
}
.sitecontent #siteNameWrapper h1 {
  font-size: 29px;
  color: /*HeadlineColor*/ #000000 /*HeadlineColor*/;
  margin-bottom: 20px;
  font-weight: normal;
}
.sitecontent .sectionSeparator {
  height: 20px;
  background-color: /*CustomColor*/ transparent /*CustomColor*/;
}
.sitecontent .lineSeparator {
  height: 1px;
  background-color: /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}
.sitecontent .smallVerticalSpace {
  margin-bottom: 15px;
}
.sitecontent .topBanner img {
  width: 100%;
}
.sitecontent .logoutWrapper {
  text-align: right;
  padding-top: 6px;
  position: relative;
  z-index: 100;
}
.sitecontent .frontTextAndBannerWrapper {
  display: table;
}
.sitecontent .frontTextAndBannerWrapper > div {
  display: table-row;
}
.sitecontent .frontTextAndBannerWrapper .text {
  display: table-cell;
  vertical-align: middle;
}
.sitecontent .frontTextAndBannerWrapper .banner {
  display: table-cell;
  vertical-align: middle;
  width: 220px;
  padding: 15px 0;
  text-align: right;
}
@media screen and (max-width: 700px) {
  .sitecontent .frontTextAndBannerWrapper > div {
    display: block;
  }
  .sitecontent .frontTextAndBannerWrapper .text {
    display: block;
    width: 100%;
  }
  .sitecontent .frontTextAndBannerWrapper .banner {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.sitecontent .clear {
  margin: 0 !important;
  clear: both !important;
  float: none !important;
}
.sitecontent a {
  color: /*LinkColor*/ #000000 /*LinkColor*/;
  text-decoration: none;
}
.sitecontent a:hover {
  color: /*LinkHoverColor*/ #00aeef /*LinkHoverColor*/;
}
.sitecontent sup {
  vertical-align: super;
}
.sitecontent sub {
  vertical-align: sub;
}
.sitecontent .standardTable td {
  padding: 4px 4px 4px 0;
}
.sitecontent .menu {
  background: /*MenuBgColor*/ transparent /*MenuBgColor*/;
}
.sitecontent .menu li {
  height: 38px;
  display: inline-block;
}
.sitecontent .menu li a {
  font-size: 15px;
  padding: 0px 18px;
  line-height: 38px;
  color: /*MenuColor*/ #000000 /*MenuColor*/;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  font-weight: 600;
}
.sitecontent .menu li a:hover,
.sitecontent .menu li.selected a {
  color: /*MenuActiveColor*/ #00aeef /*MenuActiveColor*/;
}
.sitecontent .submenu {
  clear: both;
}
.sitecontent .submenu h1 {
  display: none;
}
.sitecontent .submenu ul li a {
  display: block;
  padding: 15px 6px;
  color: /*MenuColor*/ #000000 /*MenuColor*/;
  font-size: 14px;
}
.sitecontent .submenu ul li:first-child {
  border-top: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}
.sitecontent .submenu ul li a:hover {
  text-decoration: none;
  color: /*MenuActiveColor*/ #00aeef /*MenuActiveColor*/;
}
.sitecontent .submenu ul li.selected a {
  color: /*MenuActiveColor*/ #00aeef /*MenuActiveColor*/;
}
.sitecontent .submenu ul li {
  border-bottom: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  background-color: /*MenuBgColor*/ transparent /*MenuBgColor*/;
}
.sitecontent .submenu ul li.open {
  border-top: none;
}
.sitecontent .submenu ul li i {
  padding-left: 20px;
  display: block;
  font-style: normal;
}
.sitecontent .search {
  width: auto;
  float: left;
}
.sitecontent .flash {
  overflow: hidden;
}
.sitecontent .flash .images {
  position: relative;
  overflow: hidden;
}
.sitecontent .languages {
  float: right;
  margin-bottom: 6px;
  margin-top: 0px;
  min-height: 27px;
  position: relative;
  z-index: 10;
}
.sitecontent .languages li {
  float: left;
  margin-left: 8px;
}
.sitecontent .frontpagelinks > a {
  display: block;
  font-size: 14px;
}
.sitecontent .frontpagelinks h3 a {
  text-decoration: none;
}
.sitecontent .frontpagelinks h3 a:hover {
  color: /*LinkHoverColor*/ #00aeef /*LinkHoverColor*/;
  text-decoration: underline;
}
.sitecontent .footerWrapper {
  background: /*FooterBgColor*/ transparent /*FooterBgColor*/;
}
.sitecontent .footer {
  color: /*FooterColor*/ #747474 /*FooterColor*/;
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 18px;
}
.sitecontent .footer .bottomLogo {
  margin-top: 10px;
}
.sitecontent .footer .contactInfo ul {
  text-align: center;
}
.sitecontent .footer .contactInfo ul li {
  display: inline-block;
  margin: 6px;
}
.sitecontent .footer .copyright {
  margin-top: 20px;
  text-transform: uppercase;
  padding-top: 30px;
  border-top: 1px solid #DDDDDD;
}
.sitecontent .footer .copyright ul {
  text-align: center;
}
.sitecontent .footer .copyright ul li {
  display: inline-block;
}
.sitecontent .footer .copyright ul + ul {
  font-size: 10px;
}
.sitecontent .footer h2,
.sitecontent .footer a {
  color: /*FooterLinkColor*/ #747474 /*FooterLinkColor*/;
}
.sitecontent .footer a:hover {
  color: /*FooterLinkHoverColor*/ #00aeef /*FooterLinkHoverColor*/;
  text-decoration: none;
}
.sitecontent .space {
  margin-top: 30px;
}
.sitecontent .cycle-pager {
  text-align: center;
  display: none;
}
.sitecontent .cycle-pager span {
  color: /*Color*/ #747474 /*Color*/;
  display: inline-block;
  font-size: 36px;
  float: none;
  width: auto;
  cursor: pointer;
  line-height: 100%;
}
.sitecontent .cycle-pager .cycle-pager-active {
  color: /*HeadlineColor*/ #000000 /*HeadlineColor*/;
}
.sitecontent .forumMainWrapper {
  padding: 4px;
}
.sitecontent .forumMainWrapper * {
  line-height: 1.5em;
}
.sitecontent .forumMainWrapper h1,
.sitecontent .forumMainWrapper h2 {
  margin: 0;
}
.sitecontent .forumMainWrapper h1 {
  font-size: 1.8em;
}
.sitecontent .forumMainWrapper h2 {
  font-size: 1.4em;
}
.sitecontent .clearBoth {
  clear: both;
}
.sitecontent .width50percent {
  width: 50%;
}
.sitecontent .width99percent {
  width: 99%;
}
.sitecontent .fontSizeSmall {
  font-size: 0.9em;
}
.sitecontent .fontSizeLarge {
  font-size: 1.2em;
}
.sitecontent .floatRight {
  float: right;
}
.sitecontent label.error,
.sitecontent span.error {
  color: Red;
  font-style: italic;
}
.sitecontent .list {
  margin: -2px;
}
.sitecontent .list table {
  width: 100%;
  border-spacing: 2px;
  border-collapse: separate;
}
.sitecontent .list td {
  padding: 4px;
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}
.sitecontent .list thead td {
  font-weight: bold;
  background-color: /*MenuBgColor*/ transparent /*MenuBgColor*/;
  color: /*MenuColor*/ #000000 /*MenuColor*/;
}
.sitecontent .list a {
  text-decoration: underline;
}
.sitecontent .list .numberColumn {
  text-align: center;
}
.sitecontent .list .fullWidthRow {
  padding: 8px;
  background-color: /*MenuBgColor*/ transparent /*MenuBgColor*/;
  color: /*MenuColor*/ #000000 /*MenuColor*/;
}
.sitecontent .postHeader {
  padding: 4px 10px 4px 4px;
  float: right;
  text-align: right;
  color: /*MenuColor*/ #000000 /*MenuColor*/;
}
.sitecontent .postWrapper {
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}
.sitecontent .postWrapper.first {
  /* background-color: #F5F5FF; */
}
.sitecontent .postWrapper .userInfo {
  padding: 4px 4px 4px 10px;
  float: left;
  color: /*MenuColor*/ #000000 /*MenuColor*/;
}
.sitecontent .userinfoPostheaderWrapper {
  background: /*MenuBgColor*/ transparent /*MenuBgColor*/;
  width: 100%;
  height: 27px;
}
.sitecontent .postWrapper .postText {
  padding: 8px;
}
.sitecontent .postWrapper .postImages {
  padding: 8px;
}
.sitecontent .postWrapper .postImages img {
  margin: 4px 4px 0 0;
}
.sitecontent .pageNumberWrapper {
  margin: auto;
}
.sitecontent .pageNumberWrapper a {
  float: left;
  display: block;
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  padding: 4px 8px;
  margin: 0 2px 0 2px;
}
.sitecontent .pageNumberWrapper a.currentPage {
  color: #e0e0e0;
}
.sitecontent .breadcrumbsWrapper {
  color: /*MenuColor*/ #000000 /*MenuColor*/;
  padding: 6px;
  background-color: /*MenuBgColor*/ transparent /*MenuBgColor*/;
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  /* text-decoration: underline; */
}
.sitecontent .breadcrumbsWrapper a {
  text-decoration: underline !important;
  color: /*MenuActiveColor*/ #00aeef /*MenuActiveColor*/;
}
.sitecontent .newThreadLinkWrapper {
  width: 100%;
  font-size: 1.1em;
}
.sitecontent .newThreadLinkWrapper td {
  vertical-align: bottom;
}
.sitecontent .newThreadLinkWrapper a {
  float: right;
  display: inline-block;
  padding: 5px;
  background-color: /*MenuActiveColor*/ #00aeef /*MenuActiveColor*/;
  color: /*MenuBgColor*/ transparent /*MenuBgColor*/;
  font-weight: bold;
}
.sitecontent .deleteThreadLink {
  text-align: right;
  margin-bottom: 10px;
}
.sitecontent .deleteThreadLink a {
  background-color: /*MenuActiveColor*/ #00aeef /*MenuActiveColor*/;
  padding: 5px;
  color: /*MenuBgColor*/ transparent /*MenuBgColor*/;
  font-weight: bold;
}
.sitecontent .deletePostLink {
  color: /*MenuBgColor*/ transparent /*MenuBgColor*/;
  background-color: /*MenuActiveColor*/ #00aeef /*MenuActiveColor*/;
  padding: 5px;
  font-weight: bold;
  margin: 3px 0 15px 0;
}
.sitecontent a.deletePostLink:hover {
  color: /*MenuBgColor*/ transparent /*MenuBgColor*/;
}
.sitecontent .forumEmailIcon {
  vertical-align: middle;
  margin-right: 5px;
}
.sitecontent .approveButtonLink {
  font-size: 2em;
  padding: 4px;
  color: /*MenuBgColor*/ transparent /*MenuBgColor*/;
  background-color: /*MenuActiveColor*/ #00aeef /*MenuActiveColor*/;
}
.sitecontent a.approveButtonLink:hover {
  color: /*MenuBgColor*/ transparent /*MenuBgColor*/;
}
.sitecontent .createUserLink {
  font-weight: bold;
  text-decoration: underline;
  color: /*LinkColor*/ #000000 /*LinkColor*/;
  margin-bottom: 10px;
  float: left;
}
.sitecontent .forumHeader {
  float: left;
  width: 100%;
  border-bottom: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.sitecontent .forumHeader .closeButton {
  float: right;
  margin-top: -25px;
  padding: 10px 20px;
  border-radius: 5px;
  background: /*HeadlineColor*/ #000000 /*HeadlineColor*/;
  cursor: pointer;
  margin-bottom: 10px;
}
.sitecontent .forumHeader .closeButton span {
  color: /*BgColor*/ transparent /*BgColor*/;
  text-transform: uppercase;
}
.sitecontent .notLoggedInPanel .field {
  float: left;
  margin-right: 10px;
}
.sitecontent .notLoggedInPanel .field input {
  height: 30px;
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  padding: 2px 5px;
  box-sizing: border-box;
}
.sitecontent .notLoggedInPanel input[type=submit] {
  border: 0px;
  color: /*MenuBgColor*/ transparent /*MenuBgColor*/;
  background-color: /*MenuActiveColor*/ #00aeef /*MenuActiveColor*/;
  padding: 5px;
  font-weight: bold;
}
.sitecontent .notLoggedInPanel .inputs {
  margin-top: 5px;
}
/***********************************************************/
#divPageContents > div {
  line-height: 18px;
  color: /*Color*/ #747474 /*Color*/;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
#divPageContents .editContents {
  margin-bottom: 0;
}
.subcontent > div {
  clear: both;
  margin-bottom: 18px;
}
.subcontent > div > span {
  margin-bottom: 18px;
}
/*  CONTENT LAYOUT  ****************************************/
.subcontent {
  /*  PAGEOPTIONS  */
  /* FAQ */
  /*  INPUT MODULS  */
  /*  IMAGE MODULS  */
  /*div span + span {
            float: left;
            margin-left: 20px;
        }*/
  /*  NEWS MODULS  */
  /*  NEWS VIEW  */
  /*  PRODUCT MODULS  */
  /*  PRODUCT VIEW  */
  /*  GALLERY MODULS  */
  /* content width - margin*3 / 4 images */
  /*  LOGIN MODULS  */
  /*  FILE MODULS  */
  /*  CALENDAR MODULS  */
  /*  GUESTBOOK MODULS  */
  /* content width - margin*2 - submit width - margin - error div width / 2 inputs */
  /* DEALER  MODULS  */
  /* content width - margin*3 / 4 images */
  /*  FAMILY MODULS  */
  /* HORSE VIEW */
  /* WYSIWYG */
  /*  COUNTER MODULS  */
  /*  VIDEO MODULS  */
  /*  ADD THIS MODULS  */
  /*  HOMEMODULE  */
}
.subcontent #pageContents_divPageOptions {
  float: left;
  clear: both;
  padding-bottom: 10px;
  margin-bottom: 18px;
}
.subcontent #pageContents_divPageOptions > span {
  margin-left: 20px;
  float: right;
  cursor: pointer;
}
.subcontent #pageContents_divPageOptions span span {
  float: left;
  display: block;
  line-height: 16px;
  margin-left: 5px;
}
.subcontent #pageContents_divPageOptions span span:hover {
  color: /*LinkHoverColor*/ #00aeef /*LinkHoverColor*/;
}
.subcontent #pageContents_divPageOptions span img {
  float: left;
}
.subcontent .faq-question h1 {
  font-size: 14px !important;
  padding: 10px 0;
  cursor: pointer;
  text-transform: none !important;
  margin-bottom: 0px;
  float: none;
}
.subcontent .faq-question h1 img {
  vertical-align: middle;
  padding-right: 5px;
}
.subcontent .faq-question .faq-answer {
  display: none;
  padding: 0 0 10px 20px;
  color: #646464;
}
.subcontent input[type=text],
.subcontent input[type=password],
.subcontent textarea,
.subcontent input[type=submit] {
  outline: none;
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  height: 18px;
  width: 178px;
  float: left;
  padding: 5px 10px;
  color: /*Color*/ #747474 /*Color*/;
  background: /*BgColor*/ transparent /*BgColor*/;
  border-radius: 2px;
}
.subcontent .field {
  float: left;
  position: relative;
  width: 200px;
}
.subcontent .field:first-child {
  margin-right: 10px;
}
.subcontent .field + .field input {
  *margin-left: -10px;
}
.subcontent input:focus,
.subcontent textarea:focus {
  border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
}
.subcontent input[type=submit] {
  filter: chroma(color=#000000);
  width: auto;
  height: 30px;
  color: /*HeadlineColor*/ #000000 /*HeadlineColor*/;
  cursor: pointer;
}
.subcontent input[type=submit]:active {
  border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
  background: /*BgColor*/ transparent /*BgColor*/;
  color: /*HeadlineColor*/ #000000 /*HeadlineColor*/;
}
.subcontent input[type=submit]:hover {
  border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
}
.subcontent .watermark {
  position: absolute;
  margin: 7px 10px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
  left: 0px;
}
.subcontent .watermark label {
  cursor: text;
}
.subcontent select {
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  outline: none;
  height: 22px;
  padding: 2px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
  background: /*BgColor*/ transparent /*BgColor*/;
  border-radius: 2px;
}
.subcontent div span {
  float: left;
  width: 100%;
  border-radius: 2px;
}
.subcontent div span img {
  border-radius: 2px;
  width: 100%;
}
.subcontent div span.fl {
  margin: 0px 20px 20px 0px;
  float: left;
  width: 50%;
}
.subcontent div span.fr {
  margin: 0px 0px 20px 20px;
  float: right;
  width: 50%;
}
.subcontent div span i {
  /*float: left;
        clear: both;
        width: 100%;*/
}
.subcontent .news {
  float: left;
  margin-bottom: 18px;
}
.subcontent .news .newssearch {
  float: none;
  display: block;
  width: 100%;
}
.subcontent .news .newssearch .field,
.subcontent .news .newssearch input[type=submit] {
  margin-top: 6px;
}
.subcontent .newslist {
  float: left;
  width: 100%;
}
.subcontent .newslist .newsitem {
  float: left;
  padding: 20px 0px;
  width: 100%;
  border-bottom: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}
.subcontent .newslist .newsitem:first-child {
  border-top: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  margin-top: 20px;
}
.subcontent .newsitem > a {
  float: left;
  margin: 0 2% 2% 0;
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  padding: 5px;
  background: /*BgColor*/ transparent /*BgColor*/;
  border-radius: 2px;
}
.subcontent .newsitem > a:hover {
  border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
}
.subcontent .newsitem .newstext p {
  margin-bottom: 0px;
}
.subcontent .newsitem h2 a {
  float: left;
}
.subcontent .newsitem h2 em {
  font-size: 11px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
  float: right;
}
.subcontent .news .newspage {
  float: left;
  text-align: center;
  padding-top: 10px;
  height: 28px;
  display: block;
}
.subcontent .news .newspage a {
  padding: 5px 10px;
  text-align: center;
  background: /*BgColor*/ transparent /*BgColor*/;
  display: inline-block;
  border: 1px solid solid;
}
.subcontent .news .newspage a:hover {
  text-decoration: none;
  color: /*LinkHoverColor*/ #00aeef /*LinkHoverColor*/;
  border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
}
.subcontent .news .newspage a.active {
  color: /*LinkColor*/ #000000 /*LinkColor*/;
}
.subcontent .news .newspage a:active {
  background: /*BgColor*/ transparent /*BgColor*/;
  color: /*LinkColor*/ #000000 /*LinkColor*/;
}
.subcontent .newsview {
  float: left;
}
.subcontent .newsview ol,
.subcontent .newsview ul {
  margin: 1em 0;
}
.subcontent .newsview ol li {
  list-style: decimal;
  margin-left: 3em;
  padding-left: 0.5em;
}
.subcontent .newsview ul li {
  list-style: disc;
  margin-left: 3em;
  padding-left: 0.5em;
}
.subcontent .newsview span {
  width: auto;
  float: none;
}
.subcontent .newsview strong {
  font-weight: bold !important;
}
.subcontent .newsview strong em {
  font-style: italic !important;
  font-weight: bold !important;
}
.subcontent .newsview em {
  font-style: italic !important;
}
.subcontent .newsview em strong {
  font-style: italic !important;
  font-weight: bold !important;
}
.subcontent .viewback {
  width: 700px;
  display: block;
  float: left;
  text-align: left;
  line-height: 28px;
  margin-bottom: 20px;
}
.subcontent .viewback.bottom {
  margin-top: 20px;
}
.subcontent .newsview h1 em {
  font-size: 11px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
  float: right;
}
.subcontent .newsview .newsimages {
  margin-top: 18px;
  margin-bottom: 18px;
}
.subcontent .newsview .newsimages .image {
  display: block;
  padding: 5px;
  border: 1px solid solid;
  background: /*BgColor*/ transparent /*BgColor*/;
  border-radius: 2px;
}
.subcontent .newsview .newsimages .image:hover {
  border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
}
.subcontent .newsview .newsimages .image a {
  display: block;
}
.subcontent .newsview .newsimages .image img {
  width: 100%;
  height: auto;
}
.subcontent .newsimages .list li {
  width: 96px;
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  padding: 5px;
  background: /*BgColor*/ transparent /*BgColor*/;
  height: 63px;
  float: left;
  margin: 10px 10px 0px 0px;
  border-radius: 2px;
}
.subcontent .newsimages .list li:hover {
  border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
}
.subcontent .newsimages .list li a {
  display: block;
  height: 63px;
  overflow: hidden;
}
.subcontent .newsimages .list li a img {
  width: 96px;
  height: auto;
}
.subcontent .newsview .newsimages a:hover {
  border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
}
.subcontent .newsview .newscomment {
  margin-bottom: 18px;
  margin-top: 40px;
}
.subcontent .newscomment,
.subcontent .guestbook-entries {
  clear: both;
  margin-bottom: 18px;
}
.subcontent .newscomment .textarea {
  margin-bottom: 10px;
  float: left;
}
.subcontent .newscomment textarea {
  height: 138px;
}
.subcontent .newscomment .textarea .field {
  width: 100%;
}
.subcontent .newscomment input[type=text] {
  width: 178px;
}
.subcontent .newscomment input[type=submit] {
  width: auto;
  margin: 10px 0 0 0;
}
.subcontent .newscomment .form {
  width: 100%;
}
.subcontent .newscomment .error {
  width: 150px;
  float: left;
  margin-left: 20px;
}
.subcontent .newscomment .error span {
  background: url(/gfx/Modules/starerror.png) no-repeat 0px 4px;
  padding-left: 15px;
  color: #c28484 !important;
  line-height: 20px;
}
.subcontent .newscomment .news-comment {
  clear: both;
}
.subcontent .newscomment .news-comment h4 {
  float: left;
}
.subcontent .newscomment .news-comment h4 em {
  font-size: 11px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
  float: right;
}
.subcontent .newscomment .news-comment {
  padding: 15px 0;
  border-top: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}
.subcontent .newscomment .commentlist-headline {
  margin-top: 40px;
}
.subcontent .newscomment h3 em {
  font-size: 11px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
  float: right;
}
.subcontent .product {
  float: left;
  margin-bottom: 18px;
}
.subcontent .product .search {
  float: left;
  padding-left: 18px;
}
.subcontent .productlist table {
  clear: both;
}
.subcontent .productlist .productitem {
  display: inline-block;
  width: 24%;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  padding: 12px 4px 12px 4px;
}
@media screen and (max-width: 479px) {
  .subcontent .productlist .productitem {
    width: 49%;
  }
}
.subcontent .productlist .productitem img {
  width: 100%;
}
.subcontent .productitem > a + a {
  font-family: Georgia;
  display: block;
  text-align: center;
  margin-top: 12px;
  font-size: 12px;
  color: #545454;
}
.subcontent .productitem > a:hover {
  border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
}
.subcontent .productitem .newstext {
  float: left;
  width: 508px;
}
.subcontent .productitem .newstext p {
  margin-bottom: 0px;
}
.subcontent .productitem .newstext h2 a {
  float: left;
}
.subcontent .productitem .newstext h2 em {
  font-size: 11px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
  float: right;
}
.subcontent .product .newspage {
  float: left;
  width: 700px;
  text-align: center;
  padding-top: 10px;
  height: 28px;
  display: block;
}
.subcontent .product .newspage a {
  padding: 5px 10px;
  text-align: center;
  background: /*BgColor*/ transparent /*BgColor*/;
  display: inline-block;
  border: 1px solid;
}
.subcontent .product .newspage a:hover {
  text-decoration: none;
  color: /*LinkHoverColor*/ #00aeef /*LinkHoverColor*/;
  border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
}
.subcontent .product .newspage a.active {
  color: /*LinkColor*/ #000000 /*LinkColor*/;
}
.subcontent .product .newspage a:active {
  background: /*BgColor*/ transparent /*BgColor*/;
  color: /*LinkColor*/ #000000 /*LinkColor*/;
}
.subcontent .productview {
  float: left;
}
.subcontent .productview table td {
  padding: 8px;
}
.subcontent .viewback {
  width: 700px;
  display: block;
  float: left;
  text-align: left;
  line-height: 28px;
  margin-bottom: 20px;
}
.subcontent .viewback.bottom {
  margin-top: 20px;
}
.subcontent .productview h2 span {
  float: none;
}
.subcontent .productview h1 em {
  font-size: 11px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
  float: right;
}
.subcontent .productview .productimages {
  float: left;
  margin-bottom: 18px;
}
.subcontent .productview .productimages .image {
  display: inline-block;
  padding: 5px;
  background: /*BgColor*/ transparent /*BgColor*/;
}
.subcontent .productview .productimages .image a {
  display: block;
  overflow: hidden;
}
.subcontent .productview .productimages .image img {
  height: auto;
}
.subcontent .productview .productimages .list {
  float: left;
  clear: both;
}
.subcontent .productimages .list ul {
  float: left;
}
.subcontent .productimages .list li {
  padding: 5px;
  background: /*BgColor*/ transparent /*BgColor*/;
  float: left;
}
.subcontent .productimages .list li a {
  display: block;
  overflow: hidden;
}
.subcontent .productimages .list li a img {
  height: auto;
}
.subcontent .productview .productimages a:hover {
  border-color: /*LinkHoverColor*/ #00aeef /*LinkHoverColor*/;
}
.subcontent .productview .newscomment {
  float: left;
  margin-bottom: 18px;
  margin-top: 40px;
}
.subcontent .txtQuantity {
  width: 22px !important;
  text-align: right;
}
.subcontent .increase {
  padding: 8px 4px 8px 8px;
  float: left;
  cursor: pointer;
}
.subcontent .decrease {
  padding: 8px 8px 8px 4px;
  float: left;
  cursor: pointer;
}
.subcontent .delete {
  padding: 8px 4px 8px 8px;
  float: left;
  cursor: pointer;
}
.subcontent .show {
  padding: 8px 8px 8px 4px;
  cursor: pointer;
  float: left;
}
.subcontent .productBasket p {
  line-height: 30px;
  float: left;
  margin-right: 10px;
}
.subcontent .productcomment,
.subcontent .guestbook-entries {
  float: left;
  clear: both;
  width: 700px;
  margin-bottom: 18px;
}
.subcontent .productcomment .textarea {
  margin-bottom: 10px;
  float: left;
}
.subcontent .productcomment textarea {
  width: 78%;
  height: 138px;
}
.subcontent .productcomment .textarea .field {
  width: 100%;
}
.subcontent .productcomment input[type=text] {
  width: 178px;
}
.subcontent .productcomment input[type=submit] {
  width: auto;
  margin: 10px 0 0 0;
}
.subcontent .productcomment .form {
  width: 100%;
  float: left;
}
.subcontent .productcomment .error {
  width: 150px;
  float: left;
  margin-left: 20px;
}
.subcontent .productcomment .error span {
  background: url(/gfx/Modules/starerror.png) no-repeat 0px 4px;
  padding-left: 15px;
  color: #c28484 !important;
  line-height: 20px;
}
.subcontent .productcomment .news-comment {
  float: left;
  clear: both;
}
.subcontent .productcomment .news-comment h4 {
  float: left;
}
.subcontent .productcomment .news-comment h4 em {
  font-size: 11px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
  float: right;
}
.subcontent .productcomment .news-comment {
  float: left;
  padding: 20px 0px 3px 0px;
  width: 700px;
  border-top: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}
.subcontent .productcomment .commentlist-headline {
  margin-top: 40px;
}
.subcontent .productcomment h3 em {
  font-size: 11px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
  float: right;
}
.subcontent .gallery {
  float: left;
  width: 700px;
  *margin-bottom: 18px;
  overflow: hidden;
}
.subcontent .gallery .text {
  padding: 5px;
  text-align: center;
}
.subcontent .gallery ul {
  display: block;
}
.subcontent .gallery li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: auto;
  list-style: none !important;
  vertical-align: top;
}
.subcontent .gallery li a {
  display: block;
}
.subcontent .gallery li a img {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.subcontent .gallery li:hover {
  border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
}
.subcontent .gallery li i {
  float: left;
  width: 160px;
  margin-top: 5px;
  text-align: center;
}
.subcontent .gallerybox {
  text-align: center;
}
.subcontent .gallerybox a {
  margin: auto;
}
.subcontent .login,
.subcontent .loginmodule {
  float: left;
  width: 700px;
  margin-bottom: 18px;
}
.subcontent .login .inputs {
  clear: both;
  width: 100%;
  float: left;
  margin-top: 10px;
}
.subcontent .login input:focus {
  border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
}
.subcontent .login .inputs a {
  float: left;
}
.subcontent .login .inputs a + a {
  margin-left: 20px;
}
.subcontent .login .field {
  margin: 6px 6px 0 0;
}
.subcontent .login input[type=submit] {
  margin-top: 6px;
}
.subcontent .login input[type=text] {
  width: 89%;
}
.subcontent span.loggedInHeader {
  display: block;
  float: left;
  border: 1px solid;
  width: auto - 20px;
  outline: none;
  padding: 5px 10px;
  color: /*Color*/ #747474 /*Color*/;
  background: /*BgColor*/ transparent /*BgColor*/;
  margin-right: 10px;
  margin-top: 6px;
  box-sizing: border-box;
}
.subcontent .fileContainer {
  float: left;
  margin-bottom: 18px;
  clear: both;
  width: 700px;
}
.subcontent .fileContainer ul {
  float: left;
  width: 100%;
}
.subcontent .fileContainer li {
  padding: 15px 0 15px 0;
  float: left;
  width: 100%;
  position: relative;
}
.subcontent .fileContainer ul li a {
  float: left;
  padding-left: 40px;
}
.subcontent .fileContainer ul li a img {
  position: absolute;
  top: 6px;
  left: 0px;
}
.subcontent .calendar {
  float: left;
  clear: both;
  width: 700px;
  margin-bottom: 18px;
}
.subcontent .calendar > table {
  float: left;
  width: 300px;
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  background: /*BgColor*/ transparent /*BgColor*/;
  border-radius: 2px;
}
.subcontent .calendar table.header {
  border: 0px;
  background: /*BgColor*/ transparent /*BgColor*/;
}
.subcontent .calendar table.header td {
  border: 0 none;
  text-transform: uppercase;
  text-align: center;
  color: /*HeadlineColor*/ #000000 /*HeadlineColor*/;
}
.subcontent .calendar table.header td a {
  color: /*LinkColor*/ #000000 /*LinkColor*/ !important;
}
.subcontent .calendar table.header td a:hover {
  color: /*LinkHoverColor*/ #00aeef /*LinkHoverColor*/ !important;
  text-decoration: none;
}
.subcontent .calendar table td {
  height: 40px;
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  color: /*Color*/ #747474 /*Color*/;
  font-weight: bold;
}
.subcontent .calendar table th {
  height: 20px;
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  color: /*Color*/ #747474 /*Color*/;
  font-weight: bold;
  text-align: center;
}
.subcontent .calendar table td.day a {
  display: block;
  line-height: 40px;
  height: 40px;
  vertical-align: middle;
  width: 42px;
  position: relative;
  color: /*LinkColor*/ #000000 /*LinkColor*/;
}
.subcontent .calendar table td.day a:hover {
  color: /*LinkHoverColor*/ #00aeef /*LinkHoverColor*/;
  text-decoration: none;
}
.subcontent .calendar table td.day a span {
  display: block;
  position: absolute;
  height: 7px;
  width: 7px;
  top: 2px;
  left: 2px;
  border-top: 3px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  border-left: 3px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}
.subcontent .calendar table td.today {
  background: #eaeaea;
}
.subcontent .calendar table td.event {
  background-color: /*BgColor*/ transparent /*BgColor*/;
}
.subcontent .calendar table td.event a {
  color: /*LinkColor*/ #000000 /*LinkColor*/;
}
.subcontent .calendar table td.today.event span {
  display: none;
}
.subcontent .calendar table .today.event a:hover {
  color: /*LinkHoverColor*/ #00aeef /*LinkHoverColor*/;
}
.subcontent .calendar ul {
  float: left;
  width: 380px;
  margin-left: 18px;
}
.subcontent .calendar ul li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.subcontent .calendar ul li h4 a {
  float: left;
}
.subcontent .calendar ul li h4 em {
  font-size: 11px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
  float: right;
}
.subcontent .subcontent .calendar > table {
  width: 49%;
}
.subcontent .subcontent .calendar ul {
  width: 49%;
  float: right;
  margin: 0;
}
.subcontent .guestbook-form,
.subcontent .guestbook-entries {
  float: left;
  clear: both;
  width: 700px;
  margin-bottom: 18px;
}
.subcontent .guestbook-form textarea {
  width: 78%;
  max-width: 78%;
  min-width: 100px;
  height: 138px;
  min-height: 50px;
}
.subcontent .guestbook-form .form .field {
  width: 232.5px;
}
.subcontent .guestbook-form input[type=text] {
  width: 210.5px;
}
.subcontent .guestbook-form input[type=submit] {
  width: 45px;
}
.subcontent .guestbook-form .form {
  width: 100%;
  float: left;
}
.subcontent .guestbook-form .error {
  width: 150px;
  float: left;
  margin-left: 20px;
}
.subcontent .guestbook-form .error span {
  background: url(/gfx/Modules/starerror.png) no-repeat 0px 4px;
  padding-left: 15px;
  color: #c28484 !important;
  line-height: 20px;
}
.subcontent .guestbook-form .field.textarea {
  margin-bottom: 10px;
  width: 100%;
}
.subcontent .guestbook-gravatar {
  display: none;
}
.subcontent .guestbook-entries .guestbook-entry {
  float: left;
  clear: both;
  width: 700px;
}
.subcontent .guestbook-entries .guestbook-entry h3 {
  float: left;
}
.subcontent .guestbook-entries .guestbook-entry h3 em {
  font-size: 11px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
  float: right;
}
.subcontent .guestbook-entries .guestbook-entry {
  float: left;
  padding: 20px 0px 3px 0px;
  width: 700px;
  border-top: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}
.subcontent .commentlist-headline {
  margin-top: 40px;
}
.subcontent .guestbook-entries h3 em {
  font-size: 11px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
  float: right;
}
.subcontent .dealerlist {
  float: left;
  clear: both;
  margin-bottom: 18px;
}
.subcontent .dealerlist h4 img {
  width: auto;
}
.subcontent .dealerlist h3 {
  float: none;
}
.subcontent .dealerlist .list {
  float: left;
  clear: both;
}
.subcontent .dealerlist .list img {
  width: auto;
}
.subcontent .dealerlist .list div {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  min-width: 150px;
  margin: 20px 20px 0 0;
}
.subcontent .dealerlist .list span {
  float: left;
  clear: left;
}
.subcontent .dealerlist .list a {
  float: left;
}
.subcontent .dealerlist .list > li {
  float: left;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  padding-bottom: 20px;
}
.subcontent .dealerlist .list > li:first-child {
  border-top: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}
.subcontent .dealerlist .list > li h3 {
  margin: 10px 0 0 0;
}
.subcontent .dealerlist .list > li ul {
  float: left;
  margin: 15px;
}
.subcontent .dealerlist .info {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.subcontent .dealerlist .info td {
  vertical-align: top;
  width: 26%;
}
.subcontent .dealerlist .info td:first-child {
  width: 22%;
}
.subcontent .dealerlist .info ul {
  float: left;
  line-height: 18px;
}
.subcontent .dealerlist .info li img {
  float: left;
  margin-right: 5px;
}
.subcontent .dealerlist .info li {
  padding-left: 21px;
}
.subcontent .dealerlist .info li:first-child {
  padding-left: 0px;
}
.subcontent .dealerlist .info li:first-child a img {
  width: 143px;
  margin: 0px;
}
.subcontent .dealerlist .info li:first-child a {
  float: left;
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  padding: 5px;
  background: /*BgColor*/ transparent /*BgColor*/;
  border-radius: 2px;
  margin: 0px 20px 0px 0px;
}
.subcontent .dealerlist .info li:first-child a:hover {
  border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
}
.subcontent .dealerlist .header {
  float: left;
  clear: both;
  width: 100%;
  border-top: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  padding-top: 7px;
  padding-bottom: 7px;
}
.subcontent .dealerlist .header h2 {
  width: 100%;
}
.subcontent .dealerlist .header .sorting {
  float: left;
}
.subcontent .dealerlist .header .sorting > div {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.subcontent .dealerlist .header .sorting > div:first-child {
  padding-top: 6px;
  padding-right: 6px;
}
.subcontent .dealerlist .sorting select {
  margin-right: 6px;
}
.subcontent .dealerlist .sorting select,
.subcontent .dealerlist .sorting input {
  margin-top: 6px;
}
.subcontent .dealerlist .sorting .button {
  padding: 2px 10px;
  height: 22px;
  float: none;
}
.subcontent .dealerlist .search {
  float: left;
  clear: both;
  margin-bottom: 20px;
}
.subcontent .dealerlist .search .textfield {
  float: left;
}
.subcontent .dealerlist .search .textfield input {
  margin-top: 6px;
}
.subcontent .dealerlist .search .textfield input[type=text] {
  margin-right: 6px;
}
.subcontent .dealerlist .search .checkfield {
  float: left;
}
.subcontent .dealerlist .checkfield ul {
  float: left;
}
.subcontent .dealerlist .checkfield ul li {
  margin: 10px 15px 0px 0px;
  height: 18px;
  float: left;
  padding: 5px 10px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
  border-radius: 2px;
  line-height: 18px;
}
.subcontent .dealerlist .checkfield ul li label {
  margin-left: 5px;
  float: left;
}
.subcontent .dealerlist .checkfield ul li input {
  float: left;
  margin-top: 2px;
}
.subcontent .dealerlist .pagingContainer {
  float: left;
  padding-top: 7px;
}
.subcontent .dealerlist .pagingContainer table {
  width: 100%;
}
.subcontent .dealerlist .pagingContainer td {
  text-align: center;
  width: 75px;
}
.subcontent .dealerlist .pagingContainer span {
  padding: 5px;
  float: none;
}
.subcontent .dealerlist .pagingContainer .pagingNumbers {
  width: 400px;
}
.subcontent .FamilyTree {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 18px;
  word-break: break-all;
}
.subcontent .FamilyTree td {
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  background: /*BgColor*/ transparent /*BgColor*/;
  padding: 5px;
}
.subcontent .horseview {
  float: left;
  width: 700px;
  clear: both;
  margin-bottom: 18px;
}
.subcontent .wysiwyg {
  float: left;
  width: 700px;
  clear: both;
  margin-bottom: 18px;
}
.subcontent .wysiwyg ul li {
  list-style: disc;
  margin-left: 20px;
}
.subcontent .wysiwyg span {
  float: none;
}
.subcontent .wysiwyg strong {
  font-weight: bold;
}
.subcontent .view-counter {
  float: left;
  width: 700px;
  clear: both;
  margin-bottom: 18px;
}
.subcontent .videocontainer {
  float: left;
  clear: both;
  margin-bottom: 18px;
}
.subcontent .videocontainer .videoImage {
  width: 100%;
  max-width: 640px;
}
.subcontent .videocontainer .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  display: block;
  margin: auto;
}
.subcontent .videocontainer .videoWrapper object,
.subcontent .videocontainer .videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.subcontent .videocontainer .playButton {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -42px 0px 0px -42px;
}
.subcontent .addthis_toolbox {
  float: left;
  clear: both;
  margin-bottom: 18px;
}
.subcontent .homeModule .searchWrapper td {
  padding: 4px;
}
.subcontent .homeModule input {
  float: none;
  margin: 0;
}
.subcontent .homeModule .homeList {
  width: 100%;
}
.subcontent .homeModule .homeList td,
.subcontent .homeModule .homeList th {
  padding: 8px;
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  background-color: /*BgColor*/ transparent /*BgColor*/;
}
.subcontent .homeModule .currentPage {
  text-decoration: underline;
}
/***********************************************************/
/*  ADMINISTRATION LAYOUT  ****************************************/
.admincontent {
  width: 700px;
  background: #ffffff;
}
.admincontent fieldset {
  padding: 10px 10px 3px 10px;
  background: /*BgColor*/ transparent /*BgColor*/;
  overflow: hidden;
  margin-bottom: 18px;
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  border-radius: 2px;
}
.admincontent .EmptyContentModule {
  margin-bottom: 18px;
}
.admincontent .faq h1 {
  font-size: 15px;
  font-weight: bold;
}
.admincontent div .image {
  width: 48%;
  margin-right: 2%;
}
.admincontent .fourImages span {
  width: 24%;
  margin-right: 1%;
}
.cke_editable {
  background: /*BgColor*/ transparent /*BgColor*/ !important;
  padding: 20px;
}
.cke_editable ol,
.cke_editable ul {
  margin: 1em 0;
}
.cke_editable ol li {
  list-style: decimal;
  margin-left: 3em;
  padding-left: 0.5em;
}
.cke_editable ul li {
  list-style: disc;
  margin-left: 3em;
  padding-left: 0.5em;
}
/***********************************************************/
/*  POPUP CONTENT LAYOUT  ****************************************/
.popupcontent {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.popupcontent .calendarview {
  margin: 10px;
}
.popupcontent .calendarview .stylebox {
  border: /*BorderColor*/ #d6d6d6 /*BorderColor*/ solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
  background: /*BgColor*/ transparent /*BgColor*/;
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 10px;
  clear: both;
  overflow: auto;
}
.popupcontent .calendarview h2 {
  text-align: center;
  padding-top: 7px;
  float: left;
  width: 70%;
  font-size: 30px;
}
.popupcontent .calendarview h1,
.popupcontent .calendarview p {
  padding-bottom: 10px;
}
.popupcontent .calendarview h1 {
  padding-bottom: 0px;
  font-size: 20px;
}
.popupcontent .calendarview .arrow {
  float: left;
  width: 15%;
  text-align: center;
  padding-top: 20px;
}
.popupcontent .calendarview .paging {
  text-align: center;
  padding: 8px 0px;
}
.popupcontent .calendarview .paging table {
  width: 100%;
  text-align: center;
}
.popupcontent .calendarview .paging td input {
  margin-right: 5px;
}
.popupcontent .calendarview .arrow:first-child {
  /*float: left;
            text-align: left;
            width:50%;*/
}
.popupcontent .calendarview #tblApply td {
  padding: 2px;
}
.popupcontent .calendarview input[type=submit] {
  padding: 5px;
}
.popupcontent .calendarview .bookingButton span {
  color: #ffffff;
  padding: 10px;
  border-radius: 2px;
  font-weight: bold;
  float: right;
  background: #e12e2e;
}
.popupcontent .calendarview .bookingButton a span {
  background: #5bbb5b;
}
.popupcontent .searchview {
  width: 700px;
  margin: 20px auto;
}
.popupcontent .searchview h1 {
  width: auto;
  float: left;
}
.popupcontent .searchview .search {
  float: right;
}
.popupcontent .searchview .searchpages {
  float: left;
  width: 700px;
  text-align: center;
  padding-top: 10px;
  height: 28px;
  display: block;
}
.popupcontent .searchview .searchpages a {
  padding: 5px 10px;
  text-align: center;
  background: #fcfcfc;
  display: inline-block;
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}
.popupcontent .searchview .searchpages a:hover {
  text-decoration: none;
  color: /*LinkHoverColor*/ #00aeef /*LinkHoverColor*/;
  border-color: /*ActiveBorderColor*/ #d6d6d6 /*ActiveBorderColor*/;
}
.popupcontent .searchview .searchpages a.active {
  color: /*LinkColor*/ #000000 /*LinkColor*/;
}
.popupcontent .searchview .searchpages a:active {
  background: /*BgColor*/ transparent /*BgColor*/;
  color: /*LinkColor*/ #000000 /*LinkColor*/;
}
.popupcontent .searchview .resultlist {
  overflow: auto;
  height: 420px;
  float: left;
  width: 700px;
}
.popupcontent .searchview .searchitem {
  float: left;
  padding: 20px 0px;
  width: 660px;
  border-bottom: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}
.popupcontent .searchview .searchitem:first-child {
  border-top: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}
.popupcontent .searchview .searchitem h2 a {
  float: left;
}
.popupcontent .searchview .searchitem h2 em {
  font-size: 11px;
  color: /*SubHeadlineColor*/ #0d1241 /*SubHeadlineColor*/;
  float: right;
}
.popupcontent .searchview .searchitem span {
  text-decoration: underline;
}
/***********************************************************/
.images .overlay {
  position: absolute;
  top: 0;
  left: -100%;
}
/***********************************************************/
body {
  -webkit-text-size-adjust: 100%;
}
.pnlEditModule {
  position: absolute !important;
}
.subcontent {
  width: 100%;
}
.logoWrapper {
  clear: right;
  text-align: center;
  margin-bottom: 20px;
  float: left;
}
.logoWrapper img {
  width: 100%;
  max-width: 220px;
}
.menuWrapper {
  margin-bottom: 10px;
  float: right;
  padding-top: 31px;
}
.contentWrapper {
  max-width: 700px;
  overflow: hidden;
  padding-top: 20px;
}
#alt-caption {
  background-color: #e8e8e8;
  color: #2c2c2c;
  font-size: 15px;
  text-align: center;
  height: 28px;
  text-transform: uppercase;
  line-height: 28px;
}
.horseSaleWrapper .smallImages div {
  display: inline-block;
  width: 90px;
  padding: 4px;
  margin: 4px;
  text-align: center;
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}
.horseSaleWrapper #div-stamtavle td {
  word-wrap: break-word;
  word-break: break-all;
  padding: 6px;
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}
.horseSaleWrapper .horse-headlinebar {
  font-weight: bold;
  font-size: 16px;
  margin: 14px 0 14px 0;
}
.horseSaleWrapper #div-info table {
  margin: auto;
  border: 1px solid /*BorderColor*/ #d6d6d6 /*BorderColor*/;
}
.horseSaleWrapper #div-info table td {
  padding: 6px;
  text-align: left;
}
.horseListItem {
  min-width: 190px;
  display: inline-block;
  margin-bottom: 25px;
  vertical-align: top;
  width: 32.8%;
}
.horseview {
  text-align: center;
}
.frontPageLinksWrapper img {
  width: 100%;
}
.sitecontent .frontPageLinksWrapper h2 {
  float: none;
}
.sitecontent .frontPageLinksHeader {
  float: none;
}
.frontPageLinksWrapper h2 {
  text-align: left;
}
.frontPageLinksWrapper h2 a {
  color: /*HeadlineColor*/ #000000 /*HeadlineColor*/;
  font-size: 14px;
  font-weight: bold;
}
.separator img {
  width: 100%;
  min-height: 1px;
}
img {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.menuIcon {
  padding: 10px 8px;
  background-color: /*LinkColor*/ #000000 /*LinkColor*/;
  display: inline-block;
  border-radius: 4px;
  float: left;
  margin-bottom: 10px;
}
.contentWrapper .submenu ul li:first-child {
  display: none;
}
.frontPageLinksWrapper {
  font-size: 0;
  text-align: center;
  margin-bottom: 10px;
}
.frontPageLinksWrapper > h2 {
  float: none;
  margin-bottom: 20px;
}
.frontPageLinksWrapper .date {
  font-size: 10px;
  display: block;
  margin-bottom: 6px;
}
.frontPageLinksWrapper .itemWrapper > div {
  font-size: 13px;
  margin-top: 30px;
  text-align: left;
}
@media screen and (max-width: 479px) {
  .frontPageLinksWrapper .itemWrapper > div:first-child {
    margin-top: 0;
  }
}
.frontPageLinksWrapper .itemWrapper > div h2 {
  margin-bottom: 6px;
  float: none;
  text-transform: uppercase;
}
.frontPageLinksWrapper .itemWrapper > div h2 a {
  font-size: 14px;
  font-weight: bold;
}
.frontPageLinksWrapper .itemWrapper > div img {
  width: 100%;
  margin-bottom: 8px;
}
.frontPageLinksWrapper .news-teaser {
  margin-bottom: 6px;
}
@media screen and (min-width: 480px) {
  .frontPageLinksWrapper {
    overflow: hidden;
  }
  .frontPageLinksWrapper .itemWrapper {
    margin: -2%;
  }
  .frontPageLinksWrapper .itemWrapper > div {
    width: 46%;
    margin: 2%;
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (min-width: 960px) {
  .brands {
    background-image: url('/gfx/layout/customers.jpg');
  }
  .brands .itemWrapper > div {
    width: 21%;
  }
  .contactInfo {
    width: 300px;
    float: left;
  }
}
html.sitecontent .frontPageCalender {
  margin-bottom: 60px;
}
html.sitecontent .frontPageCalender h1 {
  float: none;
  margin: 15px 1%;
  background: url(/gfx/CalendarLogo.png) left top no-repeat;
  min-height: 30px;
  width: auto;
  padding-left: 35px;
}
html.sitecontent .frontPageCalender .linkToCalendar {
  display: block;
  margin: 20px 1% 0 1%;
}
html.sitecontent .frontPageCalender .itemWrapper a {
  display: block;
  text-transform: uppercase;
  color: /*HeadlineColor*/ #000000 /*HeadlineColor*/;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 1%;
}
html.sitecontent .frontPageCalender .itemWrapper a:hover {
  background-color: #efefef;
}
html.sitecontent .frontPageCalender .itemWrapper span {
  display: inline-block;
  vertical-align: middle;
}
html.sitecontent .frontPageCalender .itemWrapper span.date {
  color: #808080;
  text-align: center;
  margin-right: 20px;
}
html.sitecontent .frontPageCalender .itemWrapper .arrow {
  color: /*CustomColor*/ transparent /*CustomColor*/;
  float: right;
  margin-top: 8px;
}
.frontPageNews {
  font-size: 0;
  margin-bottom: 28px;
  padding: 20px 0px;
}
.frontPageNews .itemWrapper {
  margin: 0 1%;
}
.frontPageNews .linkToNews {
  display: block;
  margin: 20px 1% 0 1%;
}
#frontPageNews h1 {
  float: none;
  margin: 15px 1%;
  background: url(/gfx/CalendarLogo.png) left top no-repeat;
  min-height: 30px;
  width: auto;
  padding-left: 35px;
}
.frontPageWrapper .frontPageNews .date {
  font-size: 11px;
  display: block;
  margin-bottom: 8px;
}
.frontPageNews .itemWrapper > div {
  font-size: 13px;
  margin-top: 30px;
  text-align: left;
}
@media screen and (max-width: 479px) {
  .frontPageNews .itemWrapper > div:first-child {
    margin-top: 0;
  }
}
.frontPageNews .itemWrapper > div h2 {
  margin-bottom: 8px;
  float: none;
  text-transform: uppercase;
}
.frontPageNews .itemWrapper > div h2 a {
  font-size: 14px;
  font-weight: bold;
}
.frontPageNews .itemWrapper > div img {
  width: 100%;
  margin-bottom: 8px;
}
.frontPageNews .news-teaser {
  margin-bottom: 6px;
}
@media screen and (min-width: 480px) {
  .frontPageNews {
    overflow: hidden;
  }
  .frontPageNews .itemWrapper {
    margin: -2% -1%;
  }
  .frontPageNews .itemWrapper > div {
    width: 46%;
    margin: 2%;
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (min-width: 960px) {
  .frontPageNews .itemWrapper > div {
    width: 29%;
    text-align: center;
  }
}
.frontPageTextWrapper {
  margin: 40px 0 40px 0;
  padding: 0 30px;
}
@media screen and (min-width: 960px) {
  .hiddenOver960 {
    display: none;
  }
  .contentWrapper .submenu {
    display: none;
  }
  .maxWidthWrapper {
    max-width: 920px;
    margin: auto;
    padding: 0 10px;
  }
  .submenuWrapper {
    width: 200px;
    float: left;
    margin-right: 20px;
    margin-top: 24px;
  }
  .submenuWrapper .menuIcon {
    display: none;
  }
  .submenuWrapper .submenu {
    display: block !important;
  }
  .submenuWrapper .submenu ul li {
    display: none;
  }
  .submenuWrapper .submenu ul li a {
    padding: 5px;
    line-height: 20px;
  }
  .submenuWrapper .submenu ul li.open {
    display: block;
  }
  .submenuWrapper .submenu ul li > i {
    padding: 0 !important;
  }
  .contactwrapper {
    width: 300px;
    float: right;
  }
  div.footerWrapper > div.space.footer.maxWidthWrapper > div.contactInfo > ul {
    text-align: left;
  }
  div.footerWrapper > div.space.footer.maxWidthWrapper > div.contactInfo > ul li {
    font-size: 11px;
    display: block;
    margin: 0px;
  }
}
@media screen and (max-width: 959px) {
  .hiddenUnder960 {
    display: none;
  }
  .submenuImage,
  .submenuHtml {
    display: none;
  }
  .frontPageText {
    text-align: left;
  }
  .maxWidthWrapper {
    max-width: 700px;
    margin: auto;
    padding: 0 10px;
  }
  .menuWrapper {
    display: none;
  }
  .submenuWrapper {
    float: none;
    clear: both;
    margin: auto;
    width: 100%;
  }
  .submenuWrapper .submenu {
    margin: 0;
    margin-bottom: 10px;
    display: none;
  }
  .submenuWrapper .submenu ul li {
    display: block;
  }
  div.footerWrapper > div.space.footer.maxWidthWrapper > div.contactInfo > h2 {
    text-align: center;
  }
  iframe {
    height: 375px;
    width: 1px;
    min-width: 100%;
    *width: 100%;
  }
  .contactwrapper {
    padding-top: 30px;
  }
}
@media screen and (min-width: 481px) {
  .subcontent .calendar > table {
    width: 49%;
  }
  .subcontent .calendar ul {
    width: 49%;
    float: right;
    margin: 0;
  }
  .frontpagelinks2 {
    margin-top: 35px;
  }
  .frontpagelinks2 .itemWrapper > div {
    width: 29%;
    text-align: center;
  }
  .frontPageLinksWrapper h2 {
    text-align: center;
  }
}
@media screen and (min-width: 481px) and (max-width: 959px) {
  .logoWrapper {
    clear: none;
  }
  .horseListItem {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  .logoWrapper {
    clear: both;
    float: none;
    text-align: center;
  }
  .sitecontent #divPageContents > div {
    font-size: 13px;
    line-height: 140%;
  }
  .subcontent .calendar > table {
    float: none;
    width: 100%;
  }
  .subcontent .calendar ul {
    float: none;
    margin-left: 0;
    width: auto;
    margin-top: 10px;
  }
  .popupcontent .calendarview .stylebox {
    float: none;
    width: 100%;
    box-sizing: border-box;
  }
  .popupcontent .calendarview .stylebox .arrow {
    display: none;
  }
  .popupcontent .calendarview .stylebox h2 {
    width: 100%;
  }
  .horseListItem {
    width: 100%;
  }
  .frontpagelinks2 {
    margin-top: 50px;
  }
  .frontpagelinks2 h2 {
    text-align: center;
  }
  .frontpagelinks2 div {
    text-align: center;
  }
}
@media screen and (min-width: 361px) {
  .subcontent div span.image:first-child {
    width: 48%;
    margin-right: 2%;
  }
  .subcontent div span.image + span.image {
    width: 48%;
    margin-left: 2%;
    margin-right: 0%;
  }
  .subcontent .fourImages span {
    width: 24%;
    margin-right: 1.33%;
  }
  .subcontent .fourImages span + span + span + span {
    margin: 0;
  }
  .subcontent .gallery ul li {
    width: 22%;
    margin-right: 3.33%;
    margin-bottom: 3.33%;
  }
  .subcontent .gallery ul li + li + li + li {
    margin: 0;
  }
  .newsitem a img {
    width: 160px;
  }
}
@media screen and (max-width: 360px) {
  .subcontent div span.fl,
  .subcontent div span.fr {
    width: 100%;
    margin: 0 0 20px 0;
    max-width: none !important;
  }
  .subcontent div span.image {
    width: 100%;
  }
  .subcontent div span.image:first-child {
    margin-bottom: 4px;
  }
  .subcontent .fourImages span {
    width: 48%;
    margin: 2%;
  }
  .subcontent .fourImages span:first-child {
    margin-left: 0;
  }
  .subcontent .fourImages span + span {
    margin-right: 0;
  }
  .subcontent .fourImages span + span img {
    float: right;
  }
  .subcontent .fourImages span + span + span {
    margin-right: 2%;
    margin-left: 0;
    clear: left;
  }
  .subcontent .fourImages span + span + span img {
    float: left;
  }
  .subcontent .fourImages span + span + span + span {
    margin-right: 0;
    margin-left: 2%;
    clear: none;
  }
  .subcontent .fourImages span + span + span + span img {
    float: right;
  }
  .subcontent .gallery li {
    width: 46%;
    margin: 0 4% 4% 0;
  }
  .subcontent .gallery li:first-child + li + li {
    clear: left;
  }
  .subcontent span.loggedInHeader {
    height: auto;
    min-height: 18px;
  }
  .subcontent .login input {
    margin: 0;
  }
  .subcontent .newsitem a {
    width: 100%;
    float: none;
  }
  .subcontent .newsitem a img {
    width: 100%;
  }
  .subcontent .newsitem h2 em {
    clear: both;
    float: left;
    margin-top: 4px;
  }
  .subcontent .newsview em {
    float: left;
    clear: both;
    margin-top: 6px;
  }
}
#tinybodyWrapper {
  padding: 20px;
}
#tinybodyWrapper #tinybody {
  width: 100%;
  margin: auto;
}
#tinybodyWrapper #tinybody .tinycontent {
  padding: 10px;
}
#tinybodyWrapper #tinybody .sitebottom {
  padding: 10px;
}
#tinybodyWrapper #tinybody .menu {
  margin-bottom: 4px;
}
#tinybodyWrapper #tinybody .menu a {
  display: inline-block;
  padding: 8px;
}
#tinybodyWrapper #tinybody .img {
  margin-bottom: 15px;
  width: 100%;
}
#tinybodyWrapper #tinybody h1 {
  font-size: 22px;
  margin-bottom: 10px;
}
#tinybodyWrapper #tinybody h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
#tinybodyWrapper #tinybody p {
  margin-bottom: 15px;
}
#tinybodyWrapper #tinybody .border {
  border-style: solid;
  border-width: 1px;
}
.admin-design-s {
  font-size: 12px;
}
.admin-design-s h1,
.admin-design-s h2,
.admin-design-s h3 {
  font-family: 'Myriad Pro';
  text-transform: none;
}
.admin-design-s h1 {
  font-size: 30px;
}
.admin-design-s h2 {
  font-size: 22px;
}
.admin-design-s h3 {
  font-size: 18px;
}
.admin-design-s .spacerM {
  margin-bottom: 20px;
}
.admin-design-s .spacerL {
  margin-bottom: 40px;
}
.admin-design-s .button {
  display: inline-block;
  border: none;
  background-color: #2d517e;
  color: white;
  font-size: 16px;
  padding: 10px;
  cursor: pointer;
}
.admin-design-logo input[type="number"],
.admin-design-logo select {
  font-size: 16px;
  padding: 8px;
}
.admin-design-logo .imageWrapper {
  border: 1px solid #CCCCCC;
  width: 920px;
}
.admin-design-text input[type="text"] {
  font-size: 16px;
  width: 400px;
  padding: 8px;
}
.admin-design-text select {
  font-size: 16px;
  padding: 8px;
}
.admin-design-index .largeButton {
  display: block;
  background-color: #2d517e;
  color: white;
  font-size: 40px;
  padding: 20px;
  font-family: 'Myriad Pro';
}
.admin-design-index .largeButton:hover {
  background-color: #e86b00;
}
.admin-design-index .largeButton span {
  text-align: center;
  font-size: 12px;
}
.admin-design-index .largeText {
  font-size: 18px;
}
.admin-design-style .saveBtn {
  padding: 10px 40px;
  background-color: #303946;
  color: white;
  font-size: 38px;
  font-family: 'Myriad Pro';
  border: none;
}
.admin-design-style .colorSelects td {
  padding: 4px;
}
.admin-design-style .colorSelects input[type="text"].color {
  width: 50px;
  border: 1px solid #a9a9a9;
}
.admin-design-style .colorTemplates > div {
  display: inline-block;
  margin-right: 10px;
}
.admin-design-style .colorTemplates input[type="radio"] {
  vertical-align: bottom;
}
