*{
  padding: 0;
  margin:0
}
html, body{
  height: 100%;
  width: 100%;
}
body {
	color: #000;
  font-size: 100.01%;
  line-height: 1.5em;
  font-family: arial, tahoma, sans-serif;
}
h1,h2,h3,h4,h5,h6{
  font-size: 100%;
  font-weight: normal;
}
:focus {
	outline: 0;
}
a img{
  border: 0px;
}
#abstand{
  float:left;
  height:5px;
  height:50%;
  margin-bottom:-326px;
}
/* PAGE */
/* ----------------------------------------- */
#page{
  width: 100%;
  height: 652px;
  clear: left;
  border: 1px solid #d0d0d0;
  border-width: 1px 0 1px 0;
}
/* BRANDING */
/* ----------------------------------------- */
#branding{
  width: 210px;
  height: 652px;
  float: left;
  position: relative;
}
#logo{}
#coming-Soon{
  font-family: "Georgia", "Times", serif;
  font-size: 1.5em;
  color: #89a206;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 35px;
}
#coming-Soon a{
  color: #bbb;
  font-size: 70%;
  display: block;
}
/* CONTENT-MAIN */
/* ----------------------------------------- */
#content-Main{
  float: left;
  width: 545px;
  position: relative;
}
#content-Main img{
  float: left;
  margin: 0 2px 2px 0;
  display: block;
}

