/* base font sheet - andy-enroe.de ------------------------- */
/* --------------------------------------------------------- */

/* Schriften --------------------------------*/
h1 {
  font-size: 22px;
  font-family: "Comic sans MS", Sans-serif, Arial;
  font-style: normal;
  font-weight: 600;
  font-variant: normal; text-decoration: none; 
  text-transform: none; text-align: center; 
  color: #000000; line-height: 100%;
  margin-top: 1em; margin-bottom: 1em;
    }

h2 {
  font-size: 18px;
  font-family: "Comic sans MS", Sans-serif, Arial;
  font-style: normal;
  font-weight: 500;
  font-variant: normal; text-decoration: none; 
  text-transform: none; text-align: center; 
  color: #000000; line-height: 100%;
  margin-top: 0.8em; margin-bottom: 0.8em;
    }

h3 {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica;
  font-style: normal;
  font-weight: 600;
  font-variant: normal; text-decoration: none; 
  text-transform: none; text-align: left; 
  color: #000000; line-height: 100%; 
  margin-top: 0.6em; margin-bottom: 0.4em;
    }

/* Linke Spalte in den News --------------- */	
h6 {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica;
  font-style: normal;
  font-weight: 500;
  font-variant: normal; text-decoration: none; 
  text-transform: none; text-align: left; 
  color: #000000; line-height: 110%; 
  margin-top: 0.6em; margin-bottom: 0.4em;
  }
	
body, p {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica;
  font-style: normal;
  font-weight: 200;
  font-variant: normal; text-decoration: none; 
  text-transform: none; text-align: left; 
  color: #000000; line-height: 120%;
    }

/* Abstände im Content-Bereich ---------------*/

div#f_mid img {
 margin: 0.3em 30px;	/* oben und unten .3 em, seitlich 10px */
 text-align: right; 
}

div#f_mid p {
 margin: 0.3em 10px;	/* oben und unten .3 em, seitlich 10px */
}

div#f_mid h6 {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica;
  font-weight: 600;
  color: #000000; line-height: 100%; 
  margin-top: 0.6em; margin-bottom: 0.4em;
  margin-left: 7px; margin-right: 5px;
  }
  
.center {text-align: center;}
.left {text-align: left;}  

