/* CSS Document */




/*--------CSS RESET--------
---------------------------*/
* { 
padding: 0; 
margin: 0; 
front-size: 100%;  
front-weight: normal;
}

ur, 
ol {
list-style:none;
}

b, 
strong {
front-weight: bold;
}

img,
a img {
border: none; }

	
/*---------background------------*/

body {
	background-image: url(pic/fritzcomp_backline.png); repeat left top;
	
}

/*-----------layout-----------------*/

div#inline {
	font-size: 0.85em;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	letter-spacing: 0.025em;
	}
	
	div#inline02 {
	font-size: 0.85em;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	letter-spacing: 0.025em;
	}


