/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 71%;
	background-color: white;
	color: black;
	margin-left: 10;
	margin-right: 10;
	margin-top: 5;
	margin-bottom: 10;

}

/* Style for all table cells. */
td {
	font-family: Arial, sans-serif;
	font-size: 71%;
}

/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: black;
	border-style: solid;
	margin: 5;
}

.indextable {
}

/* Align the content of the cells on the index pages to the center and bottom. */
table.indextable td {
	text-align: center;
	vertical-align: bottom;
}

/* 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: 10;
	margin-left: 10;
	margin-right: 10;
	margin-top: 0;
	margin-bottom: 10;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}

/* Header */
h1 {
	color: #9F1E00;
	font-size: 170%;
	font-weight: 400;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #FF0000
}

a:visited {
	text-decoration: none;
	color: #000088
}

a:hover {
	text-decoration: underline;
	color: #FF5500
}

a:link {
	text-decoration: none;
	color: #0000FF
}

#imageinfo {
	visibility: hidden;
}

.stamtavle{
	table-layout: fixed;
	font-family: verdana;
	border-style: solid;
	border-width: 0;
	padding: 8;
	background: #9F1E00;
 	cellspacing: 1;
 }

table.stamtavle td {
	text-align: left;
	vertical-align: middle;
	font-family: Arial, sans-serif;
	font-size: 71%;

	border-width: 0;

	background:rgb(255,250,235);
	background:#eeeeee;
	padding: 4;
}

