﻿* {margin: 0; padding: 0;}

body {
    background-color: White;
    font-family:Verdana, Sans-Serif;
}

.header {
    height: 160px;
    width: 960px;
    margin: 0 auto;
    background-image: url("../images/head.png");
    background-position: top;
    background-repeat: no-repeat;   
}

.logo
{
    float: left;
    position: relative;
    top: 25px;
    left: 70px;
    height: 80px;
    width: 750px;
    background-image: url("../images/logo-boxen-freilassing.png");
    background-repeat: no-repeat;
}

.Bookmarks{
  padding-top: 20px;
}

.mirror
{
  height: 60px;
  width: 960px;
  margin: 0 auto;
  margin-top: -5px;
  background-image: url("../images/mirror.png");
  background-position: top;
  background-repeat: no-repeat;
}