a:link,a:visited,a:active {
  cursor: pointer;
  text-decoration: none;
  color: #0000FF; 
}

a:hover { 
  cursor: pointer;
  text-decoration: underline;
  color: #0000FF;
}

hr {
  height: 1px;
  background-color: #000000;
  border: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 770px;
	height: 100%;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	margin: 4px auto;
	text-align: center;
}

h2 {
  font-size: 14px;
}

h4 {
  font-size: 11px;
}

#top {
  float: left;
  margin: 0px auto;
  width: 770px;
  height: 18px;
  background: url(gfx/_top.png) no-repeat top center;
}

#webpage {
  float: left;
  margin: 0px auto;
  background: url(gfx/_bg.png) repeat-y top center;
  width: 770px;
}

#left {
  float: left;
  background: url(gfx/_logo.png) no-repeat top center;
  width: 114px;
  padding-top: 80px;
  padding-left: 5px;
  padding-right: 40px;
  padding-bottom: 10px;
}

#content {
  float: left;
  overflow: hidden;
  width: 425px;
  padding-top: 30px;
  padding-left: 0px;
  padding-right: 20px;
  padding-bottom: 30px;
}

#right {
  float: right;
  width: 152px;
  text-align: center;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
}

#sponsorer {
  float: left;
  margin: 0px auto;
  width: 770px;
  height: 44px;
}

.sponsorWhite {
	margin: 3px 0px;
	border: 1px solid black;
	background-color: #FFFFFF;
	height: 44px;
}

.futurum {
	margin: 3px 0px;
	border: 1px solid black;
	background-color: #000000;
	height: 103px;
}

#bottom {
  float: left;
  margin: 0px auto;
  width: 770px;
  padding-top: 6px;
  background: url(gfx/_bottom.png) no-repeat top center;
}

a.menu:link,a.menu:visited,a.menu:active {
  display: block;
  width: 108px;
  height: 15px;
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 3px;
  padding-right: 3px;
}

a.menu:hover {
  display: block;
  width: 108px;
  height: 13px;
  color: #000000;
  background-color: #90E7A9;
  text-decoration: none;
  border: 1px solid #FFFFFF;
  padding-left: 2px;
  padding-right: 2px;
}

.rubrik {
  padding-bottom: 5px;
  padding-top: 10px;
}

.ovrigt {
  padding: 3px;
  width: 108px;
  color: #FFFFFF;
}

.smallfont {
  font-size: 10px;
}

.bigfont {
  font-size: 14px;
  font-weight: bold;
}