/**
 * @project http://www.TCMS.at
 * @file style.css
 * @since 12.05.2009 11:44:05
 * @version 1.3.004
 *
 * @author Promaetheus
 * @copyright 2009 PromaDesign.com
 */

body {
  font-family: Arial, Geneva, Helvetica, sans-serif, Verdana;
  font-size: 12px;
  background: #483C80;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

/* LINKS START */
a {
  color: #7483AF;
  text-decoration: underline;
  font-family : Arial, Geneva, Helvetica, sans-serif, Verdana;
  font-size : 12px;
  font-weight : normal;
}

a:hover {
  color: #FF0000;
  text-decoration: none;
  font-family : Arial, Geneva, Helvetica, sans-serif, Verdana;
  font-size : 12px;
  font-weight : normal;
}

a.breadcrumb {
  font-family : Arial, Geneva, Helvetica, sans-serif, Verdana;
  font-size: 15px;
  font-weight : bold;
  color: #E18700;
  text-decoration: none;
}

a.breadcrumb:hover {
  font-family : Arial, Geneva, Helvetica, sans-serif, Verdana;
  font-size: 15px;
  font-weight : bold;
  color: #E18700;
  text-decoration: underline;
}

a.footer {
  color: #203053;
  font-weight: bold;
}

a.footer:hover {
  color: #FF0000;
  font-weight: bold;
}
/* LINKS END */

/* INPUT FIELD DEFINITION START */
input, textarea, .input {
  font-family : Arial, Geneva, Helvetica, sans-serif, Verdana;
  font-size : 12px;
  font-weight : normal;
  color : #000000;
  border: 1px solid #483C80;
  background-Color: #FFFFFF;
}

option, select {
  font-family : Arial, Geneva, Helvetica, sans-serif, Verdana;
  font-size : 12px;
  font-weight : normal;
  color : #000000;
  border: 1px solid #203053;
  background-Color: #FFFFFF;
}

.borderless {
  border-style: none;
  background-color: #FFFFFF;
}

/* .imagedescription extends input */
.imagedescription {
  padding: 5px;
  margin-top: 10px;
}

/* .imagecomment extends input */
.imagecomment {
  padding: 5px;
  margin-top: 10px;
  border-style: dashed;
}

a.formButton, a.formButton:hover {
  font-family: Arial, Geneva, Helvetica, sans-serif, Verdana;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  border: 1px solid #483C80;
  background-Color: #FFFFFF;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 1px;
  padding-bottom: 1px;
  text-decoration: none;
  cursor: default;
}
/* INPUT FIELD DEFINITION END */

/* ERROR DEFINITION START */
TABLE.error {
  font-family : Arial, Geneva, Helvetica, sans-serif, Verdana;
  font-size: 12px;
  font-weight : normal;
  color : #000000;
  BORDER-LEFT: 2px solid #ff0000;
  BORDER-RIGHT: 2px solid #ff0000;
  BORDER-TOP: 2px solid #ff0000;
  BORDER-BOTTOM: 2px solid #ff0000;
  background-Color: #fff4f4;
}
/* ERROR DEFINITION END */

/* COMMON ELEMENTS DEFINITION START */
TD {
  font-family : Arial, Geneva, Helvetica, sans-serif, Verdana;
  color: #000000;
  font-size: 12px;
  font-weight : normal;
}
/* COMMON ELEMENTS DEFINITION END */

TD.footer {
  font-family : Arial, Geneva, Helvetica, sans-serif, Verdana;
  font-size: 12px;
  color: #203053;
  text-align: center;
  vertical-align: center;
  border-top: 2px solid #483C80;
  height: 35px;
  font-weight: bold;
}

TD.rowNav {
  padding-top: 25px;
  padding-left: 25px;
}

TD.rowContent {
  padding: 25px;
}

TD.rowImages {
  padding-top: 25px;
  padding-right: 25px;
}

.linkWiki {
  border-bottom: 1px dotted;
}
.popupWiki {
  background: #E4E4E4;
}

/* SITE HEADER e.g. "IMPRINT"*/
.header {
  font-family: Arial, Geneva, Helvetica, sans-serif, Verdana;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  background: #483C80;
  margin-bottom: 10px;
  padding: 5px;
  text-align: center;
}

/* TITLE = CONTENT HEADER ON STARTSITE */
.title {
  font-family: Arial, Geneva, Helvetica, sans-serif, Verdana;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #483C80;
  margin-bottom: 10px;
  padding: 3px;
  margin-top: 5px;
}

/* SUBTITLE OF CONTENT */
.stitle {
  font-family : Arial, Geneva, Helvetica, sans-serif, Verdana;
  font-size: 13px;
  font-weight : bold;
  color : #203053;
  margin-bottom: 10px;
}

/* CONTENT */
.content {
  font-family : Arial, Geneva, Helvetica, sans-serif, Verdana;
  font-size: 12px;
  font-weight : normal;
  color : #000000;
  margin-bottom: 10px;
}

/* nav style start */
a.navig {
  font-family: Arial, verdana, arial, sans-serif;
  font-size: 14px;
  color: #203053;
  font-weight: bold;
  text-decoration: none;
}

a.navig:hover {
  font-family: Arial, verdana, arial, sans-serif;
  font-size: 14px;
  color: #B78B26;
  font-weight: bold;
  text-decoration: none;
}

a.sub {
  font-size: 14px;
  margin-top: 0px;
  color: #203053;
  text-transform: none;
}

a.sub:hover {
  font-size: 14px;
  color: #B78B26;
  text-decoration: none;
  text-transform: none;
}

a.active {
  color: #B78B26;
}

span.navig {
  margin-top: 5px;
  line-height: 20px;
  padding-left: 10px;
  display: block;
  color: #000000;
  /* background: #D7BB70; */
  font-family: Arial, verdana, arial, sans-serif;
  font-size: 16px;
  color: #990000;
  font-weight: bold;
}

span.sub {
  padding-left: 35px;
  font-size: 13px;
  margin-top: 3px;
  color: #990000;
  background-image: url(site/icon_nav_list.gif);
  background-repeat: no-repeat;
  background-position: 1.5em 0.1em;
}

span.active {
  color: #000000;
  text-decoration: none;
/*
  background-image: url(site/icon_nav_main.gif);
  background-repeat: no-repeat;
  background-position: 1em 0.2em;
*/
}
/* nav style end */

/* format normal list start */
ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  padding-top: 0px;
}

