/*
 * styles.css
 * Sportkomparsen general stylesheet
 *
 * $Id: styles.css 580 2008-04-17 16:04:34Z dellermann $
 *
 * Copyright (c) 2007-2008 AMC World Technologies GmbH
 * Fischerinsel 1, D-10179 Berlin, Deutschland
 * All Rights Reserved.
 *
 * This software is the confidential and proprietary information of AMC World
 * Technologies GmbH ("Confidential Information"). You shall not disclose such
 * Confidential Information and shall use it only in accordance with the terms
 * of the license agreement you entered into with AMC World Technologies GmbH.
 */


/*===============================================
 *
 *
 * General styles
 *
 *
 *=============================================*/

@media all {

  /*-----------------------------------
   *
   * General settings
   *
   *---------------------------------*/

  /* general appeareance */
  a, body, button, div, dl, h1, h2, h3, h4, h5, h6, input, li, ol, p, select,
    ul, td, th
  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
  }
  code, pre, textarea, tt, xmp {
    font-family: "Bitstream Vera Sans Mono", "Lucida Console", "Courier New",
      Courier, monospace;
    font-size: 11px;
  }
  pre, textarea {
    color: #666666;
  }

  /* general links */
  a {
    color: black;
    font-weight: normal;
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }

  /* general body settings */
  body {
    background-color: #666666;
    color: white;
    margin: 0;
    padding: 0;
  }
  body > pre {
    color: white;
  }

  /* general blocks */
  div, p {
    margin: 0 !important;
    padding: 0;
  }

  /* headers */
  h3 {
    margin: 0;
    padding-bottom: 1em;
    padding-top: 1em;
  }

  /* default inner frames */
  iframe {
    border: none;
  }

  /* default images */
  img {
    border: none;
  }

  /* images as symbols */
  img.symbol {
    vertical-align: middle;
  }

  /* default tables */
  table {
    border: none;
  }

  /* lists */
  ul {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
  }


  /*-----------------------------------
   *
   * Spacers and borders
   *
   *---------------------------------*/

  /* border pieces */
  *.border-b {
    border-bottom: 1px solid #3399FF;
  }
  *.border-l {
    border-left: 1px solid #3399FF;
  }
  *.border-r {
    border-right: 1px solid #3399FF;
  }
  *.border-t {
    border-top: 1px solid #3399FF;
  }

  /* margins of various sizes */
  *.margin-b {
    margin-bottom: 10px;
  }
  *.margin-2b {
    margin-bottom: 20px;
  }
  *.margin-3b {
    margin-bottom: 30px;
  }
  *.margin-t {
    margin-top: 10px;
  }
  *.margin-2t {
    margin-top: 20px;
  }
  *.margin-3t {
    margin-top: 30px;
  }

  /* paddings of various sizes */
  *.padd-b {
    padding-bottom: 10px;
  }
  *.padd-2b {
    padding-bottom: 20px;
  }
  *.padd-3b {
    padding-bottom: 30px;
  }
  *.padd-t {
    padding-top: 10px;
  }
  *.padd-2t {
    padding-top: 20px;
  }
  *.padd-3t {
    padding-top: 30px;
  }
  *.padd-l {
    padding-left: 10px;
  }
  *.padd-2l {
    padding-left: 20px;
  }
  *.padd-3l {
    padding-left: 30px;
  }
	*.padd-r {
    padding-right: 10px;
  }
  *.padd-2r {
    padding-right: 20px;
  }
  *.padd-3r {
    padding-right: 30px;
  }


  /*-----------------------------------
   *
   * Forms
   *
   *---------------------------------*/

  form {
    margin: 0;
  }
  table td.csc-form-labelcell {
    padding: 0 10px 8px 0;
    width: 150px;
  }
  table td.csc-form-fieldcell {
    padding: 0 0 8px 0;
  }
  table.form td.spacer {
    height: 15px;
  }
  div.button-field div {
    margin-bottom: 3px !important;
    vertical-align: middle;
  }
  div.button-area {
    border-top: 1px solid #ED422D;
    margin-top: 15px !important;
    padding-top: 15px !important;
  }
  *.indent {
    margin-left: 21px !important;
  }
  *.text-indent {
    margin-left: 25px !important;
    margin-top: 5px !important;
  }

  /* default form elements */
  button, input[type=text], input[type=password], input[type=submit],
    input[type=reset], input[type=button], input[type=file]
  {
    color: #666666;
    padding: 1px !important;
  }
  button, input.flat, input.button, select, textarea, input[type=submit],
    input[type=reset], input[type=button], input[type=file]
  {
    border: 1px solid #666666;
  }
  select, textarea {
    color: #666666;
  }
  /*
  input.flat, input.error, select, textarea {
    background-color: #F4F4F4;
  }
  */
  input.submit {
    width: 100px;
  }
  /*
  button, input.button {
    background-color: white;
    color: #3380D8;
    font-weight: bold;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  */
  button:hover, input.submit:hover {
    color: #ED422D !important;
  }
  button.disabled, input.disabled, select.disabled, textarea.disabled {
    background-color: #DDDDDD;
  }
  button[disabled], input[type=button][disabled],
    input[type=submit][disabled]
  {
    background-color: #DDDDDD;
  }
  button img {
    margin: 0 !important;
    padding: 0 !important;
  }
  input.error {
    border: 1px solid red;
  }
  fieldset {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
  }
  legend {
    color: #666666;
    font-weight: bold;
  }
  span.req-field {
    color: #ED422D;
    font-weight: bold;
    padding-left: 10px;
  }

  /* error lists */
  ul.error-list {
    background-color: #FFF0F0;
    border-bottom: 1px solid #ED422D;
    border-top: 1px solid #ED422D;
    margin-bottom: 20px;
    padding: 20px 10px;
  }
  ul.error-list li {
    color: #ED422D;
    margin: 2px 20px;
  }


  /*-----------------------------------
   *
   * Page layout
   *
   *---------------------------------*/

  /* the top of the page */
  table#top-area {
    margin-right: 61px;
  }
  table#top-area td {
    padding: 0;
  }
  table#top-area td table#top-bar {
    margin-bottom: 199px;
  }
  table#top-area td table#top-bar td {
    vertical-align: middle;
  }
  table#top-area td table#top-bar td#lang-sel {
    padding-left: 45px;
  }
  table#top-area td table#top-bar td#top-menu-container {
    padding-left: 20px;
  }
  table#top-area td#logo-col {
    height: 231px;
    text-align: right;
  }

  /* the bottom of the page */
  div#bottom-bar {
    margin-right: 61px !important;
  	margin-top: 60px !important;
  }
  div#bottom-bar table {
    width: 100%;
  }
	div#bottom-bar table td a#top-link {
    color: #ED422D;
    text-transform: uppercase;
  }
  div#bottom-bar table td a#top-link:hover {
    text-decoration: none;
  }

  /* menus */
  ul.menu {
    list-style-type: none;
    padding: 0;
  }
  ul.menu li {
    color: #666666;
    display: inline;
  }
  ul#top-menu {
    margin: 2px 0 0 0;
    padding: 0;
  }
  ul#top-menu li {
    padding: 0;
  }
  ul#top-menu li, ul#top-menu li a {
    font-size: 10px;
  }
  ul#main-menu {
    margin-right: 63px;
  }
  ul#bottom-menu li, ul#bottom-menu li a {
    color: #ED422D;
    font-size: 9px;
  }
  ul#bottom-menu li#copyright {
    padding-right: 20px;
  }

  /* main content */
  table.main-content {
    margin: 28px 0 0 73px;
  }
  div.main-content {
    margin: 28px 0 0 73px !important;
  	width: 834px;
  }
  table.main-content td {
    vertical-align: top;
  }
  table.box-container td {
    padding: 0;
    vertical-align: top;
  }

  /* boxes */
  div.box-1w, div.box-2w, div.box-3w, div.box-4w {
    margin-top: 15px;
  }
  div.box-1w:first-child, div.box-2w:first-child, div.box-3w:first-child,
    div.box-4w:first-child
  {
    margin-top: 0;
  }
  div.box-1w {
    width: 189px;
  }
  div.box-2w {
    width: 405px;
  }
  div.box-3w {
    width: 618px;
  }
  div.box-4w {
    width: 836px;
  }
  div.box-1w div.text, div.box-2w div.text, div.box-3w div.text {
    background-repeat: repeat-y;
    color: white;
    padding: 0 15px;
  }
  div.box-4w div.text {
    background-repeat: repeat-y;
    color: #666666;
    padding: 0 15px;
  }
  div.box-1w div.top-edge, div.box-2w div.top-edge, div.box-3w div.top-edge,
    div.box-4w div.top-edge, div.box-1w div.bottom-edge,
    div.box-2w div.bottom-edge, div.box-3w div.bottom-edge,
    div.box-4w div.bottom-edge
  {
    background-repeat: no-repeat;
  }
  div.box-1w div.top-edge {
    background-image: url("img/1w-t.jpg");
  }
  div.box-2w div.top-edge {
    background-image: url("img/2w-t.jpg");
  }
  div.box-3w div.top-edge {
    background-image: url("img/3w-t.jpg");
  }
  div.box-4w div.top-edge {
    background-image: url("img/4w-t.jpg");
  }
  div.box-1w div.text {
    background-image: url("img/1w-m.jpg");
  }
  div.box-2w div.text {
    background-image: url("img/2w-m.jpg");
  }
  div.box-3w div.text {
    background-image: url("img/3w-m.jpg");
  }
  div.box-4w div.text {
    background-image: url("img/4w-m.jpg");
    color: #666666;
  }
  div.box-1w div.text ul, div.box-2w div.text ul, div.box-3w div.text ul,
    div.box-4w div.text ul
  {
    margin-left: 10px;
    padding-left: 10px;
  }
  div.box-4w div.text * {
    color: #666666;
  }
  div.box-1w div.bottom-edge {
    background-image: url("img/1w-b.jpg");
  }
  div.box-2w div.bottom-edge {
    background-image: url("img/2w-b.jpg");
  }
  div.box-3w div.bottom-edge {
    background-image: url("img/3w-b.jpg");
  }
  div.box-4w div.bottom-edge {
    background-image: url("img/4w-b.jpg");
  }
  div.light div.top-edge {
    background-image: url("img/2we-t.jpg");
  }
  div.light div.text {
    background-image: url("img/2we-m.jpg");
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 30px;
  }
  div.light div.text p.bodytext, div.light div.text p.bodytext a {
    color: #666666;
    font-size: 20px;
    font-weight: bold;
  }
  div.light div.bottom-edge {
    background-image: url("img/2we-b.jpg");
  }
  div.box-1w h1, div.box-2w h1, div.box-3w h1, div.box-4w h1 {
    color: #ED422D;
    margin-bottom: 2px;
    margin-left: 15px;
    margin-top: 20px;
  }
  div.box-1w h1.csc-firstHeader, div.box-2w h1.csc-firstHeader,
    div.box-3w h1.csc-firstHeader, div.box-4w h1.csc-firstHeader
  {
    margin-top: 0;
  }
  div.text h1 {
    color: white;
    margin: 0 0 15px 0;
    padding-top: 15px;
  }
  div.text h1:first-child, div.text h3:first-child {
    padding-top: 0;
  }
  div.text ol li, div.text ul li {
    padding-bottom: 5px;
  }


  /*-----------------------------------
   *
   * General content elements
   *
   *---------------------------------*/

  /* text blocks */
  p.bodytext {
    line-height: 150%;
    padding-bottom: 10px;
  }
  p.big-text {
    font-size: 18px;
    font-weight: bold;
  }

  /* links */
  a.bold {
    font-weight: bold;
  }
  a.hidden {
    color: white;
  }
  a.hidden:hover {
    text-decoration: none;
  }

  /* tables */
  table.content-list {
    margin-bottom: 20px;
    width: 100%;
  }
  table.content-list tr td {
    border-bottom: 1px solid white;
    padding: 5px;
  }
  table.content-list tr:first-child td {
    border-top: 1px solid white;
  }
  table.content-list tr td.empty-list {
    padding: 20px;
    text-align: center;
  }


  /*-----------------------------------
   *
   * Special content elements
   *
   *---------------------------------*/

  /* preview of photos */
  img.preview {
    border: 1px solid #666666 !important;
    padding: 1px;
  }

  /* important form fields */
  label.important, label.important a {
    color: #ED422D !important;
  }

  /* search data */
  ul.page-list {
    list-style-type: none;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  ul.page-list li {
    display: inline;
    padding-right: 10px;
  }
  ul.page-list li.current {
    font-weight: bold;
  }
	table.search-result td {
    vertical-align: top;
  }
  table.search-data {
    width: 100%;
  }
  table.search-data td {
    padding: 0 0 3px 0;
  }
  table.search-data td.label {
    font-weight: bold;
    width: 200px;
  }
  div#big-photos img {
    border: 8px solid white;
  }
  table#small-photos td {
    padding: 0;
  }
  table#small-photos td img {
    border: 3px solid white;
  }
  p.no-pic {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  /* notepads */
  table#notepad-overview {
    width: 100%;
  }
  table#notepad-overview td {
    vertical-align: top;
  }
}



/*===============================================
 *
 *
 * Screen styles
 *
 *
 *=============================================*/

@media screen {

  /*-----------------------------------
   *
   * Page layout
   *
   *---------------------------------*/

  /* the outer frame */
  div#background {
    background-color: white;
    background-image: url("img/banner.jpg");
    background-repeat: no-repeat;
    border-left: 2px solid #ED422D;
    border-right: 2px solid #ED422D;
    min-height: 1200px;
    width: 972px;
  }


  /*-----------------------------------
   *
   * Special content elements
   *
   *---------------------------------*/

	/* search data */
	div.details {
    height: 400px;
    overflow-y: scroll;
  }
}



/*===============================================
 *
 *
 * Printer styles
 *
 *
 *=============================================*/

@media print {

  /*-----------------------------------
   *
   * Page layout
   *
   *---------------------------------*/

	table#top-bar, ul#main-menu, div#bottom-bar {
	  display: none;
	}


  /*-----------------------------------
   *
   * Special content elements
   *
   *---------------------------------*/

	/* search data */
	div.result-browser {
	  display: none;
	}
}
