/* --------------------------------------------------------------------------------

    $Id: style.css  22.04.2010 19:11:05 $

    @project      Websystem
    @version      $Id: v2.0 $

    @category     Design
    @package      CSS

    @file         style.css
    @encoding     UTF-8

    @author       Markus Görner <develop@it-syntonic.de>
    @copyright    (C) 2010 by it syntonic, Markus Görner

    @link         http://www.it-syntonic.de

   --------------------------------------------------------------------------------*/

body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-family: "DejaVu Sans",Tahoma, Helvetica, Arial, sans-serif;
  font-size: 11px;
  background: #941616 url(../../../templates/grossmann/images/background.png) repeat;
  color: #FFDCA8;
}

h1 {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .5px;
  color: #FFDFBF;
  border-bottom: 1px solid #FFDFBF;
}

h2 {
  font-size: 15px;
  letter-spacing: .5px;
  font-weight: bold;
  color: #FFDCA8;
}

h3 {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: .5px;
  color: #FFDCA8;
}

h4 {
  /*FREI*/
  margin:0px;
  padding:2px 0px 2px 0px;
  font-weight:bold;
  font-size:12px;
  letter-spacing:0.01em;
  color:#FD981E; /*orange*/
}

h5 {
  margin:0px;
  padding:2px 0px 2px 0px;
  font-weight:bold;
  font-size:12px;
  letter-spacing:0.01em;
  color:#FECF00; /*yellow*/
  border-bottom: 1px solid #FECF00;
}

h6 {
  margin:0px;
  padding:2px 0px 2px 0px;
  font-weight:bold;
  font-size:12px;
  letter-spacing:0.01em;
  color:#FD981E; /*orange*/
}

.size75 {
  text-transform:none;
  padding-left:10px;
  letter-spacing:0.1em;
  font-size:75%;
}

td, p {
  margin-top: 10px;
  margin-bottom: 10px;  
  font-size: 11.5px;
  line-height: 1.5;
}

a {
  color: #FD981E;
  text-decoration: none;
}

a:hover {
  color: #FECF00;
  text-decoration: none;
}

a.select {
  font-weight: bold;
  color: #FECF00;
  text-decoration: none;
}

p {
  letter-spacing: 0.1px;
  color:#FFDCA8;
}

.spacingTop {
  margin-top: 25px;
}

.spacingBottom {
  margin-bottom: 25px;
}

.tableTimetableInfo {
  margin: auto;
  margin-top: 10px;
  width: 100%;
}

.tableTimetableInfo td {
  padding: 3px;
  border:1px solid #FFDCA8;
  text-align: center;
  letter-spacing:0.01em;
}

img {
  border: 0;
}

.messages {
  margin: 5px;
  border: 1px solid #FF0000;  
}

.messages li.error {
  color: #BF0000;
}

.messages li.warning {
  color: #FFAA00;
}

.messages li.info {
  color: #0000FF;
}

.messages li.success {
  color: #008C00;
}

.table1Home {
  margin-top:10px;
  margin-left:10px;
  width:100%;
  border-spacing:0px;
}

.table1Home td {
  padding:0px;
  text-align: left;
  letter-spacing:0.01em;
}

.table2Home {
  margin-top:275px;
  padding-right: 8px;
  width:100%;
  border-spacing:0px;
}

.table2Home td {
  padding:0px;
  border:0px solid #FFDCA8;
  text-align: right;
  letter-spacing:0.01em;
}

.tableTimetable {
  margin: auto;
  margin-top: 10px;
  width: 100%;
  border-spacing:0px;
}

.tableTimetable td {
  padding: 2px;
  border:0px solid #3C3C3C;
  text-align: center;
  letter-spacing:0.01em;
}

table {
  margin: auto;
}

.table td {
  padding: 3px 5px 3px 5px;
  border:1px solid #FFDCA8;
  text-align: center;
  letter-spacing:0.01em;
}

.tableUnderline {
  margin-top:12px;
  margin-left:0px;
  width:100%;
  border-spacing:0px;
}

.tableUnderline td {
  padding:0px;
  border-bottom:1px solid #FFDCA8;
  text-align: left;
  letter-spacing:0.01em;
}

.tablePrice {
  margin:auto;
  text-decoration:none;
}

.tablePrice td {
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 0px;
  border:0px solid #FFDCA8;
  text-align:right;
}

.imgTrainer img {
  display:block;
  z-index:12;
  float:left;
  width:85px;
  height:107px;
  border-style:solid;
  border-width:1px;
  border-color:#D1D1D1 #B1B1B1 #747474 #C1C1C1;
  background:transparent url(../../../images/user.png) no-repeat;
  background-position: 0 center;
}

.imgBorder {
  display:block;
  float:left;
  margin-top:5px;
  overflow:hidden;
}

.imgBorder img {
  border:1px solid;
  border-color:#D1D1D1 #B1B1B1 #747474 #C1C1C1;
}

div.imgShadowRight {
  float: right;
  margin:10px 0px 10px 20px;
  padding: 0;
  background-color:#000;
}

div.imgShadowRight img {
  display:block;
  position:relative;
  border: 1px solid #666;
  top:-3px;
  left:-3px;
}

div.imgShadowLeft {
  float:left;
  margin:10px 20px 10px 0;
  padding:0;
  background-color:#000;
}

div.imgShadowLeft img {
  display:block;
  position:relative;
  border:1px solid #666;
  top:-3px;
  left:-3px;
}

.imgW3c {
  display:block;
  float:left;
  overflow:hidden;
}

.imgW3c img {
  margin-left: 5px;
  width:123px;
  height:36px;
  border:0px;
}
