a:active 	{  color: #007ac2; text-decoration: none;}
a:link 		{  color: #007ac2; text-decoration: underline;}
a:visited 	{  color: #007ac2; text-decoration: underline;}
a:hover 		{
	color: #666666;
	text-decoration: none;
}


/*    Wichtig: Diese Standartschriften des Frontends der Homepage duerfen nicht geloescht werden!
	   Falls trotzdem Anpassungen gemacht werden welche auch der User bei Erfassung mittels Richedit benuetzen kann,
	   muessen diese im .../fckeditor/js/fck_config.js File ebenfalls angepasst resp. erweitert werden
		Webtech AG, 05.02.2004bz
*/
body, td{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color: #000000;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		
		/*BG wird in cms-spezial.css definiert*/
}
body{
		background-color: #d1d3d4;  /*Fuer Richeditbox Hintergrund*/
}




.tabFormatTarife, .tabFormatStd{ border-collapse: collapse; }
.tabFormatTarife td{ text-align: center;}
.tabFormatStd td{ /*text-align: left;*/}
.tabFormatTarife td, .tabFormatStd td{
	vertical-align: top;
	padding-right: 2px; /*Abstaende innerhalb Zellen*/
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: 1px solid #ffffff;
} 
.tabFormatTarife p, .tabFormatStd p{  /*Damit auto Formatierungen Richedit keine Aerger machen*/
	padding: 0px;
	margin: 0px;
}
/*     ENDE Formatierung Standardstyles      */



/*Spez. Style nur fuer CMS Backend BG vie HomepageContent*/
.tabPreview{	background-color: #d1d3d4; }
/*Ende*/




input, select{ 
		color: #000000
}

/*  Muss gesetzt sein, wenn Formulareditor verwendet wird */
.frmMussfeld{
	/*font-weight: bold;
	color: #666666;
	font-size: 9pt;*/
	
}
.frmAbstand{
	padding:10px;
}


#content{
	margin-left: 30px;
	margin-top: 20px;	
}

ul{
	margin-top: 0px;	
}


h1{
	margin-top: 0px;
	padding-bottom: 15px;
	margin-bottom: 0px;
	font-size: 11pt;
	font-weight: bold;
}
p, form {
	margin-top: 0px;
	margin-bottom: 10px;
}
strong, b{
	font-weight: bold;
	color: #666666;
	font-size: 9pt;
}
h2, h3, h4, h5, h6{
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	font-size: 10pt;
	font-weight: bold;
}

.line-newsmeldung {
	border-bottom: 1px solid #fff;
	
	font-size: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.line {
	border-bottom: 1px solid #fff;
	font-size: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
}