/* /css/style.css: Stylesheet fuer Inhaltsseiten von Zirl Guss  */


body 
{ 
	background-color:#ffffff;
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
}

a:link
{ 
	color:#000000;
	text-decoration:underline;
}

a:visited 
{ 
	color:#000000;
	text-decoration:underline;
}

a:hover
{
	color:#FBB01E;
	text-decoration:underline;
}

a:active 
{ 
	color:#FBB01E;
	text-decoration:underline;
}

td, th, p
{ 
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
}

h1, td h1 
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:18px;
}

h2, td h2 
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:17px;
	color:#FBB01E;
}
h3, td h3
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:14px; }

ul
{
	list-style:disc;
}

ul ul
{
	list-style:circle;
}

ol
{
	list-style:decimal;
}

ol ol
{
	list-style:lower-alpha;
}

li
{
	margin-top:3px;
	margin-bottom:2px;
}
.infotext 
   { 
      font-family:Verdana,arial, helvetica, san serif;
	  font-size: 11px;
	  color: #0000 00;
   } 
.infotextlink
   { 
      font-family:Verdana,arial, helvetica, san serif;
	  font-size: 11px;
	  color: #000000 ;
   } 
