html, body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}

body {
	text-align: center;
}

h1 {
	font-size: 18px;
    letter-spacing: 0;
    margin: 10px 0 10px 10px;
    text-align: left;
}

h2.subtitle {
	margin-top: 0px;
	margin-bottom: 40px;
}

#container {
	position:relative;
	color: #002743;
    margin: 0 0 0 4px;
    width: 989px;
    background:#FFF url('../images/FOERCH_Faconauto_banner_web.png') right 0 no-repeat;
    border: 1px solid #CCC;
}

@media screen and (max-width: 320px) {
  #container {display:none;}
}

	#container_two {
		position:relative;
		color: #002743;
		margin: 20px 0 0 4px;
		width: 989px;
		background:#FFF url('../images/FOERCH_Faconauto_banner_web.png') right 0 no-repeat;
		border: 1px solid #CCC;
	}
	
	@media screen and (max-width: 320px) {
	  #container_two {display:none;}
	}

#countdown_dashboard {
	height: 40px;
}

#countdown_dashboard_two {
	height: 40px;
}

.fb {
	height: 60px;
	margin: 0;
	right: 5px;
	width: 60px;
	position: absolute;
	top: 5px;
}
		.fb a {
			display:block;
			height: 60px;
			margin: 0;
			width: 60px;
		}

.dash {
	width: 60px;
	height:65px;
	background: transparent url('../images/dash_neu.png') 0 0 no-repeat;
	float: left;
	margin-left: 10px;
	position: relative;
}

.dash .digit {
	font-size: 34px;
	font-weight: bold;
	float: left;
	width:20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #002743;
	position: relative;
	margin-left:7px;
	margin-top:5px;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 0px;
	font-size: 8px;
	color: #002743;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.dev_comment {
	color: #002743;
    font-size: 12px;
    font-style: normal;
    margin: 40px 0 10px 10px;
    text-align: left;
}

#subscribe_form {
	position: relative;
} 

#email_field {
	font-size: 16pt;
	padding: 6px 10px;
	width: 300px;
}

#subscribe_button {
	font-size: 14pt;
	color: #333;
	padding: 4px 8px;
}

.copyright {
	font-size: 9pt;
	color: #333;
	margin: 40px 0px;
}

.faded {
	color: #999;
}

.form_message {
	width: 400px;
	padding: 10px;
	margin: 15px auto;
	display: none;
}

#error_message {
	background-color: #ffe;
	border-left: 5px solid #bb3;
	border-right: 5px solid #bb3;
	color: #770;
}

#info_message {
	background-color: #f0f9ff;
	border: 1px solid #eef;
}

#loading {
	text-align: center;
	margin: 10px;
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
}