/* CSS - Benutzerdefinitionen */

/* Farben: */



p, h1, h2, h3, h4, ul, li
{
font-family: arial, verdana, sans-serif;
font-weight:normal;
font-size:13px;
color:#414141;
margin:0px;
padding:0px;
}

ul{list-style-type:none;}
li, h2, h1, h2, h3, p{background-repeat:no-repeat;}

em, em a{font-weight:bold; font-style:normal; color:#0715A1;}

/* content ------------------------------------------------------------------*/

	/* fett */
	#box-content .fett{font-weight:bold;}
	/* farbig */
	#box-content .farbig{color:#0715A1;}
	#box-content .farbigfett{font-weight:bold; color:#0715A1;}
	#box-content strong .farbig{font-weight:bold;}
    #box-content .farbe-rot{color:red;}
    #box-content .schrift-klein{font-size:11px;}
	#box-content .kursiv{	font-style: italic;}


	/* fett */
	.fett{font-weight:bold;}
	/* farbig */
	.farbig{color:#0715A1;}
    .farbigfett{font-weight:bold; color:#0715A1;}
	strong .farbig{font-weight:bold;}
    .farbe-rot{color:red;}
    .schrift-klein{font-size:11px;}

