/* 
	Fonts für edv-mueller.com/org
	
	body 
	   color: rgb(100, 100, 100);

 */
h1
{
	height: 20px;
	padding-left:2px;
	color: #77C21F;
	text-align: left;
	white-space: nowrap;
	font-family: Arial;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #336699;
	width: 85%;
}

h2
{
	height: 14px;
	padding-left:4px;
	color: #77C21F;
	text-align: left;
	white-space: nowrap;
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	width: 85%;
}

h3
{
	height: 12px;
	padding-left:4px;
   color: rgb(160, 160, 160);
	text-align: left;
	white-space: nowrap;
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration: underline;
	width: 85%;
}

 
ul
{
	list-style-image: url(/images/page/icons/ul_pfeil.gif);
	padding-left:25px;
  color: rgb(100, 100, 100);
}


 .attention
 {
 	font-style: italic;
   color: rgb(50, 50, 50);
 }

.normal
{
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(100, 100, 100);
	font-size: 12px;
	line-height: 18px;
} 

/* SOURCE-CODE :: start */
div.source
{
	padding: 10px 0px 15px 0px;
}

div.source div.code
{
	border: dotted 1px gray;
}

div.source pre
{
	margin: 0px;
	padding: 8px 10px 10px 2px;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
}

div.source div.description
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	margin: 0px 5px 0px 0px;
}

/* SOURCE-CODE :: ende */
 