body {	background-color:#ffffcc;	padding:0; margin:0;
				color:#000055;			font-size:10pt;			font-family:Times, serif;
				text-decoration:none; }
h1 		{ font-size:24pt; font-family:serif; }
div 	{ font-size:10pt; font-family:sans; }
a 			{ text-decoration:underline; }
a:link 		{ font-weight:normal; color:#880000; text-decoration:underline; }
a:visited 	{ font-weight:normal; color:#000088; text-decoration:underline; }
a:hover 	{ font-weight:normal; color:#ff7777; text-decoration:underline; }
a:active 	{ font-weight:normal; color:#ff0088; text-decoration:underline; }
a:focus 	{ font-weight:normal; color:#ff0000; text-decoration:underline; }

img { border:0; }

.debag { font-size:10px; font-family:sans; color:#008800; }
.debag small { font-size:8px; }
.error { border:4pt groove #aa0000; background:#aa0000; color:#ffcc00; font-size:12px; text-align:center; }
.drucken { display:none; }

.kopf { border:1pt solid #777777; padding:10px; margin-bottom:10px; }

/* index.php */
.index { text-align:center; }
.index td { text-align:center; }
.index img { border:4pt outset #ff7777; }

/* menu.php - Menü und Untermenü */
.menubild { border:2px solid #773333; }
.menu { border:1px solid #777777; display:block; width:180px; float:left; padding:10px; margin-bottom:10px; }
.menublock { color:#cc0000; text-decoration:none; margin-left:10pt; margin-right:1pt; margin-bottom:10px; }
.menuU, .aktivU { color:#7777ff; font-size:10px; margin-left:20px; background-color:#cccccc; }
.aktivblock { color:#ff0055; background-color:#bbbbbb; font-weight:bold; }

.text { border:1px solid #7777ff; padding:10px; margin-bottom:10px; margin-left:220px; }

.fus { border:1pt solid #777777; clear:left; padding:10px; text-align:center; }

/*** Impressum ***/
.impressum table { width:500px; background-color:#e6e6e6; border:2px outset #777777;}
.impressum td { border:1px solid #777777; padding:4px; vertical-align:top; }

/*** Kontakt ***/
.kontakt table { width:500px; background-color:#e6e6e6; border:2px outset #777777;}
.kontakt td { padding:4px; }
.kontakt td.dunkel { background-color:#cccccc; }

/*** Bild-Galerien *** =================================================================== */
.mifiguren table { padding:0px; border:1px solid #000000; }
.mifiguren td { padding:10px; border:1px solid #000000; }
.holle { text-align:center; width:100%; border:1pt solid #000000; }
.holle table { text-align:center; }
.hollebild img { border:8pt solid #000000; }
.bildnav { border:1px solid #ff7777; text-align:center;
		 display:block; position:fixed; top:20px; right:20px; width:55px; padding:0; margin:0; }
.bildnav ul { list-style-type:none; padding:0; margin:0; }
.bildnav li { list-style-type:none; padding:0; margin:0; }
.bildsec { }

.bild { text-align:center; width:100%; border:1pt solid #000000; }
.bild table { text-align:center; width:100%; }
.bildbild img { border:8pt solid #000000; }


/*** PmWiki *** ============================================================================
   These control the fixed-width text elements of the page */
textarea, pre, code { }
pre, code { font-family:'Lucida Console','Andale Mono','Courier New',Courier; }
pre { }
pre code, code code, pre pre { }

/* The #wikilogo element is the logo from $PageLogoFmt */
#wikilogo { margin-top:4px; padding:6px; border-bottom:1px #cccccc solid; }

/* This controls the rest of the heading (primarily the search box) */
#wikihead {
  position:absolute; right:10px; top:10px; font-family:Verdana,sans-serif; }

/* These are for the left-sidebar. */
#wikileft { width:155px; padding:6px; border-right:0px #cccccc solid; line-height:1.33em;
			font-family:Verdana,sans-serif; }
#wikileft .vspace { margin-top:1.125em; }
#wikileft ul { list-style:none; padding:0px; margin:0px; }
#wikileft li { margin:0px; padding-left: 6px; }
.sidehead { margin:0px; padding:4px 2px 2px 2px; font-weight:bold; font-style:normal; }
.sidehead a { color:#505050; font-weight:bold; font-style:normal; }
#wikileft a { text-decoration:none; color:black; }
#wikileft a:hover { text-decoration:underline; color:blue; }

/* These affect the main content area. */
#wikibody { padding:0px 10px 10px 10px; font-size:11pt; border:1pt solid #aa0000;}
#wikicmds { float:right; white-space:nowrap; font-family:Verdana,sans-serif; }
#wikicmds ul { list-style:none; margin:0px; padding:0px; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds li a { text-decoration:none; color:black; border:none; }
#wikicmds li a.createlink { display:none; }
#wikicmds li a:hover { text-decoration:underline; color:blue; }
.pagegroup { margin-top:8px; margin-bottom:2px; }
.pagetitle { margin:0px; }
.wikiaction { margin-top:4px; margin-bottom:4px; }
#wikitext { margin-top:12px; line-height:1.33em; }
#wikitext table { font-size:100%; line-height:1.33em; } /* For MSIE 5.5 */

/* These are for the edit form. */
#wikiedit form { margin:0px; width:100%; }
#wikiedit textarea { width:100%; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }

/* These affect the lines at the very bottom. */
#wikifoot { padding-left:178px; padding-bottom:4px; border-top:1px #cccccc solid;
			font-family:Verdana,sans-serif; }

/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
  body { width:auto; margin:0px; padding:0.5em; }
  #wikihead, #wikileft, #wikicmds, .footnav { border-right:2px #ffcccc solid; }
  #wikifoot { padding:2px; }
}



