
/*--------------------------- 1 erster Buchstabe des ersten Absatzes -------------*/
/*p:first-letter
{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#7c1c20;
font-weight:bold;
display:inline;
margin-right:1px;
}*/

/* additional color classes for the editor dropdown menue */

.rotbraun
{
	color: #7c1c20;
}

.cmsreplacement
{
	text-align:center;
}


body
{
	font-family: Arial, Tahoma,Verdana,Lucida Sans Unicode, "lucida sans", Georgia, Tahoma;
	font-size:13px;
}

p
{
	margin-bottom: 6px; 	line-height:18px;	
}

h1
{
	font-family: Arial, Verdana, Tahoma;	
	letter-spacing:normal;
	/*font-variant:small-caps;*/
	font-size: 16px;
	line-height: 20px;
	color: #7c1c20;
	margin-top: 4px;
	margin-left: 0px;
	margin-bottom: 8px;
	padding-bottom: 3px;
	border-bottom: 1px solid #c0c0c0;
	text-align: left;	
}


h2
{
	/*font-family: Lucida Sans Unicode, "Lucida sans" , Georgia, Tahoma, Arial;*/
	font-family: Arial, Verdana, Tahoma, Arial;
	/*letter-spacing:1px;*/
	font-size: 14px;
	color: #7c1c20;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 2px;
	border-bottom: 1px solid #e3cbb1;
	text-align: left;
	clear:both;
}



h3
{
	font-family: Arial, Lucida Sans Unicode, "Lucida sans" , Georgia, Tahoma; 
	font-size: 13px;
	color:#6a2902;
	margin-bottom: 5px;
	margin-top: 3px;
	text-align: left;
	padding:0;
	
}

strong, b
{
	font-weight: bold;
}

em, i
{
	font-style: italic;
}

ul
{
	margin-top:3px; margin-bottom:3px; list-style-type:none;	
}

li
{
	list-style-image:none; 	margin-left:10px;	
}



/*-------------- morelinks ----------------------------------------------*/

a
{
	color:#6a2902;
}

.a_morelink
{
	display:inline; height:15px; position:relative; 	right:0px; text-decoration:none; color:Blue; border:0px solid #c0c0c0; font-size:12px; padding-bottom:1px;	padding-left:17px;
	/*background-image:url(layout_default/bs_icons.jpg);	
	background-repeat:no-repeat;
	background-position:bottom left;*/	
}

.a_morelink:hover
{
	text-decoration:underline;
}




