body {
  margin: 0;
  padding: 0;
  background-color:#FFFFFF;
  /*background-image:url('pics/bg.png');
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:center;*/
}

a:link {color:#777777;}
a:visited {color:#777777;}
a:active {color:white;}
a:hover {color:#AA3434}

#container {
  background-color:#FFFFFF;
  width:1000px;
  margin: 5px auto 0px auto;
  line-height:130%;
  position:relative;
  font-size: 17px;
}

#left {
  padding:20px;
  color:#000000;
  width:260px;
  float:left;
}

#right {
  padding:20px;
  margin-left:300px;
  border-left:dotted thin;
}

#kontakt {background-color:white; color:black;}

#gjestebok {
  color:red;
  border: dotted thin red;
  font-size: 12px;
  float:right;
}


