/* ---------- RESET ---------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
input {
  margin: 0;
  padding: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 100%;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
ol,
li {
  list-style-type: none;
}
input,
textarea {
  outline: none;
}
strong {
  font-weight: bold;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.cb {
  clear: both;
}
a {
  text-decoration: none;
}
p a,
span a,
h5 a {
  color: #4599c8;
}
p a:hover,
span a:hover,
h5 a:hover {
  color: #2b3039;
}

/*ENDE*/

body {
  font: 14px/21px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #5b5b5b;
  background: transparent url('../img/main-bg.png') 0 0;
  width:100%;
}

.logo{
	margin-left:auto;
	margin-right:auto;
}
.logo .container{
	width:513px;
	margin-left:auto;
	margin-right:auto;
}
 
@font-face {
    font-family: 'sugoregular';
    src: url('../fonts/sugo-webfont.eot');
    src: url('../fonts/sugo-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/sugo-webfont.woff') format('woff'),
url('../fonts/sugo-webfont.ttf') format('truetype'),
url('../fonts/sugo-webfont.svg#sugoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


	
h1{
	font-family:'sugoregular';
	font-size:50px;
	color:#FFFFFF;
	text-shadow: #666 3px 3px 5px;
	padding-top:10px;
	padding-bottom:40px;
	text-align:left;
}

.coming{
	color:#FFFFFF;
	width:630px;
	margin-left:auto;
	margin-right:auto;
	padding:31px;
	background: #e3000b; /* Old browsers */
background: -moz-linear-gradient(top,  #e3000b 0%, #ac0503 70%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3000b), color-stop(70%,#ac0503)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e3000b 0%,#ac0503 70%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e3000b 0%,#ac0503 70%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e3000b 0%,#ac0503 70%); /* IE10+ */
background: linear-gradient(to bottom,  #e3000b 0%,#ac0503 70%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3000b', endColorstr='#ac0503',GradientType=0 ); /* IE6-9 */
margin-bottom:30px;
-webkit-box-shadow: 00px 10px 4px 00px rgba(0, 0, 0, 0.2);
box-shadow: 00px 4px 4px 00px rgba(0, 0, 0, 0.2); 
-webkit-border-radius: 10px;
border-radius: 10px; 

	}
	a{color:#FFF; text-decoration:none; text-align:right}