a:link 					/* Nichtbesuchte Links*/

	{ text-decoration:none;color:#000000;}
a:active					/*Aktiver Link*/

	{ text-decoration:none;color:#ff99ff;}
a:visited 				/*Besuchter Link*/

	{text-decoration:none;color:#000000;}
a:hover 					/*Mouse overeffekt*/

	{ text-decoration:none;color:#ffa500;}



body{
	width:900px;
	margin:30px auto;
	border:1px solid #000000;
	background-color:#efefef;		/*Hintergrundfarbe*/

	/*-moz-border-radius:7px;		/*Rahmenradius*/


	font-family: Trebuchet MS;
	font-size:10pt;
	color:#000000;			/*Textfarbe schwarz*/

	}

h1 {color:#99ccff;}
h2,h3,h4,h5,h6 {color:#808080;
		}

/*Titelbereich*/
#title {
	height:100px;
	/*width:979px;*/
	/*padding:5px;*/
	/*border:dashed 1px solid #000000;	/*Trennlinie*/
	/*border-left:1px solid #000000;	/*Trennlinie*/
	/*border-right:1px solid #000000;	/*Trennlinie*/
	/*margin-bottom:5px;		/*Abstand zum nächsten Element*/
	/*-moz-border-radius:10px;*/
	font-family: Trebuchet MS;
	font-size:20pt;
	color:#808080;
}

/*Menübereich*/
#horizont {
	border-top:1px solid #000000;	/*Trennlinie*/
	/*border-left:1px solid #000000;	/*Trennlinie*/
	/*border-right:1px solid #000000;	/*Trennlinie*/
	background-color:#e0e0e0;
	height:90px;
	/*width:979px;*/
	border-bottom:1px solid #000000;	/*Trennlinie*/
	}

#left {

	/*border-left:1px solid #000000;	/*Trennlinie*/
	/*border-right:1px solid #000000;	/*Trennlinie*/
	/*border-bottom:1px solid #000000;	/*Trennlinie*/
	background-color:#efefef;
	width:164px;
	/*height:100%;*/
	float:left;

}

.hauptmenu {				/*Formatierung der Hauptmenüpunkte*/
	display:block;
	border:0pt solid#808080;		/*Rahmen:stärke 1pt farbe grau*/
	-moz-border-radius:7px;		/*Rahmenradius*/

	font-family: Trebuchet MS;	/*Schrifttyp*/
	font-size:10pt;			/*Textgrösse*/
	color:#000000;		/*Textfarbe blau*/
	padding:10px;			/*Textabstand zum Rahmen*/

}
.menutitle{
/*font-weight:bold;*/
text-align:center;
margin:2px;
}
.menucontainer_a {
border:0px solid #000;
background-color:#efefef;
width:140px;
margin:10px;
}
.menucontainer_b {
border:1px solid #000;
background-color:#ffa500;
width:140px;
margin:10px;
}
a.menu_a {
 display:block;
 padding:3px;
 border-top:0px solid #000;
 background-color:#efefef;
 text-align:left;
 /*font-weight:bold;*/
 color:#000000;
 text-decoration:none;
 }
a.menu_b {
 display:block;
 padding:3px;
 border-top:1px solid #000;
 background-color:#e0e0e0;
 text-align:left;
 /*font-weight:bold;*/
 color:#000000;
 text-decoration:none;
 }
a.untermenu {				/*Formatierung der Hauptmenüpunkte*/
	display:block;
	border-top:0px solid #000;
	background-color:#efefef;
	text-align:left;
	padding-left:11px;			/*linker Textabstand zum Rahmen*/
	font-size:9pt;			/*Textgrösse*/
	font-family: Trebuchet MS;	/*Schrifttyp*/

}
.unteruntermenu {			/*Formatierung der Hauptmenüpunkte*/
	padding-left:12px;		/*linker Textabstand zum Rahmen*/
	font-size:9pt;			/*Textgrösse*/
	font-family: Trebuchet MS;	/*Schrifttyp*/

}
a.menu_a:active, a.menu_a:hover
{
 color:#ffa500;
 background-color:#efefef;
}
a.menu_b:active, a.menu_b:hover
{
 color:#ffa500;
 background-color:#efefef;
}
}
/*Inhaltsbereich*/
#indexinhalt {

	border:1pt solid#808080;
	-moz-border-radius:7px;
	background-color:#ffffff;		/*Hintergrundfarbe weiss*/
	margin:10px;
	padding:10px;
	height:60%;
	/*width:850px;			/*Breite Textfenster*/
	font-family: Trebuchet MS;	/*Schrifttyp*/
	color:#000000;			/*Textfarbe schwarz*/

}

#inhalt {
	/*border-bottom:1px solid #000000;	/*Trennlinie*/
	/*border-left:1px solid #000000;	/*Trennlinie*/

	/*border:1pt solid#808080;
	/*-moz-border-radius:7px;*/
	/*margin:10px;*/
	padding:10px 10px;
	background-color:#ffffff;		/*Hintergrundfarbe weiss*/
	/*height:100%;*/
	width:700px;
	float:right;
	font-family: Trebuchet MS;
	font-size:10pt;			/*Textgrösse*/
	color:#000000;			/*Textfarbe schwarz*/


	}

#tabelle {
	font-family: Trebuchet MS;
	font-size:10pt;			/*Textgrösse*/
	color:#000000;			/*Textfarbe schwarz*/

}
.tabelle1 {
border:1px solid #000;
background-color:#efefef;
width:140px;
margin:10px auto;
}

.tabellenkopf {
	font-family: Trebuchet MS;
	font-size:10pt;			/*Textgrösse*/
	background-color:#e0e0e0;
	color:#000000;			/*Textfarbe schwarz*/
}
.tabelleninhalt {
	display:block;
 	padding:3px;
 	border-top:1px solid #000;
	background-color:#ffffff;
 	text-align:left;
 	/*font-weight:bold;*/
 	color:#000000;
 	text-decoration:none;
 }

/*Schluss*/
#schlusszeile {
	clear:both;			/*Textumfluss links und rechts beenden*/
	border-top:1pt solid#000000;
	background-color:#e0e0e0;
	height:50px;
	width:100%;
	font-family: Trebuchet MS;
	font-size:8pt;
	color:#000000;
}
