@charset "utf-8";
body {
	background: #CC141C url(bilder/bakgrund.jpg) repeat;
	text-align: center;
	margin: 0px;
	font-size: 100%;
}
#wrapper {
	text-align: left;
	width: 900px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
	padding: 10px;
}
#wrapper #header {
	height: 25px;
	margin-bottom: 10px;
	text-align: center;
}
#wrapper #header a {
	text-decoration: none;
	color: #CC141C;
	letter-spacing: 0.2em;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#wrapper #header a:hover {
	text-decoration: underline;
	color: #CC141C;
	letter-spacing: 0.2em;
	font-size: 1em;
}
#content #leftColumn ul {
	font-size: 0.9em;
}


#content  {
	width: 900px;
}
#content #leftColumn  {
	width: 430px;
	float: left;
	height: 618px;
	border: 1px solid #000;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content #leftColumn p{
	padding-top: 7px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.3em;
}
.farg {
	color: #CC141C;
	font-weight: bold;
}
#content #leftColumn a {
	text-decoration: none;
	color: #CC141C;
}
#content #leftColumn a:hover {
	text-decoration: underline;
	color: #CC141C;
}


#content #rightColumn {
	background: url(bilder/omslag_framsida2.jpg);
	width: 430px;
	float: right;
	height: 618px;
	border: 1px solid #000;
}
#footer {
	clear: both;
}

