/**
 * @author		CG
 * @SUBPACKAGE  HTML5 Template Rennanzeige
 * @copyright	CG
 * @Date		Fr, 01.11.2013
**/

/* *************** ALLGEMEINE FORMATIERUNGEN ***************
************************************************************/
*{
	margin: 0px;
	padding: 0px;
}

html, body{
	background: #808080;
}
/* *************** TYPO ************************************
************************************************************/

body{
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
    float: left;
}

/* *************** Table ***********************************
************************************************************/

table.blueTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 1000px;
  text-align: center;
  border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.blueTable tbody td {
  font-size: 13px;
  color: #333333;
}
table.blueTable tr:nth-child(even) {
  background: #D0E4F5;
}
table.blueTable thead {
  background: #1C6EA4;
  border-bottom: 2px solid #444444;
}
table.blueTable thead th {
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot td {
  font-size: 14px;
}
table.blueTable tfoot .links {
  text-align: right;
}
table.blueTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
/* *************** LAYOUT **********************************
************************************************************/

/* main title */
.wrapper_title {
    position:absolute;
    font-size: 35px;
    text-align: center;
    margin: 5px;
    width: 1910px;
    background-color: #ff6a00;
    text-align: center;
    color: #000000;
}
/* left screen */
.wrapper_table {
    text-align: center;
    position:absolute;
    margin-left: 5px;
    margin-top: 95px;
    width:1910px;
}
.left_title_top {
    position: absolute;
    margin-left: 480px;
    margin-top: 50px;
    background-color: #000000;
    text-align: center;
    width: 715px;
    color: #ff6a00;
    font-size: 35px;
}
.right_title_top {
    position: absolute;
    margin-left: 1205px;
    margin-top: 50px;
    background-color: #000000;
    text-align: center;
    width: 710px;
    color: #ff6a00;
    font-size: 35px;
}