body {
  behavior:url("csshover.htc"); 
	background-image: url('images/backGradient.gif');
	background-repeat: repeat-x;
	font-family:Harrington;
	font-size: 15px;
}


.mainblock {
	float: left;
	display: block;
	width: 980px;
	background-color: #303030;
}

.toptop {
	background-color: #000;
	color: white;
	width: 980px;
	height: 90px;
	padding-bottom: 5px;
	position: relative;
}

.topblock {
	background-image: url('images/topgradient.gif');
	background-repeat: repeat-x;
	width: 970px;
	height: 20px;
	padding: 5px 5px 5px 5px;
	border-bottom-width: 5px;
	border-bottom-color: black;
	border-bottom-style: solid;
	color: white;
	position: relative;
}

.leftblock {
	float: left;
	display: block;
	padding: 5px 5px 5px 5px;
	width: 175px;
	background-color: #303030;
	color: white;
	font-family:Harrington;
	font-size: 1em;
	height: 650px;
}

.middleblock {
	float: left;
	padding-left: 10px;
	display: block;
	width: 590px;
	background-color: #EEEEEE;
	padding: 5px 5px 5px 5px;
	border-width: 0px 5px 0px 5px;
	border-color: black;
	border-style: solid;
	color: black;
}

.rightblock {
	float: left;
	display: block;
	width: 180px;
	background-color: #303030;
	color: white;
	height: 650px;
}

.bottomblock {
	text-align: center;
	background-image: url('images/topgradient.gif');
	background-repeat: repeat-x;
	float: left;
	display: block;
	width: 970px;
	height: 20px;
	padding: 5px 5px 5px 5px;
	border-width: 5px 0px 0px 0px;
	border-color: black;
	border-style: solid;
	color: white;
}

ul {
	padding: 0px 0px 0px 20px;
}

a:link {
	color: white;
	text-decoration: none;
}

a:visited {
	color: white;
	text-decoration: none;
}

a:active {
	color: white;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: none;
}

.toptop img{
	border: 0px;
	width: 78px;
	height: 107px;
}

.logo img {
	width: 980px;
	height: 90px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#meny {
	font-size: 17px;
	margin: 0;
	padding: 35px 0px 0px 0px;
	margin-left: 20px;
 	 list-style-type: none;
}
 
#meny li {
	background: url('images/arrowOpen.gif') no-repeat left center;
	display: block;
	margin: 0;
	padding: 2px;
	width: 120px;
	padding-left: 15px;
  	list-style-type: none;
}

.hmeny {
	font-size: 17px;
	padding: 35px 0px 0px 0px;
	list-style-type: none;
}

.hmeny li {
	text-align: center;
	list-style-type: none;
	padding: 5px;
	padding-left: 0px;
}

.merlin img {
	margin-left: 27px;
	height: 210px;
	width: 120px;
}

.webmaster img {
	margin-left: 35px;
	height: 120px;
	width: 130px;
}

.topmeny {
	position: absolute;
	right: 5px;
	padding-right: 8px;
}

ul.login {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
	margin-top: 100px;
}

.login td {
	color: white;
}

.login li ul {
  list-style-type: none;
  display: none;
  margin: 0px;
  padding: 0px;
} 

.login li:hover > ul {
  display: block;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
	margin-left: 27px;
} 

.login input {
  width: 135px;
}

.error {
  color: red;
  font-size: 0.8em;
}

.quote {
	color: #000000;
}