body
{
  background-color:#f3f3f3;
}

div.container
{
  height:100%;
  width:70%;
  margin-left: 15%;
}

div.breaker 
{
  height: 50px;
  clear:both;
}

div.header
{
  background-image:url('thelins.png');
  background-repeat:no-repeat;
  background-position:top right;

  border-bottom: 1px solid #555555;

  text-align: center;

  margin-top: 50px;
  margin-bottom: 25px;
  height: 150px;
}

div.lefty
{
  background-image:url('klanning.png');
  background-repeat:no-repeat;
  background-position:top left;
  background-color:#dddddd;

  float:left;

  text-align: left;

  width: 49%;
  min-width: 200px;
  height: 200px;
}

div.righty
{
  background-image:url('teknik.png');
  background-repeat:no-repeat;
  background-position:top right;
  background-color:#dddddd;

  float:right;

  text-align:right;

  width: 49%;
  min-width: 200px;
  height: 200px;
}

div.inner
{
  margin: 40px 20px 40px 20px;

  font-weight: bold;
  font-family: sans;
  font-size: 175%;
}

div.lefty div.inner {
    margin-left: 120px;
    font-family: Bitter, Georgia, serif;
    font-size: 250%
}

div.lefty div.inner span.details {
    font-family: 'Source Sans Pro', Helvetica, sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 200;
}

a
{
  text-decoration:none;
  color:#555555;
}

div.footer
{
  font-family: sans;
  margin-top: 100px;
  text-align: center;
  font-size: 8px;
  color: #aaaaaa;
}

span.teaser
{
  color: #aaaaaa;
  font-style: italic;
}

span.details
{
  font-size: 12px;
  color: #888888;
}