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

/* Style for all bodies. */
body
{
   font-family:Arial,Helvetica,sans-serif;
   background-color:#fffff0;
   margin:5px;
   color:#800000;
}


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

/* Style for all table cells. */

td { font-size:14px; vertical-align:top; }
td.ac { text-align:center; }
td.hinweis { text-align:center; color:#800000; font-style:normal; }
td.titel-vulkan
{
   font-size:1.1em;
   text-align:center;
   color:#800000;
   background-color:#fcf6e9;
   border:1px dotted;
}
td.untertitel-vulkan
{
   text-align:center;
   color:#800000;
}

*.verkauft { width:200px; border:1px dotted; }
