/*
Hier sind die Definitionen drin, die �berall in der Seite gebraucht werden.
*/

h1, h2 
{
	text-align: center;
}

/* F�r Men�s zum navigieren */
a.menu
{	
	width: 150px;
	display: block;
	text-align: center;
	background-color: #C0C0C0;
	color: #000000;
	text-decoration: none;
	font-size: 10pt;
}

/*  */
a.menu:hover
{	
	background-color: #FFCC00;
}

/* Damit keine Abst�nde zwischen den "Buttons" sind */
td.menu 
{
	border-width: 6px;
	padding: 0px;
	margin: 0px;
}


/*
*	Ab hier folgt die Aufteilung des Inhaltes in Bereiche
*/

/* Damit alles zentriert wird */
.gesamt 
{
	background-color: grey;
	width: 1020px;
	height: 760px;
	margin-left: auto;
	margin-right: auto;
}


.kopfzeile 
{
	background-color: #800000;
	color: #C0C0C0;
	position: relative;
	left: 0px;
	top: 0px;
	width: 1020px;
	height: 100px;
	overflow: hidden;
}

.linkeNavigation
{
	background-color: #FF8000;
	position: relative;
	float: left;
	left: 0px;
	top: 2px;
	width: 154px;
	height: 652px;
	overflow: hidden;
	padding: 3px;
}

.inhaltsbereich
{
	background-color: #F8E8A0;
	text-align: left;
	position: relative;
	left: 2px;
	top: 2px;
	overflow: auto;
	height: 647px;
	width: 847px;
	padding: 5px;
}


/* Style f�r die Tabelle die die alphabetische Sortierung der Artikel anzeigt. */
.alphSort 
{
	position: relative;
	left: 30px;
	background-color: #FF8000;
	border: 1px solid #000000;
	empty-cells: show;
}



/* Enth�lt den Buchstaben der sich aus der Sortierung ergibt */
.alphabet
{
	background-color: #800000;
	color: #C0C0C0;
	border: 1px solid #000000;
	text-align: center;
	font-weight: bold;
}


/* Hier stehen die Verweise zu den Artikel in der Tabel die alphabetisch sortiert */
.alphabetTD
{
	border: 1px solid #000000;
	text-align: center;
}



/*
*	Ab hier folgen Bereiche die innerhalb eines Artikels verwendet werden k�nnen.
*/

/* Das div zum Einr�cken von Textz inerhalb eines Artikels*/
.einrueck
{
	position: relative;
	left: 30px;	
	color: #0000FF;
}

/* Mittiger Text innerhalb eines Artikels */
.mittig 
{
	width: 850px;
	text-align: center;
}


.artikelfuss
{
	position: relative;
	color: red;
	top: 30px;	
	font-size: 10pt;
	font-weight: bold;
}

/* F�r Text der hervorgehoben werden soll */
.hervor
{
	background-color: #EEEEEE;
}


/* Menupunkte in den Tabellen in denen Artikel ausgw�hlt werden k�nnen */
a.menuArtikel
{	
	width: 190px;
	display: block;
	text-align: center;
	background-color: #C0C0C0;
	color:	#000000;
	text-decoration: none;
	font-size: 11pt;
}

/*  */
a.menuArtikel:hover
{	
	background-color: #FFCC00; 
}

/* */
a.menuArtikel:visited
{	
/*	background-color: grey; */
	color: #323232;
/*	text-decoration: underline; */
	
}
