body {
	color: inherit;
	background-color: #004E98;
}

body, input, select, button {
	font-family: "Trebuchet MS";
	font-size: smaller;
}

table.form input.text, select {
	width: 150px;
}

select.small, input.button {
	width: auto;
}

div.main {
	width: 800px;
	margin: 0 auto;
	background-color: white;
	border: 2px solid black;
}

div.header img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

div.footer {
	background-color: #D3D3D3;
	padding: 2px;
	text-align: right;
	clear: both;
	margin-top: 5px;
}

div.menu {
	list-style: none;
}

table.menu {
	width: 100%; 
	border-collapse: collapse; 
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-image: url('images/Menybakgrund.jpg');
}

table td.menu {
	text-align: center;
	margin: 2px;
	padding-right: 4px;
	padding-left: 4px;
	border-right: 1px solid black;
	white-space:nowrap;
	font-size: 10pt;
	background-color: black;
	opacity:0.8;
	filter:alpha(opacity=80);
}

table.table {
	border-collapse: collapse; 
}

table.table th {
	background-color: #D3D3D3;
	white-space: nowrap;
}

table.table th a {
	color: black;
	text-decoration: none;
}

table.table td, table.table th {
	font-size: 10pt;
	border: 1px solid black;
	padding: 2px;
}

table.table caption {
	background-color: #D3D3D3;
	border: 1px solid black;
}

table.form th {
	border: 0px;
	text-align: right;
	font-style: italic;
	font-weight: normal;
}

table.table th.label {
	text-align: right;
	font-style: italic;
}

td.menu a {
	text-decoration: none;
	color: white;
}

pre {
	border: 1px solid red;
	padding: 5px;
	background-color: #FFEEAA;
	clear:both;
}

pre.blue { background-color: lightblue; }
pre.green { background-color: lightgreen; }

h1 {
	font-size: large;
}

h2 {
	margin-bottom: 2px;
	font-size: 110%;
}

h3 {
	margin-bottom: 1px;
	font-size: 100%;
}

p {
	margin-top: 0px;
}

hr {
	height: 1px;
	clear: right;
}

img.smallcoverimage, img.largecoverimage {
	float: right;
	border: 1px solid black;
	margin-bottom: 3px;
}

img.smallcoverimage {
	width: 53px;
	height: 84px;
}

img.largecoverimage {
	width: 140px;
	height: 209px;
}

table.displayBook {
	width: 100%;
}

table.displayBook tr {
	vertical-align: top;
}

table.displayBook td.right {
	text-align: right;
}

form.searchbox {
	background-color: lightgrey;
	width: 300px;
	border: 1px solid gray;
	padding: 10px;
}
form.searchbox input.text {
	width: 170px;
}