body {
	background-image: url("../imgs/raster2.gif");
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: floralwhite;
	margin: 0;
	padding: 0px 0px 0px 158px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: red;
}

p {
	margin-top: 11px;
	margin-bottom: 6px;
	line-height: 150%;
}

b#heading {
	color: #200B0B;
	font-size: 12px;
}

div#logopanel {
	position: absolute;
	top: 20px;
	left: 59px;
	z-index: 10;
}

div#mainmenu {
	overflow: auto;
	height: 100%;
	width: 145px;
	position: absolute;
	top: 120px;
	left: 25px;
	font-size: 11px;
}

div#mainmenu a {
	background-color: floralwhite;
	display: block;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-align: left;
	letter-spacing: 2px;
	padding: 7px 10px 4px;
	margin: 0px 5px 5px 5px;
	border-left: solid black;
	border-top: solid black;
	border-bottom: solid black;
	border-right: solid black;
	border-width: 2px;
	text-decoration: none;
	color: black;
	background-position: top left;
	background-repeat: repeat-x;
}

div#mainmenu a#current {	
	color: black;
	font-style: italic;
	border-right: 2px solid floralwhite;
}

div#mainmenu a:hover {
	color: #300000;
}

div#container {
	  padding: 5px;
}

div#toppanel {
	font-family: Georgia, Garamond, Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: black;
	padding: 34px 0px 20px 15px;
	letter-spacing: 2px;
}

div#content {
	font-size: 11px;
	color: black;
	background-color: floralwhite;
	width: 612px;
	padding: 10px;
	padding-top: 0px;
	border: solid black;
	border-width: 2px;
}

div#content a {
	text-decoration: none;
	color: #541B02;
}

div#content a:hover {
	color: #A31C02;
	text-decoration: underline;
}

div#raring {
	text-align: center;
/*	background-color: #fff;*/
	border: 2px solid #cbc;
		background-color: #ecebdb;
	border: 1px solid #dcdbcc;
	width: 350px;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 30px;
}

div#raring img {
	text-align: center;
	border: none;
}

div#textwrap {
	width: 510px;
	padding: 8px;
	padding-top: 0px;
}


div#fronttextwrap {
	width: 410px;
	padding: 8px;
	padding-top: 0px;
}


div#floatingpics {
	float: right;
	width: 210px;
}

img#atapic {
	float: right;
	margin: 10px 0px 10px 10px;
	padding: 0px;
	border: none;
}

img#atagubbepic {
	float: right;
	margin: 10px 0px 10px 10px;
	padding-top: -200px;
	padding: 0px;
	border: none;
}

#berglinpic {
	padding: 0px;
	margin: 5px 0px 0px 0px;
	border: 1px solid black;
}

div#box {
	width: 200px;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #ecebdb;
	border: 1px solid #dcdbcc;
}

div#largebox {
	width: 300px;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #ecebdb;
	border: 1px solid #dcdbcc;
}

div#pageflips {
	margin-bottom: 8px;
	border-top: 1px solid #dcdbcc;
	border-bottom: 1px solid #dcdbcc;
}

div#pageflips a {
	border: 1px solid floralwhite;
	text-decoration: none;
}

div#pageflips a:hover {
	border: 1px solid darkred;
	text-decoration: none;
}

div#pageflips #currentpage {
	color: green;
	border: 1px solid green;
}

div#bokitem0, div#bokitem1 {
	padding: 4px;
	padding-bottom: 5px;
}

div#bokitem0 {
	background-color: #F5F4E6;
}

span#booklink a {
    color: black;
}


span#bildlank a {
    font-weight: bold;
    background-color: red;
}

img#bokbild {
    padding: 10px;
}

img#thumb {
    padding: 2px;
    float: right;
    border: none;
}

p#bok {
	margin: 0px;
	padding: 3px;
}

p#bokkomm {
	margin: 0px;
	padding: 3px;
	padding-top: 0px;
	font-size: 10px;
}

div#koplink, div#tabortlink {
	float: right;
	padding-right: 10px;
	clear: both;
}

div#koplink a, div#tabortlink a {
	border: 1px solid #dcdbcc;
	padding: 2px;
	text-decoration: none;
}

div#koplink a {
	background-color: #DAE5CF;
}

div#tabortlink a {
	background-color: #D7C6C5;
}

div#koplink a:hover, div#tabortlink a:hover {
	text-decoration: none;
}

td {
	font-size: 10px;
}

form {
	font-size: 10px;
}

input {
	font-size: 10px;
}

div#info {
	font-size: 11px;
	color: black;
	background-color: floralwhite;
	width: 440px;
	padding: 10px;
	border: solid black;
	border-width: 2px;
}

div#copy {
	height: 30px;
	margin-top: 5px;
	padding-left: 10px;
	font-family: monospace;
	font-size: 12px;
	color: #888;
}

div#copy a {
	font-weight: bold;
	color: #9698a8;
	text-decoration: none;
}

div#copy a:hover {
	font-weight: bold;
	color: #9698a8;
	text-decoration: underline;
}

body>div#mainmenu
  {
    position: fixed;
  }

body>div#logopanel
  {
    position: fixed;
  }