/* Defenitionen für Hompage Huber AG Windisch, 23.05.04 CF */
body
{ 
	background-color: #FFFFFF; 
	font-family: arial,  sans-serif, verdana, helvetica; 
	font-size: 10pt;
	margin-top: 0px; 
	margin-bottom: 0px;
	margin-left: 5px; 
	margin-right: 5px; 
	border: 0px; 
}

.brot        
{ 	
	background-color: #FFFFFF; 
	font-family: arial,  sans-serif, verdana, helvetica; 
	font-size: 10pt;
	margin-top: 0px; 
	margin-bottom: 0px;
	margin-left: 0px; 
	border: 0px; 
}

h1           
{ 
	background-color: #FFFFFF; 
	font-family: arial,  sans-serif, verdana, helvetica; 
	font-size: 18pt;
	font-weight: bold; 
	text-align: center; 
	margin-top: 0px; 
	margin-bottom: 5px;
	border: 0px; 
	line-height: 25pt;
}

h2           
{ 
	background-color: #FFFFFF; 
	font-family: arial,  sans-serif, verdana, helvetica; 
 	font-size: 12pt;
	font-weight: bold; 
	text-align: center; 
	margin-top: 3px; 
	margin-bottom: 10px;
	border: 0px; 
}

p
{
	margin-top: 0;
	margin-bottom: 0; 
}

/* Aufzählung */
ul
{
	list-style-image: url("images/bullet2.gif");
	list-style-type: square;
	list-style-position: outside;
    margin-top: 0px; 
    margin-bottom: 0px;
    margin-left: 20px;
}

li
{ 
	background-color: #FFFFFF;
	font-family: arial,  sans-serif, verdana, helvetica; 
	font-size: 10pt; 
    margin-top: 0px; 
    margin-bottom: 0px;
}
