/**
 * @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
 */

body {
  font-family: Arial, Verdana, Times, sans-serif;
  font-size: 12px;
  background: #E2E2E2;
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  color: #515E6F;
}

/* LINKS START */
a {
  color: #515E6F;
  text-decoration: underline;
  font-family : Arial, Verdana, Times, sans-serif;
  font-size : 12px;
  font-weight : normal;
}

a:hover {
  color: #515E6F;
  text-decoration: underline;
  font-family : Arial, Verdana, Times, sans-serif;
  font-size : 12px;
  font-weight : normal;
}

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

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

a.footer {
  color: #515E6F;
  font-family: Arial, Verdana, Times, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

a.footer:hover {
  color: #515E6F;
  font-family: Arial, Verdana, Times, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}
/* LINKS END */

/* INPUT FIELD DEFINITION START */
input, textarea, .input {
  font-family : Arial, Verdana, Times, sans-serif;
  font-size : 12px;
  font-weight : normal;
  color : #515E6F;
  border: 1px solid #515E6F;
  background-Color: #e2e2e2;
}

option, select {
  font-family : Arial, Verdana, Times, sans-serif;
  font-size : 12px;
  font-weight : normal;
  color : #515E6F;
  border: 1px solid #515E6F;
  background-Color: #e2e2e2;
}

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

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

/* .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, Verdana, Times, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #515E6F;
  border: 1px solid #515E6F;
  background-Color: #E2E2E2;
  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, Verdana, Times, sans-serif;
  font-size: 12px;
  font-weight : normal;
  color : #515E6F;
  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, Verdana, Times, sans-serif;
  color: #515E6F;
  font-size: 12px;
  font-weight : normal;
}
/* COMMON ELEMENTS DEFINITION END */

TD.footer {
  font-family : Arial, Verdana, Times, sans-serif;
  font-size: 13px;
  font-weight : bold;
}

TD.rowNav {
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 1px solid #e2e2e2;
}

TD.rowContent {
  padding: 20px;
}

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

HR {
  border: none;
  border-top: 2px dotted #e2e2e2;
  height: 1px;


}

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

/* TITLE = CONTENT HEADER ON STARTSITE */
.title {
  font-family: Arial, Verdana, Times, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #DF0000;
  margin-bottom: 10px;
  border-top: 2px dotted #E2E2E2;
  padding-top: 15px;
}

/* SUBTITLE OF CONTENT */
.stitle {
  font-family : Arial, Verdana, Times, sans-serif;
  font-size: 12px;
  font-weight : bold;
  color : #515E6F;
  margin-bottom: 10px;
}

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

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

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

a.sub {
  font-size: 11px;
  margin-top: 0px;
  color: #515E6F;
}

a.sub:hover {
  font-size: 11px;
  color: #515E6F;
  text-decoration: underline;
}

a.active {
  color: #DF0000;
}

span.navig {
  margin-top: 2px;
  line-height: 20px;
  padding-left: 22px;
  display: block;
  color: #515E6F;
  background: #e2e2e2;
  font-family: Arial, verdana, arial, sans-serif;
  font-size: 12px;
  color: #990000;
  font-weight: bold;
  background-image: url(site/icon_nav_main.gif);
  background-repeat: no-repeat;
  background-position: 0.4em 0.4em;
}

span.sub {
  border-bottom: 1px solid #e2e2e2;
  font-size: 11px;
  margin-top: 0px;
  color: #990000;
  background: #FFFFFF;
}

span.active {
  color: #DD6900;
  text-decoration: underline;
}
/* nav style end */

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

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

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

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

/* MODULES START */

.box {
    border: 1px dotted #3A393A;
    margin-left: 10px;
    background-color: #E2E2E2;
}

.boxHeader {
    font-family: Arial, Verdana, Times, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #DF0000;
    padding: 5px;
}

.boxContent {
    font-family: Arial, Verdana, Times, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #515E6F;
    padding: 5px;
}

 /* MODULE TEASER START */

  /* TEASERBOX START */
  .boxTeaser {
    border: 1px dotted #3A393A;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #E2E2E2;
  }

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

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

 /* MODULE TEASER END */

 /* MODULE NEWS START */

  /* NEWSBOX START */
  .boxNews {
    border: 1px dotted #3A393A;
    margin-left: 10px;
    background-color: #E2E2E2;
  }
  .boxNewsHeader {
    font-family: Arial, Verdana, Times, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #DF0000;
    padding: 5px;
  }
  .boxNewsContent {
    font-family: Arial, Verdana, Times, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #515E6F;
    padding: 5px;
  }
  /* NEWSBOX END */

    /* NEWSBOX START */
  .boxInfo {
    border: 1px dotted #3A393A;
    margin-left: 10px;
    background-color: #E2E2E2;
  }
  .boxInfoHeader {
    font-family: Arial, Verdana, Times, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #DF0000;
    padding: 5px;
  }
  .boxInfoContent {
    font-family: Arial, Verdana, Times, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #515E6F;
    padding: 5px;
  }
  /* NEWSBOX END */

  /* SEARCHBOX START */
.boxSearch {
  width: 242px;
}

.boxSearch input {
  font-family : Arial, Verdana, Times, sans-serif;
  font-size : 12px;
  font-weight : normal;
  color : #515E6F;
  border: 1px solid #515E6F;
  background-Color: #FFFFFF;
}

.boxSearchHighlight {
  color: #DF0000;
  font-weight: bold;
  background: #E2E2E2;
}
  /* SEARCHBOX END */
  
  /* STARTCONTENTBOX START */
.boxStartContent {
  margin: 0px;
  padding: 0px;
}

.boxStartContentHeader {
}

.boxStartContentContent {
}
  /* STARTCONTENTBOX END */

/* MODULES END */