body { /*background-image:url(sandstein.jpg); background-color:#FFDAB9;*/ background-color:#E1C8A0;	margin-bottom:10px; }

/*
#E1C8A0
#EBDABE
*/

/* allgemeine Schriftformatierungen */
h1,h2,h3,h4,h5,h6 { font-family:Arial; }
h1 { font-size:18pt; font-weight:bold; color:#643C0F; text-align:center; text-decoration:underline; }
h2 { font-size:14pt; font-weight:bold; color:#643C0F; text-align:center; text-decoration:underline; }
h3 { font-size:12pt; font-weight:bold; color:#643C0F; text-align:center; text-decoration:underline; }
h4 { font-size:10pt; font-weight:bold; color:#643C0F; text-align:center; text-decoration:underline; }
h5 { font-size:10pt; font-weight:normal; color:#000000; text-align:center; text-decoration:underline; }
h6 { font-size:10pt; font-weight:normal; color:#000000; text-align:left; text-decoration:none; }

/*
h4 { font-family:Arial; font-weight:bold; color:#FF8F00; font-style:italic;
			text-align:center; text-decoration: }
*/

font { font-family:Arial; font-size:10pt; font-weight:normal; }
/* terminefont { font-family:Arial; font-size:12pt; }*/

/* Formatierungen für Links */
a:link { text-decoration:underline; font-family:Arial; font-weight:normal; color:#000000; }
a:visited { text-decoration:underline; font-family:Arial; font-weight:normal; color:#000000; }
a:hover { text-decoration:underline; font-family:Arial; font-weight:normal; color:#FF8F00;}
/* a { onClick="this.blur();"} */

/* Formatierungen für Tabellen */
table { margin-left:10px; margin-right:10px; }
td { padding-left:5px; padding-right:5px; padding-top:5px; /*padding-bottom:5px;*/
			font-family:Arial; font-size:10pt; font-weight:normal; }
tr { vertical-align:top; }
th { padding-left:5px; padding-right:5px; font-family:Arial; font-size:10pt; font-weight:bold;
		background-color:#EBDABE/*#FF9F00*/; }
td.button { padding:0px; text-align:center; vertical-align:middle; }
td.head { font-weight:bold; color:white; background-color:#8F8F8F; }

.copy { font-size:8pt; color:#7F7F7F; } /*Copyrightvermerk Kindertischgebete*/

/* Formatierungen für's Menü */
/* gesamtes Menü */
#masterdiv { margin-top: 10px; }
/* Obermenü */
/*td.menu { vertical-align:top; }*/
.menutitle {
	cursor:pointer;
	margin-bottom: 5px;
	background-color:#EBDABE;
	color: #000000 /*#643C0F*/;
	width:140px;
	padding:2px;
	text-align:center;
	font-weight:bold;
	border:1px solid #000000 /*#643C0F*/;
  text-decoration:none;
}
/* Untermenü */
.submenu{
	margin-bottom: 0.5em;
  font-weight:bold;
}
/*li { margin-left:-25px; text-indent:0px; }*/
li { margin-left:-25px; text-indent:0px; }
a:link.menulink { text-decoration:none; font-family:Arial; font-weight:normal; color:#643C0F; }
a:visited.menulink { text-decoration:none; font-family:Arial; font-weight:normal; color:#643C0F; }
a:hover.menulink { text-decoration:none; font-family:Arial; font-weight:normal; color:#7F7F7F;}

/* Bildübersichten und Diashows */
/*Fotogalerie*/
table.survey { vertical-align:top; }
td.thumb { vertical-align:top; text-align:center; }

/*Fehlerdemonstration*/
table.memb { border:1px solid #FF8F00; margin-left:5px; margin-top:10px; }
div.comment { margin-left:5%; }
table.comment { border:1px solid #FF8F00; background-color:#BFF0BD; }
td.left { background-color:#FF8F00; text-align:left; font-weight:bold; }
td.right { background-color:#FF8F00; text-align:right; }
