body {
	background-color: #656565;
	font-size: 62.5%; /* 1em --> 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0;
}

#wrap {
	position: relative;
	width: 930px;
	height: 640px;
	background-color: #fff;
	margin: 10px auto 0 auto;
}

#sidebar {
	position: absolute;
	width: 305px;
	height: 100%;
	background: #cac8bf url(../images/navbg.jpg) no-repeat;
	margin: 0;
	left: 0;
	top: 0;
}

#logo {
	position: absolute;
	top: 15px;
	left: 0px;
}

#navigation {
	position: absolute;
	top: 120px;
	left: 0px;
	font: 1.7em Arial, Verdana, Sans-serif;
	color: #000;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	padding: 0 10px 0 20px;
}

#navigation li.active {
	background-color: #aea69d;
}

#navigation a {
	color: #000;
	text-decoration: none;
}

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

#content {
	position: absolute;
	top: 40px;
	left: 335px;
	width: 570px;
}

#content.Hem {
	height: 595px;
}

#news {
	margin: 30px 0 0 0;
}

#toprightcorner {
	position: absolute;
	top: 0;
	right: 0;
	width: 18px;
	height: 18px;
	background: transparent url(../images/toprightcorner.jpg);
}

#bottomrightcorner {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 18px;
	height: 18px;
	background: transparent url(../images/bottomrightcorner.jpg);
}

.scrollblock {
	height: 540px;
	overflow: auto;
}

h2 {
	font: Normal 2.0em Arial, Sans-serif;
	margin: 0 0 20px 0;
}


h3 {
	font: Normal 1.6em Arial, Sans-serif;
	margin: 20px 0 5px 0;
}

h4 {
	font: Normal 1.5em Arial, Sans-serif;
	margin: 0 0 5px 0;
}

h2.frontpage {
	margin-bottom: 0;
}

h4.frontpage {
	margin-bottom: 15px;
}

h3.news {
	margin: 5px 0 5px 0;
}

h4.news {
	font-size: 1.2em;
	margin-bottom: 0;
}

.news p {
	margin: 0 0 25px 0;
	width: 460px;
}

#news {
	position: absolute;
	bottom: 25px;
	left: 0px;
}

p {
	font-size: 1.2em;
	margin: 0 0 15px 0;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

img.margareta {
	float: left;
	margin: 2px 20px 20px 0;
}

img.tjugoar {
	margin: 20px 0 20px 30px;
}

img.kurser {
	float: right;
	margin: 0 0 20px 20px;
}

img.tittut {
	float: right;
	margin: 20px 20px 20px 20px;
}

img.produktion {
	float: right;
	margin: 0px 20px 20px 20px;
	width: 135px;
}

hr {
	height: 1px;
	clear: both;
}

dl {
	font-size: 1.2em;
}

dt {
	display: block;
	width: 250px;
	float: left;
	font-weight: bold;
	border-bottom: 1px dotted #ddd;
}

dd {
	display: block;
	width: 300px;
	margin: 0;
	float: left;
	clear: right;
	border-bottom: 1px dotted #ddd;
}

ol {
	font-size: 1.2em;
	margin: 10px 0 10px 20px;
	padding: 0;
	list-style-type: upper-roman;
}

ol li {
	margin: 3px 0px;
}

