	body
	{
		font-family: arial,helvetica,sans-serif;font-size:13px;	
		background-color:white;
		margin-top:10px;
		margin-left:20px;
	}
	td
	{
		font-size:10pt; 
		color:black;
	}
	
	.grau
	{
		background-color:#F8E5C0; width:380px;
	}
	.lila
	{
		background-color:F8E5C0; width:480px;
		padding:3px;
	}
	.grauBreit 
	{
		background-color:#C0C0C0; width:540px;font-size:19px;
		padding:2px;
	}
	.grauBreitDiaShow 
	{
		background-color:#C0C0C0; width:346px;font-size:19px;
		padding:2px;
	}
	.chapter
	{
		font-size:14px;	 
		border-top:	1px	solid #C0C0C0;
		border-bottom: 1px solid #C0C0C0;
		padding-top: 8px;
		padding-bottom:	8px;
	}
	.text
	{
		text-align:justify
	}
	.picture
	{
		font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
		font-size:10px;
		color:gray;
		padding-top:0px;
		padding-right:5px;
		padding-bottom:5px;
	}
	.thumbnail
	{
		padding-left:0px;padding-top:0px;padding-right:5px;padding-bottom:5px;
	}
	a:link
	{ 
		text-decoration:none; font-weight:bold;	color:Navi;	
	}
	a:visited
	{ 
		text-decoration:none; font-weight:bold;	color:Purple; 
	}
	a:hover
	{
		text-decoration:none; font-weight:bold;	color:purple; 
	}
	a:active
	{ 
		text-decoration:none; font-weight:bold;	color:fuchsia ; 
	}
	a:focus
	{
		text-decoration:none; font-weight:bold; color:purple	; 
	}		

	.absatzLila
	{
		padding: 10px;
		width:520px; 
		background-color: #F8E5C0; 
		border:	1px	solid Black;
		text-align:	justify;
	}
	.footer
	{
		font-size:9.5px;
		text-align:center;
	}
	.galerie
	{
		color:white;
	}

/******************************************************************************
 * File:				style.css
 * Authors:				Jens Grochtdreis <jens@grochtdreis.de>
 *						Thorsten Rinne <thorsten@rinne.info>
 * Date:				2004-06-02
 * Last	change:			2004-06-29
 * Copyright:			(c)	2004 phpMyFAQ Team
 * 
 * The contents	of this	file are subject to	the	Mozilla	Public License
 * Version 1.1 (the	"License");	you	may	not	use	this file except in
 * compliance with the License.	You	may	obtain a copy of the License at
 * http://www.mozilla.org/MPL/
 * 
 * Software	distributed	under the License is distributed on	an "AS IS"
 * basis, WITHOUT WARRANTY OF ANY KIND,	either express or implied. See the
 * License for the specific	language governing rights and limitations
 * under the License.
 ******************************************************************************/


a {
	text-decoration: none;
	
	}
a:hover	{
	text-decoration: underline;
	}
/**************************
The	category-menu
**************************/

#categories	
{
	list-style-type: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 140px;
	margin:	0px;
	padding: 0px;
	font-size: 85%;
	background-color:#EEEEEE;
}
#categories	ul 
{
	margin-left:20px ;
	margin-top:-5px;
	
	padding: 0;
	list-style-type: none;
	/*color: #A0A0A0;*/
	font-weight: normal;
		
}
#categories	li 
{
	margin:	3px	0px;
	/*margin-left: 10px;*/
	line-height:3px;
	margin-bottom:-6px;
}

#categories	a 
{
	display: block;
	/* Abstand vom Text zu den orangen Balken*/
	padding: 7px 5px;
	width: 125px;
	/*color: #fff;*/
	border-left: 3px solid;
	text-decoration: none;

}
#categories	a:hover	
{
	text-decoration: none;
	color:green;
}
#categories	ul ul li 
{
/*	background-color: Blue;*/
}
#categories	ul ul a	
{
/* categorien dritte ebene */
	display: block;
	padding: 3px 10px;
	width: 100%;
	border-left: 5px solid;
	text-decoration: none;
	color: Black;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	margin-top: -5px;

	
}
#categories	ul ul a:hover 
{
	background-color: #fb0;
	text-decoration: none;
	color:red;
	
}

a.active 
{
	border:	1px	solid;
}

/**************************
Colors
**************************/

a, #horizontalnav a, #categories a,	#categories	ul ul a, .inputfield, .inputarea, table.topten th, table.fivenewest	th,	select,	option {
	/* farbe der hauptkategorien */
	color: #000000;
	font-size: 12px;
	
	}
#categories	a:hover, #categories ul	ul a:hover 
{
	/* farbe beim überfahren der hauptkategorien links */
	color: black;
}
#categories	a:hover	
{
	background:	#fb0;
}
#categories	a, #content	ul li, a.active	
{
	border-color:#fb0;
	color: black;
}
#categories	ul ul a	
{
	border-color: #F8E5C0;
/*	color: #A0A0A0;*/
	color:black;
	font-weight: normal;
	padding: 5px 5px 7px 5px;
}
#categories	ul ul a:hover 
{
	background:	#F8E5C0;
}

