/*--------------------------------------------------------------

  Cascading Style Sheets for: isp.rasterpunkt.com

  Layout elements for use with typo3's RTE

  Version: $Id$

---------------------------------------------------------------*/


/*--- header elements (when encountered as first element)------*/

/* IE doesn't support ":first-child" which means we have to    */
/* create a dedicated class with only a margin applied to it   */
.firstchild { 
   margin: 0 0 5px 0; 
}


/*--------------- header elements ("regular")------------------*/

h1 { 
   font-size: 140%;
   color: #000000;
   margin: 15px 0 10px 0; 
   border-bottom: 1px solid #000000;
}

h2 { 
   font-size: 125%;
   color: #000000;
   margin: 15px 0 10px 0;
   border-bottom: 1px solid #000000;
}

h3 {
   font-size: 110%;
   color: #000000;
   margin: 10px 0 2px 0;
}


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

.haftung {
   margin: 0px 10px 5px 0px;
   text-align: justify;	
}

.text {
   margin-top: 0px;
   margin-bottom: 5px;
}

.listitem {
   margin-top: 0px;
   margin-bottom: 2px;
}
