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

/* Style for all bodies. */
body {
	font-family: 'Arial','Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: black;
	color:#FFd700;
	margin: 5px;
}
hr
{
	width:80%;
	color:FFFF99;
	background-color:FFFF99;
	height:1px;
	text-align:center;
	border:none;
}

#vorher {
	text-align:center;
	border-top:1px #FFD700 dotted;
	border-bottom:1px #FFD700 dotted;
	width:225px;
	position:absolute;
	top:300px;
	left:10px;
	padding:0px;
}
#nachher {
	text-align:center;
	border-top:1px #FFD700 dotted;
	border-bottom:1px #FFD700 dotted;
	width:225px;
	position:absolute;
	top:300px;
	left:1025px;
}
#dasBild {
	text-align:center;
	width:770px;
	height:800px;
	position:absolute;
	top:10px;
	left:245px;
}
#CC {
	text-align:right;
	width:225px;
	height:200px;
	position:absolute;
	top:10px;
	left:1025px;
}

#unten {
	text-align:center;
	width:800px;
	height:100px;
	position:relative;
	top:20px;
	left:0px;
}

.image {
	margin:0px;
	padding:0px;
}

.slideImage {
	border-width: 4px;
	border-color: #FFD700;
	border-style: solid;
	margin: 5px;
}
.indexImage {
	border-width:1px;
	border-color:#FFD700;
	border-style:dotted;
	margin:10px;
}

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

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

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

h1 {
	font-size:2em;
	font-weight:bold;
}

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

a:visited {
	text-decoration: underline;
	color:#FFD700;
}

a:hover {
	text-decoration: underline;
	color:#FFF933;
}

a:link {
	text-decoration: underline;
	color:#FFD700;
}

#imageinfo {
	visibility: hidden;
}

/* Formatierung der Kommentare auf der Index-Seite */
.Kommentar{
	margin-top:0px;
	padding-top:0px;
	font-size:65%;
	}
