/*---------------------------------*/
/* haarstudio-erkenberg.de Stylesheet Angaben */
/*---------------------------------*/

body
{    background:url('bg2.jpg') repeat-x fixed;  }



/* Schrift im Body Tag */
body
{	font-family:Times New Roman;
	font-size: 13px;		
	}
	


/* Schrift in Tabellen und Listen */
ul, ol, li, td, th
{ 	font-family:Times New Roman;
	font-size: 15px;		}





/* Links */
a:link { color:#FFFF80; text-decoration:underline; }
a:visited { color:#FFFF80; text-decoration:underline; }
a:active { color:#FFFF80; text-decoration:underline; }
a:hover { color:#707070; text-decoration:none; }


/* Formularfelder */
input, select, textarea
{	color: #54727D;
	font-family:verdana;
	font-size: 11px;		
	border: solid #C5C6CA;
	border-width: 1px;
	background-color: #FFFFFF;
				}

/* HR Querstrich */
hr
{	border: solid #C5C6CA;
	border-width: 1px;	}
