* {margin: 0; padding: 0;}
html, body {
	background: #fff url(bg_body.gif) repeat-x	0 198px;
}
body {
	font: 120%/1.5 "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #5c5c3d;
}
h1 {
	font: bold 2em Verdana, Helvetica, sans-serif;
	margin-left: 23px;
	padding-top: 75px;
	color: #8c8f42;
}
h1 span {
	font-size: 50%;
	display: block;
	margin-left: 140px;
	color: #787c2f;
}
#wrapper {
	width: 500px;
	margin: 0 auto;
}
#header {
	height: 240px;
}
/* == LÄNKAR */
a:link,
a:visited {
	color: #df5d1b;
	text-decoration: underline;
}
a:visited {
	color: #b27a29;	
}
a:hover,
a:focus {
	background: #f6f6ea;
	color: #914018;
	text-decoration: none;
}
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:focus {
	background: none;
	color: #8c8f42;
	text-decoration: none;
}