p { 
  font-family: 	"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  font-size: 12px;
  font-style: normal;
  color: #666666;
  line-height: 18px;
}


A:link { color: #296eb2; font-weight: bold; text-decoration: none;}
A:hover { color: #296eb2; font-weight: bold; text-decoration: underline;}
A:visited { color: #296eb2; font-weight: bold; text-decoration: none;} 
A:active { color: #296eb2; font-weight: bold; text-decoration: none;} 


/*******************************************/
/* Aufzaehlung linksbuendig                */
/*******************************************/
/* Bulletlists, general */
UL.csc-bulletlist LI { font-size: 0.7em; }

/* Bulletlists, specifically */
UL.csc-bulletlist-0 { color: #666666; }
UL.csc-bulletlist-1 { color: #666666; list-style-type : decimal; }
UL.csc-bulletlist-2 { color: #666666; list-style-position : inside; }
UL.csc-bulletlist-3 { color: #666666; list-style-image: url(img/red_arrow_bullet.gif); }

UL { 
margin: 0 0 0 0;  
} 

OL { 
margin: 0 0 0 0; 
} 

.bulletlist { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 20px; 
color: #111111; 
margin: 0 0 0 0;
} 

li { 
font-family: 	"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  font-size: 12px;
  font-style: normal;
  color: #666666;
  line-height: 18px;
  margin: 0px 0px 0px 20px;
  list-style-image: url(fileadmin/Dateien/AZURO/bullet.jpg)
}


/*******************************************/
/* Ueberschriften                          */
/*******************************************/
h1 { 
  font-family: Lucida Grande, Arial, sans-serif; 
  font-size: 20px; 
  line-height: 24px;
  color: #333333; 
  font-weight: bold;
  font-style: normal; 
  margin: 0px 0px 10px 0px; 
} 

h2 { 
  font-family: Lucida Grande, Arial, sans-serif;
  font-size:15px; 
  line-height: 14px;
  color: #333333; 
  font-weight: bold;
  font-style: normal; 

  padding: 0px 0px 0px 0px;  
  margin: 5px 0px 5px 0px;
} 

h3 { 
  margin: 10px 0px 0px 0px;
  padding: 2px 10px 2px 10px; 
  background: #BDC6CD;
  font-size: 13px;
  font-family: Arial, sans-serif;
  color: #9C309C;
  font-weight: bold; 
} 

h4 { 
  font-family: Arial, sans-serif;
  font-size: 0.9em; 
  color: #A10558; 
  font-weight: bold;
  margin: 0px 0px 0px 0px;
} 

/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A { color: #3839b7; text-decoration: none; }
H2 A { color: #3839b7; }
H3 A { color: #3839b7; }
H4 A { color: #3839b7; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { text-decoration: underline; }

/* Header date */
P.csc-header-date { font-size:0.9em; color: #3839b7; }

/* Subheader, general */
P.csc-subheader { font-style: italic; background-color: #3839b7; }

/* Subheader, specific */
P.csc-subheader-0 { font-style: normal; }
P.csc-subheader-1 { color: #3839b7; }
P.csc-subheader-2 { color: #3839b7; }
P.csc-subheader-3 { color: #3839b7; }

