/*	...	*/

body {
	background-color: #fff;
	font-family: "Bitstream Vera Sans", Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	}

h1, div#menu, div#footnotes {
	background-color: #D9CEB3;
	}

h1 {
	color: #000;
	margin: 0;
	padding: 0.5em;
	}

h2, h3 {
	border-bottom: 1px solid #6F6130;
	}

div#news h4 {
	border-bottom: 1px solid #6F6130;
	}

h2, h3, h4, h5, h6 {
	color: #6F6130;
	}

dt {
	font-weight: normal;
	}

/*	...	*/

div#main {
	background-color: #fff;
	float: left;
	font-size: 0.9em;
	margin: 0;
	padding: 1em;
	width: 65%;
	}

div#main a, div#news a {
	text-decoration: underline;
	}

div#main a:hover, div#news a:hover {
	text-decoration: none;
	}

div#news {
	background-color: #E8EFFD;
	border-bottom: 1px dotted black;
	border-left: 1px dotted black;
	float: right;
	font-size: 0.8em;
	padding: 1em;
	width: 25%;
	}

div#news table {
	font-size: 1em;
	}

div#menu {
	border-bottom: 1px solid black;
	font-variant: small-caps;
	margin: 0;
	padding: 5px;
	}

div#menu ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	}

div#menu ul li {
	background-color: #5576A6;
	color: white;
	font-weight: normal;
	margin-left: 0.2em;
	margin-bottom: 0;
	padding: 2px 15px 5px;
	border: 1px solid black;
	list-style: none;
	display: inline;
	}

div#menu ul li a {
	color: white;
	}

div#menu ul li.here {
	background-color: white;
	border-bottom: 1px solid white;
	color: black;
	list-style: none;
	display: inline;
	}

div#menu ul li.here a {
	color: black;
	}



/*
div#menu ul li a {
	background-color: #446785;
	color: white;
	display: block;
	width: 100%;
	}

html>body div#menu ul li a {
	width: 10em;
	}
*/
div#footnotes {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	clear: both;
	font-size: 0.9em;
	margin: 0;
	padding: 1em;
	}

#lettermenu {
	/*border: 1px solid black;
	width: 100%;*/
	}

#lettermenu ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#lettermenu ul li {
	padding: 0 0.1em;
	list-style: none;
	display: inline;
	}

#lettermenu ul li:before {
	content: "\2022 \00A0";
	}

#lettermenu ul li.first:before {
	content: " ";
	}

.alternativedvdlist li {
	clear: left;
	margin: 20em 0;
	padding: 0;
	}

.alternativedvdlist li p {
	margin-top: 0;
	padding: 0;
	}

.alternativedvdlist li img {
	border: 1px solid black;
	float: left;
	margin-right: 1em;
	}

.alternativedvdlist li ul {
	float: left;
	}

.alternativedvdlist li li {
	margin: 0;
	}

/*	Classes	*/

.newslist {
	margin: 0 1.5em;
	}

.details {
	font-size: 0.8em;
	}

.right {
	float: right;
	margin: 0 0 1em 1em;
	}

.border {
	border: 1px solid black;
	}

.small {
	font-size: 0.8em;
	}

table.small td {
	font-size: 0.8em;
	}

/*	Alt. movie list	*/

div.movie {
	clear: left;
	margin: 0.2em 0;
	}

div.movie div {
	float: left;
	display: inline;
	}

div.odd div {
	background-color: #E7E7E7;
	}

div.even div {
	background-color: #FFFFFF;
	}

div.title {
	width: 35em;
	}

div.year {
	width: 4em;
	}

div.country {
	width: 15em;
	}

/*	Kontaktskjema	*/

div#kontaktskjema div.row {
	clear: left;
	margin: 0.5em 0;
	}

div#kontaktskjema div.row span.label {
	display: block;
	float: left;
	width: 5em;
	}

div#kontaktskjema div.row span.input {
	float: left;
	}

/* Hyperlinks */

a, a:visited {
  /*background-color: transparent;*/
  color: #00490C;
  text-decoration: none;
  }

a:active {
  background-color: transparent;
  color: #B4253D;
  }

a:hover, a:focus {
  text-decoration: underline;
  }
/*
a:visited {
  background-color: transparent;
  color: #687B4A;
  text-decoration: none;
  }
*/
a:visited:hover {
  text-decoration: underline;
  }

a img {
	border: 0;
	}
