* { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address { margin: 0px; }

body {
	text-align: center;
	color: #666;
	font: 76.1%/1.4em Verdana, Arial, Helvetica, sans-serif;
	background: #CCC url(../img/html_bg.gif) repeat-x;
}

h3 {
	margin-bottom: 10px;
	padding-top: 3px;
	padding-left: 6px;
	font-size: 16px;}

p { margin-bottom: 5px; }

ul {
	padding-left: 20px;
	}
ul li {
	margin-bottom: 5px;
}

ul li a {
	text-decoration: none;
	color: #666;
}

a {
	text-decoration: underline;
	color: #86915a;
	font-weight: bold;
}

img {
	border: none;
	margin: 0;
}

#wrapper {
	width: 780px;
	padding: 0;
	margin: 0 auto;
	text-align:left;
}

#header {
	width: 795px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	}

.topheader {
	background-color: #2D2D2D;
	height: 30px;
	margin: 16px auto 0 auto;
	width: 780px;
	text-align: right;
}

.topheader p {
	padding-top: 5px;
	padding-right: 10px;
	}

.topheader p a {
	color: white;
	border: 1px solid #2d2d2d;
	font-weight: normal;
	font-size: 11px;
	padding: 3px;
	}

.topheader p a:hover {
	border: 1px solid #666;
	}

.centerheader {
	background: url(../img/top_bg.gif) no-repeat;
	padding: 0;
	width: 795px;
	margin: 0;
	}
#header_background { 
	height:120px; 
	margin:0 auto;
	position:relative;
}
#logotype {
	left:15px;
	position:absolute;
	top:9px;	
}

.mainmenu {
	background-color: #2D2D2D;
	height: 30px;
	margin: 0px;
	padding: 0;
	width: 780px;
	text-algin: left;
}

.mainmenu ul {
	margin: 0;
	height: 30px;
	padding: 6px 0px 0px 10px;
}

.mainmenu ul li {
	display: inline;
	margin-right: 10px;
}

.mainmenu ul li a {
	color: white;
	padding: 2px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:89.1%;
	text-decoration: none;
	border: 1px solid #2D2D2D;
}

.mainmenu ul li a:hover {
	border: 1px solid #666;
}

.msg_boxes {
	padding: 10px;
	height: auto;
	background-color: #777;
	}

.msg_boxes h1 {
	color: white;
	font-weight: bold;
	font-size: 110%;
	background-color: #555;
	padding: 5px;
	margin-bottom: 6px;

}

.box_left {
	width: 500px;
	height: auto;
	float: left;
	margin-right: 10px;
	background-color: white;
}

.box_left img {
	margin: 0 2px;
	}

.box_left p {
	margin-left: 5px;
	}

 .box_left hr, hr {
 	border:none;
 	border-top: 1px solid #86915a;
 	height: 1px;
 	background-color: none;
 	margin: 0; padding: 0;
 	}

.box_right {
	width: 245px;
	height: auto;
	float: left;
	background-color: white;
	padding-bottom:10px;	}

.box_right p, .box_right h2 {
	padding-left: 4px;
	}


.box_right ul {
	padding-left: 30px;
}

.box_right a {
	font-weight: normal;
}

.box_right ul li a:hover {
	border-bottom: 1px solid #333;
	color: #798F2C;
}

.spacer { width: 10px; float: left; }

.main_content {
	width: 780px;
	background-color: white;
	padding: 10px 0 0 0;
	margin: 0;
}

.box_left ul, .box_right ul {
	margin-left: 15px;
	}

.footer {
	background: transparent url(../img/footer_bg.gif);
	color: #999;
	padding: 10px 10px 0px 10px;
}

.footer p {
	line-height: 12px;
	}

.footer_shadow {
	background: transparent url(../img/footer_shadow_bg.jpg) repeat-x;
	height: 56px;
}

.clearer { clear: both; }

h1 { } /* Huvudrubrik H1*/
h2 { } /* Underrubrik 1 */
h3 { } /* Underrubrik 2 */
h4 { } /* Underrubrik 3 */
p { } /* Brödtext */

table { clear: both }

.clearer { clear: both } /* LemonStyle: CLEAR */