li {
  padding-left: 15px;
  padding-top: 2px;
  background-image: url(site/icon_list.gif);
  background-repeat: no-repeat;
  background-position: 0.1em 0.5em;
}
/* format normal list end */

#image {
  position: relative;
  border: 1px solid black;
  /* actionbuttons left or right */
  text-align: right;
}

#largeImages {
  margin-left: 0px;
  margin-bottom: 10px;
  /* float: left; */
}

hr {
  border: 1px solid #CCCCCC;
}

/* MODULES START */

  /* GENERAL BOX DEFINITIONS START */
  .box {
    width: 100%;
    border: 1px solid #483C80;
    background: #E4E4E4;
  }

  .boxHeader {
    background: #483C80;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 5px;
  }

  .boxContent {
    padding: 5px;
    background: #E4E4E4;
    color: #000000;
  }

  .box input, .box textarea, .box input, .box option, .box select {
    background: #FFFFFF;
  }
  /* GENERAL BOX DEFINITIONS END */

  /* TEASERBOX START */
  .boxTeaser {
  }

  .boxTeaserHeader {
  }

  .boxTeaserContent {
  }
  /* TEASERBOX END */

  /* NEWSBOX START */
  .boxNews {
  }

  .boxNewsHeader {
  }

  .boxNewsContent {
  }
  /* NEWSBOX END */

  /* INFOBOX START */
  .boxInfo {
  }

  .boxInfoHeader {
  }

  .boxInfoContent {
  }
  /* INFOBOX END */

  /* SEARCHBOX START */
  .boxSearch {
  }

  .boxSearchHighlight {
    color: #FF0000;
    font-weight: bold;
    background: #E2E2E2;
  }
  /* SEARCHBOX END */

  /* WEATHERBOX START */
  .boxWeather {
  }

  .boxWeatherHeader {
  }

  .boxWeatherContent {
  }
  /* WEATHERBOX END */

  /* EASYBOOKINGBOX START */
  .boxEasybooking {
  }

  .boxEasybookingHeader {
  }

  .boxEasybookingContent {
  }
  /* EASYBOOKINGBOX END */

/* MODULES END */