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


/* Style for all bodies. */
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #D5D5A0;
}

img {
	border-color: #ffcc00;
}

/* Custom link styles */
a:active {text-decoration: none; color: #FF0000;}
a:visited {text-decoration: none; color: #FFFFFF;}
a:hover {text-decoration: underline; color: ##FFFFFF}
a:link {text-decoration: none; color: #FFFFFF}

.sd:link { color: #003399; text-decoration: none}
.sd:active { color: #FF0000; text-decoration: underline}
.sd:visited { color: #003399; text-decoration: none}
.sd:hover { color: #FF0000; text-decoration: underline}


.comment {
	font-weight: bold;

}

/* 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: bottom;
}

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

.camera {
	font-size: 11px;
}

/* 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;
}

body {
	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;
}

/* Label */
h4 {
	font-size: 14px;
	font-weight: bold;
}


.label {
	font-size: 14px;
	font-weight: bold;
}

.small {font-size: 9 px;}

.imagenr {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #D5D5A0;
}

.kopinfo {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 14px;
	color: #000000;
}

.sd:link {
color: #0066CC; text-decoration: none
}
.sd:active {
color: #FF0000; text-decoration: underline
}
.sd:visited {
color: #0066CC; text-decoration: none
}
.sd:hover {
color: #FF0000; text-decoration: underline
}
.sinduda1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #0066CC}
.sinduda2 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #0066CC}
.bkgr-0 {background-color: #E6E6E6;}
.bkgr-1 {background-color: #FFFFFF;}
.bkgr-2 {background-color: #CCCCCC;}
.bkgrtxt-3 {background-color: #3B3B39; color: #D5D5A0;}