/* $Id: index.css 54 2009-09-21 09:31:23Z hweber $ */

/*----------------------------------------------------------*/
/* Abweichende CSS-Anweisungen für die Startseite           */
/*----------------------------------------------------------*/

/* Text in der Navigation 2. Ebene */
#nav2				{	width:214px;
						text-align:left;
						float:left; clear:left;
						padding:20px 20px 200px 20px; }
#nav2 h4			{	font-size:0.9em; color:#FFFFFF; }
#nav2 h5			{	color:#FFFFFF; }
#nav2 p				{	color:#FFFFFF; }
#nav2 a				{	color:#FFFFFF; }
#nav2 a:link		{	color:#FFFFFF; }
#nav2 a:active		{	color:#FFFFFF; }
#nav2 a:visited		{	color:#FFFFFF; }
#nav2 a:hover		{	color:#FFFFFF; }

/* Bergrenzungslinie */
div.hr				{	height:1px;
						background:url('/images/hr_background.png') top left repeat-x; }
div.hr hr			{	display:none; }

/* Inhalt */
#content			{	width:408px;
						float:left;
						text-align:left;
						padding:50px; }

/* Text- und Bildformatierungen für Hotspots */
h1					{	margin-bottom:0; }
h2					{	color:#B0B1B5; font-weight:normal;
						margin-top:0; }
p.hotspot			{	margin:0; }
p.hotspot a			{	color:#0066CC; text-decoration:none; }
p.hotspot a:link	{	color:#0066CC; text-decoration:none; }
p.hotspot a:active	{	color:#0066CC; text-decoration:none; }
p.hotspot a:visited	{	color:#0066CC; text-decoration:none; }
p.hotspot a:hover	{	color:#0066CC; text-decoration:none; }
img.hotspot			{	margin-right:10px; margin-bottom:30px;
						float:left; width:130px; height:130px;
						border:1px solid #EDEEF0; }