body {
	background-color:#FCF6EF;
	font-family: Verdana, sans-serif;
	font-size:12px;
	margin: 0px 20px 0px 20px; 
	color:#000000;
}
#allt{
	width:800px;
	height:auto;
	margin: 0px auto -1px auto;
}
#logga{
	text-align:center;
	height:80px;
	width:800px;
	padding-top:30px;
}
#meny{
	float:left;
	height:200px;
	width:110px;
}
#textarea{
	float:right;
	height:auto;
	width:650px;
}
#vinnare{
	float:left;
	height:auto;
	width:380px;
	padding-left:20px;
	padding-bottom:10px;
}
#aktuellt{
	float:left;
	height:auto;
	width:300px;
	padding-left:20px;
	padding-bottom:10px;
	font-style:italic;
	color:#993300;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
#kontakt{
	float:left;
	height:auto;
	width:380px;
	padding-left:20px;
	padding-top:30px;
}
#facit{
	float:right;
	height:200px;
	width:250px;
	text-align:center;
}
#gastbok_inlagg{
	float:left;
	height:auto;
	width:430px;
	padding-left:20px;
	padding-bottom:10px;
}
#gastbok_form{
	float:right;
	height:200px;
	width:200px;
}

#h2{
	font-size:14px;
}
a:link{
	text-decoration:none;
	color:#6F9DBE;
}
a:visited{
	text-decoration:none;
	color:#6F9DBE;
}
a:active{
	text-decoration:underline;
	color:#6F9DBE;
}
a:hover{
	text-decoration:underline;
	color:#6F9DBE;
}

/*menyn */
.knappmeny {
	  margin: 1em 0;
	  width: 8em;
	  font-family: helvetica,arial,sans-serif;
	  font-weight: bold;
	  font-size:14px;
}
.knappmeny a {
	margin-bottom:2px;
  	display: block;
  	width: 100%;
}
.knappmeny a:link,
.knappmeny a:visited,
.knappmeny a:hover {
	  background-color: #F9EDE1;
	  color: #000000;
	  text-decoration: none;
}
.knappmeny a:link,
.knappmeny a:visited {
	  border-top: 1px solid #cecece;
	  border-bottom: 2px solid #4a4a4a;
	  border-left: 1px solid #cecece;
	  border-right: 2px solid #4a4a4a;
}
.knappmeny a:hover {
	  border-bottom: 1px solid #cecece;
	  border-top: 2px solid #4a4a4a;
	  border-right: 1px solid #cecece;
	  border-left: 2px solid #4a4a4a;
}
