/* CSS Document */

body {
  background-image: url(../billeder/layout/baggrund.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-attachment: fixed;
  font-family: Verdana;
  font-size: 11px;
  margin: 0px;
  }
a:link {
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
  }
a:visited {
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
  }
a:hover {
  font-family: Verdana;
  font-size: 11px;
  color: #FFCC66;
  }
a:active {
  font-family: Verdana;
  font-size: 11px;
  color: #FFCC66;
  }
.layout {
  font-family: Verdana;
  width: 1005px;
  vertical-align: center;
  }
.form {
  font-family: Verdana;
  font-size: 11px;
  background-color: #FFFFFF;
  border: solid;
  }