* {
	font-family: arial, helvetica, sans-serif;
	color: #474747;
	margin: 0px;
	padding: 0px;
}
body, html {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
body {
	background-color: #771d1f;
}
img {
	border: none;
}
h1 {
	font-size: 30px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3 {
	font-size: 14px;
	margin-top: 8px;
	margin-bottom: 8px;

}
.margin2 {
	margin: 2px;
}

#container {
	background: #ffffff url(../images/bgr.gif) repeat-x top left;
	width: 100%;
	float: left;
	text-align: center;
}

/* --- Sidhuvud (logo etc) ---*/
#header {
	height: 100px;
	width: 900px;
	/*background-color: #707070;*/
	margin-left: auto;
	margin-right: auto;
}
	#header #logo {
		float: left;
		margin-top: 25px;
		cursor: pointer;
	}
	#header #skylt {
		float: right;
		margin-top: 21px;
		margin-right: 34px;
	}
	#header #hundhuvud {
		clear: left;
		float: left;
		margin-left: 296px;
	}

/* --- Kolumner ---*/
#main {
	width: 901px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 24px;
	text-align: left;
	background: url(../images/lines.gif) repeat-y top left;
	float: none;
	display: table;
}
	#left {
		display: inline;	
		width: 200px;
		float: left;
		padding-right: 20px !important;
		padding-right: 0px;
	}
	#middle {
		display: inline;	
		width: 420px;
		float: left;
		margin-left: 20px;
		margin-right: 20px;
	}
	#right {
		display: inline;	
		width: 200px;
		float: left;
		margin-left: 20px;
	}

	#main p, #main b, #main i, #content, #column1, #column2 {
		font-family: georgia, times, serif;
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 14px;
	}
	#main r {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 14px;
	}
	#main h1 {
		line-height: 34px;
	}
	#content p {
		margin-top: 10px;
	}

#column1 {
	width: 200px;
	margin-right: 20px;
	float: left;
}
#column2 {
	width: 200px;
	float: left;
}

.lasmer {
	color: #771d1f;
	font-size: 12px;
	font-weight: bold;
	float: right;
}
#startpageimage {
	position: absolute;
	top: 73px;
/*	margin-top: -45px;*/
	margin-left: 20px;
	z-index:10;
}
#startpageh1 {
	margin-top: 340px;
}

.border {
	border: solid 1px #b5b5b5;
	display: block;
}
.pdf-doc {
	margin-top: 20px;
	background: url(../images/pdf.gif) no-repeat 0px 0px;
	height: 36px;
	padding-left: 46px;
	padding-top: 8px;
	cursor: pointer;
}

/* --- Meny -- */
#menu {
	display: inline;
}
#menu * {
	font-size: 12px;
	text-decoration: none;
}
#menu .menuitem {
	border-bottom: solid 1px #d3d3d3;
	margin-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	display: block;
}
#menu a:hover {
	text-decoration: underline;
}
#menu .submenu {
}
#menu .submenu .submenuitem {
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 20px;
	display: block;	
}
#menu .submenu .submenuitem a {
	width: 170px;
}
#menu .active {
	background: url(../images/pil.gif) no-repeat 182px 3px;
	color: #771d1f;
	width: 190px;
	display: block;
}
#menu .submenu .active {
	background: url(../images/pil.gif) no-repeat 162px 3px;
}

/* Extra-ordinära box */
#extra {
	margin-top: 20px;
	padding-bottom: 0px;
	* padding-bottom: 18px;
	background-color: #771d1f;
	width: 200px;
	float: left;
	display: inline;
}
#extra * {
	color: #ffffff;
}
#extra p {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 12px;
	float: left;
	line-height: 17px;
	margin-bottom: 20px;
	display: inline;
}
#extra b {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

/* Öppet-tider box */
#oppet {
	margin-top: 20px;
	padding-bottom: 0px;
	* padding-bottom: 14px;
	background-color: #e1e1e1;
	width: 200px;
	float: left;
	display: inline;
}
#oppet p {
	font-size: 12px;
	margin: 12px;
	float: left;
	font-family: arial, helvetica, sans-serif;
	line-height: 17px;
	display: inline;
}
#oppet b {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
#oppet #telnr {
	font-size: 22px;
	color: #771d1f;
	line-height: 40px;
	background: url(../images/telefon.gif) no-repeat 0px 2px;
	padding-left: 27px;
}

#hittahit {
	text-align:center;
	float: left;
	margin: 10px;
}

/* --- Sidfot ---*/
#footer {
	background: url(../images/bgrfoot.gif) repeat-x top left;
	width: 100%;
	height: 100px;
	font-size: 11px;
	float:left;
}
#footer p {
	float: left;
	text-align: center;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 0px;
	color: #ffffff;
}

/* PNG-fix */
#startpageimage {
	behavior: url(/iepngfix.php);
}