/**
 * @author		CG
 * @SUBPACKAGE  HTML5 Template Rennanzeige
 * @copyright	CG
 * @Date		Fr, 01.11.2013
 * @LastChange	Fr, 11.11.2022
**/

/* *************** 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: 1910px;
    background-color: #ff6a00;
    color: #000000;
}

.left_title_top {
    position:absolute;
    margin-left: 5px;
    margin-top: 0px;
    background-color:#000000;
    width:947px;
    color: #ff6a00;
}

.right_title_top {
    position:absolute;
    left: 968px;
    margin-top: 0px;
    background-color: #000000;
    width: 947px;
    color: #ff6a00;
}

.left_title_bottom {
    position:absolute;
    margin-left: 5px;
    margin-top: 400px;
    background-color:#000000;
    width:947px;
    color: #ff6a00;
}
.right_title_bottom {
    position:absolute;
    left: 968px;
    margin-top: 400px;
    background-color:#000000;
    width:947px;
    color: #ff6a00;
}

/* content */
.left_top {
    position:absolute;
	text-align: left;
    left: 5px;
    margin-top: 50px;
    width: 947px;
}
.right_top {
    position:absolute;
	text-align: left;
    left: 968px;
    margin-top: 50px;
    width: 947px;
}
.left_bottom {
    position:absolute;
	text-align: left;
    left: 5px;
    margin-top: 450px;
    width: 947px;
}
.right_bottom {
    position:absolute;
	text-align: left;
    left: 968px;
    margin-top: 450px;
    width: 947px;
}