/*ALLE ABSTÄNDE AUF NULL SETZEN---------------------------*/
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	min-width: 1100px;
}
body {
	font-size: 100%; /*Standardschriftgröße der gängigen Browser (16 Pixel)*/
	position: relative;
	height: 100%;
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-color: #9d0c15;
	background-image: url(../../images/design/bg_body_landingpage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-width: 1100px;
}
fieldset, img {
	border: 0;
	font-size: .75em;
}
ul, ol, de {
	margin: 0;
	list-style-type: none;
	position: relative; /*Beseitigt IE-Disappearing-List-Background-Bug im IE5-IE6*/
}
/*MARKUPFREIE CSS-FLOATCLEARING-LÖSUNGEN------------------*/
/*Clearfix-Methode zum Clearen der Float-Umgebungen*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*Diese Angabe benötigt der Safari-Browser zwingend!*/
.clearfix {
	display: inline-block;
}
/*ohne IE Mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*Ende ohne IE Mac*/
/*DIV-AUFBAU----------------------------------------------*/
#page {
	width: 1100px;
	margin: 0 auto; /*horizontal mittig zentrieren*/
	padding: 70px 0 40px 0;
	position: relative;
}
#abifahrt_overlay {
	position: absolute;
	top: 0;
	left: 315px;
}
#abiball_overlay {
	position: absolute;
	top: 0;
	right: 95px;
}
#slogan {
	position: absolute;
	top: 310px;
	left: 465px;
}
#row_top {
	margin-left: 40px;
}
#row_top .col_1 {
	float: left;
}
#row_bottom {
	margin-left: 40px;
}
#row_bottom div {
	float: left;
}
/*RABATT-BUTTON------------------------------------------*/
#rabatt {
	position: absolute;
	left: 446px;
	top: 276px;
	z-index: 1;
}
/*FOOTR--------------------------------------------------*/
#footer {
	float: left;
	width: 100%;
}
#footer .col_1 {
	padding-left: 50px;
	float: left;
}
#footer .col_1 .no_margin_left {
	margin-left: 0em !important;
}
#footer .col_2 {
	float: right;
	text-align: right;
	padding-right: 50px;
}
#footer p {
	font-size: .7em;
	line-height: 1.6em;
}
#footer a:link, #footer a:visited {
	color: #fff59b;
	text-decoration: none;
	background-image: url(../../images/design/link_arrow_footer.png);
	background-repeat: no-repeat;
	background-position: left .4em;
	padding-left: 1.5em;
	margin-left: .5em;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #ffffff;
}
