﻿body {
  background-color: #DFD8D0;
  background-image: url("../images/bgfade.gif");
  background-repeat: repeat-x; /* Gentag vandret, men kun een gang lodret */
  color: Black;
  margin: 0px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 12px;
}

div.top, div.middle, div.bottom {
  margin: 0px auto;
}


div.top {
  width: 618px;
  height: 59px;
  padding-top: 58px;
  padding-right: 94px;
  padding-bottom: 40px;
  padding-left: 68px;
  background-image: url("../images/top.jpg");
  background-repeat: no-repeat;
  color:#FFFFFF;
  font-size:30px;
  font-family: verdana, sans-serif;
  font-weight:bold;
  letter-spacing:4px;
  text-transform:none;
 }

div.middle {
  background-image: url('../images/middlerepeat.gif');
  background-repeat: repeat-y;
  width: 780px;
  padding-top: 0.1px;
  position: relative;
}

div.content {
  /*width: 614px;*/
  padding: 0px 10px 10px 30px;
  width: 574px;
}


div.navigation {
  position: absolute;
  top: 0px;
  left: 614px;
  padding: 0px 30px 0px 10px;
  width: 126px;

}


#right ul 
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#right ul li 
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
}

#right ul a 
{
	display: block;
	width: 100px;
	background: #E5E0D9;
	color: #000;
	padding: 3px;
	padding-left: 10px;
	text-decoration: none;
	margin: 0px;
	border: 0px;
	font-family:Verdana;
	font-size:12px;	
}

#right ul a:hover 
{
	color: #FFFFFF;
	background: #388FE7;
}

div.bottom {
  width: 780px;
  height: 49px;
  background-image: url('../images/bottom.jpg');
  background-repeat: no-repeat;

}

h1 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #333;
	background-color: transparent;
	font-weight: bold;
	font-family:Verdana;
	font-size:16px;
}
hr
{
  border: 0px;
  border-bottom: 1px #000 dashed;
	height: 1px;
}