/**
 * @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: 35px;
	color: #FFFFFF;
    float: left;
}

/* *************** LAYOUT **********************************
************************************************************/

/* wrapper */
.wrapper_all {
    position:absolute;
    text-align: center;
}
/* title */
.title {
    margin: 5px;
    width: 1270px;
    background-color: #ff6a00;
    color: #000000;
}

/* content */
.left_top {
    position:absolute;
    left: 5px;
    margin-top: 10px;
    width: 770px;
    text-align: left;
    font-size: 90px;
    text-shadow: 2px 2px 10px black;
}
.left_top1 {
    position:absolute;
    left: 450px;
    margin-top: 10px;
    width: 770px;
    text-align: right;
    font-size: 90px;
    color: #FFFF00;
    text-shadow: 2px 2px 10px black;
}