/**
 * @project http://www.TCMS.at
 * @file style.css
 * @since 26.11.2007 19:53:26
 * @version 1.0.1
 *
 * @author Promaetheus
 * @copyright 2007  PromaDesign.com
 */

html {
  height: 100%;
}

body {
  font-family: Arial, Times New Roman, Times, serif, Geneva, Helvetica, sans-serif, Verdana;
  font-size: 12px;
  background: #F0F0F0;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  height: 100%;
}

/* LINKS START */
a {
  color: #FF9900;
  text-decoration:none;
  font-family : Arial, Times New Roman, Times, serif, Geneva, Helvetica, sans-serif, Verdana;
  font-size : 12px;
  font-weight : normal;
}

a:hover {
  color: #FF9900;
  text-decoration: underline;
  font-family : Arial, Times New Roman, Times, serif, Geneva, Helvetica, sans-serif, Verdana;
  font-size : 12px;
  font-weight : normal;
}

a.breadcrumb {
  font-family : Verdana, Arial, Times New Roman, Times, serif, Geneva, Helvetica, sans-serif;
  font-size: 14px;
  font-weight : bold;
  color: #FF9900;
  text-decoration: none;
}

a.breadcrumb:hover {
  font-family : Verdana, Times New Roman, Times, serif, Arial, Geneva, Helvetica, sans-serif;
  font-size: 14px;
  font-weight : bold;
  color: #FF9900;
  text-decoration: underline;
}

a.footer {
  color: #FFFFFF;
  font-family: Arial, Times New Roman, Times, serif, Geneva, Helvetica, sans-serif, Verdana;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
}

a.footer:hover {
  color: #FF9900;
  font-family: Arial, Times New Roman, Times, serif, Geneva, Helvetica, sans-serif, Verdana;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
}
/* LINKS END */

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

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

.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: Verdana, Times New Roman, Times, serif, Arial, Geneva, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  border: 1px solid #FF9900;
  background-Color: #F0F0F0;
  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 : Verdana, Times New Roman, Times, serif, Arial, Geneva, Helvetica, sans-serif;
  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 : Verdana, Times New Roman, Times, serif, Arial, Geneva, Helvetica, sans-serif;
  color: #000000;
  font-size: 12px;
  font-weight : normal;
}
/* COMMON ELEMENTS DEFINITION END */

TD.footer {
  color: #FFFFFF;
  font-family : Arial, Times New Roman, Times, serif, Geneva, Helvetica, sans-serif, Verdana;
  font-size: 13px;
  font-weight : normal;
  padding: 5px;
}

TD.rowNav {
  padding-top: 20px;
  padding-bottom: 20px;
}

TD.rowContent {
  padding: 20px;
}

TD.rowImages {
  color: #FFFFFF;
}

/* SITE HEADER e.g. "IMPRINT"*/
.header {
  font-family: Verdana, Times New Roman, Times, serif, Arial, Geneva, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #FF9900;
  margin-bottom: 10px;
  padding-left: 0px;
}

/* TITLE = CONTENT HEADER ON STARTSITE */
.title {
  font-family: Verdana, Times New Roman, Times, serif, Arial, Geneva, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #FF9900;
  margin-bottom: 10px;
  border-top: 1px solid #912027;
  padding-top: 3px;
}

/* SUBTITLE OF CONTENT */
.stitle {
  font-family : Arial, Times New Roman, Times, serif, Geneva, Helvetica, sans-serif, Verdana;
  font-size: 12px;
  font-weight : bold;
  color : #000000;
  margin-bottom: 10px;
  padding-left: 16px;
  padding-right: 10px;
}

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

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

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

a.sub {
  font-size: 14px;
  margin-top: 0px;
  color: #FFFFFF;
}

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

a.active {
  color: #FF9900;
}

span.navig {
  margin-top: 2px;
  line-height: 30px;
  padding-left: 30px;
  display: block;
  color: #FFFFFF;
  background: #333333;
  font-family: Arial, verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background-image: url(site/icon_nav_inactive.gif);
  background-repeat: no-repeat;
  background-position: 0.9em 0.8em;
}

span.sub {
  padding-left: 48px;
  border-bottom: 0px solid #D7BB70;
  font-size: 11px;
  margin-top: 0px;
  color: #FFFFFF;
  background: #333333;
  background-image: url(site/icon_nav_inactive.gif);
  background-repeat: no-repeat;
  background-position: 2.7em 0.9em;
}


span.navig.active {
  color: #000000;
  text-decoration: none;
  background-image: url(site/icon_nav_active.gif);
  background-repeat: no-repeat;
  background-position: 0.9em 0.8em;
}

span.navig.sub.active {
  background-image: url(site/icon_nav_active.gif);
  background-repeat: no-repeat;
  background-position: 2.7em 0.9em;
}
/* nav style end */

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

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

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

/* MODULES START */

 /* MODULE TEASER START */

  /* TEASERBOX START */
  .boxTeaser {
    border: 1px solid #000000;
    margin-right: 10px;
    background-color: #FFFCE8;
  }

  .boxTeaserHeader {
    font-family: Verdana, Times New Roman, Times, serif, Arial, Geneva, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #771315;
    padding: 5px;
  }

  .boxTeaserContent {
    font-family: Verdana, Times New Roman, Times, serif, Arial, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    padding: 5px;
  }
  /* TEASERBOX END */

 /* MODULE TEASER END */

 /* MODULE NEWS START */

  /* NEWSBOX START */
  .boxNews {
    border: 1px solid #333333;
    margin-right: 10px;
    background-color: #FFFFFF;
    width: 99%;
  }
  .boxNewsHeader {
    font-family: Verdana, Times New Roman, Times, serif, Arial, Geneva, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #FF9900;
    padding: 5px;
  }
  .boxNewsContent {
    font-family: Arial, Verdana, Times New Roman, Times, serif, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    padding: 5px;
  }
  /* NEWSBOX END */

    /* INFOBOX START */
  .boxInfo {
    border: 1px solid #000000;
    margin-right: 10px;
    background-color: #FFFCE8;
  }
  .boxInfoHeader {
    font-family: Verdana, Times New Roman, Times, serif, Arial, Geneva, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #771315;
    padding: 5px;
  }
  .boxInfoContent {
    font-family: Verdana, Times New Roman, Times, serif, Arial, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    padding: 5px;
  }
  /* INFOBOX END */

/* MODULES END */
