
  /*
  **  stylesheet defintions für ###DOMAIN### - typographical settings
  **
  **  line endings: unix; encoding: utf-8; BOM: off; tabs: spaces; tab width: 2
  **
  **  @copyright  (c) 2009 Profi Webmedia
  **  @author     ###AUTHOR###
  **  @since      ###DATE###
  */

  strong {
    font-weight: bold;
  }

  .align-center {
    text-align: center;
  }

  .align-right {
    text-align: right;
  }
  
  table.styled {
		border: 1px solid #000000;
		margin: 1em 0;
		color:#000000 !important;
	}

  table.styled th {
    background-color: #E4D2B0;
		border: 1px solid #000000;
		font-weight:bold;
		color: #000000;
		padding: 5px 0px;
		text-align:center;
  }
  
  table.styled th p {
		text-align:center;
  }

	table.styled td {
	  color:#000000;
		border: 1px solid #000000;
	  background-color:#FEDBAF;
		padding: 5px 2%;
	}
	
	table.styled td.gruen,
  td.farbe1 {
    background-color: #87b74a;
  }
	
	table.styled td.sand-dunkel,
  td.farbe2 {
    background-color: #ecbf6b;
  }
  
  table.styled td.sand-hell,
  td.farbe3 {
    background-color: #f8deab;
  }
  
  table.styled td.bordeaux,
  td.farbe4 {
    background-color: #970105;
  }

  .highlight {
    color: #ff0000;
  }
