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

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #FFCC99;
	color: color:#333333;
}



.titel {
	font-size:13pt;
	color:#333333;
	background-color:#FFA048;
	font-weight:bold;
	text-indent:5px;
	line-height:25px;
	margin-top:20px;
	margin-bottom:0px;
	}

.grautitel {
	font-size:9pt;
	color:#333333;
	line-height:16px;
	text-indent:5px;
	text-align:left;
	margin-bottom:3px;
	font-weight:normal;
	background-color:#E6E7E8;
	margin-top:0px;}

#Bottom {
	height:19px;
	font-size:6pt;
	font-weight:bold;
	color:#E6E7E8;
	text-align:center;
	background-color:#333333;
	clear:both;}

img {
	border-color: color:#333333;
}

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

a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #F58220;
}

a:link {
	text-decoration: none;
	color: #333333;
}

.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: verdana, Arial, Helvetica, 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;
}


#imageinfo {

	font-size: 11px;
}

