/* Biblioteksspecifika delar */

.head {
display: none;
	}
	
div.page {
	width: 500px;
	}

/* Gemensam css */

body {
	background-color: #fff;
	color: #000;
	font-family: verdana, arial, sans-serif;
	}
	
h1 {
	display: none;
}

h2 {
	margin-top: 0px;
	font-size: 1.2em;
}

p {
	margin: 0.5em 0 1em 0;
	font-size: 0.8em;
}

hr { 
	background:none;
	border:none;
	border-bottom: 1px dotted #CCCCCC;
	height: 0px;
	}

a, a:visited, a:link {
	font-size: inherit;
	color: #003399;
	background-color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #003399;
	background-color: #eee;
}

input {
	color: #000000;
	background-color: #eee;
	border: 1px solid #000000;

}
	
	
.tableFormat {
		padding: 3px 10px 3px 10px;
		border-top: 1px dotted #ccc;
		margin-top: 5px;
		width: 100%;
	}
	
.booktipimage {
		vertical-align: top;
		margin: 0px;
	}

.textright {
border-left: 1px dotted #ccc;
padding: 10px; 
vertical-align: top;
}

.pageingright {
text-align: right;
}
	
#footer {
border-top: 1px dotted #ccc;
margin-top: 5px;
padding-top: 15px;
text-align: left;
width: 100%;
font-size: 0.7em;
float:left;
}	

#footer span {
float:left;
}

#footer img#logo {
float: right;
margin-top: 10px;
}