body
{
	margin: 0px;
	padding: 0px;
	font-family: "courier new", courier, monospace;
	color: #333;
	background-color: #f2f3f4;
	font-size: 12pt;
	line-height: 15pt;
}
#logo	
{
	z-index: 9;
	overflow: default;
	visibility: visible;
	margin: 0px;
}


#content
{
	position: absolute;
	top: 200px;
	xleft: 220px;
	margin: 0px 50px 50px 360px;
	border: 1px dashed #999;
	padding: 10px;
	font-size: 12pt;
	line-height: 16pt;
	background-color: #fff;
	
}
#content>p { margin: 0px; }
/* #content>p+p { text-indent: 30px; } */

#menu	
{
	position: absolute;
	top: 101px;
	left: 20px;
	width: 322px;
	padding: 100px 10px 10px 10px;
	xbackground-color: white;
	line-height: 32pt;
	font-size: 12pt;
	border-color: #666 #999 #999 #666;
	border-width: 1px 0 0 1px;
	border-style: solid none none solid;
	xz-index: 1;
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 300px;
}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
/* Again, "be nice to Opera 5". */
body>#menu { width: 300px; }

/* ======== eigene Stile ======== */
a { text-decoration: none; }

h1, h2
{ 
	font-size: 12pt;
	line-height: 16pt;
}

#menu a { color: #333; }
#menu a:hover { color: #06C; }
#menu a:selected { color: #06C; }
#menu .menu_selected	
{
	color: #06C;
	font-weight: bold;
}

#menu .smallinfo
{
	color: #666;
	font-size: 10pt;
	line-height: 12pt;
}

#submenu a { 
	font-size: 10pt; 
}
#submenu .menu_selected	
{
	color: #06C;
	font-weight: bold;
}
.submenu_item 
{ 
	padding: 0 0 0 24px; 	
	line-height: 13pt; 
}

/* --- Menu im Content-Bereich --- */
#menu_on_page, .toplink { padding: 6pt 6pt 12pt 2em; }
.toplink {font-size: 10pt; }

#content a { color: #06c; }
#content a:hover, #content a:selected { color: #04C; }

/* --- Bearbeitungs-Menu im Content-Bereich --- */
#editcontent	
{
	margin: 12px 0 0 0;
/*
	background-color: #FC9;
	font-size: 10pt;
	padding: 2px;
	line-height: 12pt;
	border-color: #930;
	border-width: 1px;
	border-style: solid;
*/
}
#editcontent a
{
	color: #C00;
	font-weight: bold;
}
#editcontent a:hover
{
	background-color: #C00;
	color: #FC9;
	font-weight: bold;
}

/* --- Bearbeitungs-Menu im Menu-Bereich --- */
#editmenu
{
	margin: 12px 0 0 0;
/*
	background-color: #FC9;
	font-size: 10pt;
	padding: 2px;
	line-height: 12pt;
	border-color: #930;
	border-width: 1px;
	border-style: solid;
*/
}
#editmenu a
{
	color: #C00;
	font-weight: bold;
}
#editmenu a:hover
{
	background-color: #C00;
	color: #FC9;
	font-weight: bold;
}

/* --- Formularfelder --- */	
textarea 
{
	font-family: "courier new", courier, monospace;
	color: #333;
	font-size: 12pt;
	line-height: 15pt;
}
.inp_h1, .inp_h2
{
	font-family: "courier new", courier, monospace;
	font-weight: bold;
	color: #333;
	font-size: 12pt;
	line-height: 15pt;
}
.inp_menu, .inp_mail
{
	font-family: "courier new", courier, monospace;
	font-weight: normal;
	color: #000;
	font-size: 12pt;
	line-height: 15pt;
}

/* -------- Debugging    -------- */
#debuglog
{
	background-color: #FFC;
	display: block;
	color: #000000;
	padding: 1px 12px 1px 12px;
	margin: 0px;
}

#debuglog pre
{
	font-family: ProFont, Monaco, sans-serif;
	font-size: 9px;
	line-height: 11px;
}

/* -------- Fehler & Warnungen -------- */
.error { color: #990000; }
.alert { color: #CC0000; }

