/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body 
{
	font-family:  Verdana, Tahoma, Arial, sans-serif;
	font-size: 15px;
	background-color:9294AD;
	color: black; }

img {
	border-color: #C0C0C0;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: black;
}

a:visited {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
	color: white
}

a:link {
	text-decoration: none;
	color: black;
}

.comment {
	color: yellow;

}

/* Put a border on all generated images */
.image {
	border-width: 2;
	border-style: solid;
	margin: 5;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: top;
}

/* Style for all table cells. */
td {
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

.camera {
	font-size: 10px;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}

/* Don't have margins on the slide pages. */
body#slide {
	margin: 0;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}

/* Header */
h1 {
	font-size: 30px;
	font-weight: bold; text-align:center;
}


#imageinfo {

	font-size: 13px;
}

#content { width: 800px; text-align; center;}

/*comment*/
h4 {width:600px; text-align:left; text-indent:10px;}

#marginleft /*venstre linje*/
{ position: absolute; top: 0px; left: 0px; width: 20px; height:900px; padding: 0px; background-color:black; background-position: 0px 0px; background-repeat: repeat-y; background-image: URL(../../BKG/testbg.gif); border:0px }

	#marginright /*høyre linje*/
{ position: absolute; top: 0px; left: 780px; width: 20px; height:900px; padding: 0px; background-color:red; background-position: 0px 0px; background-repeat: repeat-y; background-image: URL(../../BKG/testbg2.gif); border:0px }

