body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	background-color:#FFFFFF;
	}

a:link, a:visited {
	color: #333;
	text-decoration:underline;
	}

a:hover {
	text-decoration:none;
	}

.header {
	padding-bottom:20px;      /*oberer Abstand der Site zum Fenterrahmen*/
	}

.header img{
	border:none;              /*damit die MenŸstreifen im Explorer keinen Rahmen zeigen*/
	}

.bold_ci {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	}

td p {
	font-size: 11px;
	color: #000000;
	margin: 6px 8px 6px 18px;
	}

td p img, td h1 img {
	float: right;                     /*jedes Bild im Absatz (p) flie§t nach rechts*/
	margin: 0px 0px 10px 10px;        /*jedes Bild im Absatz (p) hŠlt Abstand zum linken und unteren Text*/
	border: 1px solid #666;           /*jedes Bild im Absatz (p) bekommt einen Rahmen*/
	}

ul {
	font-size: 11px;
	color: #000000;
	margin-top:0px;
	}

p+ul {
	margin-top:0px;
	}

/*******************************************************************/
/****************** Formate der †berschriften **********************/
/*******************************************************************/
h1, h2, h3  {
	font-size: 12px;
	color: #000000 ;
	font-weight: bold;
	margin: 0px 8px 0px 14px;
	}

h1 {
	font-size: 14px;
	color:#333;
	padding: 8px 0px 3px 0px;
	}

h2 {
	padding: 20px 0px 0px 3px;
	}

h3 {
	padding: 8px 0px 0px 3px;
	}
 
/*******************************************************************/
/************ Tabellenformate fŸr die komplette Site ***************/
/*******************************************************************/
table {
	margin-left: auto;
	margin-right: auto;
	width:700px;
	border-collapse: collapse;
	}

td {
	vertical-align:top;
	}

td img{
	vertical-align:top;
	border:none;
	}

/*******************************************************************/
/********** Tabelle fŸr die Startseiten (mit den Fotos) ************/
/*******************************************************************/
table#index	{
	border-spacing:0px;
	width: 572px;
	background-color:#fff;
	}
	
table#index .tab-head img {
	padding: 0px 0px 0px 0px;
	}

table#index td {
	text-align:center;
	background-color: #FFF;
	}
	
table#index td.left {
	text-align:left;
	background-color: #FFF;
	}
	
table#index td img{
	border: 1px solid #CCC;
	}
		
table#index .tab-head {
	font-size: 0.70em;
	text-align: center;
	font-weight: bold;
	line-height: 18px;
	color: #333;
	padding:0px 0px 10px 20px;
}

/*******************************************************************/
/***************** Formate fŸr die Fotogallerien ********************/
/*******************************************************************/
table#gal1	{
	border-spacing:10px;
	width: 520px;
	background-color:#fff;
	margin-top:10px;
	}
	
table#gal1 td {
	text-align:center;
	background-color: #FFF;
	}
	
table#gal1 td img{
	border: 1px solid #CCC;
	margin-bottom:10px;
	vertical-align:bottom;
	}

/*******************************************************************/
/********************* Tabelle Mittagstisch ************************/
/*******************************************************************/
table#mittag	{
	border-spacing:0px;
	width: 500px;
	background-color:#fff;
	margin-top:20px;
	}
	
table#mittag .tab-head img {
	padding: 0px 0px 0px 0px;
	}

table#mittag td {
	text-align:center;
	background-color: #FFF;
	}
	
table#mittag td.left {
	text-align:left;
	background-color: #FFF;
	font-size: 12px;
	}

table#mittag td.right {
	text-align:right;
	background-color: #FFF;
	font-size: 12px;
	width:15%;
	}
table#mittag td.nr {
	text-align:left;
	background-color: #FFF;
	font-size: 12px;
	width:10%;
	padding-bottom:25px;
	}

table#mittag td img{
	border: 1px solid #CCC;
	}
		
table#mittag .tab-head {
	font-size: 0.70em;
	text-align: center;
	font-weight: bold;
	line-height: 18px;
	color: #333;
	padding:0px 0px 10px 20px;
}