@charset "ISO-8859-1";
a {
	color: #4a360f;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #f4f1eb;
}
#container {
	width: 700px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width: 600px;
	max-width: 850px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background-color: #f66d1f;
	height: 72px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#maincontent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#footer {
	background-color: #f66d1f;
	background-image: url(images/topright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#footer p {
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(images/topleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	left: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10;
}
#maincontent h1 {
	position: relative;
	width: 629px;
	height: 32px;
	overflow: hidden;
}
p {
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a360f;
}
h1  span  {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/title_hem.gif);
	background-repeat: no-repeat;
}
h1  {
	font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #333333;
}
.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#clearthis {
	clear: both;
}

#maincontent h2 {
	font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #4a360f;
	line-height: 140%;
}
#footercontent {
	background-image: url(images/topleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#footercontent2 {
	background-image: url(images/bottomright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer h1 {
	font-size: 10px;
	color: #FFFFFF;
	left: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: normal;
	padding: 10px;
	line-height: 150%;
}
#footercontent3 {
	background-image: url(images/bottomleft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav {
	padding: 0;
	list-style-type: none;
	float: left; /* Contain floated list items */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}
#nav li {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 12px;
	font-weight: normal;
}
#nav a {
	color: #990000;
	text-decoration: none;
	line-height: 4.2;
	padding-right: 15px;
	text-align: center;
	border-right: 1px solid #990000;
	padding-left: 15px;
}
#nav .con a {
	border: none;
}
#nav .home a {
	padding-left: 110px;
}
#nav a:hover {
	color: #000066;
}
#home #nav .home a, 
#verk #nav .verk a, 
#om #nav .om a, 
#links #nav .links a, 
#con #nav .con a {
	color: #990000;
	font-weight: bold;
}
#navcont {
	margin: 0px;
	padding: 0px;
}
.smaller {
	font-size: 90%;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#adr   h2  {
	font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#adr {
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 10px;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#design h2 {
	font-size: 70%;
	font-weight: normal;
	color: #600;
	float: right;
	margin-top: 10px;
	background-color: #eae4d9;
	text-decoration: none;
}
#design {
	background-color: #eae4d9;
	height: 30px;
	width: 100%;
}
#design h2 a:hover {
	text-decoration: underline;
}
#design h2 a {
	text-decoration: none;
	color: #633;
}