/*
 * Externes CSS zum Editieren der CMS-Seiten (.col_center_custom)
 */
 
/* Verwendete Farben:
 * Rot: #c40202
 * Gruen: #8fb833
 * Helles Blau: #63A0BF
 * Schwarz: #4b4b4b  
 */

/* Ueberschrift Level 1 */
.col_center_custom h1 {}

/* Ueberschrift Level 2 */
.col_center_custom h2 {}

/* Ueberschrift Level 3 */
.col_center_custom h3 {}

/* Ueberschrift Level 4 */
.col_center_custom h4 {}

/* Bild in der Ueberschrift Level 1 */
.col_center_custom h1 img {}

/* Standard-Text */
.col_center_custom p {}

h1.headline { display:none }

/* Auflistungen */
.col_center_custom ul { margin: 5px; }
.col_center_custom ul li { background: url(../img/default/autonet/ul-li.jpg) left 3px no-repeat; padding-left: 14px; }