body
{
	background-color: #ffffff;
	margin: 0 0 0 0px;
	font-family: arial, sans-serif;
	font-size: 11px;
}
img
{
	border: 0;
}
.clear
{
	clear: both;
}
input
{
	font-family: arial, sans-serif;
	font-size: 11px;
}
select
{
	font-family: arial, sans-serif;
	font-size: 11px;
}
textarea
{
	font-family: arial, sans-serif;
	font-size: 11px;
}
a
{
	color: #3a6f61;
	text-decoration: none;
}
a:hover
{
	color: #3a6f61;
	text-decoration: underline;
}
#main
{
	position: relative;
	width: 925px;
	margin-left: auto;
	margin-right: auto;
}
#top
{
	position: relative;
	height: 22px;
	background-color: #000000;
}
.logo_start
{
	position: relative;
	height: 257px;
	border-top: solid 1px #b0b0b0;
	border-bottom: solid 1px #b0b0b0;
}
.logo
{
	position: relative;
	height: 75px;
	border-top: solid 1px #b0b0b0;
	border-bottom: solid 1px #b0b0b0;
}
#content_print
{
	position: relative;
	width: 700px;
	padding: 20px 20px 20px 20px;
}
#content
{
	position: relative;
	width: 925px;
}
#content_left
{
	background-color: #c2d3ab;
	width: 688px;
	background-image: url(../Images/bg_left.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#content_right
{
	background-color: #d2ecb0;
	width: 237px;
	background-image: url(../Images/bg_right.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.content_holder
{
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
}
/* Top menu */
.menu_item
{
	position: relative;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}
/* Input */
.search_field
{
	font-family: arial, sans-serif;
	font-size: 13px;
	border: solid 1px #3a6f61;
	background-color: #f3f3f3;
	height: 18px;
	width: 370px;
}
/* Startpage */
.dotted_line
{
	position: relative;
	float: left;
	width: 638px;
	height: 1px;
	background-image: url(../Images/dot.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
}
.book_image_presentation
{
	position: relative;
	float: left;
	margin-right: 10px;
}

/* News */
.newsitem_wrapper
{
	padding-top: 5px;
}
.news_date
{
	margin-bottom: 10px;
}
.news_ingress
{
	margin-bottom: 10px;
	font-style: italic; 
}
.news_image
{
}

/* Character list */
.abc
{
	margin-left: 0px;
}

.abc td
{
	padding: 2px;
}

/* BookPresentationContent.ascx */
.factitem
{
	font-weight: bold;
}
.factitem-title
{
	font-weight: bold;
}
.comment
{
	margin-top: 5px;
	margin-bottom: 5px;
}
.comment_top
{
	margin-top: 5px;
}

.comment_bottom
{
	margin-top: 5px;
}

input.field
{
	width: 296px;
}

textarea.field
{
	width: 450px;
}

/* Boklista */
.marked
{
	background-color: #3a6f61;
	color: #c2d3ab;
	font-weight: bold;
	padding-left: 2px; 
	padding-right: 2px;
}
a.unmarked
{
}

.list2_bg
{
	height: 15px;
}
.list2_plain
{
	height: 15px;
}

.hidden
{
	display: none;
}
.visible
{
	display: block;
}

.dotted_line_right
{
	position: relative;
	float: left;
	width: 205px;
	height: 1px;
	background-image: url(../Images/dot.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
}