* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  overflow: hidden;
}

body {
  height: 100%;
  color: black;
  background-color: #ffffff;
  overflow: hidden;
}

table.splash {
  width: 100%;
  height: 90%;
  text-align: center;
}

table.imprint {
  width: 100%;
  height: 60%;
  text-align: center;
}

div#logo {  
  position: relative;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #dddddd;
  background-color: inherit;
  font-size: 12pt;
  margin: 0 auto 10px;
  width: 200px;
  height: 244px;
}

div#imprintlinkhome {
  margin-top: 35px;
}

div#imprintlinkhome a, div#imprintlinkhome a:visited {
  color: #989898;;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: none;
}

div#imprint, div#privacy {
  position: relative;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #6D6C6C;
  background-color: inherit;
  font-size: 10pt;
  margin-left: auto;
  margin-right: auto;
  /*text-shadow: 1px 1px 2px #D9D9D9;*/
}

div#imprint p {
  margin-bottom: 3px;
}

div#privacy {
  margin-top: 20px;
}

a {
  border: none;
}

img {
  border: none;
}
