@charset "utf-8";

@import "screen.css";

body 
{
  background: #fff;
  color: #000;
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
}

#validator 
{
  display: none;
}

a 
{
  color: #f00;
  background: inherit;
  text-decoration: none;
  padding: 5px;
}

/* Layout */
div#container
{
  margin: 10px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px;
  padding-left: 0px;
  background: white;
  text-align: left;
}

div#header 
{
  padding: 5px;
  margin-bottom: 5px;
  color: black;
  background: inherit;
  height: 70px;
}

div#header span#logo {
  float: left;
  width: 50px;
  margin: 0;
  margin-right: 5px;
  padding: 5px;
}

div#header span#logo img {
  width: 50px;
  height: 50px;
}

div#header h1 
{
  background: inherit;
  color: black;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-left: 0px;
  padding-top: 15px;
}

div#header div#subtitle {
  padding-left: 0px;
  font-size: 14px;
  font-weight: bold;
  background: #ebebeb;
}

#nav
{
  display: none;
}

div#content 
{
  padding: 5px;
  margin-left: 10px;
  border: none;
  width: 535px;
  z-index: 3;
  min-height: 100px;
}

div#footer 
{
  clear: both;
  padding: 5px;
  margin-top: 5px;
  background: inherit;
  color: gray;
  font-size: 10px;
  text-align: center;
}

/* content */
div#content { /* 2nd time defined, this overruled above div#content! */
  background: inherit;
  color: black;
  font-size: 12px;
  
}

div#content h2 {
  font-size: 18px;
}

