/* tiny rte */

body {
	background-color: #ffffff;
	font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;


}


.standard{
	font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.klein{
	font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}


.headline{
	font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #ad1548;
	text-decoration: none;
}

.subheadline{
	font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7a032a;
	text-decoration: none;
}
.subheadline_dunkel{
	font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7a032a;
	text-decoration: none;
}


.subheadline_dunkel2{
	font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7a032a;
	text-decoration: none;
}


.subheadline_dunkelgrau{
	font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #434345;
	text-decoration: none;
}


.subheadline_dunkelgrau2{
	font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #434345;
	text-decoration: none;
}

#ul{
	list-style-type: none; 
}



#li{
	list-style-type: none;
	padding-left: 15px;
	background: url(../aesthetix_img/list_items_dot.gif) 	0px 6px no-repeat;
}


#a{
	list-style-type: none;
	background: url(../aesthetix_img/list_items_arrow_gn.gif) 0px 6px no-repeat;
	margin: 0px 3px;
	padding-left: 13px;
	color: #93117e;
	text-decoration: none;
}


#a:hover{
	list-style-type: none;
	background: url(../aesthetix_img/list_items_arrow_gnon.gif) 0px 6px no-repeat;
	color: #434345;
}

#p{
	padding-bottom: 14px;
}

