* {
  margin: 0;
}

body {
	/* Stiller i midten i IE */
	text-align: center;

	background: #ffffff url(bilder/bakgr_pattern.gif);

	font-family: Georgia, Times, serif;
	font-size: 0.9em;
}

#baskerville {
	text-align: left;

	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 800px;
}

/* Tekst */

p {
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 140%;
	text-decoration: none;
}

small {
	font-weight: normal;
	font-size: 0.85em;
    line-height: 110%;
	color: #CC0000;
}

small.bilde {
  display: inline-block;
  width: 12em;
}

/* Lenker */

a {
	color: #FF0000;
	text-decoration: none;
}

a:visited {
	color: #FF0099;
}

a:hover {
	color: #FF0066;
}

a:active {
	color: #FF0000;
}

.innhold a {
	font-weight: normal;
	font-size: 0.95em;
	color: #CC0000;
}

/* Navigasjon */

#navigasjon {
	background: #000;
	padding-top: 20px;
	padding-bottom: 10px;
  position: relative;
  width: 100%;
}

#navigasjon ul {
	list-style: none;
  padding-left: 30px;
}

#navigasjon ul#funksjoner {
	position: absolute;
	left: 23em;
	bottom: 10px;
}

#navigasjon li {
	display: block;
}

#navigasjon a {
	color: #eee;
	text-decoration: none;
}

#navigasjon a:visited {
	color: #ccc;
}

#navigasjon a:hover {
	color: #fff;
}

#navigasjon a:active {
	color: #fff;
}

/* Innhold */

.innhold {
	background: #fff;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
  padding-bottom: 1px;
  height: 400px;
}

.bestilling {
	background: #fff;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
  padding-bottom: 1px;  
}

#baskerville > .innhold {
  height: auto;
	min-height: 400px;
}

#info {
	background: #fff;
}

/* Bunnen */

#info {
	clear: both;
	font-size: x-small;
  padding-top: 18px;
	margin-bottom: 50px;
  padding-left: 60px;
  background: url(bilder/logo.gif) no-repeat #fff;
  height: 50px;
}

/* HR */

.hr {
	clear: both;
  margin: 0;
	height: 5px;
	background: transparent url(bilder/stiplet_gul.gif) repeat-x;
}

hr {
  margin: 0;
	clear: both;
	display: none;
}

/* !!!Side-spesifikk CSS!!! */


/* Bøker */

.bok {
  height: auto;
  min-height: 280px;
}

#baskerville > bok {
  height: auto;
  min-height: 300px;
}

.bok {
	clear: both;
  position: relative;
  width: auto;
  background: #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

.bok h1 {
	padding-top: 10px;
	font-weight: normal;
	font-size: 24px;
}

.bok img {
  position: absolute;
  top: 30px;
}

.bokinfo {
  margin-left: 170px;
}

.bokinfo img {
  position: static;
}

q:before {
	content: "";
}

q:after {
	content: "";
}

/* Om baskerville */

#om_baskerville {
	padding-right: 350px;
	background: url(bilder/logo_360px.gif) 450px 20px no-repeat #fff;
}

#om_baskerville h1 {
	font-weight: normal;
	font-size: 36px;
}

#om_baskerville p {
	font-size: large;
	line-height: 120%;
}

#om_baskerville address {
	padding: 1em 0 1em 0;
	font-style: normal;
	line-height: 140%;
}

/* Kommende */

h1 {
	font-weight: normal;
	font-size: large;
	padding-top: 10px;
}

#kommende .annonsering {
	font-weight: normal;
	font-size: x-large;
	padding-top: 10px;
}

/* Skjema */

fieldset {
  border: none;
}

input, textarea {
  display: block;
  margin-bottom: 1em;
}

#feilbeskjeder {
  color: red;
}

td {
  padding-left: 1em;
  padding-right: 1em;
}

td input {
  display: inline;
}

#bok_1 {
  height: 400px;
}
