/*  Boxprobleme bei IE5: Width-Angabe für Aussenkante BOX; sonst für Innenkante BOX
div {
width: 100px !important; // vorbesetzen IEx kennt important nicht
\width: 140px; // wird von IE5.x
w\idth: 100px;	// wird nicht von IE5.x aber sonst fast allen
}
*/

p {
	margin: 0em 0em 0em;
}

h1 {
	font-size: 16pt;
	text-align: center;
	float: left;
}

h2 {
	font-size: 14pt;
	margin-top: -1px;
	text-align: center;
	float: left;
}

h3 {
	font-size: 13pt;
	margin-top: -0px;
	margin-bottom: -0px;
}

ins{
	text-decoration: underline;
/*	color: green;*/
	border-bottom: thin solid Blue;
}
body {
	font-size: 12pt;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	font-family: serif;
	background-repeat: no-repeat;
}

.Edit
{
	clear: both;
}

#Edit00 {
	text-align: center;
}

#Edit00 h2{
	float: left;
	display: block;
	clear: right;
}
#Edit00 h3{
	float: left;
	display: block;
	clear: left;
}


#Inhalt
{
	border: 0px none Gray; /*	width: 1002px;  */
	width: 18cm;
	min-height: 500px;
	margin: -5px auto 0px auto;
	background-color: #FFFFFF; /*	position: relative;*/
	padding-top: 00px;
}

#TInhKM, #TInhKR
{
	color: #000000;
}

#TInhKM
{
	background: #3A5E17 url(bilder/kopf1.jpg) no-repeat;
	height: 100px;
}


#TInhML, #TInhMR
{
	height: 500px;
	color: Black;
}


#TInhML
{
	background: #FFFFFF;
	width: 150px;
	text-align: left;
	display: none;
}

#TInhMR
{
	border: thin groove #B8860B;
	width: 1px;
}



#TInhMM
{
	padding-left: 1em;
	border-left: 0px outset Gray;
	width: 840px;
}

#TInhMM table
{
	width: 100%;
}

#Edit20 {
	font-size: 0.8em;
}

#Edit20 ul {
	margin: 0px 0px 0px 0.1em;
	padding: 0px 0px 0px 1em;
}


/*------------------------ Menue Vertikal Anfang ------------------------------------*/

#MenueV
{
	margin: -00px auto -00px auto; /*	background-color: #A29261;        */
	border: solid #73542A;
	border-width: 1px 1px 1px;
	color: #FFF8DC; /*	height: 20px;*/
/*	width: 130px;*/
	text-align: left;
	font: normal bolder 0.8em Arial, Helvetica, sans-serif;
	top: 500px;
	position: relative;
}

#MenueV a
{
	color: #FFF8DC;
}

#MenueV a:hover
{
	color: Black;
}


#MenueV ul
{
	line-height: 1; /*	background: white;*/
	font-weight: bold;
	padding: 0;
	margin: 0.1em 0 0em 0;
	list-style: none;
}

#MenueV li
{
	line-height: 1; /*	background: white;*/
	font-weight: normal;
	padding: 0;
	margin: 0.5em 0 0em 0.5em;
	list-style: none;
}

#MenueV ul li
{
	color: Lime;
	font-weight: bold;
}


#MenueV ul li ul.CLMenueVP
{
	display: none;
/*	margin: 0.5em 0 0em 1.9em;*/
}

#MenueV ul li ul.CLMenueVA
{
	display: block;
/*	margin: 0.5em 0 0em 1.9em;*/
}

#MenueV ul li ul li
{
	margin: 0.5em 0 0em 1.5em;
}

/*------------------------ Menue Vertikal Ende ------------------------------------*/


/*----------  Suckerfish Anfang ----  http://www.htmldog.com/articles/suckerfish/dropdowns/example/#  -----*/

#MenueH
{
	margin: -0.0em 0 0.0em 0; 
/*	background: url(bilder/glasscheibe.png) no-repeat center;
/*	z-index: auto;*/
	text-align: left;
}



#sfnav, #sfnav ul {
	/*	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	*/
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 6pt;
}	

#sfnav ul 
{
	background: url(./bilder/glasscheibe.png);
}

#sfnav a {
	display: block;
/*	width: 10em;			/* IE5 rechnet Innenmaß, alle anderen Aussenmaß */
/*	w\idth: 6em;  			/* IE5x erkennt nicht, aber alle anderen  */
	width: 60px;			/* IE5 rechnet Innenmaß, alle anderen Aussenmaß */
	w\idth: 60px;  			/* IE5x erkennt nicht, aber alle anderen  */
	color: #000000;
	text-decoration: none;
/*	padding: 0.25em 1em;*/
/*	background: url(./bilder/glasscheibe.png);*/

}


#sfnav li 
{
	float: left;
	background: url(./bilder/glasscheibe.png);
	text-align: center;
}


#sfnav li#RandL 
{
/*	width: 3em;*/
	width: 0px;
}



#sfnav li#RandR a
{
	width: 0px;
}

#sfnav li ul 
{
	position: absolute;
	left: -999em;
	width: 40px;

/*
	w\idth: 13.9em;
	height: auto;
	font-weight: normal;
	border-width: 0.25em; 
*/	
}

#sfnav li ul li
{
		text-align: left;
		background-image: none;
		padding-left: 5px;
}
/*
#sfnav li ul a {
	width: 13em;
	w\idth: 9em;
}
*/


#sfnav li:hover ul, #sfnav li.sfhover ul 
{
	left: auto;
}

/*
#sfnav li:hover, #sfnav li.sfhover {
	background: #73542A;
}
*/


#sfnav #aktiv {
	background: #73542A;
}

/*----------  Suckerfish Ende ----  http://www.htmldog.com/articles/suckerfish/dropdowns/example/#  -----*/
