@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana;
	text-align: center;
}
h1 {
	padding-bottom: 10px;
	padding-top: 10px;
	color: #660000;
	font-size: 20px;

}
h2 {
	padding-bottom: 10px;
	padding-top: 10px;
	color: #660000;
	font-size: 14pt;
}
p {
	font-size: 10px;
	padding-bottom: 15px;
	color: #660000;
	line-height: 17px;
}
a:link  {
	text-decoration: none;
	color: #660000;
	font-weight: bold;
}
a:visited  {
	text-decoration: none;
	font-weight: bold;
	color: #660000;
}
#col1 a:hover  {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#col2 a:hover {
	text-decoration: underline;
}

#col2 ul {
	font-size: 10px;
	margin-left: 20px;
}

a:active  {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}


#layout {
	width: 800px;
	margin: auto;
	text-align: left;
	padding-top: 20px;
}
#sidhuvud  {
	background-image: url(mergoltop.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 292px;
	float: left;
	width: 800px;
}
#innehåll {
	width: 800px;
	float: left;
}

#col1 {
	width: 150px;
	float: left;
	font-size: 10px;
	padding-top: 15px;
}
#col1 ul {
	list-style-type: none;
	width: 105px;
	margin: auto;

}
#col1 li {
	display: inline;
}
#col1 a {
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	display: block;
	background-color: #CC3300;
	border-bottom: solid #FFFFFF 1px;
	font-size: 11px;
}




#col2 {
	width: 630px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
}
#fot {
	float: left;
	width: 788px;
	text-align: center;
	background-color: #CCCCCC;
	border: solid #660000 1px;
	font-size: 10px;
	color: #660000;
	padding: 5px;
}
#fot2 {
	float: left;
	width: 800px;
	text-align: right;
	font-size: 10px;
	color: #999999;
}

