@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	font-size: 100%;
	background: url(../bilder/page_background.jpg);
}
#wrapper {
	text-align: left;
	width: 800px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	background: #43C8F5;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px solid #0B94C1;
}
#wrapper #header {
	height: 25px;
	margin-bottom: 10px;
	text-align: center;
}
#wrapper #header a {
	text-decoration: none;
	color: #FF0;
	letter-spacing: 0.1em;
	font-size: 1em;
	font-weight: bold;
}
#wrapper #header a:hover {
	text-decoration: underline;
	color: #FF0;
	letter-spacing: 0.1em;
	font-size: 1em;
	font-weight: bold;
}

#content  {
	width: 800px;
}
#content #leftColumn  {
	width: 380px;
	float: left;
	height: 550px;
	border: 1px solid #000;
	padding-right: 10px;
}
#content #leftColumn li {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.4em;
}

#content #leftColumn p{
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.4em;
}
#content #leftColumn a {
	text-decoration: none;
	color: #FF0;
	font-style: italic;
}
#content #leftColumn a:hover {
	text-decoration: underline;
	color: #FF0;
}


#content #rightColumn {
	background: url(../bilder/drapliga_omslag.jpg) no-repeat 20px 0px;
	width: 380px;
	float: right;
	height: 550px;
	border: 1px solid #000;
}
#leftColumn h4 {
	color: #FF0;
	padding-left: 15px;
	font-size: 1.2em;
	padding-top: 15px;
}

#footer {
	clear: both;
}

.farg {
	color: #FF0;
	font-weight: bold;
}
.right {
	font-size: 0.6em;
	font-style: italic;
	text-align: right;
}
.centrerad {
	text-align: center;
}

