/*-------------------------------------------------*/
/* POTTHOFF, PEITZ & PEN - zentrale CSS-Datei      */
/* Webmaster: sascha.hagemann@digitalkombinat.net  */
/*-------------------------------------------------*/

p  {       font-family: Georgia, Times New Roman, Times, serif;
           font-size: 12px;
           line-height: 17px;
           color: #333300;
		   cursor: text;}		   
		   
h1 {       font-family: Georgia, Times New Roman, Times, serif;
           font-size: 12px;
           line-height: 17px;
           color: #333300;
		   cursor: text;;
		   font-variant: small-caps; font-size:75%;}		   
	   		   
		   
/*-------------------------------------------------*/

a:link {      font-family: Georgia, Times New Roman, Times, serif;
              font-size: 12px;
              line-height: 17px;
			  text-decoration: underline;
              color: #333300;}

a:visited {   font-family: Georgia, Times New Roman, Times, serif;
              font-size: 12px;
              line-height: 17px;
			  text-decoration: underline;
              color: #333300;}

a:active {    font-family: Georgia, Times New Roman, Times, serif;
              font-size: 12px;
              line-height: 17px;
		      text-decoration: underline;
              color: #333300;}

a:hover {     font-family: Georgia, Times New Roman, Times, serif;
              font-size: 12px;
              line-height: 17px;
			  text-decoration: none;
			  color: #FFFFCC;
              background-color: #999966;}

/*-------------------------------------------------*/
