/** 
 * Css - Formatierungen fuer die Startseite
 **/
 
 #contentIndex	{
 	padding:10px;
 }
 
 #ueberschrift	{
 	font-size:48px;
 	line-height:48px;
 	font-weight:bold;
 	text-align:center;
 	letter-spacing:3px;
 	color:#9C0000;
 }
 
 #subUeber	{
 	font-size:18px;
 	line-height:20px;
 	font-weight:bold;
 	color:#000000;
 	text-align:justify;
 	letter-spacing:2px;
 	padding-bottom:10px;
 	padding-top:10px;
 	
 }
 
  hr.hrindex	{
  	padding:0;
  	margin:0;
 	color:#C66300;
 	margin-bottom:5px;
 }
 
 fieldset.all	{
 	padding-left:20px;
 	padding-right:20px;
 	padding-bottom:20px;
 	padding-top:10px;
 }
 
 img.imgIndexGross	{
 	float:left;
  	/*
 		padding:8px;
 	border-style:solid;
 	border-width:4px;
 	border-color:#9BA084;
 	*/
 }
 
 #right	{
 /*
 	background-color:#8DD3CC;
 	*/
 	width:580px;
 	height:420px;
 	float:right;
 }
 
 div.element1	{
 	width:287px;
 	height:290px;
 	float:left;
 	text-align:justify;
 /*	
 	background-color:#FFFFB3;
 	*/
 	padding:0;
 	padding:0;
 	
 }
 
 div.element2	{
 	width:287px;
 	height:290px;
	float:left;
	margin-left:22px;
	text-align:justify;
	/*
 	background-color:#E2E2E2;
 	*/

 }
 
 div.element3	{
 	width:287px;
 	height:290px;
	float:right;
	text-align:justify;
	/*
	background-color:#E2E2E2;
	*/

 }
 
 #trenner	{
 	height:20px;
 	width:905px;
 	float:right;
 }
 
 div.inner	{
	 width:260px;
	height:400px;
 }
 
 fieldset.field-index1	{
 /*
  	width:270px;
 	height:200px;
 */
 	margin:0;
 	padding:0;
 	
 }
 
 p.textIndex	{
 	margin:0;
 	padding:0;
 	float:right;
 	/*
 	margin-right:10px;
 	*/
 }
 
 p.unten	{
 	margin-top:150px;
 }
 
 .textIndex a:link	{text-decoration:none;color:#9C0000;}
.textIndex a:visited {text-decoration:none;color:#9C0000;}
.textIndex a:hover	{text-decoration:underline;color:#400000}


/**
 * Falls es Aktuelles zu vermitteln gibt
 */

/* Aktuelles gesamtbereich */
div.aktuelles	{
	width:905px;
	min-height:20px;
	margin-bottom:10px;
	margin-top:10px;
	/*
	background-color:#E0E0E0;
	*/
}

* html div.aktuelles	{
	width:905px;
	height:20px;
	margin-top:10px;
/*
	background-color:#A31B0C;
	*/
}

/* Ueberschrift Aktuelles = Aktuelles */
div.aktuellesInhalt	{
	padding:10px;
}

fieldset.aktuelles	{
	width:880px;
	border-width:2px;
	border-style:solid;
	border-color:#C66300;
}

* html fieldset.aktuelles	{
	width:905px;
}

legend	{
	padding-left:5px;
	padding-right:5px;
	color:#C66300;
	font-weight:bold;
	margin-left:20px;
}

 div.aktuellDatumOben	{
 	width:95px;
 	float:left;
 	font-weight:bold;
 }
 
 div.aktuellTextOben	{
  	margin-left:110px;
 	text-align:justify;
 
 	
 }
 
 div.aktuellDatum	{
 	width:95px;
 	float:left;
 	margin-top:5px;
 	font-weight:bold;
 }
 
 div.aktuellText	{
 	text-align:justify;
 	margin-left:110px;
 	margin-top:5px;
 	
 }
 
 hr.hraktuelles	{
 	padding:0;
  	margin:0;
 	color:#9BA084;
 	margin-top:7px;
 }
 
 div.reihe1	{
 	width:905px;
 	height:300px;
 	margin:0;
 	padding:0;
 	padding-top:10px;
 }
 
 div.reihe2	{
 	width:905px;
 	margin:0;
 	padding:0;
 	padding-top:10px;
 }
	


