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

/* Style for all bodies. */

#Rahmen {
	width:680px;
	margin:0px auto;
	align:center;
	background-color:#faefdb;}
	
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	font-size: 9pt;
	color:#000000;}
	
.titel {
	background-color:#ffcc99;
	font-size: 14pt;
	font-weight:bold;
	text-indent:5px;
	line-height:25px;
	margin-top:0px;
	margin-bottom:0px;}
	
.grautitel {
	line-height:16px;
	margin-bottom:15px;
	font-weight:normal;
	background-color:#ececed;
	margin-top:0px;}
	
#Bottom {
	margin-top:15px;
	height:19px;
	font-size:6pt;
	font-weight:bold;
	color:#000000;
	background-color:#ececed;
	margin-bottom:0px;}


/* Style for all table cells. */
td {
	font-size: 9pt;}
